body {
  font-family: 'Droid Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 160%;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 160%;
}

a {
  color: #333;
  text-decoration: underline;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
  height: 120px;
  padding-right: 0px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 100%;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 40px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3857be;
  text-decoration: none;
}

.contact-block:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.text-block {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.image {
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

.brand {
  margin-right: 20px;
  padding-left: 0px;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  margin-top: -120px;
  padding-top: 120px;
  -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(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/WhatsApp-Image-2021-04-18-at-18.02.07.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/WhatsApp-Image-2021-04-18-at-18.02.07.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.hero.about-us {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/18199434_1870804083188058_3082335840328866715_n.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/18199434_1870804083188058_3082335840328866715_n.jpg');
}

.hero.services {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/129775128_2758822111052913_3512744902055265161_n.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/129775128_2758822111052913_3512744902055265161_n.jpg');
}

.centered-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.button {
  margin-top: 20px;
  padding: 20px 30px;
  border-radius: 40px;
  background-color: #3857be;
  font-size: 16px;
  font-weight: 700;
}

.button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.standard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 140px 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;
}

.standard.whitesmoke {
  background-color: #f5f5f5;
}

.standard.about-us {
  background-color: #f5f5f5;
}

.heading-2 {
  font-size: 42px;
  text-align: center;
}

.heading-2.left {
  text-align: left;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 140%;
}

.paragraph {
  font-size: 18px;
  line-height: 160%;
  text-align: center;
}

.paragraph-2 {
  max-width: 800px;
  text-align: center;
}

.paragraph-2.left {
  text-align: left;
}

.second {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.second.whitesmoke {
  background-color: #f5f5f5;
}

.second-content {
  padding: 140px 80px;
}

.second-content.white {
  background-color: #fff;
}

.image-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-wrapper {
  position: relative;
}

.services-wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.service-block {
  background-color: #f5f5f5;
}

.service-name {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.image-3 {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
  object-fit: cover;
}

.paragraph-8 {
  margin-bottom: 0px;
  color: #4b4b4b;
  font-size: 16px;
  line-height: 160%;
  font-weight: 300;
  text-align: center;
}

.paragraph-8.service {
  display: block;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

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

.answer {
  display: none;
  padding: 10px 10px 10px 0px;
}

.div-block-97 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1px;
  height: 16px;
  margin-left: 0px;
  padding-right: 0px;
  padding-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;
  border: 1px none #000;
  background-color: #969595;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.div-block-97.up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1px;
  height: 16px;
  margin-left: 0px;
  padding-right: 0px;
  padding-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;
  border: 1px none #000;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.faqs {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.question {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 10px 0px;
}

.link-6 {
  color: #000;
}

.question-block {
  position: relative;
  max-width: none;
  border-top: 1px none #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
}

.question-block.top {
  max-width: none;
  border-top-style: none;
}

.question-block.bottom {
  border-bottom-style: none;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  font-weight: 400;
}

.testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}

.testimonials.white {
  background-color: #f5f5f5;
}

.div-block-18 {
  width: 100%;
  max-width: 1100px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.slide-nav {
  display: none;
}

.paragraph-6 {
  max-width: 800px;
  margin-bottom: 0px;
  color: #666;
  font-size: 22px;
  line-height: 160%;
  font-weight: 400;
  text-align: center;
}

.paragraph-6.testimonnials {
  max-width: 700px;
  font-size: 22px;
  font-weight: 400;
}

.heading-16 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000;
  font-size: 40px;
  line-height: 140%;
  font-weight: 600;
  text-align: center;
}

.heading-16.testimonails {
  margin-bottom: 0px;
  color: #000;
  font-size: 44px;
  font-weight: 600;
}

.icon {
  margin-left: 60px;
  color: #000;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.slider {
  height: 200px;
  background-color: transparent;
}

.icon-2 {
  margin-right: 60px;
  color: #000;
  font-size: 30px;
  font-weight: 700;
}

.testimonial-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  width: 100%;
  max-width: 800px;
  margin-top: 30px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-103 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.text-field-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #888;
  border-radius: 0px;
  background-color: transparent;
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
}

.text-field-2:focus {
  border-color: #000;
}

.textarea {
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 30px;
  border: 1px solid #888;
  border-radius: 0px;
  background-color: transparent;
  color: #4b4b4b;
  font-size: 20px;
  font-weight: 400;
}

.textarea:focus {
  border-color: #000;
}

.div-block-140 {
  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;
}

.button-3 {
  padding: 14px 24px;
  border-radius: 100px;
  background-color: #4173ca;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: 500;
}

.button-3:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.footer {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding: 80px 80px 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

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

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.list {
  padding-left: 0px;
}

.text-block-2.left-margin {
  margin-left: auto;
}

.copyright-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 80px;
  background-color: #f5f5f5;
}

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

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

.nav-link {
  font-size: 18px;
  font-weight: 700;
}

.nav-link:hover {
  color: #3857be;
}

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

.nav-menu {
  margin-left: auto;
}

.text-block-4 {
  position: relative;
  z-index: 1000;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.banner {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding-right: 40px;
  padding-left: 40px;
  -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: #f5f5f5;
}

.image-6 {
  height: 14px;
  margin-right: 10px;
}

.image-6.email {
  height: 12px;
}

.image-6.fb {
  margin-top: 0px;
}

.banner-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  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;
  text-decoration: none;
}

.banner-element:hover {
  opacity: 0.6;
}

.banner-element.left {
  width: auto;
  margin-right: 40px;
  margin-left: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.link-15 {
  position: relative;
  z-index: 1000;
  text-decoration: none;
}

.bold-text-3 {
  position: relative;
  z-index: 1000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.paragraph-10 {
  max-width: 800px;
}

.burger {
  display: none;
  width: 30px;
  height: 30px;
  padding: 5px;
  -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;
}

.burger-line-4 {
  width: 20px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #2c363f;
}

.burger-line-4.bl-mid {
  width: 15px;
}

.list-item {
  font-size: 16px;
  line-height: 160%;
}

.list-3 {
  margin-top: 20px;
  padding-left: 20px;
}

.images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f5f5f5;
}

.gallery-wrapper {
  width: 100%;
}

.images-wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.lightbox-link {
  width: 100%;
}

.image-30 {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.collection-list-wrapper-4 {
  margin-top: 20px;
}

.collection-list-wrapper-3 {
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f5f5f5;
}

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

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

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

.collection-list-wrapper-5 {
  margin-bottom: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.lightbox-link-2 {
  width: 100%;
}

.image-31 {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-142 {
  display: none;
}

.div-block-143 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.background-video {
  width: 100%;
  height: 400px;
  min-width: 100%;
}

.div-block-144 {
  width: 100%;
  height: 400px;
  min-width: 100%;
}

.div-block-145 {
  margin-top: 40px;
}

.div-block-146 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-147 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

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

.heading-17 {
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .navbar {
    height: 90px;
  }

  .container {
    padding-left: 20px;
  }

  .contact-block {
    display: none;
  }

  .image {
    height: 40px;
  }

  .brand {
    margin-right: auto;
  }

  .hero {
    height: auto;
    margin-top: 0px;
    padding: 70px 40px;
  }

  .button {
    font-size: 14px;
  }

  .standard {
    padding: 80px 40px;
  }

  .heading-2 {
    font-size: 26px;
  }

  .heading-2.left {
    text-align: center;
  }

  .heading-3 {
    font-size: 30px;
  }

  .paragraph-2.left {
    text-align: center;
  }

  .second.whitesmoke {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .second-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 80px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-wrapper {
    height: 300px;
  }

  .services-wrapper {
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .service-name {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 18px;
  }

  .image-3 {
    height: 200px;
  }

  .paragraph-8.service {
    font-size: 16px;
  }

  .question {
    padding-right: 10px;
  }

  .heading-11 {
    padding-right: 30px;
    font-size: 16px;
  }

  .testimonials {
    padding: 80px 40px 60px;
  }

  .div-block-18 {
    margin-bottom: 20px;
  }

  .paragraph-6 {
    font-size: 18px;
  }

  .paragraph-6.testimonnials {
    max-width: 600px;
    font-size: 18px;
  }

  .heading-16 {
    font-size: 26px;
  }

  .heading-16.testimonails {
    margin-bottom: 20px;
    font-size: 34px;
  }

  .icon {
    margin-left: 0px;
    font-size: 20px;
  }

  .slider {
    height: auto;
    margin-top: 40px;
  }

  .icon-2 {
    margin-right: 0px;
    font-size: 20px;
  }

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

  .textarea {
    font-size: 16px;
  }

  .button-3 {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    font-size: 16px;
  }

  .footer-flex-container {
    padding-right: 40px;
    padding-bottom: 80px;
    padding-left: 40px;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

  .text-block-2.left-margin {
    margin-top: 20px;
    margin-left: 0px;
  }

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

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

  .nav-link {
    min-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 16px;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0px;
    -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;
  }

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

  .icon-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 30px;
  }

  .nav-menu {
    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;
    background-color: #fff;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.04);
  }

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

  .banner {
    display: none;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .banner-element {
    display: none;
  }

  .burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .burger-line-4 {
    width: 30px;
    padding-top: 2px;
    background-color: #000;
  }

  .burger-line-4.bl-mid {
    width: 30px;
  }

  .list-3 {
    width: 100%;
  }

  .images {
    padding-right: 20px;
    padding-left: 20px;
  }

  .lightbox-link {
    height: 300px;
  }

  .image-30 {
    height: 100%;
  }

  .section-12 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-31 {
    height: 300px;
  }

  .div-block-142 {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 40;
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 30px 20px 20px 30px;
    border-radius: 300px 0px 0px;
    background-color: #3857be;
  }

  .image-32 {
    height: 30px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .div-block-146 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-17 {
    font-size: 18px;
  }
}

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

  .standard {
    padding: 60px 20px;
  }

  .heading-2 {
    font-size: 22px;
  }

  .heading-3 {
    font-size: 26px;
  }

  .second-content {
    padding: 60px 20px;
  }

  .services-wrapper {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .service-name {
    font-size: 18px;
  }

  .image-3 {
    height: 260px;
  }

  .testimonials {
    padding: 60px 20px 40px;
  }

  .div-block-18 {
    margin-bottom: 0px;
  }

  .paragraph-6 {
    line-height: 160%;
  }

  .heading-16 {
    font-size: 24px;
  }

  .heading-16.testimonails {
    font-size: 24px;
  }

  .slider {
    margin-top: 0px;
  }

  .testimonial-block {
    height: 400px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .form-block {
    margin-bottom: 0px;
  }

  .textarea {
    font-size: 16px;
  }

  .button-3 {
    font-size: 16px;
    text-align: center;
  }

  .footer-flex-container {
    padding: 60px 20px;
    grid-row-gap: 30px;
  }

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

  .copyright-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .images {
    padding-right: 20px;
    padding-left: 20px;
  }

  .images-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-12 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

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

@media screen and (max-width: 479px) {
  .centered-container {
    text-align: left;
  }

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

  .answer {
    display: none;
  }

  .heading-16.testimonails {
    margin-bottom: 40px;
  }

  .slider {
    height: auto;
  }

  .form-block {
    width: 100%;
  }

  .form-2 {
    width: 100%;
  }

  .div-block-103 {
    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;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0px, 0.25fr);
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

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

  .footer-logo-link {
    height: 60px;
  }

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

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

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

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

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

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

  .burger {
    height: 100%;
  }

  .burger-line-4 {
    opacity: 1;
  }

  .div-block-142 {
    border-style: none;
  }
}

#w-node-_52cfa787-0774-93ff-af0d-35c68702344e-87023432 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-ac425563-81e8-b607-fe1e-d97362e7382a-32f7bd61 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

