:root {
  --the-blue: #04242d;
  --white: #fff;
  --dark-slate-gray: #313131;
  --dodger-blue: #0098ff;
  --indian-red: #ff2a5e;
  --black: #292929;
}

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

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-family: Droid Serif, serif;
  line-height: 30px;
}

a {
  text-decoration: underline;
  display: block;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #0098ff;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.body {
  background-color: #e6e6e6;
  overflow: visible;
}

.contentwrapper {
  opacity: 1;
  background-image: linear-gradient(#0000002e, #0000002e), url('../images/Home-selection-parralax1920-1080.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
  padding-top: 45vh;
}

.contentwrapper.content {
  background-image: none;
  height: auto;
  padding-top: 0;
}

.navmenu {
  z-index: 15;
  background-color: var(--the-blue);
  position: fixed;
  inset: 0% 0% auto;
}

.navbtn {
  float: right;
  perspective: 1200px;
  cursor: pointer;
  background-color: #191919;
  width: 82px;
  height: 82px;
  padding: 32px;
}

.navbtn.w--current {
  height: 85px;
  padding-top: 34px;
  padding-bottom: 34px;
}

.hiddenmenu {
  z-index: 30;
  background-color: var(--the-blue);
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 100vh;
  padding: 30vh 20px 20px;
  display: none;
  position: sticky;
  top: 0;
  bottom: 0;
  right: 0;
}

.navmenubtn {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: block;
}

.closenavcover {
  z-index: 10;
  height: 0;
  position: fixed;
  inset: 0;
}

.container {
  perspective: 1900px;
  perspective-origin: 50% 0;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  overflow: hidden;
}

.herotext {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.4vw;
  font-weight: 500;
  line-height: 4vw;
  position: relative;
  transform: translate3d(0, 0, 120px);
}

.herotext.smaller {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 2vw;
  line-height: 3vw;
}

.navburgerone {
  background-color: #fff;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navburgeroneback {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #fff;
  width: 20px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.burgerwrapperone, .burgerwrappertwo, .burgerwrapperthree {
  width: 20px;
  height: 3px;
  margin-bottom: 3px;
  position: relative;
}

.navwrappersocial {
  transform-style: preserve-3d;
  transform: rotateX(5deg)rotateY(0)rotateZ(0);
}

.navbar {
  z-index: 1;
}

.bookcovercontainer {
  perspective-origin: 0%;
  transform-origin: 0%;
}

.bookcovercontainer:hover {
  box-shadow: 1px 1px 30px #000;
}

.nav-link {
  color: #999;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.project-detail-container {
  z-index: 200;
  background-color: #eee;
  width: 100%;
  height: 100%;
  padding-top: 70px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  transform: translate(-100%);
}

.tut-container {
  z-index: 500;
  background-color: #fff;
  width: 70%;
  height: 85vh;
  padding: 40px 60px;
  position: fixed;
  inset: 7vh 0 0 5%;
  overflow: auto;
  transform: translate(-120%);
  box-shadow: 1px 1px 50px #00000059;
}

.flex-container-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  min-height: 100vh;
  display: flex;
}

.flex-container-left {
  flex: 1;
}

.nav-logo {
  width: 380px;
  padding-left: 0;
}

.nav-logo-link {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 28px;
}

.nav-logo-link.w--current {
  padding-left: 20px;
}

.browser-dot {
  background-color: #fc615d;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.resize-text {
  display: none;
}

._150-image {
  filter: none;
  background-image: url('../images/Natural-flooring-1000-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
}

._150-image._27 {
  background-image: url('../images/Natural-flooring-1000-3.jpg');
}

._150-image._25 {
  background-image: url('../images/Commercal-1000-2.jpg');
}

._150-image._7 {
  background-image: url('../images/Luxury-vinyl-tile-1000-1.jpg');
  background-size: cover;
}

._150-image._15 {
  background-image: url('../images/Stair-runners-1000-1.jpg');
}

._150-image._19 {
  background-image: url('../images/Luxury-vinyl-tile-1000-2.jpg');
}

._150-image._23 {
  background-image: url('../images/Carpet-1000-0.jpg');
}

._150-image._8 {
  background-image: url('../images/Stair-runners-1000-4.jpg');
}

._150-image._4 {
  background-image: url('../images/Luxury-vinyl-tile-1000-0.jpg');
}

._150-image._10 {
  background-image: url('../images/Stair-runners-1000-5.jpg');
}

._150-image._18 {
  background-image: url('../images/Natural-flooring-main-23-1000-01.jpg');
}

._150-image._3 {
  background-image: url('../images/Commercal-1000-4.jpg');
}

._150-image._16 {
  background-image: url('../images/Natural-flooring-1000-0.jpg');
}

._150-image._21 {
  background-image: url('../images/Luxury-vinyl-tile-1000-3.jpg');
}

._150-image._13 {
  background-image: url('../images/Stair-runners-1000-5.jpg');
}

._150-image._2 {
  background-image: url('../images/Luxury-vinyl-tile-1000-4.jpg');
}

._150-image._9 {
  background-image: url('../images/Carpet-1000-3.jpg');
}

._150-image._26 {
  background-image: url('../images/Vinyl-flooring-1000-5.jpg');
}

._150-image._12 {
  background-image: url('../images/Carpet-1000-4.jpg');
}

._150-image._6 {
  background-image: url('../images/Commercal-1000-5.jpg');
}

._150-image._20 {
  background-image: url('../images/Commercal-1000-1.jpg');
}

._150-image._24 {
  background-image: url('../images/Stair-runners-1000-2.jpg');
}

._150-image._14 {
  background-image: url('../images/Lvt-23-1000-09.jpg');
}

._150-image._11 {
  background-image: url('../images/Vinyl-flooring-1000-3.jpg');
}

._150-image._28 {
  background-image: url('../images/Stair-runners-1000-3.jpg');
}

._150-image._22 {
  background-image: url('../images/Carpet-1000-5.jpg');
}

._150-image._17 {
  background-image: url('../images/Vinyl-flooring-23-1000-08.jpg');
}

._150-image._29 {
  background-image: url('../images/Natural-flooring-1000-2.jpg');
}

._150-image._5 {
  background-image: url('../images/Natural-flooring-1000-1.jpg');
}

._150-image._30 {
  background-image: url('../images/Commercal-1000-3.jpg');
}

._150-image-wrapper-inner {
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 150vw;
  height: 200vh;
  display: flex;
  position: absolute;
  transform: rotate(20deg);
}

.demo-container {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.demo-wrapper {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0%;
}

.browser-demo {
  z-index: auto;
  background-color: #1a1a1a;
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  place-content: flex-end center;
  align-items: center;
  width: 800px;
  height: 400px;
  display: none;
  position: relative;
  overflow: hidden;
}

._150-image-wrapper-outer {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

._150-image-row-wrapper {
  flex: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.section-gallery {
  background-color: var(--the-blue);
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.browser-top {
  z-index: 1;
  background-color: #e2e2e2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  height: 30px;
  padding-left: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.main-section {
  background-image: url('../images/Bg-1920-1080-04.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  padding: 100px 15px 0;
}

.main-section.bg {
  background-image: url('../images/Home-image-1920-1080-0.jpg');
  background-size: cover;
}

.main-section.no-padding-top {
  padding-top: 0;
}

.main-section.bottom {
  background-image: url('../images/Bg-1920-1080-04.png');
  padding-bottom: 100px;
}

.main-section.bottom.bg {
  background-image: url('../images/Home-image-1920-1080-1.jpg');
}

.main-section.bottom.hidden {
  display: none;
}

.hidemenu {
  z-index: 15;
  width: 250px;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.link-5 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.content-wrapper-2 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.top-line {
  background-color: #0000;
  width: 100%;
  height: 4px;
}

.navigation {
  z-index: 100;
  background-color: var(--the-blue);
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
  box-shadow: 0 3px 3px #86868612;
}

.flex-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.social-icon-2 {
  background-color: #1c8a43;
  background-image: url('../images/fa-facebook_100_0_ffffff_none_1fa-facebook_100_0_ffffff_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  transition: background-color .408s;
}

.social-icon-2:hover {
  background-color: #313131;
}

.social-icon-2.reverse {
  filter: invert();
  background-color: #000;
  background-image: url('../images/Houzz-white-176.png');
  background-size: 15px;
  width: 30px;
  height: 30px;
  margin-right: 15.5px;
}

.social-icon-2.reverse:hover {
  background-color: #2c2c2c;
}

.social-icon-2.reverse.black {
  filter: none;
  margin-right: 0;
}

.social-icon-2.twitter {
  background-image: url('../images/Camera_instagram.png');
  background-size: 25px;
}

.social-icon-2.twitter.reverse {
  filter: invert();
  background-color: #000;
  background-size: 20px;
  width: 30px;
  height: 30px;
  display: none;
}

.social-icon-2.twitter.reverse.black {
  filter: none;
  display: none;
}

._33-percent-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

._33-percent-column.top-right {
  text-align: right;
  justify-content: center;
  align-items: flex-end;
  width: 20%;
  padding-top: 0;
}

._33-percent-column.top-center {
  width: 60%;
  padding-top: 30px;
  padding-bottom: 22px;
  transition: opacity .2s;
}

._33-percent-column.top-center:hover {
  opacity: .85;
}

._33-percent-column.top-center.w--current {
  padding-top: 10px;
  padding-bottom: 10px;
}

._33-percent-column.top-center.fixed-nav {
  display: none;
}

._33-percent-column.top-left {
  justify-content: center;
  align-items: flex-start;
  width: 20%;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-2 {
  height: auto;
}

.social-text-links {
  display: none;
}

.navlink {
  color: #fff;
  text-transform: uppercase;
  height: 60px;
  margin-right: 17px;
  padding-top: 21px;
  font-size: 13px;
  font-weight: 400;
  transition: border .1s cubic-bezier(.25, .46, .45, .94);
}

.navlink:hover {
  border-bottom: 1px solid #fff;
}

.navlink.w--current {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: 700;
}

.bar {
  color: #000;
}

.bar._2 {
  display: none;
}

.nav-menu {
  float: none;
  text-align: center;
  border-top: 1px solid #e7e7e7;
  width: 100%;
}

.top-menu-links {
  color: #535353;
  font-family: Exo, sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.top-menu-links:hover {
  text-decoration: underline;
}

.top-menu-links.open-table {
  display: none;
}

.fixed-navbarv2 {
  z-index: 10;
  background-color: var(--the-blue);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 3px 3px #86868612;
}

.link-block-2 {
  display: none;
}

.nav-menu-scroll {
  float: none;
  text-align: center;
  border-top: 2px solid #e7e7e7;
  width: 100%;
}

.nav-menu-scroll.no-top-line {
  border-top-style: none;
}

.fixed-naviagtion-toggler {
  background-color: #000;
  height: 120px;
  position: absolute;
}

._2nd-nav-logo {
  width: 450px;
}

.footer-contact-details-div-v2 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border: 1px #000;
  border-top-color: #d4d4d4;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 0;
  display: grid;
}

.footer-text {
  text-align: center;
  font-family: Exo, sans-serif;
}

.footer-text.reverse {
  color: #fff;
  font-size: 12px;
}

.footer-container-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.footer-contact-info {
  border-right: 1px solid #d4d4d4;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Exo, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.footer-contact-info.reverse {
  color: #fff;
}

.footer-contact-info.reverse.center {
  text-align: center;
  font-weight: 400;
}

.footer-contact-info.no-line {
  border-right-style: none;
  font-family: Exo, sans-serif;
}

.footer-contact-info.no-line.reverse {
  color: #fff;
  font-weight: 400;
}

.footer-contact-info.no-line.reverse.center {
  font-size: 14px;
}

.footer-logo {
  width: 440px;
  margin-bottom: 15px;
  display: inline-block;
}

.footer-section-2, .sectionfooter {
  border-top: 1px solid #d4d4d4;
}

.sectionfooter.reverse {
  z-index: 25;
  background-color: var(--the-blue);
  width: 100%;
  position: relative;
}

.footer-logo-and-adress-holder {
  border-bottom: 1px solid #d4d4d4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0;
  padding-bottom: 30px;
  display: flex;
}

.reverse {
  color: #fff;
  display: inline-block;
}

.footer-about-text-holder {
  padding-left: 20px;
  padding-right: 20px;
}

.align-left {
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.button-div {
  width: 100%;
  height: 100%;
}

.button-holder {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.button-holder:hover, .button-holder.w--current {
  text-decoration: underline;
}

.button-holder.reverse {
  color: #fff;
}

.link-block-3 {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.link-block-3.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.button-icon {
  width: 25px;
  margin-right: 10px;
}

.button-icon.reverse {
  width: 20px;
  margin-bottom: 2px;
  padding-bottom: 0;
}

.social-icon {
  background-image: url('../images/Facebook-white-176.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  margin-left: 2.5px;
  margin-right: 16.5px;
  transition: background-color .408s;
}

.social-icon:hover {
  background-color: #313131;
}

.social-icon.houzz {
  background-image: url('../images/Houzz-white-176.png');
  margin-left: 10px;
  margin-right: 10px;
}

.social-icon.houzz.right {
  margin-right: 0;
}

.social-icon.insta {
  background-image: url('../images/Insta-white-176-1.png');
  margin-left: 10px;
  margin-right: 10px;
}

.home-hero {
  background-image: url('../images/Filler-1000-500.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 31vw;
  display: flex;
}

.home-hero.about {
  background-image: linear-gradient(#0003, #0003), url('../images/About-1920-600-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.home-hero.what-we-do {
  background-image: url('../images/What-we-do-1920-600-2.jpg');
}

.home-hero.contact {
  background-image: linear-gradient(#00000040, #00000040), url('../images/Contact-1920-600-02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.home-hero.home-selection {
  background-image: url('../images/Home-selection-1920-600-1.jpg');
}

.home-hero-div-holder {
  padding-left: 16px;
  padding-right: 16px;
}

.main-h1 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 41px;
}

.main-h1.blue {
  color: var(--the-blue);
}

.main-h2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
}

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

.main-h2.center.affiliated {
  font-size: 21px;
}

.main-h2.white {
  color: #fff;
}

.main-para {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.main-para.contact-details {
  text-align: center;
  margin-top: 10px;
}

.main-para.top {
  margin-top: 0;
}

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

.main-para.white {
  color: #fff;
}

.section-3 {
  background-color: #fafafa;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-3.background-2 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.maincontainer {
  padding-bottom: 15px;
}

.main-privacy-h1 {
  float: none;
  perspective-origin: 50%;
  color: #20272f;
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  width: 48%;
  margin-top: 0;
  margin-bottom: 21px;
  margin-left: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  display: block;
}

.main-privacy-title {
  color: #192024;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.main-privacy-text {
  float: none;
  color: #777;
  text-align: left;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.link-4 {
  color: var(--the-blue);
  display: inline-block;
}

.bold-text-pp {
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.mainheaderh2centerservices-2 {
  float: none;
  perspective-origin: 50%;
  color: #20272f;
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  width: 48%;
  margin: 0 auto 20px 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 29px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  display: block;
}

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

.main-h4 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

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

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

.contact-details-holder-div {
  margin-top: 35px;
  margin-bottom: 13px;
  display: flex;
}

.contact-details-holder-flex {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.contact-details-icon {
  width: 40px;
}

.html-embed {
  margin: 26px auto 0;
}

.service-columns-div {
  margin-top: 40px;
}

.service-columns-div.flush {
  margin-top: 0;
}

.service-columns {
  justify-content: center;
  align-items: stretch;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.service-columns.reverse-column {
  flex-direction: row-reverse;
}

.service-column.right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 0;
  display: flex;
}

.service-column.left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 30px;
  display: flex;
}

.service-column.left-flush, .service-column.right-flush {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.main {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.main-button {
  background-color: var(--the-blue);
  text-transform: uppercase;
  border-radius: 2px;
  margin-top: 15px;
}

.services-image {
  filter: brightness(53%);
}

.testimonial-div {
  background-color: var(--the-blue);
  filter: brightness(110%);
  border-radius: 5px;
  margin-top: 40px;
  padding: 50px 30px 30px;
  position: relative;
}

.main-testimonial-para {
  z-index: 5;
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 18px;
  position: relative;
}

.main-h3-testimonial {
  z-index: 5;
  color: #fff;
  text-align: right;
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
  position: relative;
}

.testimonial-icon {
  opacity: 1;
  filter: brightness(131%);
  transform-style: preserve-3d;
  width: auto;
  height: 80px;
  transform: rotateX(180deg)rotateY(180deg)rotateZ(0);
}

.testimonial-icon.right {
  width: auto;
  right: 100px;
  transform: rotate(0);
}

.testimonial-icon-div {
  justify-content: space-between;
  align-items: flex-start;
  width: 93%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blue-span-testimonial {
  color: #909090;
}

.gallery-wrapper {
  background-color: #e9e5e5;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.carousel {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-wrapper {
  opacity: .6;
  margin-right: 5px;
  padding: 0 5px;
  transition: opacity .2s;
  display: flex;
}

.image-wrapper.slick-center {
  opacity: 1;
}

.image {
  filter: brightness();
  object-fit: contain;
  max-height: 76vh;
}

.arrow-div-holder {
  justify-content: space-between;
  align-items: center;
  max-height: 76vh;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.arrow {
  height: 30px;
}

.footer-container-v2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding-top: 39px;
  padding-bottom: 39px;
  display: grid;
}

.d-64-heading-light {
  width: 220px;
  font-size: 23px;
  font-weight: 400;
  line-height: 31px;
  display: block;
}

.d-64-p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 19px;
}

.d-64-card-overlay {
  background-image: linear-gradient(25deg, var(--the-blue) 53%, #fff);
  opacity: .49;
  position: absolute;
  inset: 0%;
}

.d-64-border {
  text-align: left;
  border: 2px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50%;
  margin: 19px 20px 0;
  padding: 10px 5px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.d-64-card-wrapper {
  background-image: linear-gradient(#0003, #0003), url('../images/Carpet-main-23-1000-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: flex-start;
  width: 31%;
  height: 300px;
  margin-top: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 0 50px #0003;
}

.d-64-card-wrapper.vinyl-flooring {
  background-image: linear-gradient(#00000029, #00000029), url('../images/Vinyl-flooring-23-1000-08.jpg');
}

.d-64-card-wrapper.natural-flooring {
  background-image: linear-gradient(#0000, #0000), url('../images/Natural-flooring-23-1000-03.jpg');
  background-size: auto, cover;
}

.d-64-card-wrapper.commerical-flooring {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Commercal-1000-0.jpg');
}

.d-64-card-wrapper.stair-runners {
  background-image: linear-gradient(#0000, #0000), url('../images/Stair-runners-1000-0.jpg');
}

.d-64-card-wrapper.luxury-vinyl-tile {
  background-image: linear-gradient(#00000042, #00000042), url('../images/Lvt-1000-2026-01.jpg');
}

.d-64-h3-heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 35px auto 0;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 27px;
  line-height: 42px;
  display: inline-block;
  position: relative;
}

.demo-wrapper-2 {
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.main-section-services {
  background-image: url('../images/Bg-1920-1080-0.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  padding: 0 15px 60px;
}

.body2 {
  perspective: 1200px;
  perspective-origin: 0%;
  background-color: #e6e6e6;
  overflow: hidden;
}

.navmenu-fixed {
  z-index: 15;
  background-color: var(--the-blue);
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.navmenubtn-div {
  position: static;
  top: auto;
  bottom: auto;
}

.d-64-card-link-overlay {
  z-index: 20;
  opacity: 1;
  display: block;
  position: absolute;
  inset: 0%;
}

.servicec-cta-btn {
  background-color: var(--the-blue);
  border: 1px solid #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 35px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.servicec-cta-btn-text {
  color: #fff;
}

.affiliate-slider {
  background-color: #0000;
  height: auto;
}

.arrows-logo-slider {
  display: none;
}

.affiliate-slider-div-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-slider-nav {
  display: none;
}

.affiliate-holder {
  width: 100%;
  height: auto;
}

.affiliate {
  margin-bottom: 14px;
  padding-left: 28px;
  padding-right: 28px;
}

.affiliate-section {
  background-image: url('../images/Bg-1920-1080-04.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  padding: 11px 15px;
}

.bg-container {
  background-image: linear-gradient(#3131318c, #3131318c);
  padding: 32px;
}

.button-center-div.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-center-div.left-til-mobile {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.feature-line-block {
  text-align: left;
  border: 1px solid #00000014;
  border-radius: 4px;
  padding: 25px 35px 25px 75px;
  display: block;
  position: relative;
}

.small-feature-icon {
  filter: brightness(31%) hue-rotate(340deg);
  width: 25px;
  height: 25px;
  position: absolute;
  top: 25px;
  left: 25px;
}

.small-feature-title {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.small-paragraph {
  color: #838383;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.main-h3 {
  font-size: 26px;
  font-weight: 500;
}

.navbtn-div-holder-home {
  float: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbtn-text {
  color: #fff;
  text-align: center;
  padding-right: 20px;
  font-size: 16px;
  display: block;
}

.div-block-3 {
  border-top: 1px solid #b2b2b2;
  height: 1px;
  margin-top: 40px;
}

.services-image-1 {
  filter: none;
}

.link-about {
  color: var(--the-blue);
  font-size: 14px;
}

.hero-image {
  height: .3vw;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.star-holder-div {
  z-index: 5;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.star {
  width: 26px;
  height: 26px;
  margin-left: -4px;
  margin-right: -4px;
}

.section-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.container-2 {
  flex: 3 auto;
}

.html-embed-2 {
  margin-top: 40px;
}

html.w-mod-js [data-ix="hide-menu-on-load"] {
  display: none;
  transform: skewX(30deg)skewY(0)translate(250%);
}

html.w-mod-js [data-ix="hide-menu-buttons"] {
  opacity: 0;
  transform: translate(60px)skewX(20deg)skewY(0);
}

html.w-mod-js [data-ix="lower-on-load"] {
  transform: translate(0, -130px);
}

html.w-mod-js [data-ix="on-scroll-trigger"] {
  opacity: 0;
  transform: translate(-20px);
}

html.w-mod-js [data-ix="logo-float-animation-1"] {
  transform: translate(0, 120%)rotateX(65deg)rotateY(20deg)rotateZ(60deg);
}

html.w-mod-js [data-ix="initial-right-position"] {
  transform: translate(0, -100vh);
}

html.w-mod-js [data-ix="mobile-menu-toggler"] {
  opacity: 1;
}

html.w-mod-js [data-ix="navigation-toggler"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .hiddenmenu {
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .herotext {
    font-size: 3.8vw;
  }

  .herotext.smaller {
    font-size: 2.3vw;
  }

  .resize-text {
    color: #ce3434;
    text-align: center;
    background-color: #0000;
    width: auto;
    max-width: 480px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.2;
  }

  ._150-image-wrapper-inner {
    width: 240vw;
  }

  .demo-container {
    clear: both;
    flex-direction: row;
    justify-content: center;
    display: flex;
    overflow: hidden;
  }

  .demo-wrapper {
    flex: 0 auto;
  }

  .browser-demo {
    flex-direction: column;
    justify-content: center;
    width: 700px;
    height: 500px;
    margin-bottom: 100px;
  }

  ._150-image-wrapper-outer {
    justify-content: center;
    align-items: flex-start;
  }

  .section-gallery {
    clear: both;
  }

  .main-section.bg {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .content-wrapper-2 {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
  }

  .content-wrapper-2.special {
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .top-line {
    background-color: #0000;
  }

  ._33-percent-column.top-right {
    display: flex;
  }

  ._33-percent-column.top-center.w--current {
    width: 60%;
  }

  ._33-percent-column.top-left {
    display: flex;
  }

  .navlink {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
    font-weight: 300;
  }

  .navlink.w--current {
    font-size: 12px;
  }

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

  .nav-menu {
    border-top-width: 1px;
    display: block;
  }

  .burger-menu {
    color: #20272f;
  }

  .fixed-navbarv2 {
    width: 100%;
    overflow: visible;
  }

  .link-block-2.w--current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-block;
  }

  .nav-menu-scroll {
    background-color: #fff;
  }

  .nav-menu-scroll.no-top-line {
    background-color: #0000;
    padding-left: 17px;
    padding-right: 17px;
  }

  .fixed-naviagtion-toggler {
    height: 110px;
  }

  .footer-contact-details-div-v2 {
    grid-template-columns: 1fr 1fr;
  }

  .footer-container-1 {
    grid-template-columns: .75fr .75fr 1.5fr 1.5fr 1fr 1fr 1.5fr;
    max-width: 1000px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-contact-info {
    font-size: 12px;
  }

  .footer-contact-info.no-line.reverse.center, .button-holder {
    font-size: 13px;
  }

  .social-icon {
    margin-bottom: 2px;
    margin-right: 13.5px;
  }

  .main-h1 {
    font-size: 36px;
  }

  .main-h2 {
    font-size: 29px;
  }

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

  .maincontainer {
    padding-left: 0;
    padding-right: 0;
  }

  .mainheaderh2centerservices-2 {
    width: 452px;
  }

  .image {
    max-height: 70vh;
  }

  .footer-container-v2 {
    grid-template-columns: .75fr .75fr;
    max-width: 1000px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .d-64-p {
    font-size: 13px;
  }

  .d-64-border {
    border-width: 2px;
  }

  .d-64-card-wrapper {
    width: 49%;
    height: 340px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .d-64-h3-heading {
    margin-top: 40px;
    font-size: 27px;
  }

  .demo-wrapper-2 {
    flex-wrap: wrap;
    flex: 0 auto;
    margin-right: 0%;
  }

  .affiliate-slider-div-holder {
    flex-wrap: wrap;
  }

  .affiliate-holder {
    width: 33%;
  }

  .affiliate {
    margin-bottom: 35px;
    padding-left: 46px;
    padding-right: 46px;
  }

  .main-h3 {
    font-size: 25px;
    line-height: 30px;
  }

  .hero-image {
    height: .4vw;
  }
}

@media screen and (max-width: 767px) {
  .contentwrapper {
    height: 100vh;
  }

  .navbtn.w--current {
    height: 82px;
  }

  .herotext {
    font-size: 4vw;
    line-height: 6vw;
  }

  .herotext.smaller {
    font-size: 2.5vw;
  }

  .nav-logo {
    width: 300px;
  }

  .nav-logo-link.w--current {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 14px;
  }

  .resize-text {
    color: #333;
    line-height: 1.5;
    display: none;
  }

  ._150-image._7 {
    background-image: url('../images/Carpet-23-1000-02.jpg');
  }

  ._150-image._2 {
    background-image: url('../images/Vinyl-flooring-23-1000-07.jpg');
  }

  ._150-image._9 {
    background-size: cover;
  }

  .demo-container {
    background-image: linear-gradient(#0000, #0000);
    background-attachment: scroll;
    align-items: center;
    display: flex;
  }

  .demo-wrapper {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .browser-demo {
    flex-flow: column;
    justify-content: center;
    width: 400px;
    height: 500px;
    margin-bottom: 100px;
    margin-left: 110px;
    margin-right: 110px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

  .content-wrapper-2 {
    justify-content: space-between;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .content-wrapper-2.special {
    justify-content: space-between;
    display: flex;
    box-shadow: 0 3px 3px #86868608;
  }

  .navigation {
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  ._33-percent-column.top-right {
    display: none;
  }

  ._33-percent-column.top-center {
    width: 100%;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  ._33-percent-column.top-center.w--current {
    width: 100%;
  }

  ._33-percent-column.top-center.fixed-nav {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  ._33-percent-column.top-left {
    display: none;
  }

  .navlink {
    width: 100%;
    height: 55px;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

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

  .nav-menu {
    background-color: var(--the-blue);
    display: flex;
    position: absolute;
  }

  .burger-menu {
    color: #fff;
  }

  .fixed-navbarv2 {
    display: block;
    position: relative;
  }

  .nav-menu-scroll.no-top-line {
    padding-left: 80px;
    padding-right: 80px;
    display: block;
  }

  .fixed-naviagtion-toggler {
    background-color: #000;
    height: 5px;
  }

  ._2nd-nav-logo {
    width: 301px;
  }

  .footer-contact-details-div-v2 {
    grid-template-columns: .75fr .75fr;
    grid-template-areas: ".";
  }

  .footer-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-container-1 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-contact-info.no-line.reverse {
    text-align: center;
  }

  .footer-contact-info.no-line.reverse.center {
    display: block;
  }

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

  .footer-about-text-holder {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .align-left {
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    display: flex;
  }

  .button-div {
    flex-wrap: wrap;
    display: flex;
  }

  .button-holder.reverse {
    justify-content: center;
    width: 50%;
  }

  .link-block-3 {
    width: 100%;
    position: static;
  }

  .main-h1 {
    font-size: 29px;
  }

  .main-h2 {
    font-size: 26px;
  }

  .section-3 {
    padding: 35px 20px 25px;
  }

  .section-3.background-2 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .maincontainer {
    padding-left: 0;
    padding-right: 0;
  }

  .main-privacy-h1 {
    width: 85%;
    padding-left: 0;
    font-size: 31px;
  }

  .main-privacy-title {
    margin-bottom: 30px;
    padding-left: 0;
    font-size: 18px;
  }

  .main-privacy-text {
    padding-left: 0;
  }

  .mainheaderh2centerservices-2 {
    width: 85%;
    padding-left: 0;
    font-size: 31px;
  }

  .contact-columns {
    flex-direction: column-reverse;
    display: flex;
  }

  .contact-column.left {
    margin-top: 30px;
    padding-right: 0;
  }

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

  .contact-details-holder-div {
    flex-direction: column;
    align-items: center;
    margin-top: 31px;
  }

  .contact-details-holder-flex {
    width: 100%;
    margin-top: 19px;
  }

  .service-columns-div.flush {
    margin-top: 25px;
  }

  .service-columns {
    padding-left: 0;
    padding-right: 0;
  }

  .service-column.right {
    padding-left: 25px;
  }

  .service-column.left {
    padding-right: 20px;
  }

  .service-column.left.reverse-column {
    padding-right: 25px;
  }

  .service-column.left-flush {
    flex: 0 auto;
    padding-right: 0;
  }

  .service-column.right-flush {
    padding-left: 0;
  }

  .main {
    font-size: 18px;
    line-height: 24px;
  }

  .testimonial-icon {
    height: 80px;
  }

  .testimonial-icon-div {
    width: 89%;
  }

  .image, .arrow-div-holder {
    max-height: 40vh;
  }

  .footer-container-v2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }

  .d-64-heading-light {
    width: 180px;
    font-size: 19px;
    line-height: 26px;
  }

  .d-64-p {
    font-size: 11px;
    line-height: 16px;
  }

  .d-64-border {
    height: 52%;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 6px 5px;
  }

  .d-64-card-wrapper {
    height: 45vw;
  }

  .d-64-h3-heading {
    margin-top: 24px;
    font-size: 22px;
  }

  .main-section-services {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .servicec-cta-btn {
    margin-top: 5px;
  }

  .affiliate-slider-div-holder {
    flex-flow: wrap;
  }

  .affiliate-holder {
    width: 50%;
  }

  .affiliate {
    padding-left: 54px;
    padding-right: 54px;
  }

  .affiliate-section {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .bg-container {
    padding: 26px;
  }

  .feature-blocks-row {
    margin-top: 0;
    margin-bottom: 0;
  }

  .feature-blocks-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .main-h3 {
    font-size: 23px;
    line-height: 28px;
  }

  .navbtn-text {
    padding-right: 10px;
    font-size: 14px;
  }

  .hero-image {
    width: auto;
    height: .9vw;
  }
}

@media screen and (max-width: 479px) {
  .navbtn {
    width: 45px;
    height: 55px;
    padding: 20px 12px;
  }

  .navbtn.w--current {
    width: 45px;
    height: 57px;
    padding: 21px 14px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .herotext {
    font-size: 20px;
    line-height: 8vw;
  }

  .herotext.smaller {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .nav-logo {
    width: 220px;
  }

  .nav-logo-link {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 12px;
  }

  .nav-logo-link.w--current {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .resize-text {
    margin-left: 20px;
    margin-right: 20px;
  }

  ._150-image-wrapper-inner {
    width: 350vw;
    height: 150vh;
  }

  .browser-demo {
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  ._150-image-wrapper-outer {
    width: 100vw;
    height: 100vh;
  }

  .hidemenu {
    display: none;
  }

  ._33-percent-column.top-center {
    align-items: flex-start;
    padding-left: 0;
  }

  .navlink {
    width: 100%;
  }

  .menu-button {
    padding: 25px 13px;
    display: block;
  }

  .burger-menu {
    display: inline-block;
  }

  ._2nd-nav-logo {
    width: 95%;
  }

  .footer-contact-details-div-v2 {
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-contact-info {
    text-align: center;
  }

  .footer-contact-info.no-line-mobile {
    border-right-style: none;
  }

  .footer-logo {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .button-div {
    padding-top: 5px;
  }

  .link-block-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-3.w--current {
    text-align: center;
    display: block;
  }

  .main-h1 {
    font-size: 23px;
    line-height: 27px;
  }

  .main-h2 {
    color: #1b1b1b;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
  }

  .main-para {
    text-align: center;
    margin-top: 10px;
  }

  .section-3.background-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .maincontainer {
    padding-left: 0;
    padding-right: 0;
  }

  .main-privacy-h1 {
    width: 100%;
    font-size: 25px;
  }

  .main-privacy-title {
    font-size: 13px;
  }

  .main-privacy-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

  .mainheaderh2centerservices-2 {
    width: 100%;
    font-size: 25px;
  }

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

  .contact-details-holder-div {
    margin-top: 20px;
  }

  .service-columns-div {
    margin-top: 30px;
  }

  .service-columns, .service-columns.reverse-column {
    flex-direction: column;
  }

  .service-column.right {
    align-items: center;
    margin-top: 20px;
    padding-left: 0;
  }

  .service-column.left {
    align-items: center;
    padding-right: 0;
  }

  .service-column.left.reverse-column {
    margin-top: 20px;
  }

  .service-column.left-flush {
    align-items: center;
    padding-right: 0;
  }

  .service-column.right-flush {
    align-items: center;
    margin-top: 20px;
    padding-left: 0;
  }

  .main {
    text-align: center;
    font-size: 17px;
  }

  .main-button {
    object-position: 50% 50%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-div {
    padding-top: 30px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .main-testimonial-para, .main-h3-testimonial {
    text-align: center;
  }

  .testimonial-icon {
    height: 50px;
  }

  .testimonial-icon.right {
    height: 50px;
    margin-top: auto;
  }

  .testimonial-icon-div {
    padding-top: 30px;
    padding-bottom: 51px;
  }

  .image, .arrow-div-holder {
    max-height: 65vw;
  }

  .d-64-heading-light {
    width: 240px;
    font-size: 21px;
  }

  .d-64-p {
    font-size: 4vw;
    line-height: 5vw;
  }

  .d-64-border {
    margin-top: 19px;
    margin-left: 22px;
    margin-right: 22px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .d-64-card-wrapper {
    width: 100%;
    height: 85vw;
  }

  .d-64-h3-heading {
    margin-top: 30px;
  }

  .demo-wrapper-2 {
    align-items: center;
    margin-right: 0;
  }

  .navmenu-fixed {
    display: block;
  }

  .servicec-cta-btn {
    margin-top: 10px;
  }

  .affiliate {
    padding-left: 8px;
    padding-right: 8px;
  }

  .button-center-div {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .feature-line-block {
    padding: 15px 25px 15px 55px;
  }

  .small-feature-icon {
    top: 15px;
    left: 15px;
  }

  .main-h3 {
    font-size: 20px;
  }

  .navbtn-text {
    padding-right: 9px;
    font-size: 10px;
  }

  .star-holder-div {
    justify-content: center;
    align-items: center;
  }
}

#w-node-cb2114ea-3e28-7b9a-0a01-049bc127dab3-c127dab0 {
  grid-area: 1 / 1 / 3 / 3;
  place-self: center;
}

#w-node-cb2114ea-3e28-7b9a-0a01-049bc127dab8-c127dab0 {
  grid-area: 3 / 1 / 3 / 3;
}

#w-node-cb2114ea-3e28-7b9a-0a01-049bc127dabb-c127dab0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cb2114ea-3e28-7b9a-0a01-049bc127dabd-c127dab0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb2114ea-3e28-7b9a-0a01-049bc127dad3-c127dab0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-cb2114ea-3e28-7b9a-0a01-049bc127dab8-c127dab0 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-cb2114ea-3e28-7b9a-0a01-049bc127dad3-c127dab0 {
    grid-area: 4 / 1 / 5 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cb2114ea-3e28-7b9a-0a01-049bc127dab3-c127dab0 {
    grid-area: 1 / 1 / 2 / 5;
    place-self: start;
  }

  #w-node-cb2114ea-3e28-7b9a-0a01-049bc127dab8-c127dab0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-cb2114ea-3e28-7b9a-0a01-049bc127dabb-c127dab0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cb2114ea-3e28-7b9a-0a01-049bc127dabd-c127dab0 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-cb2114ea-3e28-7b9a-0a01-049bc127dad3-c127dab0 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cb2114ea-3e28-7b9a-0a01-049bc127dab3-c127dab0 {
    place-self: center;
  }

  #w-node-cb2114ea-3e28-7b9a-0a01-049bc127dabb-c127dab0 {
    grid-column-end: 3;
  }

  #w-node-cb2114ea-3e28-7b9a-0a01-049bc127dabd-c127dab0 {
    grid-area: 2 / 1 / 3 / 3;
  }
}


