.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #eee;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 120%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #a17a62;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

a {
  text-decoration: underline;
}

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

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  display: none;
  padding: 20px;
  background-color: #414247;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  float: left;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.icon {
  display: block;
  overflow: visible;
  float: none;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.footer {
  position: static;
  margin-top: auto;
  padding-top: 100px;
  padding-bottom: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-color: #414247;
  color: #fff;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.footer-logo-link {
  width: 150px;
  max-height: 80px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  display: block;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.container {
  position: static;
  display: block;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  display: block;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #c6c6c7;
  line-height: 150%;
  text-align: center;
}

.text-block.ta-left {
  margin-top: 10px;
  text-align: left;
}

.text-block.mt-60 {
  margin-top: 60px;
}

.link {
  -webkit-transition: text-shadow 200ms ease;
  transition: text-shadow 200ms ease;
  color: #dfc7b6;
  text-decoration: none;
}

.link:hover {
  text-shadow: 0 0 3px hsla(0, 0%, 100%, 0.78);
}

.slick-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 0px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading {
  position: static;
  display: block;
  margin: 0px auto;
  padding-top: 0px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: transparent transparent #dfc7b6;
  font-family: Elsie, sans-serif;
  color: #6b6a6a;
  font-weight: 400;
  text-align: center;
}

.div-item-image {
  height: 300px;
  margin-left: 0px;
  padding-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 40%;
  -ms-flex: 0 40%;
  flex: 0 40%;
  border-top: 1px solid #cac8c8;
  border-right: 1px solid #cac8c8;
  border-bottom: 1px solid #cac8c8;
}

.slick-list-services {
  display: block;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-item-desc {
  position: static;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 370px;
  margin: 0px auto;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 60%;
  -ms-flex: 0 60%;
  flex: 0 60%;
  border: 0px none #000;
  background-color: #fff;
  box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.text-block-2 {
  margin-top: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Raleway, sans-serif;
  line-height: 1.5em;
  font-size: 16px;
}

.div-block-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.body {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #eee;
}

.form-block {
  width: 100%;
  padding-top: 0px;
}

.section {
  margin-top: 60px;
  margin-bottom: 50px;
}

.form {
  margin: 0px;
  padding: 0px;
}

.form-field {
  margin-top: 15px;
  margin-bottom: 15px;
}

.button {
  width: 100%;
  padding-top: 9px;
  background-color: #a8a18c;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.button:hover {
  background-color: #5c5749;
}

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

.container-4 {
  max-width: 1100px;
  padding-right: 20px;
  padding-left: 20px;
}

.sectionservices {
  background-color: #eee;
  padding-top: 140px;
}

.lightbox-link {
  display: inline-block;
  height: 300px;
  border-style: solid;
  border-width: 1px;
  border-color: #dfc7b6;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #949494;
}

.nav-link.w--current {
  text-transform: uppercase;
}

.div-menu {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0px;
  z-index: -1;
  display: block;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 118px;
  background-color: rgba(165, 165, 165, 0.83);
  color: #8b8080;
}

.txt-nav {
  font-family: Raleway, sans-serif;
  font-size: 30px;
  line-height: 50px;
}

.content-wrapper {
  width: 80%;
  margin-top: 40px;
  -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;
}

.content-wrapper.mt-150 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: none;
  margin-top: 150px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo-img {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
}

.menu-button {
  position: relative;
  left: auto;
  display: block;
  padding: 18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.navbar {
  position: fixed;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-color: rgba(65, 66, 71, 0.7);
}

.brand {
  display: block;
  width: 200px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-sub-menu {
  display: block;
  width: 100%;
  margin: 30px auto;
  padding-top: 20px;
  -webkit-transition: text-shadow 200ms ease, color 200ms ease;
  transition: text-shadow 200ms ease, color 200ms ease;
  font-family: Elsie, sans-serif;
  color: #e2d7d3;
  font-size: 35px;
  text-align: center;
}

.nav-sub-menu:hover {
  border: 1px none #000;
  color: #fff;
  text-shadow: 0 0 5px hsla(0, 0%, 100%, 0.72);
}

.nav-sub-menu.w--current {
  display: block;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #f5f5f5;
}

.nav-menu {
  position: absolute;
  display: block;
  width: 500px;
  height: 100vh;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.div-block-5 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4d4d4d;
  box-shadow: 3px 3px 40px 5px rgba(0, 0, 0, 0.29);
}

.icon-2 {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}

.collection-list {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  margin-bottom: 50px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-item {
  height: auto;
  min-height: 250px;
  margin-top: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.collection-item:hover {
  -webkit-filter: grayscale(100%) blur(3px);
  filter: grayscale(100%) blur(3px);
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: none;
  min-height: 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;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
}

.text-block-8 {
  position: relative;
  z-index: 99;
  display: none;
}

.text-block-8:hover {
  position: relative;
  z-index: -1;
  display: block;
}

.section---home-services {
  margin: 0px;
  background-color: transparent;
}

.home-banner {
  display: none;
  height: 100vh;
}

.home-sliders {
  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;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(29, 27, 41, 0.61)), url('../images/home-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.slider-content {
  display: block;
  width: 70%;
  max-width: 1140px;
  text-shadow: 1px 1px 14px rgba(0, 0, 0, 0.49);
}

.slider-text {
  position: relative;
  width: 100%;
}

.heading-jumbo {
  font-family: 'Great Vibes', cursive;
  color: #fff;
  font-size: 100px;
  line-height: 100%;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.subheading-jumbo {
  font-family: 'Great Vibes', cursive;
  color: #fff;
  font-size: 52px;
  line-height: 120%;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  text-transform: none;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

.text-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Elsie, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 3px;
  text-shadow: 1px 1px 6px hsla(0, 0%, 100%, 0.6);
}

.div-block-6 {
  position: absolute;
  left: auto;
  top: -50px;
  right: -60px;
  bottom: auto;
}

.text-span {
  font-size: 40px;
  line-height: 50px;
}

.text-span-2 {
  font-size: 30px;
  line-height: 30%;
  text-decoration: none;
  white-space: normal;
}

.text-span-3 {
  line-height: 70px;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 100vw;
  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;
  background-color: #242424;
}

.text-block-10 {
  font-family: 'Great Vibes', cursive;
  color: #fff;
  font-size: 40px;
}

.home-slider {
  position: relative;
  z-index: 0;
  height: 100vh;
}

.slider {
  height: 100vh;
}

.slide-holder {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.35))), url('../images/home-01.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.35)), url('../images/home-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-holder.slide-2 {
  background-image: url('../images/home-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-holder.slide-3 {
  background-image: url('../images/home-03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-holder.slide-4 {
  background-image: url('../images/home-04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-holder.slide-5 {
  background-image: url('../images/home-05.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-holder.slide-6 {
  background-image: url('../images/home-06.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-holder.slide-7 {
  background-image: url('../images/home-07.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-holder.slide-shadow {
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.35)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.35));
}

.map {
  height: 500px;
}

.empty-state {
  margin-bottom: 50px;
}

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

.section---about {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 0px;
  background-color: transparent;
}

.container-6 {
  padding-left: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 93.3%, 0.87)), to(hsla(0, 0%, 93.3%, 0.87))), url('../images/background_m.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 93.3%, 0.87), hsla(0, 0%, 93.3%, 0.87)), url('../images/background_m.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.paragraph {
  margin-bottom: 20px;
}

.text-block-12 {
  font-family: 'Great Vibes', cursive;
  color: #eee;
  font-size: 40px;
}

.image-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.item-overlay {
  position: absolute;
  z-index: auto;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 24, 29, 0.1)), to(rgba(24, 24, 29, 0.1)));
  background-image: linear-gradient(180deg, rgba(24, 24, 29, 0.1), rgba(24, 24, 29, 0.1));
  opacity: 0;
  text-decoration: none;
  cursor: pointer;
}

.button-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  background-color: #18181d;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.white-small {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #fff;
  color: #000;
  text-align: center;
}

.item-wrap {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #eaedee;
}

.item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.collection-list-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-list-wrapper {
  display: none;
}

.collection-list-wrapper-2 {
  margin-top: 0px;
  margin-left: 0px;
  padding: 20px;
}

.menu-logo-img {
  margin-top: 100px;
}

.text-block-13 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 120%;
}

.services-name {
  display: block;
  padding: 20px;
  background-color: #fff;
}

.testimonial1-pic {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  border-radius: 8px;
  background-image: url('../images/Person-Pic-62x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.testimonial1-pic.testimonial1-pic2 {
  background-image: url('../images/Person-Pic-22x.jpg');
}

.testimonial1-pic.testimonial1-pic3 {
  background-image: url('../images/Person-Pic-32x.jpg');
}

.testimonial1-logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
}

._6-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  margin-right: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

._6-col._4-col-last {
  display: inline-block;
  margin-right: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.testimonial1-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.text-16 {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 16px;
  line-height: 26px;
}

.testimonial1-person-name {
  margin-top: -8px;
}

.testimonial1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tagline {
  opacity: 0.6;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tagline.testimonial1-position {
  margin-top: -8px;
}

.wrap {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.wrap.w50 {
  padding-top: 30px;
  padding-bottom: 50px;
}

.testimonial1-person-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-testimonials {
  background-color: transparent;
}

.heading-2 {
  line-height: 32px;
}

.hd-2 {
  display: inline-block;
  margin-top: 60px;
  margin-bottom: 40px;
  border-bottom: 2px solid #dfc7b6;
  font-family: Elsie, sans-serif;
  color: #6b6a6a;
  font-size: 36px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.hd-2.center {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.center {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.center.mt-10 {
  margin-top: 10px;
}

.center.flex-ver {
  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-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-2 {
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
}

.text-span-4 {
  font-size: 60px;
}

.text-span-5 {
  font-size: 60px;
}

.image-4 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-5 {
  width: 500px;
}

.image-6 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bd-services {
  padding-top: 140px;
}

.collection-item-2.animate {
  box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.26);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.social-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Fa-brands, sans-serif;
  color: #dfc7b6;
  font-size: 26px;
  line-height: 40px;
  text-decoration: none;
}

.div-block-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-8 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-9 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slider-2 {
  display: block;
  padding-left: 0px;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.icon-3 {
  width: 50px;
  height: 50px;
}

.next {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.next.paging {
  padding-right: 0px;
  padding-left: 0px;
  border-style: none;
  background-color: transparent;
}

.paging {
  padding-right: 0px;
  padding-left: 0px;
  border-style: none;
  background-color: transparent;
}

.paging.previous {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.collection-list-wrapper-4 {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-count {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: auto;
  margin-bottom: 0px;
}

.div-block-11 {
  overflow: hidden;
}

.hide {
  width: 0px;
  height: 0px;
  opacity: 0;
}

.slider-testimonial {
  position: relative;
}

.absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

._w-100 {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 60px;
}

.block-quote {
  font-size: 16px;
  line-height: 26px;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-14 {
  display: block;
}

@media screen and (max-width: 991px) {
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slick-list-item {
    padding-top: 0px;
  }

  .div-item-image {
    height: 320px;
  }

  .div-item-desc {
    height: 390px;
    padding: 30px;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .form {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-menu {
    width: 70vw;
  }

  .collection-list {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .collection-item {
    min-height: 125px;
  }

  .section---home-services {
    margin: 0px;
  }

  .heading-jumbo {
    font-size: 60px;
  }

  .subheading-jumbo {
    font-size: 26px;
    text-align: center;
  }

  .text-block-12 {
    font-size: 28px;
  }

  .collection-list-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-wrapper-2 {
    margin-bottom: 60px;
  }

  .services-name {
    display: block;
    padding: 20px;
    border-style: none;
    border-width: 1px;
    border-color: #7f2f2f;
    background-color: #fff;
  }

  .headline-6-col {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  ._6-col {
    display: inline-block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  ._6-col._4-col-last {
    margin-right: auto;
    margin-bottom: 0px;
  }

  .testimonial1-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    padding-right: 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;
    text-align: center;
  }

  .testimonial1-person-name {
    text-align: left;
  }

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

  .wrap {
    width: 645px;
  }

  .testimonial1-person-wrapper {
    width: 100%;
    text-align: left;
  }

  .hd-2 {
    margin-top: 0px;
    text-align: left;
  }

  .text-span-4 {
    font-size: 50px;
  }

  .text-span-5 {
    font-size: 50px;
  }

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

  .block-quote {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .container-8 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

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

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .nav-logo-link {
    height: 40px;
  }

  .nav-logo {
    height: 40px;
    max-width: none;
  }

  .icon {
    height: 40px;
    margin-top: -11px;
    margin-right: 0px;
    padding-top: 0px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .slick-list-item {
    margin-top: 0px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading {
    margin-bottom: 4px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-item-image {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 400px;
    -ms-flex: 0 400px;
    flex: 0 400px;
    border-top-style: none;
    border-top-width: 0px;
    border-right-style: none;
    border-right-width: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
  }

  .slick-list-services {
    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;
  }

  .div-item-desc {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .text-block-2 {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 16px;
  }

  .lightbox-link {
    width: 100%;
    height: 100%;
    border-style: none;
    border-color: transparent;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .txt-nav {
    font-family: Raleway, sans-serif;
    font-size: 20px;
    line-height: 30px;
  }

  .navbar {
    padding-right: 5px;
    padding-left: 5px;
  }

  .brand {
    width: 150px;
  }

  .brand.w--current {
    width: 150px;
  }

  .nav-sub-menu {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 25px;
  }

  .nav-menu {
    width: 80vw;
  }

  .div-block-5 {
    margin-right: auto;
  }

  .collection-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .collection-item {
    min-height: 225px;
  }

  .section---home-services {
    margin: 20px 0px -30px;
  }

  .heading-jumbo {
    padding-left: 0px;
    font-size: 40px;
  }

  .section---about {
    margin-right: 20px;
    margin-left: 20px;
  }

  .text-block-12 {
    font-size: 20px;
  }

  .button-small.white-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-logo-img {
    max-width: 120px;
    margin-top: 40px;
  }

  .testimonial1-item {
    width: auto;
  }

  .testimonial1-person-name {
    margin-top: -25px;
    padding-left: 25px;
  }

  .wrap {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-span-4 {
    font-size: 30px;
  }

  .text-span-5 {
    font-size: 30px;
  }

  .image-6 {
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    margin-left: 0px;
    padding: 0px;
  }

  .nav-logo-link {
    border: 0px none #000;
  }

  .nav-logo {
    margin-top: 0px;
    margin-left: 12px;
    border: 1px none #000;
  }

  .icon {
    margin-right: 0px;
  }

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

  .footer-flex-container {
    -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;
  }

  .container {
    margin-top: -6px;
  }

  .text-block.ta-left {
    padding-bottom: 10px;
    text-align: center;
  }

  .text-block.mt-60 {
    margin-top: 40px;
  }

  .slick-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .slick-list-item.animate {
    margin-bottom: 15px;
  }

  .heading {
    overflow: visible;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 40px;
  }

  .div-item-image {
    overflow: hidden;
    width: 100%;
    min-width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: none;
    border-width: 0px;
    border-color: transparent;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-item-desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

  .text-block-2 {
    margin-top: 10px;
    font-size: 16px;
  }

  .div-block-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .form {
    width: 95%;
  }

  .container-4 {
    margin-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .lightbox-link {
    margin-right: auto;
    margin-left: auto;
    border-style: none;
  }

  .txt-nav {
    font-size: 20px;
    line-height: 30px;
  }

  .navbar {
    background-color: rgba(65, 66, 71, 0.7);
  }

  .nav-sub-menu {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 25px;
    line-height: 60px;
  }

  .nav-menu {
    width: 70vw;
    height: auto;
  }

  .div-block-5 {
    width: 70vw;
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #534e4e;
    box-shadow: 0 20px 15px -20px rgba(0, 0, 0, 0.29);
  }

  .collection-list {
    margin-top: -35px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .collection-item {
    min-height: 290px;
  }

  .section---home-services {
    margin: 45px 0px -40px;
  }

  .heading-jumbo {
    padding-left: 0px;
  }

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

  .preloader {
    display: none;
  }

  .image-3 {
    display: block;
    margin-top: 0px;
  }

  .section---about {
    margin-right: 15px;
    margin-left: 15px;
  }

  .text-block-12 {
    display: none;
    font-size: 12px;
  }

  .button-small {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .button-small.white-small {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .collection-list-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .collection-list-wrapper-2 {
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu-logo-img {
    max-width: 120px;
  }

  .testimonial1-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-16 {
    text-align: left;
  }

  .testimonial1-person-name {
    padding-left: 15px;
  }

  .wrap.w50.animate {
    padding-right: 15px;
    padding-left: 15px;
  }

  .testimonial1-person-wrapper {
    text-align: center;
  }

  .hd-2 {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .center.flex-ver {
    margin-top: 20px;
    -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-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-6 {
    position: static;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

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

  .div-block-9 {
    text-align: center;
  }

  .block-quote {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@font-face {
  font-family: 'Fa-brands';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa-regular';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa-solid';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}