.hero {
  position: relative;
  display: block;
  height: 110vh;
}

.hero.ourpools {
  position: relative;
  width: 100%;
  height: auto;
}

.hero-container {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  border: 0px solid #000;
}

.background-vid {
  display: none;
  height: 100vh;
}

.container {
  position: relative;
  display: block;
  width: 75%;
  max-width: 75%;
  margin-top: 40px;
  margin-right: 0px;
  margin-left: 0px;
  -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: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.burger-link-container {
  position: relative;
  z-index: 9999;
  display: inline-block;
  width: 50px;
  height: auto;
  margin: 0px auto;
  float: right;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.burger {
  width: 35px;
  height: auto;
  margin: 6px auto auto;
  border-style: solid;
  border-width: 2px;
  border-color: #1368e7;
  background-color: #000;
}

.nav-menu {
  margin-top: 10px;
  margin-bottom: auto;
}

.burger-small {
  width: 35px;
  height: auto;
  margin: 6px auto auto;
  border-style: solid;
  border-width: 2px;
  border-color: #1368e7;
  background-color: #000;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.burger-small:hover {
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  background-color: transparent;
}

.hero-content-container {
  width: 75%;
  max-width: none;
  margin: auto;
  padding: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.main-title-header {
  width: 100%;
  margin-top: 0px;
  padding-top: 25px;
  background-color: transparent;
  font-family: Ttnorms, sans-serif;
  color: #1368e7;
  font-size: 5em;
  line-height: 80px;
}

.main-title-header.about-section {
  width: 300px;
}

.main-title-header.process {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  -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;
}

.main-title-header.wokr {
  width: 75%;
  margin-top: 60px;
}

.paragraph {
  width: 350px;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  color: #727272;
  font-size: 1.3em;
  line-height: 25px;
  text-align: left;
}

.item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 30px;
  margin-top: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.text-link {
  margin-right: auto;
  margin-left: 40px;
  font-family: Lato, sans-serif;
  color: #727272;
  font-weight: 700;
  text-decoration: none;
}

.text-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.image {
  height: 20px;
}

.image-2 {
  height: 25px;
  margin-left: 0px;
}

.logo {
  width: 200px;
}

.image-3 {
  width: 180px;
  padding-left: 0px;
}

.div-block {
  position: relative;
}

.div-block-2 {
  height: 20px;
}

.line-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 7%;
  -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;
}

.line {
  height: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: #1368e7;
}

.about {
  position: relative;
  height: auto;
  background-color: #f5fdff;
}

.background-shape {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.shape-outline {
  position: absolute;
  top: 0px;
  width: 60%;
  height: 85%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 320px;
  padding-top: 0px;
  border-style: solid;
  border-width: 5px;
  border-color: #1368e7;
  background-color: transparent;
  -webkit-transform: translate(-114px, 40px);
  -ms-transform: translate(-114px, 40px);
  transform: translate(-114px, 40px);
}

.about-content-container {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-content {
  position: relative;
  width: 75%;
  margin: 0px auto;
}

.about-us-paragrah {
  width: 35%;
  margin-right: auto;
  margin-left: 100px;
  font-family: Lato, sans-serif;
  color: #727272;
  font-size: 1.3em;
  line-height: 25px;
  text-align: left;
}

.sub-heading {
  width: 300px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 100px;
  font-family: Lato, sans-serif;
  color: #727272;
  font-size: 2em;
  font-weight: 700;
}

.about-title-header {
  width: 500px;
  margin-top: 0px;
  background-color: transparent;
  font-family: Ttnorms, sans-serif;
  color: #1368e7;
  font-size: 5em;
  line-height: 80px;
}

.about-title-header.about-section {
  width: 250px;
  margin-top: 0px;
  background-color: #f5fdff;
  line-height: 70px;
}

.hidden-menu-wrapper {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: #1368e7;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.menu-list {
  width: auto;
  margin-top: 0px;
  padding-right: 75px;
  padding-left: 40px;
}

.list {
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.list-item {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 23px;
  padding-bottom: 23px;
  font-family: Ttnorms, sans-serif;
  color: #fff;
  font-size: 3.4em;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.list-item:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.list-item-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Ttnorms, sans-serif;
  font-size: 4em;
  font-weight: 700;
}

.list-item-3 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Ttnorms, sans-serif;
  font-size: 4em;
  font-weight: 700;
}

.list-item-4 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Ttnorms, sans-serif;
  font-size: 4em;
  font-weight: 700;
}

.list-item-5 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Ttnorms, sans-serif;
  font-size: 4em;
  font-weight: 700;
}

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

.work {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
}

.work.projects {
  -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;
}

.link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.link.w--current {
  display: block;
  color: #fff;
  text-decoration: none;
}

.link-2 {
  display: block;
  color: #fff;
  text-decoration: none;
}

.work-content-container {
  width: auto;
  margin-top: 20px;
  margin-bottom: 100px;
}

.column-1 {
  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;
}

.column-2._100-margin {
  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;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -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;
}

.work-blue-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -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;
  background-color: #1368e7;
  opacity: 0;
  -webkit-transform: translate(0px, 76px);
  -ms-transform: translate(0px, 76px);
  transform: translate(0px, 76px);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  text-decoration: none;
}

.heading {
  margin-left: 20px;
}

.project-heading {
  margin-top: 10px;
  margin-left: 20px;
  font-family: Ttnorms, sans-serif;
  color: #fff;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

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

.work-arrow {
  height: 25px;
  margin-right: 15px;
}

.project-more {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
}

.link-block-2 {
  position: static;
  left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(167px, 0px);
  -ms-transform: translate(167px, 0px);
  transform: translate(167px, 0px);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  color: #fff;
  text-decoration: none;
}

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

.project-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.project-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.project-left {
  display: block;
  width: 50%;
  margin-right: 5px;
  padding: 10px 0px;
}

.project-right {
  overflow: visible;
  width: 50%;
  margin-left: 5px;
  padding: 10px 0px;
}

.collection-list-wrapper {
  width: 100%;
  height: auto;
}

.collection-item {
  height: 200px;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.collection-item.move-imge {
  height: 280px;
  padding-right: 0px;
  padding-left: 0px;
  background-position: 50% 50%;
  background-size: cover;
}

.collection-list {
  margin-right: 9px;
  margin-left: 9px;
}

.collection-list-wrapper-2 {
  width: 100%;
}

.work-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

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

.collection-item-2 {
  padding: 5px 10px;
}

.collection-item-3 {
  padding: 10px;
}

.collection-item-4 {
  padding: 10px;
}

.collection-list-2 {
  margin-top: 140px;
}

.image-4 {
  height: 20px;
  margin-right: 20px;
}

.project-heading-three {
  margin-top: 10px;
  margin-left: 20px;
  font-family: Ttnorms, sans-serif;
  color: #fff;
  font-size: 1.5em;
  font-weight: 400;
  text-decoration: none;
}

.project-heading-three-copy {
  margin-top: 10px;
  margin-left: 20px;
  -webkit-transform: translate(-143px, 0px);
  -ms-transform: translate(-143px, 0px);
  transform: translate(-143px, 0px);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  font-family: Ttnorms, sans-serif;
  color: #fff;
  font-size: 1.5em;
  font-weight: 400;
  text-decoration: none;
}

.div-block-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.div-block-4 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.testimonials {
  position: relative;
  height: auto;
  background-color: #f5fdff;
}

.testimonials-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
}

.testinomials-content-wrap {
  width: 75%;
  padding-top: 100px;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.contact {
  position: relative;
  height: auto;
}

.contact-container {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: auto;
  padding-top: 0px;
  padding-bottom: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-weight: 400;
}

.contact-wrapper {
  width: 75%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contacts {
  position: static;
  right: 0px;
  width: 50%;
  padding-left: 10px;
  float: left;
}

.email {
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact-sub-heading {
  position: static;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Ttnorms, sans-serif;
  color: #727272;
  font-size: 2em;
}

.link-3 {
  display: block;
  font-family: Lato, sans-serif;
  color: #727272;
  text-decoration: none;
}

.contact-phone-no {
  margin-top: 30px;
  margin-bottom: 30px;
}

.working-hours {
  margin-top: 30px;
  margin-bottom: 30px;
}

.text-block {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #727272;
  font-size: 1.3em;
}

.text-block-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #727272;
  font-size: 1.3em;
}

.text-block-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #727272;
  font-size: 1.3em;
}

.contact-form {
  width: 50%;
  float: right;
}

.div-block-5 {
  position: relative;
  left: 0px;
  width: 50%;
}

.text-field {
  width: 47%;
  margin-bottom: 30px;
  float: left;
  border-style: solid;
  border-width: 2px;
  border-color: #1368e7;
  font-style: italic;
}

.text-field-2 {
  width: 47%;
  margin-bottom: 30px;
  float: right;
  border-style: solid;
  border-width: 2px;
  border-color: #1368e7;
  font-style: italic;
}

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

.text-field-2-copy {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
  float: none;
  border-style: solid;
  border-width: 2px;
  border-color: #1368e7;
  font-style: italic;
}

.text-field-2-copy-copy {
  width: 100%;
  height: 120px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 60px;
  float: none;
  border-style: solid;
  border-width: 2px;
  border-color: #1368e7;
  font-style: italic;
}

.submit-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 105px;
  height: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  text-decoration: none;
}

.submit-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.submit-button-2 {
  width: 70px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  background-color: #fff;
  color: #2737e6;
  text-align: right;
}

.image-5 {
  width: 40px;
  float: left;
}

.main-title-header-contact {
  width: 45%;
  margin-top: 0px;
  background-color: transparent;
  font-family: Ttnorms, sans-serif;
  color: #1368e7;
  font-size: 5em;
  line-height: 80px;
}

.main-title-header-contact.about-section {
  width: 300px;
}

.text-block-4 {
  font-family: Lato, sans-serif;
  color: #727272;
  font-size: 1.3em;
}

.image-6 {
  width: 35px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.link-4 {
  margin-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Lato, sans-serif;
  color: #1368e7;
  font-weight: 700;
  text-decoration: none;
}

.div-block-6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-5 {
  margin-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Lato, sans-serif;
  color: #1368e7;
  text-decoration: none;
  text-transform: none;
}

.contact-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
}

.contact-border {
  position: relative;
  width: 80%;
  margin-bottom: 40px;
  margin-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-style: none;
  border-width: 5px;
  border-color: #1368e7;
}

.border {
  display: block;
  width: 53%;
  height: 100%;
  margin-bottom: 0px;
  float: right;
  border-style: solid;
  border-width: 5px;
  border-color: #1368e7;
}

.slide-nav {
  z-index: auto;
  display: none;
  width: 100px;
  height: 8px;
  margin-top: 0px;
  margin-right: 100px;
  margin-left: auto;
  padding-top: 0px;
  border: 0px none transparent;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  color: transparent;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slider-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 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;
  background-color: transparent;
}

.paragraph-2 {
  width: 75%;
  margin: 0px auto;
  font-family: Lato, sans-serif;
  color: #727272;
  text-align: center;
}

.speech-mark {
  width: 85%;
  height: 70px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.speech-mark-one {
  width: 50px;
  height: 100%;
  float: left;
}

.speech-mark-two {
  width: 50px;
  height: 100%;
  float: right;
}

.text-block-6 {
  height: auto;
  margin-top: 60px;
  float: right;
  font-family: Ttnorms, sans-serif;
  color: #1368e7;
  font-size: 15em;
  text-align: left;
}

.text-block-6-copy {
  height: auto;
  margin-top: 60px;
  float: left;
  font-family: Ttnorms, sans-serif;
  color: #1368e7;
  font-size: 15em;
  text-align: left;
}

.link-block-4 {
  height: 100%;
}

.link-5 {
  color: #fff;
  text-decoration: none;
}

.project-item {
  width: 400px;
  height: 350px;
  margin-left: auto;
  padding: 15px;
  list-style-type: none;
}

.project-item.seemore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -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;
}

.project-item.small-see-more {
  display: none;
  height: 100px;
  -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;
}

.project-item.see-more {
  width: 70%;
  height: 50px;
  margin-right: auto;
  margin-left: 0px;
}

.project-item.see-more.smaller-screen {
  display: none;
}

.list-item-7 {
  list-style-type: none;
}

.project-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-image-wrapper.project-id {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -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: url('../images/_1030506.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-image-wrapper.project-three {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/_1030609.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-image-wrapper.project-three.seemore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-image: none;
}

.project-image-wrapper.project-two {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/_1030573.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-image-wrapper.project-four {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/_10306581.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-image-wrapper.see-more {
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

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

.image-7 {
  width: auto;
  height: 100%;
}

.list-item-8 {
  width: 400px;
  height: 350px;
  margin-top: 100px;
  margin-right: auto;
  padding: 15px;
}

.list-item-9 {
  width: 400px;
  height: 350px;
  padding: 15px;
}

.image-8 {
  width: 35px;
  height: auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.image-8.up-arrow {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.image-8.read-more {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.image-8.go-back-to-project {
  margin-left: 10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-left: 0px;
  clear: none;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-block-5:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.link-block-5.read-more {
  width: 17%;
}

.text-block-7 {
  margin-left: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  text-decoration: none;
}

.text-block-7.read-more {
  margin-left: 20px;
  color: #727272;
  font-size: 1.3em;
}

.text-block-7.go-back-to-project {
  margin-left: 20px;
  color: #727272;
  font-size: 1.3em;
}

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

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

.process-container {
  width: 100%;
}

.project-wrapper {
  display: block;
  -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;
}

.process-heading {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
}

.process-talk {
  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;
}

.list-item-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item-10.top {
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list-item-10.bottom {
  margin-bottom: 100px;
}

.list-item-11 {
  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;
}

.list-item-12 {
  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;
}

.list-item-13 {
  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;
}

.list-item-14 {
  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;
}

.talk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 100%;
  min-height: 80px;
  -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;
  border-bottom: 1px solid #1368e7;
}

.text-block-8 {
  margin-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Lato, sans-serif;
  color: #cfcfcf;
  font-size: 1.3em;
}

.heading-2 {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Ttnorms, sans-serif;
  color: #1368e7;
  font-size: 3.5em;
}

.slider-line {
  width: 50px;
  height: 5px;
  background-color: #1368e7;
  color: #dabbbb;
}

.slider-line.slide-2 {
  height: 3px;
  background-color: #b4b4b4;
}

.slider-line.slide-2:active {
  height: 5px;
  background-color: #1368e7;
}

.slider-line.slide-3 {
  height: 3px;
  background-color: #b4b4b4;
}

.div-block-9 {
  position: absolute;
  left: 300px;
  top: auto;
  right: 0px;
  bottom: 18%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  position: relative;
  height: 30vh;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  -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;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -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: 2px solid #1368e7;
}

.text-block-9 {
  font-family: Ttnorms, sans-serif;
  color: #727272;
  font-weight: 500;
}

.left-arrow {
  display: none;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.div-block-10 {
  width: 500px;
  height: 500px;
  border-style: solid;
  border-width: 2px 4px 1px 2px;
  border-color: #000;
  border-radius: 2000px;
  -webkit-transform: skew(27deg, 0deg);
  -ms-transform: skew(27deg, 0deg);
  transform: skew(27deg, 0deg);
  -webkit-transition: -webkit-box-flex 200ms cubic-bezier(.47, 0, .199, .831), -webkit-flex 200ms cubic-bezier(.47, 0, .199, .831);
  transition: -webkit-box-flex 200ms cubic-bezier(.47, 0, .199, .831), -webkit-flex 200ms cubic-bezier(.47, 0, .199, .831);
  transition: flex 200ms cubic-bezier(.47, 0, .199, .831);
  transition: flex 200ms cubic-bezier(.47, 0, .199, .831), -webkit-box-flex 200ms cubic-bezier(.47, 0, .199, .831), -webkit-flex 200ms cubic-bezier(.47, 0, .199, .831), -ms-flex 200ms cubic-bezier(.47, 0, .199, .831);
}

.pools-content-container {
  width: 75%;
  margin: 10px auto 60px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.pool-sub-heading {
  width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 0px;
  font-family: Lato, sans-serif;
  color: #727272;
  font-size: 2em;
  font-weight: 700;
}

.paragraph-3 {
  width: 450px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 1.3em;
  line-height: 25px;
  text-align: left;
}

.pool-hero-container {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -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: 0px solid #000;
}

.specs {
  position: relative;
  height: auto;
}

.specs-container {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -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;
}

.specs-content-container {
  width: 80%;
  margin-top: 140px;
  margin-bottom: 100px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.specs-content-left {
  display: none;
  width: 50%;
  height: 100%;
  margin: 10px 0px 100px;
  float: left;
}

.specs-content-right {
  display: none;
  width: 50%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 100px;
  float: right;
}

.specs-right-wrapper {
  margin-top: 100px;
}

.main-title-header-specs {
  width: 100%;
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-family: Ttnorms, sans-serif;
  color: #1368e7;
  font-size: 5em;
  line-height: 80px;
}

.main-title-header-specs.about-section {
  width: 300px;
}

.main-title-header-specs.process {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  -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;
}

.spec-sub-heading {
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #727272;
  font-size: 2em;
  font-weight: 700;
}

.paragraph-4 {
  padding-left: 0px;
  font-size: 1.3em;
  line-height: 25px;
}

.spec-left-content {
  margin-top: 100px;
  margin-right: 0px;
  padding-left: 20px;
}

.image-frame {
  width: 320px;
  height: 320px;
  margin-right: 40px;
  margin-left: 0px;
  padding-right: 0px;
  float: right;
  background-color: transparent;
  background-image: url('../images/P1000077-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.spec-fram {
  position: relative;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: auto;
  width: 340px;
  height: 315px;
  margin-left: auto;
  border: 5px solid #1368e7;
  -webkit-transform: translate(129px, 71px);
  -ms-transform: translate(129px, 71px);
  transform: translate(129px, 71px);
}

.project-display {
  position: relative;
  height: auto;
  min-height: auto;
}

.project-display-container {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -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;
}

.div-block-11 {
  width: 75%;
}

.project-display-content {
  width: 75%;
  margin-top: 40px;
  margin-bottom: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.project-display-left {
  width: 40%;
  height: auto;
  margin-top: 140px;
  padding-bottom: 0px;
  float: left;
}

.project-display-right {
  width: 55%;
  margin-top: 140px;
  float: right;
}

.div-block-12 {
  width: 320px;
  height: 320px;
  background-color: #706161;
}

.specs-right-wrapper-copy {
  width: 70%;
  margin-top: 0px;
}

.div-block-13 {
  margin-top: 0px;
}

.suggestion {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
}

.suggestion-continer {
  width: 90%;
  height: auto;
  margin-bottom: 10px;
  padding: 30px 30px 90px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.columns-2 {
  width: auto;
  height: auto;
  max-height: none;
  min-height: auto;
}

.column-3 {
  height: auto;
  padding: 10px;
}

.column-4 {
  height: 100%;
  padding: 10px;
}

.column-5 {
  height: 100%;
  padding: 10px;
}

.image-fram {
  width: 100%;
  height: 100%;
  background-color: #966464;
  background-image: url('../images/_1030555.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-fram.one {
  height: auto;
  max-height: none;
  min-height: 300px;
}

.image-fram.two {
  height: auto;
  min-height: 300px;
  background-image: url('../images/P1000137-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-fram.three {
  min-height: 300px;
  background-image: url('../images/P1000086-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-fram.four {
  background-image: url('../images/_1030555.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-fram.five {
  background-image: url('../images/_1030502.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-fram.six {
  background-image: url('../images/P1000077-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-fram.seven {
  background-image: url('../images/P1000137-2.jpg');
  background-size: cover;
}

.image-fram.eight {
  background-image: url('../images/P1000086-2.jpg');
  background-size: cover;
}

.image-fram.nine {
  background-image: url('../images/_1030609.jpg');
  background-size: cover;
}

.image-fram.ten {
  background-image: url('../images/_1030609.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-fram.eleven {
  background-image: url('../images/_1030555.jpg');
  background-size: cover;
}

.image-fram.twelve {
  background-image: url('../images/P1000086-2.jpg');
  background-size: cover;
}

.image-fram.thirteen {
  background-image: url('../images/P1000077-2.jpg');
  background-size: cover;
}

.image-fram.fourteen {
  background-image: url('../images/_10306581.jpg');
  background-size: cover;
}

.image-fram.fifteen {
  background-image: url('../images/_10306581.jpg');
  background-size: cover;
}

.image-fram.sixteen {
  background-image: url('../images/_1030555.jpg');
  background-size: cover;
}

.image-fram.seventeen {
  background-image: url('../images/_1030502.jpg');
  background-size: cover;
}

.image-fram.eighteen {
  background-image: url('../images/P1000137-2.jpg');
  background-size: cover;
}

.image-fram.twenty {
  background-image: url('../images/_1030609.jpg');
  background-size: cover;
}

.image-fram.twenty-one {
  background-image: url('../images/_1030502.jpg');
  background-size: cover;
}

.image-fram.twentythree {
  background-image: url('../images/pacificstar05.jpg');
  background-size: cover;
}

.image-fram.twentyfour {
  background-image: url('../images/skybay18.jpg');
  background-size: cover;
}

.image-fram.twentyfice {
  background-image: url('../images/P1000137-2.jpg');
  background-size: cover;
}

.image-fram.twentysix {
  background-image: url('../images/P1000086-2.jpg');
  background-size: cover;
}

.suggestion-sub-heading {
  width: 300px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 0px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  color: #727272;
  font-size: 1.5em;
  font-weight: 700;
}

.heading-3 {
  position: relative;
}

.david-image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 35%;
  height: auto;
  margin-right: 200px;
  margin-left: auto;
  border-radius: 0px;
  opacity: 1;
}

.image-9 {
  position: relative;
  left: auto;
  right: auto;
}

.hover-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 25%;
  -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: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #1368e7;
  opacity: 0;
}

.hover-box.number-one {
  position: relative;
  top: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.hover-project-tile {
  margin: 0px auto 0px 20px;
  padding-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  opacity: 1;
  font-family: Ttnorms, sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 30px;
  font-weight: 400;
}

.hover-project-tile.see-more {
  margin-left: 0px;
  padding-left: 0px;
}

.image-10 {
  width: 35px;
}

.project-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  margin-right: 0px;
  margin-left: auto;
  clear: none;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.project-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.project-link.read-more {
  width: 17%;
}

.link-more {
  margin-left: 20px;
  font-family: Lato, sans-serif;
  color: #727272;
  text-decoration: none;
}

.div-block-14 {
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-holder {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-holder.project-id {
  height: auto;
}

.image-11 {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: none;
}

.image-12 {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: none;
}

.image-13 {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: none;
}

.image-14 {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: none;
}

.process-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-left: 0px;
  clear: none;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.process-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.process-link.read-more {
  width: 150px;
  margin-right: 0px;
  margin-left: auto;
}

.process-link.see-more {
  width: 70%;
}

.process-link.goback {
  width: 150px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: 0px;
}

.process-link.go-back-to-project {
  width: 150px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 0px;
  padding-left: 0px;
}

.process-big-div {
  display: block;
  width: 100%;
  height: 500px;
  -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;
  background-color: transparent;
  background-image: url('../images/_1030497.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.process-big-div.two {
  background-color: #000;
  background-image: url('../images/architect-architecture-build-1109541.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.process-big-div.three {
  background-image: url('../images/_1030522.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.process-big-div.three.bigger {
  height: 600px;
}

.process-big-div.four {
  height: 600px;
  background-image: url('../images/gerd-schrade-1150695-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.process-big-div.five {
  background-image: url('../images/_1030530.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lets-talk-content-container {
  width: 75%;
  margin-top: 40px;
}

.process-number-heading {
  font-family: Ttnorms, sans-serif;
  color: #fff;
  font-size: 7em;
}

.process-sub-head {
  margin-top: 40px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 2em;
}

.div-block-15 {
  margin-right: 140px;
  margin-left: auto;
}

.process-go-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-left: 0px;
  clear: none;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.process-go-back:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.process-go-back.read-more {
  width: 10%;
  margin: auto 220px 50px auto;
}

.arrow-up {
  width: 35px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.process-back {
  margin-left: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  text-decoration: none;
}

.process-back.read-more {
  color: #fff;
  font-size: 1.3em;
}

.paragraph-5 {
  width: 50%;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 30px;
}

.paragraph-6 {
  width: 70%;
  font-family: Lato, sans-serif;
  color: #fff;
}

.link-6 {
  color: #fff;
  text-decoration: none;
}

.link-7 {
  color: #fff;
  text-decoration: none;
}

.image-15 {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: none;
}

.image-16 {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: none;
}

.image-17 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.background-video {
  position: absolute;
  left: auto;
  top: 0%;
  right: 140px;
  bottom: 0px;
  display: block;
  width: 40%;
  height: 50%;
  margin: auto 47px auto 0px;
  -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;
}

.slider-wrapper {
  position: relative;
  clear: both;
}

.mask {
  position: relative;
  overflow: hidden;
  height: auto;
  float: none;
  clear: both;
}

.slide-1 {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.speech-left {
  width: 10%;
  float: left;
  font-family: Ttnorms, sans-serif;
  font-size: 10em;
}

.speech-mark-right {
  width: 10%;
  float: right;
  font-family: Ttnorms, sans-serif;
  font-size: 10em;
  text-align: right;
}

.paragraph-7 {
  width: 80%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: justify;
}

.slide-2 {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: 20px;
  clear: none;
}

.slide-3 {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.slide-nav-2 {
  border-style: none;
  border-width: 1px;
  border-color: #5a3232;
  -webkit-transform: scale3d(3, 0.4, 1);
  transform: scale3d(3, 0.4, 1);
  color: #911e1e;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.video-container {
  overflow: visible;
  width: 50%;
  height: 60%;
  margin-right: 40px;
  margin-left: auto;
}

.background-video-2 {
  height: 100%;
}

.div-block-16 {
  width: 100%;
  height: 100px;
  background-color: #000;
}

.project-wrap-work {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -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;
}

.image-18 {
  width: 100%;
  height: auto;
  max-width: none;
}

.link-block-6 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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-decoration: none;
}

.link-block-6:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.text-block-10 {
  margin-right: auto;
  margin-left: 40px;
  font-family: Lato, sans-serif;
  color: #727272;
  font-size: 1.3em;
  font-weight: 700;
  text-decoration: none;
}

.slider {
  width: 80%;
  height: 70%;
  background-color: transparent;
}

.left-arrow-2 {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav-3 {
  width: 100px;
  margin-right: 100px;
  margin-left: auto;
  background-color: #814848;
  -webkit-transform: scale3d(3, 0.5, 1);
  transform: scale3d(3, 0.5, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.heading-4 {
  width: 75%;
}

.suggestion-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 300px;
  -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: rgba(19, 104, 231, 0.79);
  text-decoration: none;
}

.pool-image-container {
  width: 100%;
  height: 300px;
  min-height: 250px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 0px;
}

.pool-image-container.carpet {
  height: 300px;
  padding-right: 60px;
}

.pool-image-container.clean {
  padding-right: 60px;
}

.pool-image-container.round {
  padding-right: 60px;
}

.image-19 {
  width: auto;
  height: 100%;
  max-width: none;
  margin-right: 0px;
  margin-left: auto;
  padding-right: 60px;
}

.pools-view-text {
  background-color: transparent;
  font-family: Ttnorms, sans-serif;
  color: #fff;
  font-size: 2em;
  font-weight: 400;
  text-decoration: underline;
}

.slider-mask {
  overflow: hidden;
  width: 75%;
  height: auto;
  margin: 60px auto 0px;
  padding-top: 0px;
  -webkit-transform: translate(0%, 0px);
  -ms-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.slider-mask.the-projects {
  width: 60%;
  height: auto;
  min-height: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.slider-mask.tiles {
  width: 60%;
  height: auto;
  min-height: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.slider-mask.testi {
  padding-right: 0px;
  padding-left: 0px;
}

.slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(0%, 0px);
  -ms-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
}

.slide-wrapper.the-projects {
  min-height: 65vh;
  margin-right: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transform: translate(0%, 0px);
  -ms-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
}

.slide-wrapper.tiles {
  min-height: 65vh;
  margin-right: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transform: translate(-200%, 0px);
  -ms-transform: translate(-200%, 0px);
  transform: translate(-200%, 0px);
}

.slider-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slider-one.the-gardern {
  padding: 0px;
  background-image: url('../images/_1030530.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-one.the-garden {
  height: auto;
  background-image: url('../images/_1030502.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-one.tiles {
  height: auto;
  background-image: url('../images/_1030555.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-one.simple-black {
  height: auto;
  background-image: url('../images/_1030609.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-one.clean-blue {
  height: auto;
  background-image: url('../images/_10306581.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.slider-one.kidney {
  height: auto;
  background-image: url('../images/P1000086-2.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.slider-one.classy-looker {
  height: auto;
  background-image: url('../images/P1000077-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-one.black-finish {
  height: auto;
  background-image: url('../images/P1000137-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-one.skyblue {
  height: auto;
  background-image: url('../images/skybay18.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-one.paciic {
  height: auto;
  background-image: url('../images/pacificstar05.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-one.testi {
  padding-top: 70px;
  padding-right: 70px;
  padding-left: 70px;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 70px;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slider-two.the-garden {
  position: static;
  background-image: url('../images/_1030497.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-two.tiles {
  position: static;
  background-image: url('../images/_1030573.jpg');
  background-position: 50% 90%;
  background-size: cover;
}

.slider-two.quart {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slider-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slider-three.the-garden {
  background-image: url('../images/_1030530.jpg');
  background-position: 50% 90%;
  background-size: cover;
}

.slider-three.tiles {
  background-image: url('../images/_1030558.jpg');
  background-position: 50% 90%;
  background-size: cover;
}

.slider-three.testi {
  padding-top: 70px;
  padding-right: 70px;
  padding-left: 70px;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider-navigation {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 7px;
  margin-right: 220px;
  margin-left: auto;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.slider-navigation.the-garden {
  width: 300px;
  margin-top: 40px;
  margin-right: 0px;
}

.slider-navigation.tiles {
  width: 150px;
  margin-top: 40px;
  margin-right: 0px;
}

.slider-2-nav {
  width: 33.3%;
  height: 65%;
  background-color: #b4b4b4;
}

.slider-2-nav.the-garden {
  width: 25%;
}

.slider-2-nav.the-garden.blue-water {
  width: 33.33%;
}

.slider-2-nav.the-garden.pools {
  width: 14.2871428571%;
}

.slider-1-nav {
  width: 33.3%;
  height: 100%;
  background-color: #1368e7;
  color: #1368e7;
}

.slider-1-nav.the-garden {
  width: 33.3%;
}

.slider-1-nav.the-garden.garden {
  width: 25%;
}

.slider-1-nav.the-garden.blue-water {
  width: 33.333333333333336%;
}

.slider-1-nav.the-garden.pools {
  width: 14.2871428571%;
}

.slider-2-nav-copy {
  width: 33.3%;
  height: 100%;
  background-color: #772727;
}

.slider-3-nav {
  width: 33.3%;
  height: 65%;
  background-color: #b4b4b4;
}

.slider-3-nav.the-garden {
  width: 25%;
}

.slider-3-nav.the-garden.blue-water {
  width: 33.33%;
}

.slider-3-nav.the-garden.pools {
  width: 14.2871428571%;
}

.heading-5 {
  width: 10%;
  float: left;
  font-family: Ttnorms, sans-serif;
  color: #1368e7;
  font-size: 10em;
  text-align: center;
}

.heading-5.right {
  float: right;
}

.paragraph-8 {
  margin-top: 60px;
  text-align: justify;
}

.paragraph-8.three {
  width: 100%;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 1.3em;
  line-height: 25px;
  text-align: left;
}

.paragraph-8.two {
  font-family: Lato, sans-serif;
  font-size: 1.3em;
  line-height: 25px;
}

.paragraph-8.two.quartzon {
  width: 100%;
  text-align: left;
}

.paragraph-8.one {
  font-family: Lato, sans-serif;
  font-size: 1.3em;
  line-height: 25px;
  font-weight: 400;
}

.paragraph-8.one.iceblue {
  width: 100%;
  margin-bottom: 0px;
  text-align: left;
}

.paragraph-8.one.testi {
  margin-top: 80px;
}

.tint {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  background-color: rgba(0, 0, 0, 0.59);
}

.social-links {
  width: 50px;
  height: 50px;
  margin-left: 20px;
}

.image-20 {
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  float: none;
}

.up-link {
  width: 50px;
  height: 50px;
  margin: 0px 100px 40px auto;
  padding-top: 20px;
  float: none;
}

.up-home-linl {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.up-home-linl:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.image-21 {
  height: 50px;
  -webkit-transform: rotateX(-46deg) rotateY(0deg) rotateZ(-90deg);
  transform: rotateX(-46deg) rotateY(0deg) rotateZ(-90deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-21:hover {
  -webkit-transform: scale(1.1) rotateX(-46deg) rotateY(0deg) rotateZ(-90deg);
  transform: scale(1.1) rotateX(-46deg) rotateY(0deg) rotateZ(-90deg);
}

.image-22 {
  display: block;
  width: auto;
  height: 40px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.submit-button-3 {
  padding-top: 0px;
  padding-bottom: 5px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #1368e7;
  font-size: 1.3em;
}

.background-video-3 {
  overflow: visible;
  width: 100%;
  height: 100%;
}

.shape-mas {
  width: 80%;
  height: 60%;
  border: 1px none #000;
  border-radius: 0px;
  background-image: url('../images/_1030530.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-23 {
  width: 600px;
}

.image-25 {
  display: block;
  margin-bottom: 0px;
}

.link-8 {
  color: #fff;
  font-size: 1.5em;
  text-decoration: none;
}

.text-block-11 {
  font-size: 1.3em;
}

.column-6 {
  position: relative;
}

.frame-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 50%;
  height: 315px;
  margin-top: 110px;
  margin-right: auto;
  margin-left: 0px;
}

.shape-frame {
  width: 330px;
  height: 100%;
  margin-right: 70px;
  margin-left: auto;
  border-style: solid;
  border-width: 5px;
  border-color: #1368e7;
}

.columns-4 {
  float: none;
}

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

.process-link-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-left: 0px;
  clear: none;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.process-link-small:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.process-link-small.read-more {
  width: 150px;
  margin-right: 0px;
  margin-left: auto;
}

.process-link-small.see-more {
  width: 70%;
}

.process-link-small.goback {
  width: 150px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: 0px;
}

.slider-4 {
  width: 75%;
  max-height: none;
  min-height: 500px;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-bottom: 0px;
}

.slide-4 {
  background-image: url('../images/_1030530.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.mask-2 {
  padding: 0px;
}

.slide-5 {
  background-image: url('../images/_1030497.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/_1030506.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.slide-nav-4 {
  display: none;
  border: 1px solid transparent;
  background-color: transparent;
  -webkit-transform: scale3d(3, 0.5, 1);
  transform: scale3d(3, 0.5, 1);
  color: transparent;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slider-four {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 50px;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slider-four.the-garden {
  background-image: url('../images/_1030506.jpg'), url('../images/_1030530.jpg');
  background-position: 50% 50%, 50% 90%;
  background-size: cover, cover;
}

.slider-four.tiles {
  background-image: url('../images/_1030506.jpg'), url('../images/_1030530.jpg');
  background-position: 50% 50%, 50% 90%;
  background-size: cover, cover;
}

.slider-4-nav {
  width: 33.3%;
  height: 65%;
  background-color: #b4b4b4;
}

.slider-4-nav.the-garden {
  width: 25%;
}

.slider-4-nav.the-garden.quartzon {
  width: 14.28714285714286%;
}

.info {
  width: 100%;
  margin: 100px auto 140px;
}

.text-block-12 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #727272;
  font-size: 1.3em;
}

.text-span {
  font-family: Ttnorms, sans-serif;
  font-weight: 500;
}

.link-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quartzon-container {
  position: relative;
}

.quartzon-content-container {
  width: 80%;
  margin: 100px auto;
}

.slider-5-nav {
  width: 33.3%;
  height: 65%;
  background-color: #b4b4b4;
}

.slider-5-nav.the-garden {
  width: 14.28714285714286%;
}

.slider-6-nav {
  width: 33.3%;
  height: 65%;
  background-color: #b4b4b4;
}

.slider-6-nav.the-garden {
  width: 14.28714285714286%;
}

.slider-7-nav {
  width: 33.3%;
  height: 65%;
  background-color: #b4b4b4;
}

.slider-7-nav.the-garden {
  width: 14.28714285714286%;
}

.slider-four-quartzon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 0px 70px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slider-four-quartzon.the-garden {
  background-image: url('../images/_1030530.jpg');
  background-position: 50% 90%;
  background-size: cover;
}

.slider-four-quartzon.tiles {
  background-image: url('../images/_1030558.jpg');
  background-position: 50% 90%;
  background-size: cover;
}

.slider-five-quartzon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 0px 70px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slider-five-quartzon.the-garden {
  background-image: url('../images/_1030530.jpg');
  background-position: 50% 90%;
  background-size: cover;
}

.slider-five-quartzon.tiles {
  background-image: url('../images/_1030558.jpg');
  background-position: 50% 90%;
  background-size: cover;
}

.slider-six-quartzon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 0px 70px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slider-six-quartzon.the-garden {
  background-image: url('../images/_1030530.jpg');
  background-position: 50% 90%;
  background-size: cover;
}

.slider-six-quartzon.tiles {
  background-image: url('../images/_1030558.jpg');
  background-position: 50% 90%;
  background-size: cover;
}

.slider-seven-quartzon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slider-seven-quartzon.the-garden {
  background-image: url('../images/_1030530.jpg');
  background-position: 50% 90%;
  background-size: cover;
}

.slider-seven-quartzon.tiles {
  background-image: url('../images/_1030558.jpg');
  background-position: 50% 90%;
  background-size: cover;
}

.image-27 {
  width: 100%;
}

.image-28 {
  width: 100%;
}

.image-29 {
  width: 100%;
}

.image-30 {
  width: 100%;
}

.image-31 {
  width: 100%;
}

@media (max-width: 991px) {
  .hero {
    height: auto;
  }
  .hero-container {
    height: auto;
  }
  .burger-link-container {
    display: block;
    margin: 0px;
    float: right;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .nav-menu {
    position: static;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    float: right;
  }
  .hero-content-container {
    margin-top: 60px;
    margin-bottom: 100px;
    padding-top: 40px;
  }
  .main-title-header {
    margin-bottom: 11px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .main-title-header.wokr {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
  .line-container {
    height: 9%;
  }
  .about {
    height: auto;
  }
  .background-shape {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100%;
  }
  .shape-outline {
    width: 100%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .about-content-container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-us-paragrah {
    width: 45%;
    margin-left: 0px;
  }
  .sub-heading {
    margin-left: 0px;
  }
  .about-title-header.about-section {
    margin-left: 0px;
  }
  .hidden-menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 70px;
    padding-left: 70px;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .menu-list {
    padding-right: 0px;
    padding-left: 0px;
  }
  .list-item {
    margin-top: 0px;
    line-height: 20px;
    text-align: center;
  }
  .link-2 {
    line-height: 35px;
  }
  .link-2.w--current {
    line-height: 40px;
  }
  .work-content-container {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 100px;
  }
  .project-heading {
    margin-left: 60px;
    font-size: 3em;
  }
  .link-block-2 {
    width: 20%;
  }
  .project-wrap {
    position: static;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .project-left {
    width: 100%;
    margin-top: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .project-right {
    position: relative;
    width: 100%;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .work-image {
    height: 400px;
    margin-top: 0px;
    text-decoration: none;
  }
  .collection-item-3 {
    padding: 0px;
  }
  .collection-item-4 {
    padding: 0px;
  }
  .collection-list-2 {
    margin-top: 0px;
  }
  .project-heading-three {
    margin-left: 60px;
    font-size: 3em;
  }
  .project-heading-three-copy {
    margin-top: 0px;
    margin-left: 60px;
    font-size: 3em;
  }
  .contact {
    height: auto;
  }
  .contact-container {
    height: auto;
  }
  .contacts {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0px;
    float: none;
  }
  .contact-sub-heading {
    text-align: center;
  }
  .link-3 {
    text-align: center;
  }
  .text-block {
    text-align: center;
  }
  .text-block-2 {
    text-align: center;
  }
  .text-block-3 {
    text-align: center;
  }
  .contact-form {
    width: 100%;
    margin-top: 40px;
    float: none;
  }
  .text-field {
    width: 100%;
    float: none;
  }
  .text-field-2 {
    width: 100%;
    float: none;
  }
  .main-title-header-contact {
    padding-right: 40px;
    padding-left: 40px;
    background-color: transparent;
  }
  .text-block-4 {
    text-align: center;
  }
  .contact-background {
    display: none;
  }
  .project-item {
    width: 100%;
    height: 500px;
    padding: 0px;
  }
  .project-item.seemore {
    display: none;
  }
  .project-item.small-see-more {
    display: block;
  }
  .project-item.see-more {
    display: none;
  }
  .project-item.see-more.smaller-screen {
    display: block;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .project-image-wrapper {
    margin-top: 0px;
  }
  .project-image-wrapper.project-four {
    padding: 0px;
  }
  .project-image-wrapper.see-more {
    display: block;
  }
  .list-item-8 {
    width: 100%;
    height: 500px;
    margin-top: 0px;
    padding: 0px;
  }
  .list-item-9 {
    width: 100%;
    height: 500px;
    max-height: 600px;
    min-height: 200px;
    padding: 0px;
  }
  .link-block-5 {
    margin-top: 40px;
    margin-left: 60px;
  }
  .link-block-5.read-more {
    width: 25%;
    margin-top: 0px;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .text-block-7 {
    color: #fff;
  }
  .list-2 {
    margin-bottom: 0px;
  }
  .list-3 {
    margin-bottom: 0px;
  }
  .list-item-10.three {
    min-height: auto;
  }
  .list-item-10.fpur {
    min-height: auto;
  }
  .talk {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .pool-sub-heading {
    margin-left: 0px;
  }
  .specs-container {
    -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-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .specs-content-container {
    margin-top: 60px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .specs-content-left {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    float: none;
  }
  .specs-content-right {
    width: 100%;
    height: auto;
    margin-top: 0px;
    float: none;
  }
  .main-title-header-specs {
    margin-bottom: 11px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .spec-sub-heading {
    margin-left: 0px;
  }
  .paragraph-4 {
    width: 450px;
  }
  .spec-left-content {
    padding-left: 0px;
  }
  .image-frame {
    width: 100%;
    height: 350px;
    margin-right: 0px;
    border-style: solid;
    border-width: 5px;
    border-color: #1368e7;
  }
  .spec-fram {
    display: none;
    height: 320px;
    -webkit-transform: translate(105px, 71px);
    -ms-transform: translate(105px, 71px);
    transform: translate(105px, 71px);
  }
  .project-display {
    height: auto;
  }
  .project-display-left {
    width: 100%;
  }
  .project-display-right {
    width: 100%;
    margin-top: 40px;
  }
  .specs-right-wrapper-copy {
    margin-top: 40px;
  }
  .suggestion-continer {
    height: auto;
  }
  .suggestion-sub-heading {
    margin-left: 0px;
  }
  .david-image {
    left: 400px;
    margin-top: 60px;
    margin-right: 140px;
  }
  .project-link {
    margin-top: 0px;
    margin-left: 60px;
  }
  .project-link.read-more {
    width: 25%;
    margin-top: 0px;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .image-holder {
    margin-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .process-link {
    margin-top: 40px;
    margin-left: 60px;
  }
  .process-link.read-more {
    width: 25%;
    margin-top: 0px;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .process-link.goback {
    display: none;
    width: 25%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .process-link.go-back-to-project {
    width: 25%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .process-big-div.three {
    height: 500px;
    min-height: auto;
  }
  .process-big-div.four {
    height: 600px;
    min-height: auto;
  }
  .lets-talk-content-container {
    width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 60px;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 100px;
  }
  .lets-talk-content-container.three {
    margin-bottom: 60px;
  }
  .lets-talk-content-container.four {
    height: auto;
    min-height: auto;
    margin-bottom: 60px;
  }
  .process-sub-head {
    margin-top: 20px;
  }
  .process-go-back {
    margin-top: 40px;
    margin-left: 60px;
  }
  .process-go-back.read-more {
    width: 25%;
    margin-top: 0px;
    margin-right: 100px;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .process-back {
    color: #727272;
  }
  .paragraph-5 {
    width: 80%;
  }
  .background-video {
    right: 60px;
    display: block;
    width: 300px;
    height: 230px;
    margin-top: 100px;
    margin-right: 60px;
  }
  .project-wrap-work {
    position: static;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pool-image-container {
    padding: 0px;
  }
  .image-19 {
    margin-right: auto;
    padding-right: 0px;
  }
  .slider-mask {
    width: 100%;
  }
  .slider-mask.the-projects {
    width: 80%;
    margin-bottom: 60px;
  }
  .slider-mask.tiles {
    width: 80%;
    margin-bottom: 60px;
  }
  .slide-wrapper {
    margin-left: -3px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  .slide-wrapper.the-projects {
    min-height: 50vh;
  }
  .slide-wrapper.tiles {
    min-height: 50vh;
  }
  .slider-one {
    padding-bottom: 10px;
  }
  .slider-one.kidney {
    background-position: 80% 50%;
  }
  .slider-navigation.the-garden {
    margin-right: 0px;
  }
  .slider-2-nav.the-garden.pools {
    width: 14.2871428571%;
  }
  .slider-1-nav.the-garden.pools {
    width: 14.2871428571%;
  }
  .slider-3-nav.the-garden.pools {
    width: 14.2871428571%;
  }
  .tint {
    height: 100%;
    min-height: auto;
  }
  .tint.three {
    height: 100%;
  }
  .up-link {
    margin-right: auto;
  }
  .image-24 {
    margin-top: 140px;
    margin-left: 60px;
  }
  .frame-container {
    display: none;
  }
  .columns-3 {
    width: auto;
  }
  .process-link-small {
    margin-top: 40px;
    margin-left: 60px;
  }
  .process-link-small.read-more {
    width: 25%;
    margin-top: 0px;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .process-link-small.goback {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .slider-4 {
    min-height: auto;
  }
  .slide-4 {
    background-image: url('../images/_1030530.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .image-26 {
    display: inline-block;
  }
  .info {
    margin-bottom: auto;
  }
  .slider-seven-quartzon {
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-31 {
    max-width: none;
  }
  .column-9 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-32 {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .hero {
    height: auto;
  }
  .hero-container {
    height: auto;
  }
  .hero-content-container {
    margin-top: 40px;
    margin-bottom: 100px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .main-title-header {
    width: 75%;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 0px;
    font-size: 4em;
    line-height: 60px;
  }
  .main-title-header.process {
    margin-left: 0px;
  }
  .main-title-header.main {
    width: 100%;
  }
  .line-container {
    height: 8%;
  }
  .about {
    height: 700px;
  }
  .background-shape {
    margin-right: 0px;
    margin-left: 0px;
  }
  .shape-outline {
    width: 100%;
    height: 100%;
    margin: 0px;
  }
  .about-content-container {
    height: 100%;
  }
  .about-us-paragrah {
    width: 60%;
    margin-left: 0px;
  }
  .sub-heading {
    margin-left: 0px;
  }
  .about-title-header.about-section {
    margin-left: 0px;
  }
  .about-title-header.about-section.small-view {
    background-color: transparent;
    font-size: 4em;
    line-height: 60px;
  }
  .hidden-menu-wrapper {
    display: block;
    width: 100%;
    height: auto;
    padding-right: 60px;
    padding-left: 70px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .menu-list {
    padding-right: 0px;
  }
  .list-item {
    margin-bottom: 10px;
    text-align: center;
  }
  .work-content-container {
    width: 100%;
  }
  .work-blue-banner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .project-heading {
    margin-left: 0px;
    padding-left: 40px;
  }
  .link-block-2 {
    width: 30%;
  }
  .project-right {
    margin-left: 0px;
  }
  .work-image {
    height: 350px;
    margin-top: -5px;
    padding-left: 0px;
  }
  .collection-item-3 {
    margin-top: 0px;
    padding: 0px;
  }
  .collection-item-4 {
    padding: 0px;
  }
  .project-heading-three {
    margin-left: 0px;
    padding-left: 40px;
  }
  .project-heading-three-copy {
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 40px;
  }
  .testimonials-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .text-field {
    width: 100%;
    float: none;
  }
  .text-field-2 {
    width: 100%;
    float: none;
  }
  .main-title-header-contact {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 4em;
    line-height: 60px;
  }
  .project-item {
    height: 400px;
  }
  .list-item-8 {
    width: 100%;
    height: 400px;
    max-height: 600px;
    margin-right: auto;
  }
  .list-item-9 {
    width: 100%;
    height: 400px;
  }
  .link-block-5.read-more {
    width: 30%;
    margin-left: auto;
  }
  .process-heading {
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-9 {
    left: 220px;
    top: auto;
    bottom: 15%;
    margin-top: 0px;
  }
  .pools-content-container {
    margin-top: 20px;
  }
  .pool-sub-heading {
    margin-left: 0px;
  }
  .pool-hero-container {
    display: block;
    margin-bottom: 0px;
    padding-bottom: 60px;
  }
  .specs-content-container {
    margin-top: 60px;
  }
  .specs-content-left {
    width: 100%;
    height: auto;
  }
  .specs-content-right {
    width: 100%;
    height: auto;
    margin-top: 0px;
  }
  .main-title-header-specs {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 4em;
    line-height: 70px;
  }
  .spec-sub-heading {
    margin-left: 0px;
  }
  .spec-fram {
    -webkit-transform: translate(90px, 71px);
    -ms-transform: translate(90px, 71px);
    transform: translate(90px, 71px);
  }
  .specs-right-wrapper-copy {
    width: 100%;
  }
  .suggestion-continer {
    height: auto;
  }
  .column-3 {
    height: 300px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .column-4 {
    height: 300px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .column-5 {
    height: 300px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .suggestion-sub-heading {
    margin-left: 0px;
  }
  .david-image {
    left: 300px;
    width: 35%;
    margin-right: 40px;
  }
  .project-link {
    margin-top: 0px;
  }
  .project-link.read-more {
    width: 30%;
    margin-left: auto;
  }
  .image-holder {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .process-link.read-more {
    width: 30%;
    margin-left: auto;
  }
  .process-link.goback {
    width: 30%;
    margin-left: auto;
  }
  .process-link.go-back-to-project {
    width: 30%;
    margin-left: 0px;
  }
  .process-big-div {
    height: 500px;
  }
  .lets-talk-content-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .process-go-back.read-more {
    width: 30%;
    margin-right: 60px;
    margin-left: auto;
  }
  .paragraph-5 {
    width: 100%;
  }
  .paragraph-6 {
    width: 100%;
  }
  .background-video {
    display: none;
  }
  .slider-mask {
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .slide-wrapper {
    width: auto;
    margin-right: 0px;
    margin-left: -3px;
    -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;
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  .slide-wrapper.the-projects {
    min-height: 300px;
  }
  .slider-one {
    height: auto;
    padding: 0px;
  }
  .slider-one.kidney {
    background-position: 55% 50%;
  }
  .slider-two {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .slider-three {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .slider-2-nav.the-garden.pools {
    width: 14.2871428571%;
  }
  .slider-1-nav.the-garden.pools {
    width: 14.2871428571%;
  }
  .slider-3-nav.the-garden.pools {
    width: 14.2871428571%;
  }
  .paragraph-8.one {
    margin-bottom: 0px;
  }
  .up-link {
    margin-right: auto;
  }
  .process-link-small.read-more {
    width: 30%;
    margin-left: auto;
  }
  .process-link-small.goback {
    width: 30%;
    margin-left: auto;
  }
  .process-link-small.goback.small {
    margin-left: 0px;
  }
  .slider-four-quartzon {
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .slider-five-quartzon {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .slider-six-quartzon {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .slider-seven-quartzon {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .image-29 {
    width: 99%;
    margin-left: 0px;
  }
}

@media (max-width: 479px) {
  .hero {
    height: auto;
  }
  .hero-container {
    height: auto;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-top: 0px;
  }
  .navbar {
    margin-bottom: 0px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-content-container {
    margin-top: 40px;
    margin-bottom: 100px;
    padding-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .main-title-header {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 3.5em;
    line-height: 50px;
    text-align: center;
  }
  .main-title-header.process {
    font-size: 3.5em;
    line-height: 50px;
    text-align: left;
  }
  .main-title-header.wokr {
    margin-left: auto;
    font-size: 3.5em;
    line-height: 50px;
    text-align: left;
  }
  .main-title-header.main {
    text-align: left;
  }
  .main-title-header.out-pool {
    text-align: left;
  }
  .paragraph {
    width: 100%;
  }
  .line-container {
    height: 5%;
  }
  .about {
    height: auto;
  }
  .background-shape {
    display: block;
  }
  .about-us-paragrah {
    width: 100%;
  }
  .sub-heading {
    width: 100%;
  }
  .about-title-header.about-section {
    width: 100%;
    font-size: 4em;
    line-height: 70px;
  }
  .about-title-header.about-section.small-view {
    font-size: 3.5em;
    line-height: 50px;
  }
  .hidden-menu-wrapper {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    margin-left: 0px;
    padding: 0px 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
    line-height: 30px;
  }
  .menu-list {
    width: 100%;
    padding-right: 0px;
  }
  .list {
    width: 100%;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .list-item {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 3.4em;
    line-height: 40px;
    text-align: center;
  }
  .link.w--current {
    text-align: center;
  }
  .link-2.w--current {
    text-align: center;
  }
  .work-content-container {
    width: 100%;
  }
  .project-heading {
    margin-left: 0px;
    padding-left: 20px;
    font-size: 2em;
  }
  .link-block-2 {
    width: 45%;
  }
  .project-wrap {
    position: static;
  }
  .work-image {
    height: 200px;
    margin-top: -6px;
    padding-left: 0px;
  }
  .collection-item-4 {
    margin-top: -7px;
    padding-top: 0px;
  }
  .project-heading-three {
    margin-left: 0px;
    padding-left: 20px;
    font-size: 2em;
  }
  .project-heading-three-copy {
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 20px;
    font-size: 2em;
    line-height: 30px;
  }
  .main-title-header-contact {
    padding-right: 20px;
    padding-left: 0px;
    font-size: 3.5em;
    line-height: 50px;
  }
  .project-item {
    height: 200px;
  }
  .project-item.small-see-more {
    height: 50px;
  }
  .project-item.see-more.smaller-screen {
    width: 100%;
  }
  .project-image-wrapper.see-more {
    display: block;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .list-item-8 {
    height: 200px;
    min-height: 200px;
    min-width: auto;
  }
  .list-item-9 {
    height: 200px;
  }
  .image-8 {
    width: 30px;
    margin-right: 0px;
    margin-left: 40px;
  }
  .link-block-5.read-more {
    width: 60%;
  }
  .text-block-7.read-more {
    margin-right: auto;
    margin-left: 20px;
    font-size: 1em;
  }
  .text-block-7.go-back-to-project {
    margin-right: auto;
    margin-left: 20px;
    font-size: 1em;
  }
  .div-block-9 {
    left: 100px;
    right: auto;
    bottom: 7%;
  }
  .pool-sub-heading {
    width: 100%;
  }
  .paragraph-3 {
    width: 100%;
  }
  .pool-hero-container {
    height: auto;
  }
  .specs-content-container {
    width: 100%;
  }
  .main-title-header-specs {
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 3.5em;
    line-height: 50px;
  }
  .spec-sub-heading {
    width: 100%;
  }
  .paragraph-4 {
    width: 100%;
  }
  .spec-left-content {
    padding-left: 0px;
  }
  .image-frame {
    width: 100%;
    height: 200px;
    float: none;
  }
  .spec-fram {
    display: none;
    -webkit-transform: scale(0.6) translate(-57px, -52px) translate(129px, 71px);
    -ms-transform: scale(0.6) translate(-57px, -52px) translate(129px, 71px);
    transform: scale(0.6) translate(-57px, -52px) translate(129px, 71px);
  }
  .project-display-content {
    width: 100%;
  }
  .specs-right-wrapper-copy {
    width: 75%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .suggestion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .suggestion-continer {
    width: 100%;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .columns-2 {
    width: 100%;
  }
  .column-3 {
    height: 300px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-4 {
    height: 300px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-5 {
    height: 300px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .suggestion-sub-heading {
    width: 100%;
  }
  .david-image {
    display: none;
  }
  .hover-box.number-one {
    border-radius: 0px;
    opacity: 1;
  }
  .hover-project-tile {
    padding-left: 0px;
    line-height: 25px;
  }
  .project-link.read-more {
    width: 60%;
  }
  .image-11 {
    position: absolute;
  }
  .process-link.read-more {
    width: 60%;
  }
  .process-link.see-more {
    width: 70%;
    margin-left: 0px;
  }
  .process-link.goback {
    width: 60%;
  }
  .process-link.go-back-to-project {
    width: 60%;
    margin-left: auto;
  }
  .process-big-div {
    height: 650px;
  }
  .process-big-div.two {
    height: 700px;
  }
  .process-big-div.three.bigger {
    height: 600px;
  }
  .process-big-div.four {
    height: 700px;
  }
  .process-go-back.read-more {
    width: 60%;
    margin-right: 10px;
  }
  .link-6 {
    text-align: center;
  }
  .link-7 {
    text-align: center;
  }
  .project-wrap-work {
    position: static;
  }
  .pool-image-container {
    height: 200px;
  }
  .slider-mask {
    width: 100%;
    height: auto;
  }
  .slider-mask.the-projects {
    width: 100%;
  }
  .slider-mask.tiles {
    width: 100%;
  }
  .slide-wrapper {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  .slide-wrapper.the-projects {
    min-height: 40vh;
  }
  .slide-wrapper.tiles {
    min-height: 40vh;
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  .slider-one {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slider-one.kidney {
    background-position: 50% 50%;
    background-size: cover;
  }
  .slider-one.testi {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .slider-two {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slider-two.testi {
    padding-top: 20px;
  }
  .slider-two.quart {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slider-three {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slider-three.testi {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .slider-navigation {
    margin-top: 0px;
    margin-right: auto;
  }
  .slider-navigation.the-garden {
    margin-right: auto;
  }
  .slider-2-nav.the-garden.pools {
    width: 14.2871428571%;
  }
  .slider-1-nav.the-garden.pools {
    width: 14.2871428571%;
  }
  .slider-3-nav.the-garden.pools {
    width: 14.2871428571%;
  }
  .heading-5 {
    margin-left: auto;
    font-size: 7em;
    text-align: center;
  }
  .heading-5.right {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 40px;
    text-align: center;
  }
  .paragraph-8.one.testi {
    text-align: justify;
  }
  .social-links {
    margin-bottom: 40px;
  }
  .up-link {
    margin-right: auto;
  }
  .frame-container {
    display: none;
  }
  .columns-4 {
    width: 100%;
  }
  .process-link-small.read-more {
    width: 60%;
  }
  .process-link-small.see-more {
    width: 70%;
    margin-left: 0px;
  }
  .process-link-small.goback {
    width: 60%;
  }
  .slider-4 {
    width: 100%;
  }
  .text-block-12 {
    text-align: center;
  }
  .column-8 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .quartzon-content-container {
    width: 100%;
  }
  .quartzon-content-wrapper {
    width: 100%;
  }
  .slider-5-nav.the-garden.pools {
    width: 14.2871428571%;
  }
  .slider-four-quartzon {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slider-five-quartzon {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slider-six-quartzon {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slider-seven-quartzon {
    padding-right: 20px;
    padding-left: 20px;
  }
}

#w-node-7e3fd67b94e5-d67b94de {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-7e3fd67b94e5-d67b94de {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-7e3fd67b94e5-d67b94de {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-7e3fd67b94e5-d67b94de {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-7e3fd67b94e5-d67b94de {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-7e3fd67b94e5-d67b94de {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-7e3fd67b94e5-d67b94de {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-7e3fd67b94e5-d67b94de {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-7e3fd67b94e5-d67b94de {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-7e3fd67b94e5-d67b94de {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-7e3fd67b94e5-d67b94de {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-7e3fd67b94e5-d67b94de {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-7e3fd67b94e5-d67b94de {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-7e3fd67b94e5-d67b94de {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-Black.otf') format('opentype'), url('../fonts/TTNorms-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-BlackItalic.otf') format('opentype'), url('../fonts/TTNorms-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-Bold.otf') format('opentype'), url('../fonts/TTNorms-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-ExtraBoldItalic.otf') format('opentype'), url('../fonts/TTNorms-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}