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

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-size: 18px;
  line-height: 28px;
}

.hero-logo {
  width: 29vw;
  margin-bottom: 20px;
}

.hero-section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  padding: 140px 32px 50px;
  -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;
}

.hero-section.interior-hero-section {
  display: block;
  min-height: 500px;
  padding: 0px;
  background-image: url('../images/5.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
}

.hero-section.interior-hero-section.contact {
  background-image: url('../images/bg-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-section.interior-hero-section.lighting {
  background-image: url('../images/bg-7.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
}

.hero-section.interior-hero-section.tools {
  background-image: url('../images/bg-8.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-section.interior-hero-section.portfolio {
  background-image: url('../images/bg-9.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-section.interior-hero-section.past-projects {
  background-image: url('../images/bg-14.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-section.interior-hero-section.media {
  background-image: url('../images/bg-11.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-section.interior-hero-section.audio {
  background-image: url('../images/banner-audio.jpg');
}

.page-wrapper {
  overflow: hidden;
}

.container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.hero-paragraph {
  margin-bottom: 20px;
  font-size: 1.7vw;
  line-height: 34px;
}

.hero-intro {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.hero-gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
}

.hero-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -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;
}

.hero-background.interior-hero-background {
  height: 500px;
}

.hero-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100vh;
  background-image: url('../images/hero-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-left: 30px;
  background-color: #fff;
  box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.1);
}

.logo {
  width: 175px;
}

.nav-link {
  border-right: 1px dashed #ddd;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-size: 16px;
  font-weight: 400;
}

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

.nav-link.w--current {
  color: #a04000;
}

.nav-link.last {
  border-right-style: none;
}

.nav-link.first {
  border-left: 1px dashed #ddd;
}

.nav-link.first.w--current {
  color: #a04000;
}

.button {
  width: 200px;
  padding: 15px 30px;
  border-radius: 40px;
  background-color: #236b8e;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #36454f;
}

.button.left-margin {
  margin-left: 20px;
}

.button.auto-width {
  width: auto;
  background-color: #236b8e;
}

.button.pdf {
  width: auto;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 60px;
  background-image: url('../images/pdf.svg');
  background-position: 10% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 14px;
}

.hero-button-wrap {
  margin-top: 10px;
}

.big-text-rotator {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 10%;
  min-width: 3200px;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 100px;
  line-height: 100px;
}

.scroll-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 3%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.scroll-mouse {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 32px;
  padding-top: 8px;
  -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;
  border: 2px solid #a04000;
  border-radius: 15px;
}

.scroll-line {
  position: absolute;
  width: 2px;
  height: 5px;
  background-color: #a04000;
}

.section {
  position: relative;
  padding: 100px 5%;
}

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

.section.gray.increase-bottom-padding {
  padding-bottom: 200px;
}

.section.dark {
  background-color: #236b8e;
  color: #fff;
}

.section.dark.image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/bg-banner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/bg-banner.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.slide {
  width: 33.333333333333336%;
}

.vision-block {
  position: relative;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  text-align: center;
}

.project-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.none {
  display: none;
}

.line {
  position: relative;
  width: 200px;
  height: 2px;
  background-color: #a04000;
}

.right-arrow {
  position: relative;
  display: block;
  width: 35px;
  margin-top: 10px;
  margin-left: 5px;
  float: left;
  opacity: 0.2;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

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

.top-title-text {
  margin-top: 2px;
  margin-right: 20px;
  margin-bottom: 0px;
  color: #a04000;
  font-weight: 400;
}

.project-circle-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47px;
  height: 47px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 13px;
  -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;
  border-radius: 100%;
  background-color: #ed1f23;
  cursor: pointer;
}

.flex-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 15px;
  -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-color: #fff;
  color: #36454f;
}

.gradient-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(133, 130, 130, 0.07)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(360deg, rgba(133, 130, 130, 0.07), hsla(0, 0%, 100%, 0));
}

.gradient-overlay.darker {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(211, 205, 205, 0.2)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(360deg, rgba(211, 205, 205, 0.2), hsla(0, 0%, 100%, 0));
}

.vision-paragraph {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 28px;
}

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

.red-font-color {
  color: #a04000;
}

.section-heading {
  margin-top: 0px;
  font-size: 38px;
  line-height: 40px;
  font-weight: 500;
}

.mask {
  overflow: visible;
  width: 36vw;
  height: auto;
  padding-top: 10px;
}

.left-arrow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  margin-top: 10px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.2;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

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

.top-title {
  margin-bottom: 80px;
  text-align: center;
}

.top-title.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-title.flex.in-mask-slider {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.project-circle {
  position: absolute;
  bottom: 20px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.project-circle.in-project {
  top: -29px;
  bottom: auto;
}

.project-wrapper {
  overflow: hidden;
  width: 97%;
  margin-bottom: 25px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.04);
  text-align: center;
}

.project-wrapper.no-margin {
  width: 98%;
  margin-bottom: 0px;
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.project-wrapper.no-margin:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.project-image {
  position: relative;
}

.vision-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.visual-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14vw;
  height: 14vw;
  margin-right: 7px;
  margin-bottom: 14px;
  margin-left: 7px;
  -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;
  border-radius: 20%;
  background-image: url('../images/1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.visual-content.second {
  margin-top: 30px;
  background-image: url('../images/img-1.jpg');
  background-size: cover;
}

.visual-content.third {
  background-image: url('../images/img-2.jpg');
  background-size: cover;
}

.visual-content.fourth {
  background-image: url('../images/img-3.jpg');
  background-size: cover;
}

.visual-title {
  color: #ed1f23;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.flex-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.circle-play {
  position: relative;
  z-index: 1;
  width: 120px;
  height: 120px;
  border: 5px solid #fff;
  border-radius: 100%;
  background-color: #a04000;
  background-image: url('../images/icon-play.svg');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circle-overlay {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: rgba(237, 31, 35, 0.06);
}

.circle-overlay-2 {
  position: absolute;
  width: 270px;
  height: 270px;
  border-radius: 100%;
  background-color: rgba(237, 31, 35, 0.05);
}

.circle-overlay-3 {
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 100%;
  background-color: rgba(237, 31, 35, 0.04);
}

.brand {
  margin-top: 12px;
}

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

.top-margin._70 {
  margin-top: 70px;
}

.footer-section {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-logo {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.wrapper {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.footer-link {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #a04000;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.footer-link:hover {
  opacity: 1;
}

.footer-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.footer-link.spacing {
  margin-right: 16px;
  margin-left: 16px;
}

.footer-link.no-padding {
  width: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.social-media-icon {
  height: 40px;
  padding: 8px;
}

.flex-horizontal-space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-section {
  background-image: url('../images/bg-1.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: fixed;
}

.cta-section._1 {
  background-image: url('../images/bg-12.jpg');
  background-position: 50% 300%;
  background-size: auto;
  background-attachment: fixed;
}

.cta-section._2 {
  background-image: url('../images/bg-13.jpg');
  background-position: 50% -100%;
  background-size: cover;
  background-attachment: fixed;
}

.cta-section._3 {
  background-image: url('../images/bg-15.jpg');
  background-position: 50% -50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cta-section._4 {
  background-image: url('../images/bg-6.jpg');
  background-position: 50% -100%;
  background-size: auto;
}

.cta-section._5 {
  background-image: url('../images/bg-15.jpg');
  background-position: 50% -100%;
  background-size: auto;
}

.cta-section._6 {
  background-image: url('../images/banner-audio.jpg');
}

.work-of-art {
  font-size: 60px;
  line-height: 55px;
  font-weight: 700;
  text-align: center;
}

.cta-section-overlay {
  padding: 120px 5%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64));
  color: #fff;
}

.interior-hero-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.interior-hero-heading {
  margin-top: 0px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.paragraph-2 {
  font-size: 20px;
  line-height: 28px;
}

.paragraph-3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}

.side-image {
  max-width: 43vw;
}

.right-padding {
  padding-right: 40px;
}

.side-image-left {
  margin-left: -50px;
  float: left;
}

.brand-logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin-bottom: 20px;
  -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: #fff;
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.05);
}

.brand-logo {
  width: 100px;
}

.brand-logo.larger {
  width: 175px;
}

.section-heading-wrapper {
  margin-bottom: 30px;
}

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

.double-cta-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.green-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
  background-image: linear-gradient(157deg, #005a23, #06b618);
  color: #fff;
  text-align: center;
}

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

.green-container {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.green-cta-title {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

.lightbox-link {
  overflow: hidden;
  width: 30%;
  margin-right: 7px;
  border-radius: 4px;
}

.project-date {
  letter-spacing: 1px;
}

.field-label {
  margin-bottom: 10px;
  font-weight: 500;
}

.field {
  height: 56px;
  margin-bottom: 20px;
  border-radius: 40px;
}

.field.text-area {
  height: 156px;
  padding: 30px;
}

.contact-list-text {
  line-height: 20px;
  font-weight: 500;
}

.link {
  color: #ed1f23;
}

.link:hover {
  text-decoration: none;
}

.list-bottom-margin {
  margin-bottom: 25px;
}

.contact-list-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-icon {
  height: 24px;
  margin-right: 10px;
}

.charcoal-font-color {
  color: #36454f;
}

.cta-text {
  font-size: 17px;
  line-height: 28px;
}

.large-quote {
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}

.paragraph-small {
  color: #36454f;
  font-size: 13px;
  font-weight: 400;
}

.paragraph-small.divider-line {
  margin-right: 8px;
  margin-left: 8px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.padding {
  padding: 20px;
}

.blog-thumbnail-container {
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #36454f;
  text-decoration: none;
}

.blog-thumbnail-container:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

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

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-4 {
  width: 33.33%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.white-container {
  padding: 70px;
  background-color: #fff;
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.05);
}

.cta-paragraph {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 32px;
}

.large-paragraph {
  font-size: 24px;
  line-height: 32px;
}

.bottom-hero-text-margin {
  margin-bottom: 20px;
}

.hero-text-wrap {
  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;
}

.small-container {
  width: 100%;
  max-width: 612px;
  margin-right: auto;
  margin-left: auto;
}

.small-container.section-title {
  margin-bottom: 72px;
  text-align: center;
}

.product-vertical-grid {
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.boxed {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 36px 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  color: #000;
}

.medium-container {
  width: 100%;
  max-width: 823px;
  margin-right: auto;
  margin-left: auto;
}

.medium-container.section-title {
  margin-bottom: 72px;
  text-align: center;
}

.box-product {
  width: 40%;
}

.box-product-content {
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.box-product-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #a04000;
  font-size: 20px;
  font-weight: 500;
}

.slider-container {
  width: 90%;
  max-width: 1200px;
}

.product-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  max-width: 1200px;
  background-color: transparent;
}

.product-slide {
  width: 500px;
  height: auto;
  margin-right: 30px;
  border-radius: 10px;
  background-color: #fff;
}

.hide {
  display: none;
}

.product-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
}

.product-slide-content {
  margin-top: 20px;
  text-align: center;
}

.product-left-arrow {
  left: 0px;
  bottom: -370px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 40px;
  -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;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #236b8e;
  font-size: 20px;
}

.product-right-arrow {
  left: 60px;
  bottom: -370px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 40px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #236b8e;
  font-size: 20px;
}

.profile-image {
  max-width: 25vw;
  float: right;
  border-radius: 4px;
}

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

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-3"] {
  opacity: 0;
}

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

@media screen and (max-width: 991px) {
  .hero-logo {
    width: 48vw;
  }

  .hero-paragraph {
    font-size: 20px;
    line-height: 24px;
  }

  .nav-link {
    color: #fff;
  }

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

  .button {
    font-size: 14px;
  }

  .button.left-margin {
    font-size: 15px;
  }

  .button.auto-width.left-margin {
    margin-top: 10px;
    margin-left: 0px;
  }

  .button.auto-width.left-margin.full-width {
    width: 100%;
  }

  .button.auto-width.full-width {
    width: 100%;
  }

  .line {
    display: none;
  }

  .project-content {
    width: auto;
    height: 110px;
  }

  .visual-content {
    width: 30vw;
    height: 30vw;
  }

  .flex-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-columns.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

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

  .wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer-social-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flex-horizontal-space-between {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .side-image {
    max-width: 100%;
  }

  .side-image.bottom-padding {
    margin-bottom: 20px;
  }

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

  .side-image-left {
    max-width: 100%;
    margin-left: 0px;
  }

  .menu-button {
    background-color: #ed1f23;
    color: #fff;
  }

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

  .featured-button-container {
    width: 50%;
  }

  .nav-menu {
    background-color: #ed1f23;
  }

  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }

  .col {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col.lg-4 {
    width: 50%;
  }

  .mob-bottom-margin {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero-intro {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slide {
    width: 50%;
  }

  .top-title.flex.in-mask-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .project-wrapper.no-margin {
    margin-bottom: 20px;
  }

  .footer-logo {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-left: 0px;
  }

  .footer-social-links-container {
    margin-top: 40px;
  }

  .flex-horizontal-space-between {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .flex-horizontal-space-between.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .work-of-art {
    font-size: 50px;
    line-height: 50px;
  }

  .interior-hero-heading {
    font-size: 34px;
  }

  .featured-button-container {
    width: 80%;
    margin-top: 40px;
  }

  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .white-container {
    padding: 50px;
  }

  .product-slide {
    width: 400px;
  }

  .profile-image {
    max-width: 90%;
    float: left;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }

  li {
    font-size: 16px;
    line-height: 26px;
  }

  .hero-logo {
    width: 80%;
  }

  .hero-section {
    padding-right: 2.5%;
    padding-left: 2.5%;
  }

  .hero-paragraph {
    font-size: 14px;
  }

  .button.left-margin {
    margin-top: 20px;
    margin-left: 0px;
  }

  .button.pdf {
    padding-left: 50px;
    font-size: 14px;
    line-height: 15px;
    text-align: left;
  }

  .big-text-rotator {
    font-size: 50px;
  }

  .project-title {
    font-size: 14px;
    line-height: 18px;
  }

  .visual-content {
    width: 40vw;
    height: 40vw;
  }

  .footer-logo {
    display: block;
  }

  .horizontal-footer-links-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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-social-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .footer-link.spacing {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .social-media-icon {
    height: 20px;
    padding: 0px;
  }

  .flex-horizontal-space-between {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .work-of-art {
    font-size: 40px;
    line-height: 40px;
  }

  .paragraph-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .featured-button-container {
    width: 100%;
  }

  .lightbox-link {
    width: 45%;
  }

  .contact-list-text {
    font-size: 14px;
  }

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }

  .col {
    margin-bottom: 0px;
  }

  .col.lg-4 {
    width: 100%;
  }

  .white-container {
    padding: 25px;
  }

  .hero-text-wrap {
    display: block;
  }

  .box-product-heading {
    font-size: 16px;
    line-height: 22px;
  }

  .product-slide {
    width: 225px;
  }

  .product-wrap {
    padding: 20px;
  }
}

