.section-fvh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 100px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.nav-link {
  margin: 22px 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: color 200ms ease, color 200ms ease;
  transition: color 200ms ease, color 200ms ease;
  font-family: Lato, sans-serif;
  color: #999;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
}

.nav-link:hover {
  color: #333;
}

.nav-link.w--current {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #333;
}

.slider {
  margin-bottom: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-linear-gradient(90deg, #e6f7fe, #fff);
  background-image: linear-gradient(0deg, #e6f7fe, #fff);
}

.slide {
  position: relative;
}

.logo-link {
  position: absolute;
  left: 50px;
  top: 24px;
  bottom: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.logo-link.w--current {
  position: absolute;
  left: 50px;
  top: 0px;
  bottom: 0px;
}

.slider-arrow {
  color: #333;
  font-size: 26px;
}

.slider-arrow.client {
  margin-bottom: 123px;
  text-decoration: none;
}

.slide1-content-wrapper {
  height: 100%;
  background-image: url('../images/xiang-guan-product-design-itsnicethat-list.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide1-content-wrapper.slide1 {
  position: relative;
  margin-right: 50px;
  margin-left: 50px;
  background-image: url('../images/slider-1-n.jpg');
  background-size: cover;
}

.slide1-content-wrapper.slide3 {
  margin-right: 50px;
  margin-left: 50px;
  background-image: url('../images/slider-3.jpg');
}

.slide-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-style: normal;
  font-weight: 300;
  text-align: right;
  text-decoration: none;
}

.slide-text.style1 {
  position: absolute;
  top: 232px;
  right: 100px;
  padding: 16px;
  background-image: -webkit-linear-gradient(90deg, hsla(0, 0%, 89%, .8), hsla(0, 0%, 100%, .8));
  background-image: linear-gradient(0deg, hsla(0, 0%, 89%, .8), hsla(0, 0%, 100%, .8));
  font-size: 28px;
  line-height: 1.25em;
}

.slide-text.style2 {
  position: absolute;
  left: 100px;
  top: 232px;
  padding: 16px;
  background-image: none;
  font-size: 28px;
  line-height: 1.25em;
  text-align: left;
}

.slide-text.bolder {
  font-family: Lato, sans-serif;
  font-size: 40px;
  line-height: 1.25em;
  font-weight: 600;
  text-align: left;
}

.slide-text.bolder.left {
  font-size: 32px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.slide-text.bolder.right {
  font-size: 32px;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.slide-text.smaller {
  padding-top: 8px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 300;
}

.slide-text.smaller.left {
  text-align: left;
}

.slide2-content-wrapper {
  height: 100%;
  background-image: url('../images/medici-06.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide2-content-wrapper.slide2 {
  margin-right: 50px;
  margin-left: 50px;
  background-image: url('../images/slider-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide2-content-wrapper.slide4 {
  margin-right: 50px;
  margin-left: 50px;
  background-image: url('../images/slider-4.jpg');
}

.slide2-content-wrapper.slide5 {
  margin-right: 50px;
  margin-left: 50px;
  background-image: url('../images/slider-5.jpg');
  background-size: cover;
}

.slide2-content-wrapper.slide6 {
  margin-right: 50px;
  margin-left: 50px;
  background-image: url('../images/slider-6-n-2.jpg');
  background-position: 64% 0%;
  background-size: cover;
}

.section-fvh-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, #fff, rgba(173, 229, 255, .37));
  background-image: linear-gradient(180deg, #fff, rgba(173, 229, 255, .37));
}

.about-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  margin-bottom: 80px;
  padding-top: 160px;
  padding-bottom: 100px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-imp {
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Lato, sans-serif;
  font-size: 28px;
  line-height: 1.375em;
  text-align: justify;
}

.text-imp.shifted {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 80px;
}

.text-imp.alignforclients {
  margin-top: 14px;
  margin-bottom: -12px;
  padding-left: 100px;
  color: #999;
  font-size: 24px;
}

.text-imp.addtopmargin {
  padding-top: 40px;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -300px;
  padding-top: 240px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-linear-gradient(270deg, #e7f7fe, rgba(168, 224, 250, .85));
  background-image: linear-gradient(180deg, #e7f7fe, rgba(168, 224, 250, .85));
}

.projectswrapper-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-right: 25px;
  margin-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.projectswrapper-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  margin-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.project-wrapper {
  position: relative;
  height: 450px;
  margin-bottom: 50px;
}

.project-wrapper.p3 {
  height: 450px;
  background-image: url('../images/wearable-ecg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-wrapper.p1 {
  z-index: 2;
  height: 450px;
  background-image: url('../images/rotomolded-tank.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-wrapper.p1.img2 {
  background-image: url('../images/ac-controller.jpg');
}

.project-wrapper.p1.img3 {
  background-image: url('../images/industrial-cooler.jpg');
}

.project-wrapper.p1.img4 {
  background-image: url('../images/water-packaging-branding.jpg');
}

.project-wrapper.p1.img5 {
  background-image: url('../images/wearable-ecg.jpg');
}

.project-wrapper.p1.img6 {
  background-image: url('../images/cement-packaging.jpg');
}

.project-wrapper.p1.img7 {
  background-image: url('../images/rotomolded-crate.jpg');
}

.project-wrapper.p1.img8 {
  background-image: url('../images/evap-cooler-for-lcv.jpg');
}

.project-wrapper.p1.img9 {
  background-image: url('../images/flour-mills.jpg');
}

.project-wrapper.p1.img10 {
  background-image: url('../images/pump-switch.jpg');
}

.project-wrapper.p1.img11 {
  background-image: url('../images/hand-blender.jpg');
}

.project-wrapper.p1.img12 {
  background-image: url('../images/clamshell-wallet.jpg');
}

.project-wrapper.p2 {
  height: 450px;
  background-image: url('../images/water-packaging-branding.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-wrapper.p4 {
  height: 450px;
  background-image: url('../images/cement-packaging.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-wrapper.p5 {
  height: 450px;
  background-image: url('../images/rotomolded-crate.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-wrapper.p6 {
  height: 450px;
  background-image: url('../images/pump-switch.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-wrapper.p7 {
  height: 450px;
  background-image: url('../images/hand-blender.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-wrapper.p8 {
  height: 450px;
  background-image: url('../images/clamshell-wallet.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-wrapper.p41 {
  background-image: url('../images/medici-06.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project2-wrapper {
  height: 600px;
  margin-bottom: 50px;
  background-image: url('../images/xiang-guan-product-design-itsnicethat-list.jpg'), url('../images/xiang-guan-product-design-itsnicethat-list.jpg');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, 362px;
  background-repeat: no-repeat, repeat;
}

.projects-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
}

.contact-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-container {
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

.form-main {
  width: 100%;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 10px;
  padding-left: 0px;
}

.submit-button {
  width: 100%;
  margin-top: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, border-color 200ms ease, color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease, color 200ms ease;
  font-family: Lato, sans-serif;
  color: #999;
  font-size: 36px;
  line-height: 1.25em;
  font-weight: 600;
  text-align: left;
}

.submit-button:hover {
  border-bottom-color: #777;
  color: #fa8dc6;
}

.input-field {
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #777;
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 400;
}

.input-field:focus {
  border-bottom-color: #777;
  color: #333;
}

.input-field::-webkit-input-placeholder {
  color: #999;
}

.input-field:-ms-input-placeholder {
  color: #999;
}

.input-field::placeholder {
  color: #999;
}

.input-field.message {
  min-height: 100px;
}

.project1-info-button {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, #fa8dc6, #fa8dc6);
  background-image: linear-gradient(180deg, #fa8dc6, #fa8dc6);
}

.line-div {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 30px;
  height: 6px;
  border-radius: 4px;
  background-color: #fa8dc6;
}

.project2-info-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fa8dc6;
}

.nav-links-wrapper {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 6px;
  margin-right: 30px;
  -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;
}

.success-message {
  background-color: #fff;
}

.text-base {
  font-family: Lato, sans-serif;
  color: #999;
  font-size: 24px;
  line-height: 1.25em;
  font-style: normal;
  font-weight: 400;
}

.text-base.pseudo-h1 {
  padding-top: 2px;
  padding-bottom: 12px;
  color: #fa8dc6;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
}

.text-base.ital {
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
}

.text-base.ital.center {
  position: relative;
}

.text-base.white {
  color: #fff;
}

.text-base.white.copyright-size {
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
}

.text-base.white.copyright-size.pink {
  color: #fa8dc6;
}

.text-base.heavier {
  font-weight: 400;
}

.error-message {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #333;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.25em;
  text-align: center;
}

.project1-info-panel {
  height: 100%;
  background-color: #fa8dc6;
}

.contact-direct-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 80px 50px 20px;
  -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.call-wrapper {
  border-bottom: 2px none #fff;
}

.project-info-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.head3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.head3.white {
  color: #fff;
  font-size: 24px;
  line-height: 1.25em;
  font-weight: 600;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.head4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  line-height: 1.25em;
  font-weight: 400;
}

.project1-info-text {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-basic {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 1.25em;
  text-align: right;
}

.text-basic.white {
  color: #fff;
  font-size: 20px;
  text-align: left;
}

.text-basic.white.smaller {
  font-size: 16px;
}

.past-clients-wrapper {
  height: 600px;
  padding: 80px 50px 80px 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.copyright-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-linear-gradient(270deg, #fa8dc6, #fa8dc6);
  background-image: linear-gradient(180deg, #fa8dc6, #fa8dc6);
}

.slide-2 {
  width: 40px;
}

.slide-3 {
  width: 40px;
}

.slider-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.clients-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.clients-slider {
  height: auto;
  padding-right: 60px;
  padding-left: 60px;
  clear: none;
  background-color: transparent;
}

.icon {
  color: #777;
}

.client-slide {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 20%;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.client-slide.texter {
  top: 35px;
}

.client-logo-image {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.client-slider-wrapper {
  height: auto;
  margin-bottom: 16px;
}

.navbar-new {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: hsla(0, 0%, 100%, 0);
}

.brand-link {
  padding: 25px 50px;
}

.brand-link.w--current {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-menu {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 18px;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form {
  margin-top: 16px;
}

.project-info-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.project-info-text.p1 {
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project-info-text.p2 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project-info-text.p3 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project-info-text.p4 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project-info-text.p5 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project-info-text.p6 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project-info-text.p7 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project-info-text.p8 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project-info-panel {
  height: 100%;
  background-color: rgba(250, 141, 198, .5);
}

.project-info-panel.p1 {
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.project-info-button {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  float: left;
  -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;
}

.project-info-button.p1 {
  cursor: pointer;
}

.clientlist-parent {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.client-elem-link {
  width: 80px;
  margin: 22px;
  -webkit-flex-basis: 10%;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}

.clients-wrapper {
  margin-top: 82px;
  margin-right: 80px;
  margin-left: 80px;
  background-image: none;
}

.slidernav {
  font-size: 10px;
}

.slide-nav {
  font-size: 12px;
}

.slide-text-wrapper {
  position: absolute;
  left: 75px;
  bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: hsla(0, 0%, 100%, .7);
}

.slide-text-wrapper.v2 {
  left: auto;
  top: auto;
  right: 100px;
  bottom: 130px;
}

.slide-text-wrapper.v2.place6 {
  right: 75px;
  bottom: 25px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: hsla(0, 0%, 100%, .7);
}

.slide-text-wrapper.v2.place4 {
  right: 75px;
  bottom: 25px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: hsla(0, 0%, 100%, .7);
}

.slide-text-wrapper.v2.place2 {
  left: 75px;
  right: auto;
  bottom: 25px;
  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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: hsla(0, 0%, 100%, .7);
}

.slide-text-wrapper.place5 {
  left: 75px;
  right: auto;
  bottom: 25px;
  background-color: hsla(0, 0%, 100%, .7);
}

.slide-text-wrapper.place1 {
  position: absolute;
  left: auto;
  right: 25px;
  bottom: 25px;
  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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: hsla(0, 0%, 100%, .7);
}

.project-wrapper-v2 {
  position: relative;
  height: 450px;
  margin-bottom: 50px;
  background-image: url('../images/xiang-guan-product-design-itsnicethat-list.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-wrapper-v2.p13 {
  background-image: url('../images/industrial-cooler.jpg');
}

.project-wrapper-v2.p22 {
  background-image: url('../images/evap-cooler-for-lcv.jpg');
}

.project-wrapper-v2.p23 {
  background-image: url('../images/flour-mills.jpg');
}

.project-wrapper-v2.p21 {
  background-image: url('../images/ac-controller.jpg');
}

.project-info-button-v2 {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  float: left;
  -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;
}

.project-info-text-v2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project-info-text-v2.p22 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project-info-panel-v2 {
  height: 100%;
  background-color: rgba(250, 141, 198, .5);
}

.button-vert {
  position: absolute;
  width: 4px;
  height: 40px;
  border-radius: 4px;
  background-color: #fa8dc6;
}

.button-hz {
  width: 40px;
  height: 4px;
  border-radius: 4px;
  background-color: #fa8dc6;
}

.main-container {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

@media (max-width: 991px) {
  .section-fvh {
    height: auto;
    background-image: -webkit-linear-gradient(90deg, #e6f7fe, #fff);
    background-image: linear-gradient(0deg, #e6f7fe, #fff);
  }
  .nav-link {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 18px;
  }
  .nav-link.onsidepanel {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 24px;
    font-size: 15px;
  }
  .slider {
    position: relative;
    z-index: 0;
    height: 50vw;
    margin-right: 30px;
    margin-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: -webkit-linear-gradient(90deg, #e6f7fe, #fff);
    background-image: linear-gradient(0deg, #e6f7fe, #fff);
  }
  .slide1-content-wrapper.slide1 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .slide1-content-wrapper.slide3 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .slide-text.style1 {
    top: 284px;
    right: 86px;
    font-size: 22px;
  }
  .slide-text.style2 {
    left: 81px;
    top: 268px;
    font-size: 18px;
  }
  .slide-text.bolder.left {
    font-size: 22px;
  }
  .slide-text.bolder.right {
    font-size: 22px;
  }
  .slide-text.smaller.left {
    font-size: 18px;
  }
  .slide-text.smaller.right {
    font-size: 18px;
  }
  .slide2-content-wrapper.slide2 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .slide2-content-wrapper.slide4 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .slide2-content-wrapper.slide5 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .slide2-content-wrapper.slide6 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .about-container {
    height: auto;
    padding-top: 90px;
    padding-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-imp {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 14px;
    padding-bottom: 14px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 22px;
  }
  .text-imp.alignforclients {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 6px;
    padding-left: 50px;
    font-size: 18px;
  }
  .section-3 {
    margin-top: 0px;
    padding-top: 0px;
    background-image: -webkit-linear-gradient(270deg, #e7f7fe, rgba(168, 224, 250, .85));
    background-image: linear-gradient(180deg, #e7f7fe, rgba(168, 224, 250, .85));
  }
  .projectswrapper-left {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .projectswrapper-right {
    margin-right: 0px;
    margin-left: 0px;
  }
  .project-wrapper {
    height: 400px;
    margin-bottom: 40px;
  }
  .project2-wrapper {
    height: 400px;
    margin-bottom: 40px;
  }
  .projects-main-wrapper {
    margin-right: 30px;
    margin-left: 30px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-main-wrapper {
    margin-top: 34px;
    margin-bottom: 20px;
  }
  .contact-container {
    height: auto;
  }
  .submit-button {
    font-size: 32px;
  }
  .input-field {
    font-size: 18px;
  }
  .project1-info-button {
    width: 80px;
    height: 80px;
  }
  .project2-info-button {
    width: 80px;
    height: 80px;
  }
  .text-base {
    font-size: 22px;
  }
  .text-base.pseudo-h1 {
    font-size: 32px;
  }
  .text-base.ital {
    font-size: 22px;
  }
  .text-base.white.copyright-size {
    font-size: 10px;
  }
  .text-base.heavier {
    font-size: 22px;
  }
  .contact-direct-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .head3.white {
    font-size: 24px;
    line-height: 1.25em;
    text-align: right;
  }
  .project1-info-text {
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
  .text-basic.white {
    font-size: 18px;
  }
  .copyright-wrapper {
    background-image: -webkit-linear-gradient(270deg, #fa8dc6, #fa8dc6);
    background-image: linear-gradient(180deg, #fa8dc6, #fa8dc6);
  }
  .clients-container {
    margin-top: 24px;
  }
  .clients-slider {
    display: block;
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .client-slide {
    width: 25%;
    padding: 0px 10px;
  }
  .client-slider-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
  .navbar-new {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .brand-link.w--current {
    left: 0px;
    top: 0px;
    bottom: 0px;
    padding-left: 20px;
  }
  .project-info-text.p1 {
    padding-top: 20px;
  }
  .project-info-text.p2 {
    padding-top: 20px;
    background-color: rgba(250, 141, 198, .5);
  }
  .project-info-text.p3 {
    padding-top: 20px;
    background-color: rgba(250, 141, 198, .5);
  }
  .project-info-text.p4 {
    padding-top: 20px;
    background-color: rgba(250, 141, 198, .5);
  }
  .project-info-text.p5 {
    padding-top: 20px;
    background-color: rgba(250, 141, 198, .5);
  }
  .project-info-text.p6 {
    padding-top: 20px;
    background-color: rgba(250, 141, 198, .5);
  }
  .project-info-text.p7 {
    padding-top: 20px;
    background-color: rgba(250, 141, 198, .5);
  }
  .project-info-text.p8 {
    padding-top: 20px;
    background-color: rgba(250, 141, 198, .5);
  }
  .project-info-button.p1 {
    width: 80px;
    height: 80px;
  }
  .clients-wrapper {
    margin-top: 30px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .nav-burger {
    position: absolute;
    top: 12.5px;
    right: 40px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 31px;
    margin-right: -10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .navb-divline {
    position: relative;
    z-index: 4;
    width: 30px;
    height: 3px;
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(270deg, #333, #333);
    background-image: linear-gradient(180deg, #333, #333);
  }
  .navb-divline.closer {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navb-divline.closer1 {
    position: relative;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .navb-divline.closer2 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navmenu-side-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 250px;
    height: 250px;
    padding-top: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: -webkit-linear-gradient(270deg, #fff, #fff);
    background-image: linear-gradient(180deg, #fff, #fff);
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  .navmenu-links-wrapper {
    position: absolute;
    left: 16px;
    bottom: 16px;
    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-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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: #fff;
  }
  .navside-link {
    margin-top: 27px;
    margin-bottom: 27px;
    font-family: Lato, sans-serif;
    color: #777;
    font-size: 18px;
    line-height: 1.25em;
    font-weight: 500;
  }
  .image {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
  }
  .slide-nav {
    margin-bottom: -47px;
  }
  .slide-text-wrapper {
    left: 20px;
    bottom: 20px;
    padding: 14px;
  }
  .slide-text-wrapper.v2.place6 {
    right: 20px;
    bottom: 20px;
  }
  .slide-text-wrapper.v2.place4 {
    right: 20px;
    bottom: 20px;
  }
  .slide-text-wrapper.v2.place2 {
    left: auto;
    right: 20px;
    bottom: 20px;
    padding: 14px;
  }
  .slide-text-wrapper.place5 {
    left: 20px;
    bottom: 20px;
  }
  .slide-text-wrapper.place1 {
    left: 20px;
    right: auto;
    bottom: 20px;
    padding: 14px;
  }
  .project-info-text-v2 {
    padding-top: 20px;
    background-color: rgba(250, 141, 198, .5);
  }
}

@media (max-width: 767px) {
  .nav-link.onsidepanel {
    width: 100%;
    margin-bottom: 0px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px;
  }
  .nav-link.onsidepanel.w--current {
    font-size: 12px;
  }
  .slider {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .slide-text.style1 {
    font-size: 18px;
  }
  .slide-text.bolder.left {
    font-size: 16px;
  }
  .slide-text.bolder.right {
    font-size: 16px;
  }
  .slide-text.smaller.left {
    font-size: 14px;
  }
  .slide-text.smaller.right {
    font-size: 14px;
  }
  .about-container {
    margin-bottom: 40px;
    padding: 60px 12px;
  }
  .text-imp {
    padding-right: 21px;
    padding-left: 21px;
    font-size: 16px;
  }
  .text-imp.alignforclients {
    padding-left: 40px;
    font-size: 16px;
  }
  .text-imp.addtopmargin {
    padding-top: 24px;
  }
  .project-wrapper.p1 {
    height: 300px;
    margin-bottom: 20px;
  }
  .projects-main-wrapper {
    margin-right: 20px;
    margin-left: 20px;
  }
  .form-main {
    padding-top: 2px;
  }
  .submit-button {
    font-size: 24px;
  }
  .input-field {
    font-size: 16px;
  }
  .input-field.message {
    min-height: 150px;
  }
  .text-base {
    font-size: 16px;
  }
  .text-base.pseudo-h1 {
    font-size: 24px;
  }
  .text-base.ital {
    font-size: 18px;
  }
  .text-base.white.copyright-size {
    font-size: 8px;
  }
  .text-base.heavier {
    font-size: 18px;
  }
  .contact-direct-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }
  .head3.white {
    font-size: 18px;
    text-align: left;
  }
  .text-basic.white {
    font-size: 16px;
  }
  .text-basic.white.smaller {
    font-size: 12px;
  }
  .brand-link.w--current {
    margin-left: -2px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0px;
  }
  .project-info-text.p1 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .project-info-text.p2 {
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .project-info-text.p3 {
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .project-info-text.p4 {
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .project-info-text.p5 {
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .project-info-text.p6 {
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .project-info-text.p7 {
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .project-info-text.p8 {
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .project-info-button.p1 {
    width: 60px;
    height: 60px;
  }
  .nav-burger {
    margin-top: 16px;
    margin-right: -20px;
    padding-bottom: 6px;
  }
  .navb-divline {
    width: 26px;
    height: 3px;
  }
  .navmenu-side-wrapper {
    z-index: -2;
    width: 200px;
    height: 200px;
  }
  .navmenu-links-wrapper {
    left: 10px;
    bottom: 10px;
    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-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .image {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .slide-nav {
    margin-bottom: -40px;
    font-size: 10px;
  }
  .slide-text-wrapper {
    left: 10px;
    bottom: 10px;
  }
  .slide-text-wrapper.v2.place6 {
    right: 10px;
    bottom: 10px;
  }
  .slide-text-wrapper.v2.place4 {
    right: 10px;
    bottom: 10px;
  }
  .slide-text-wrapper.v2.place2 {
    right: 10px;
    bottom: 10px;
  }
  .slide-text-wrapper.place5 {
    left: 10px;
    bottom: 10px;
  }
  .slide-text-wrapper.place1 {
    left: 10px;
    bottom: 10px;
    padding: 10px;
  }
  .button-vert {
    height: 30px;
  }
  .button-hz {
    width: 30px;
  }
}

@media (max-width: 479px) {
  .nav-link.onsidepanel {
    font-size: 10px;
  }
  .nav-link.onsidepanel.w--current {
    font-size: 10px;
  }
  .slider {
    margin-right: 15px;
    margin-left: 15px;
  }
  .slide-text.style1 {
    right: 91px;
    font-size: 12px;
  }
  .slide-text.style2 {
    font-size: 12px;
  }
  .slide-text.bolder.left {
    font-size: 14px;
  }
  .slide-text.bolder.right {
    font-size: 12px;
  }
  .slide-text.smaller.left {
    padding-top: 2px;
    font-size: 10px;
  }
  .slide-text.smaller.right {
    padding-top: 2px;
    font-size: 10px;
  }
  .about-container {
    margin-bottom: 20px;
    padding: 40px 15px;
  }
  .text-imp {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
  .text-imp.alignforclients {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
  }
  .text-imp.addtopmargin {
    padding-top: 18px;
  }
  .projectswrapper-left {
    margin-right: 0px;
    margin-left: 0px;
  }
  .projectswrapper-right {
    margin-right: 0px;
    margin-left: 0px;
  }
  .project-wrapper.p3 {
    height: 300px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .project-wrapper.p1 {
    height: 300px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .project-wrapper.p2 {
    height: 300px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .project-wrapper.p4 {
    height: 300px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .project-wrapper.p5 {
    height: 300px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .project-wrapper.p6 {
    height: 300px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .project-wrapper.p7 {
    height: 300px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .project-wrapper.p8 {
    height: 300px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .projects-main-wrapper {
    margin-right: 15px;
    margin-left: 15px;
  }
  .submit-button {
    font-size: 24px;
  }
  .input-field {
    font-size: 14px;
  }
  .input-field.message {
    min-height: 100px;
  }
  .line-div.p1 {
    width: 26px;
    height: 4px;
  }
  .line-div.p2 {
    width: 26px;
    height: 4px;
  }
  .line-div.p3 {
    width: 26px;
    height: 4px;
  }
  .text-base {
    font-size: 14px;
  }
  .text-base.pseudo-h1 {
    font-size: 24px;
  }
  .text-base.ital {
    font-size: 16px;
  }
  .text-base.white.copyright-size {
    font-size: 6px;
    text-align: center;
  }
  .text-base.heavier {
    font-size: 16px;
  }
  .contact-direct-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .head3.white {
    font-size: 14px;
  }
  .text-basic.white {
    font-size: 14px;
  }
  .text-basic.white.smaller {
    margin-top: 2px;
    font-size: 10px;
  }
  .client-slide {
    width: 33%;
  }
  .navbar-new {
    padding-top: 0px;
  }
  .brand-link.w--current {
    margin-left: -7px;
    padding-left: 0px;
  }
  .project-info-text.p1 {
    padding: 10px;
  }
  .project-info-text.p2 {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .project-info-text.p3 {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .project-info-text.p4 {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .project-info-text.p5 {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .project-info-text.p6 {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .project-info-text.p7 {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .project-info-text.p8 {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .project-info-button.p1 {
    width: 50px;
    height: 50px;
  }
  .project-info-button.p2 {
    width: 50px;
    height: 50px;
  }
  .project-info-button.p3 {
    width: 50px;
    height: 50px;
  }
  .client-elem-link {
    margin: 17px;
    -webkit-flex-basis: 15%;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
  }
  .clients-wrapper {
    margin-top: 0px;
  }
  .nav-burger {
    margin-top: 13px;
    margin-right: -25px;
  }
  .navb-divline {
    width: 20px;
  }
  .navmenu-side-wrapper {
    width: 100px;
    height: 150px;
    padding-top: 34px;
    background-image: -webkit-linear-gradient(270deg, #fff, #fff);
    background-image: linear-gradient(180deg, #fff, #fff);
  }
  .image {
    -webkit-transform: scale(0.63);
    -ms-transform: scale(0.63);
    transform: scale(0.63);
  }
  .slide-nav {
    margin-bottom: -40px;
    font-size: 8px;
  }
  .slide-text-wrapper {
    padding: 4px;
  }
  .slide-text-wrapper.v2.place4 {
    padding: 4px;
  }
  .slide-text-wrapper.v2.place2 {
    padding: 4px;
  }
  .slide-text-wrapper.place1 {
    padding: 4px;
  }
  .button-vert {
    width: 3px;
    height: 20px;
  }
  .button-hz {
    width: 20px;
    height: 3px;
  }
}

