.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.slide {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  padding-left: 300px;
}

.slider-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 600px;
  padding-top: 40px;
  -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;
}

.main2 {
  position: absolute;
  top: 25vw;
  right: 20px;
  z-index: 0;
  color: #000;
}

.main1-front {
  position: absolute;
  left: 0px;
  top: 15vw;
  z-index: 5;
}

.main1-front.gold-text {
  color: #ffd24a;
}

.flex-fix {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-fix.show-svp {
  display: none;
}

.semibold {
  font-weight: 600;
}

.number-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  -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;
}

.slide-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
}

.main1 {
  position: absolute;
  left: 0px;
  top: 15vw;
  z-index: 0;
}

.bottom-bar {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  height: 80px;
  padding-right: 300px;
  padding-left: 40px;
  -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;
  background-color: rgba(255, 0, 230, 0.2);
  color: #fff;
}

.top-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 60vw;
  height: 80px;
  padding-right: 20vw;
  background-color: rgba(255, 0, 230, 0.2);
}

.marquee-text {
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #35aeff;
  text-transform: uppercase;
}

.marquee-text.alt {
  color: #ff0051;
  text-decoration: underline;
}

.person-image-sml {
  position: absolute;
  left: auto;
  top: 10%;
  right: 2%;
  bottom: 0%;
  z-index: 0;
  max-height: 400%;
  max-width: 95%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.marquee-horizontal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 40px;
  -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: #000;
}

.position-relative {
  position: relative;
  z-index: 5;
}

.position-relative.pointer-none.bold-text {
  font-weight: 700;
}

.front-text1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: 100%;
  height: 0px;
}

.mask {
  z-index: 10;
  width: 100%;
  height: 100%;
}

.number {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 45px;
  -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;
}

.track-horizontal-alt {
  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: 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;
}

.brand {
  position: absolute;
  left: 60px;
  top: 10px;
  right: auto;
  bottom: auto;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 60px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(315deg, #ff9cd4, #ffd24a);
  color: #fff;
  letter-spacing: 0px;
  text-transform: none;
}

.brand:hover {
  background-image: linear-gradient(180deg, transparent, transparent), linear-gradient(315deg, #ff9cd4, #ffd24a);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.letter-spacing-lrg {
  letter-spacing: 3px;
}

.letter-spacing-lrg._100-lineheight {
  line-height: 100%;
}

.letter-spacing-lrg.black-text {
  color: #000;
}

.gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.gradient:hover {
  opacity: 0;
}

.link {
  border-bottom: 1px solid #000;
  color: #000;
  text-shadow: none;
}

.section-background {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  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;
}

.section-background.yellow-background {
  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;
}

.text-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 57%;
  height: 100%;
  padding-bottom: 100px;
  padding-left: 360px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(255, 0, 230, 0.2);
}

.slider {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -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-color: #ffd24a;
}

.slide-nav {
  left: 440px;
  top: 0px;
  right: 40vw;
  bottom: auto;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 80px;
  padding-right: 40px;
  padding-left: 60px;
  -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-transition: all 300ms ease;
  transition: all 300ms ease;
}

.arrow {
  z-index: 20;
  width: 60px;
  height: 60px;
  background-color: #ffd24a;
  box-shadow: 4px 4px 0 0 rgba(255, 0, 230, 0.2);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #ff9cd4;
  font-size: 25px;
}

.arrow:hover {
  background-color: #000;
  box-shadow: -4px -4px 0 0 rgba(255, 0, 230, 0.2);
}

.arrow.right {
  left: auto;
  top: auto;
  right: 40px;
  bottom: 10px;
}

.arrow.left {
  left: 40px;
  top: auto;
  right: auto;
  bottom: 10px;
}

.person-image {
  position: absolute;
  left: auto;
  right: auto;
  bottom: 0px;
  z-index: 2;
  height: 95%;
}

.person-image.pointer-none {
  max-width: none;
}

.front-text2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: 100%;
  height: 0px;
}

.photo-container {
  position: absolute;
  left: 60px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 300%;
  padding-top: 35vh;
  padding-bottom: 25vh;
  -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;
}

.photo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 250px;
  padding: 12px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 2px solid #fff;
  background-color: #ff9cd4;
  box-shadow: 11px 11px 0 0 rgba(255, 0, 230, 0.2);
  color: #fff;
}

.photo.yellow-background {
  background-color: #ffd24a;
  color: #000;
}

.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.flex-vertical.flex-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.spacer-10px {
  width: 100%;
  height: 10px;
}

.main2-front {
  position: absolute;
  top: 25vw;
  right: 20px;
  z-index: 10;
}

.body {
  display: block;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #000;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  -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;
}

.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.nav-link.w--current {
  color: #d7b46c;
}

.link-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 130px;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #000;
}

.brand-2 {
  display: none;
}

.navbar {
  background-color: transparent;
}

.image {
  width: 80px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-2 {
  max-width: 1250px;
}

.slide-nav-2 {
  display: none;
}

.slider-2 {
  height: auto;
  margin-right: 80px;
  margin-left: 80px;
  background-color: transparent;
}

.slider-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-wrapper.hide {
  display: none;
}

.slider-image {
  width: 100%;
  height: 100%;
}

.slider-image._1 {
  width: 100%;
  background-image: url('../images/banner1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-image._2 {
  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-color: #f4f4f4;
  background-image: url('../images/banner2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-image._2._3 {
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.div-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.slider-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-3 {
  display: none;
  width: 100%;
}

.text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0%;
  -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;
}

.heading {
  margin-top: 0px;
  color: #000;
  font-size: 125px;
  line-height: 110px;
  font-weight: 800;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-left: 10px;
  -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;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #000;
  font-size: 20px;
}

.left-arrow:hover {
  background-color: hsla(0, 0%, 100%, 0.6);
}

.vertical-slide-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 225px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.div-block-2 {
  width: 10%;
  margin-right: 25px;
  background-color: #000;
}

.div-block-3 {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 12px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 80px;
  line-height: 110px;
  font-weight: 500;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.text-block {
  color: #000;
  text-align: left;
  text-transform: uppercase;
}

.hero-slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mask-2 {
  min-height: auto;
}

.social-links {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  -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-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.link-block {
  width: 25px;
  height: 25px;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.line-in-social-links {
  width: 40px;
  height: 1px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #000;
}

.text-block-2 {
  min-width: 110px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-6 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  -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-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.link-block-2 {
  padding: 10px;
  border-radius: 4px;
  background-color: #d7b46c;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.link-block-2:hover {
  background-color: #000;
  color: #fff;
}

.text-block-3 {
  font-weight: 600;
  text-transform: uppercase;
}

.right-arrow {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  background-color: #fff;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #000;
  font-size: 20px;
}

.right-arrow:hover {
  background-color: hsla(0, 0%, 100%, 0.6);
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.7)), to(hsla(0, 0%, 100%, 0.7))), url('../images/ban3.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0.7)), url('../images/ban3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.content._100 {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 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;
}

.content._100.bev-menu {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.71)), to(hsla(0, 0%, 100%, 0.71))), url('../images/ban3.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.71), hsla(0, 0%, 100%, 0.71)), url('../images/ban3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.our-strory {
  width: 100%;
  padding: 77px 20px;
}

.our-strory.relative {
  position: relative;
  padding-top: 0px;
}

.container-3 {
  max-width: 1300px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-10.flip {
  min-height: 500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.story-lines {
  position: relative;
  top: 41px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stroy-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-4 {
  width: 110px;
  padding: 8px 16px;
  border-radius: 10px;
  background-color: #f1e3c6;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.story-heading {
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 600;
}

.story-heading._1 {
  background-image: url('../images/intro-parallax.jpg');
  background-position: 50% 50%;
  background-size: contain;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.story-heading._1.center-white {
  background-image: url('../images/wave_white.png');
  background-position: 50% 50%;
  background-size: auto;
  text-align: center;
}

.story-heading._1.center {
  text-align: center;
}

.story-heading._2 {
  margin-top: 0px;
  margin-bottom: 10px;
  background-image: url('../images/intro-parallax.jpg');
  background-position: 100% 50%;
  background-size: contain;
  line-height: 50px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.story-heading._3 {
  margin-bottom: 0px;
  background-image: url('../images/intro-parallax.jpg');
  background-position: 100% 50%;
  background-size: contain;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.story-heading._3._40 {
  margin-bottom: 40px;
}

.story-heading._4 {
  color: #fff;
  text-align: center;
}

.list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-2.hide {
  display: none;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.heading-5.sh3 {
  margin-bottom: 0px;
}

.heading-5.sh4 {
  color: #fff;
  font-weight: 700;
}

.list-item-2 {
  overflow: hidden;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.list-item-3 {
  margin-left: 5px;
}

.paragraph {
  margin-bottom: 20px;
  color: #999;
  font-size: 15px;
  line-height: 25px;
}

.paragraph.menu-stye-1 {
  margin-bottom: 0px;
  line-height: 22px;
}

.paragraph.p2 {
  margin-bottom: 0px;
}

.paragraph.p3 {
  margin-bottom: 0px;
}

.paragraph.p4 {
  margin-bottom: 0px;
}

.paragraph.footer-p {
  margin-bottom: 0px;
  color: #fff;
}

.paragraph.p5 {
  color: #fff;
}

.paragraph.p6 {
  margin-bottom: 40px;
  color: #fff;
  font-size: 18px;
}

.paragraph.black {
  color: #000;
}

.story-photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
}

.story-photos.img {
  width: 50%;
  background-color: #fff;
  background-image: none;
}

.story-photos.img:hover {
  background-color: #fff;
}

.story-zphotos {
  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;
}

.photos-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.photos-wrapper._1-1 {
  margin-bottom: 5px;
  margin-left: 60px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.photos-wrapper._1-2 {
  margin-top: 5px;
  margin-right: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-16 {
  position: relative;
  width: 266px;
  height: 266px;
  margin-right: 5px;
}

.div-block-17 {
  position: relative;
  width: 220px;
  margin-left: 5px;
}

.div-block-18 {
  position: relative;
  width: 266px;
  height: 266px;
  margin-left: 5px;
}

.div-block-19 {
  position: relative;
  width: 220px;
  margin-right: 5px;
}

.image-4 {
  width: 100%;
  border-radius: 4px;
}

.lightbox-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  border-radius: 4px;
}

.image-5 {
  width: 50px;
  height: 50px;
  padding: 8px;
  border-radius: 100%;
  background-color: #000;
}

.our-menu {
  width: 100%;
  padding: 20px;
  background-image: url('../images/ban3.jpg');
  background-position: 0% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.container-4 {
  max-width: 1300px;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.our-menu-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -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;
}

.image-6 {
  width: 100%;
  border-radius: 4px;
}

.div-block-23 {
  width: 100%;
}

.our-menu-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.our-menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.our-menu-list.no-margin {
  margin-top: 0px;
  background-color: transparent;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60px;
  height: 60px;
  -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-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  border-radius: 100%;
}

.heading-6 {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  padding-right: 5px;
  background-color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-26.auto {
  width: auto;
}

.our-menu-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c7c7c7;
}

.text-block-5 {
  font-size: 15px;
}

.div-block-28 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  -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-block-6 {
  color: #cfad68;
  font-size: 17px;
}

.div-block-29 {
  position: absolute;
  left: 27%;
  top: auto;
  right: 0%;
  bottom: 44%;
  display: none;
  width: 60%;
  margin-right: auto;
  margin-left: 0px;
  border-bottom: 1px dotted #000;
}

.div-block-30 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 4px;
  width: 85%;
  min-height: 12px;
  margin-right: 30px;
  margin-left: auto;
  border-bottom: 1px dashed #888484;
}

.div-block-31 {
  position: relative;
  z-index: 1;
  padding-left: 5px;
  background-color: #fff;
}

.testimonial {
  width: 100%;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('../images/ban6-1920X760.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  -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;
}

.slider-3 {
  overflow: hidden;
  width: 50%;
  height: auto;
  padding-bottom: 100px;
  background-color: transparent;
}

.left-arrow-2 {
  display: none;
  color: #000;
}

.right-arrow-2 {
  display: none;
  color: #000;
}

.slide-nav-3 {
  bottom: 5%;
  color: #00f6ff;
}

.mask-3 {
  overflow: visible;
}

.slide-3 {
  width: 100%;
}

.div-block-32 {
  margin-bottom: 40px;
  padding-bottom: 20px;
  text-align: center;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 60px;
  -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;
  background-image: url('../images/Flower-bg.png');
  background-position: 0% 0%;
  background-size: 20%;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 20px -1px #e0e0e0;
  text-align: center;
}

.list-item-4 {
  overflow: hidden;
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  border-radius: 100%;
}

.list-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -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;
  border-bottom: 1px solid #c7c7c7;
}

.div-block-34 {
  width: 95%;
}

.block-quote {
  color: #000;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 92px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.text-rights {
  display: block;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.social-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 4px;
  -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;
}

.footer-link-dark {
  display: block;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #f5f5f5;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.footer-wrapper {
  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;
}

.secondary-link-dark {
  display: block;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.footer-title {
  margin-bottom: 22px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.footer-02 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 92px 3%;
  -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: #000;
  color: #fff;
}

.social-link-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  -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: #1e2833;
  font-size: 15px;
  text-decoration: none;
}

.footer-grid-02 {
  -ms-grid-columns: 2fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.f-paragraph {
  max-width: 360px;
  font-size: 15px;
}

.f-logo {
  margin-bottom: 32px;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-container {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-7 {
  display: none;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block-3 {
  width: 150px;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-36.hide-mail {
  display: none;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-9 {
  width: 80%;
}

.image-10 {
  width: 70%;
}

.order-steps {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url('../images/parallax-06.jpg'), url('../images/city.png'), url('../images/pattern.png');
  background-position: 50% 0%, 0px 0px, 50% 50%;
  background-size: cover, auto, cover;
  background-repeat: no-repeat, repeat-x, no-repeat;
  background-attachment: fixed, scroll, scroll;
}

.container-6 {
  max-width: 1300px;
}

.list-4 {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  margin-bottom: 0px;
  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;
}

.list-item-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.list-item-5.down {
  margin-top: 100px;
}

.div-block-39 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100%;
}

.div-block-40 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-top: -10px;
  margin-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #d7b46c;
}

.image-12 {
  width: 100%;
}

.div-block-41 {
  position: absolute;
  top: 15%;
  right: -25%;
}

.div-block-41.hide {
  display: none;
}

.div-block-41.up-arrow {
  top: -22%;
}

.div-block-42 {
  margin-top: 40px;
  text-align: center;
}

.btn-link-block {
  text-decoration: none;
}

.btn-link-block.menu-btn {
  margin-top: 20px;
}

.blue-layer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 170px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #d7b46c;
}

.contact {
  position: relative;
  z-index: 10;
  margin-right: 0px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.white {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
}

.whitee-div {
  position: relative;
  width: 170px;
  height: 60px;
  border-radius: 40% 40% 0% 0px;
  background-color: #000;
}

.text-block-8 {
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.list-item-6 {
  margin-bottom: 5px;
}

.text-block-9 {
  line-height: 25px;
}

.div-block-43 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: none;
  width: 100%;
  height: 60px;
  background-image: url('../images/wave_white.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.top-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  padding-top: 100px;
  padding-right: 40px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
  background-image: url('../images/wave_white.png'), url('../images/top-banner.jpg');
  background-position: 100% 100%, 100% 50%;
  background-size: contain, cover;
  background-repeat: no-repeat, repeat;
}

.top-banner.about {
  background-image: url('../images/wave_white.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/about-banner.jpg');
  background-image: url('../images/wave_white.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/about-banner.jpg');
  background-position: 100% 100%, 0px 0px, 50% 50%;
  background-size: contain, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
}

.top-banner.contact {
  background-image: url('../images/wave_white.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/contact-banner.jpg');
  background-image: url('../images/wave_white.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/contact-banner.jpg');
  background-position: 100% 100%, 0px 0px, 50% 50%;
  background-size: contain, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
}

.top-banner.beer {
  background-image: url('../images/wave_white.png'), url('../images/pic1.jpg');
  background-position: 100% 100%, 50% 0%;
}

.top-banner.gallery-banner {
  height: 400px;
  padding-right: 0px;
  background-image: url('../images/wave_white.png'), url('../images/FUNCTIONS-BANNER.png');
  background-position: 100% 100%, 50% 50%;
}

.top-banner.takeaway {
  background-image: url('../images/wave_white.png'), url('../images/takeaway-menu.jpg');
  background-position: 100% 100%, 50% 50%;
  background-size: contain, cover;
}

.top-banner.buffet {
  background-image: url('../images/wave_white.png'), url('../images/buffet_1.jpg');
  background-position: 100% 100%, 100% 0%;
  background-size: contain, cover;
}

.top-banner.desserts {
  background-image: url('../images/wave_white.png'), url('../images/desserts-banner.jpg');
  background-position: 100% 100%, 50% 50%;
}

.top-banner.bread {
  background-image: url('../images/wave_white.png'), url('../images/bread-banner.jpg');
  background-position: 100% 100%, 50% 50%;
  background-size: contain, cover;
}

.top-banner.kids {
  background-image: url('../images/wave_white.png'), url('../images/kids-banners.jpg');
  background-position: 100% 100%, 50% 50%;
}

.top-banner.rice {
  background-image: url('../images/wave_white.png'), url('../images/rice.jpg');
  background-position: 100% 100%, 50% 50%;
}

.top-banner.seafood {
  background-image: url('../images/wave_white.png'), url('../images/seafood-banner.jpg');
  background-position: 100% 100%, 50% 50%;
}

.top-banner.beef {
  background-image: url('../images/wave_white.png'), url('../images/beef-banner.jpg');
  background-position: 100% 100%, 50% 50%;
}

.top-banner.lamb {
  background-image: url('../images/wave_white.png'), url('../images/lamb-banner.jpg');
  background-position: 100% 100%, 50% 50%;
}

.top-banner.clay-oven {
  background-image: url('../images/wave_white.png'), url('../images/clay-oven-banner.jpg');
  background-position: 100% 100%, 50% 50%;
  background-size: contain, cover;
}

.top-banner.lassi {
  background-image: url('../images/wave_white.png'), url('../images/lassi-banner.jpg');
  background-position: 100% 100%, 50% 50%;
}

.top-banner.cooler {
  background-image: url('../images/wave_white.png'), url('../images/coolers-banner.jpg');
  background-position: 100% 100%, 50% 50%;
}

.top-banner.vegetraian {
  background-image: url('../images/wave_white.png'), url('../images/vegetarian-2.jpg');
  background-position: 100% 100%, 50% 50%;
  background-size: contain, cover;
}

.top-banner.starters {
  background-image: url('../images/wave_white.png'), url('../images/starters.jpg');
  background-position: 100% 100%, 50% 50%;
}

.div-block-44 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-44.hide {
  display: none;
}

.heading-7 {
  margin-left: 60px;
  color: #d7b46c;
  font-size: 45px;
}

.image-14 {
  position: absolute;
}

.menu-type {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.menu-type.function {
  margin-top: 80px;
}

.menu-type-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  -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;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -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;
}

.div-block-45._100 {
  width: 100%;
  -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;
}

.list-5 {
  width: 100%;
}

.list-6 {
  width: 100%;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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;
}

.tab-link-tab-1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d7b46c;
}

.tab-link-tab-1.w--current {
  min-height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000;
  background-image: url('../images/top-banner.jpg');
  background-position: 0% 50%;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.tab-link-tab-1.hide {
  display: none;
}

.tab-link-tab-2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d7b46c;
}

.tab-link-tab-2.w--current {
  background-image: url('../images/beverage.jpg');
  background-position: 50% 50%;
  background-size: auto;
  color: #fff;
}

.tab-link-tab-3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d7b46c;
}

.tab-link-tab-3.w--current {
  background-image: url('../images/beverage.jpg');
  background-position: 50% 50%;
  background-size: auto;
  color: #fff;
}

.tab-link-tab-4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d7b46c;
}

.tab-link-tab-4.w--current {
  background-image: url('../images/beverage.jpg');
  background-position: 50% 50%;
  background-size: auto;
  color: #fff;
}

.tabs-menu {
  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;
}

.link-5 {
  position: relative;
  display: none;
  overflow: hidden;
  width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
  font-size: 20px;
  text-decoration: none;
}

.text-link-l5 {
  color: #333;
  font-weight: 500;
}

.small-plus-l5 {
  position: absolute;
  left: auto;
  top: -5px;
  right: 2%;
  bottom: auto;
  font-size: 18px;
}

._1st-underline-l5 {
  width: 100%;
  height: 1px;
  margin-top: 4px;
  background-color: #333;
}

._2nd-underline-l5 {
  width: 100%;
  height: 1px;
  margin-top: 2px;
  background-color: #333;
}

.arrow-tail-dot-1-l8 {
  width: 2px;
  height: 2px;
  margin-right: 2px;
  background-color: #333;
}

.text-l8 {
  margin-right: 7px;
  font-weight: 500;
}

.arrow-tail-dot-4-l8 {
  width: 2px;
  height: 2px;
  margin-right: 2px;
  background-color: #333;
}

.arrow-wrapper-l8 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-tail-l8 {
  width: 20px;
  height: 2px;
  background-color: #333;
}

.arrow-head-l8 {
  height: 30px;
  margin-left: -6px;
}

.link-8 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 18px;
  text-decoration: none;
}

.arrow-tail-dot-2-l8 {
  width: 2px;
  height: 2px;
  margin-right: 2px;
  background-color: #333;
}

.arrow-tail-dot-3-l8 {
  width: 2px;
  height: 2px;
  margin-right: 2px;
  background-color: #333;
}

.image-15 {
  margin-bottom: 20px;
  border-radius: 4px;
}

.heading-8 {
  color: #333;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.gallery-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-219 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-20 {
  height: 520px;
  margin: 0px 10px 0px 0px;
  border-radius: 6px;
}

.image-16 {
  height: 250px;
  margin: 10px 0px;
  padding-right: 10px;
  border-radius: 6px;
}

.div-block-231 {
  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;
}

.div-block-221 {
  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;
}

.image-21 {
  height: 250px;
  margin: 0px;
  padding-left: 10px;
  border-radius: 6px;
}

.image-22 {
  height: 250px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 10px;
  border-radius: 6px;
}

.image-18 {
  height: 250px;
  margin: 10px 0px;
  padding-right: 10px;
  border-radius: 6px;
}

.div-block-232 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -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-220 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-width: 30%;
}

.div-block-218 {
  width: 47%;
  min-width: 47%;
}

.div-block-222 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-17 {
  height: 250px;
  margin: 10px 0px;
  padding-right: 0px;
  border-radius: 6px;
}

.div-block-233 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-19 {
  display: block;
  height: 250px;
  margin: 10px 0px;
  padding-left: 8px;
  border-radius: 6px;
}

.image-23 {
  position: absolute;
  bottom: -100px;
  z-index: 999;
  border-style: solid;
  border-width: 10px;
  border-color: #fff;
}

.banner-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 800px;
  margin-right: auto;
  margin-left: 0px;
  padding-right: 20px;
  padding-bottom: 140px;
  padding-left: 20px;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/intro-parallax.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/intro-parallax.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-245 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  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;
}

.div-block-246 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #f0f0f0;
  background-image: url('../images/Flower-bg.png');
  background-position: 50% 100%;
  background-size: auto;
}

.div-block-247 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 140px;
  -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: 5px solid #d7b46c;
  border-radius: 100%;
}

.heading-9 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}

.heading-9.black {
  background-image: url('../images/contact-banner.jpg');
  background-position: 50% 100%;
  background-size: auto;
  color: #333;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-9.black.left {
  margin-bottom: 20px;
  background-image: url('../images/contact-banner.jpg');
  background-position: 50% 50%;
  background-size: auto;
  text-align: left;
}

.paragraph-2 {
  margin-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.paragraph-2.black {
  color: #333;
}

.paragraph-2.black.left {
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.gallery {
  display: none;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-248 {
  width: 65%;
}

.div-block-249 {
  width: 35%;
}

.div-block-250 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-251 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-252 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-11 {
  color: #000;
  font-weight: 600;
}

.dropdown-list {
  background-color: #e0dada;
}

.dropdown-list.w--open {
  border-radius: 4px;
  background-color: #fff;
  background-image: url('../images/top-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.dropdown-link {
  color: #fff;
}

.dropdown-link-2 {
  color: #fff;
}

.dropdown-link-3 {
  color: #fff;
}

.link-9 {
  color: #000;
  text-decoration: none;
}

.text-block-12 {
  font-weight: 600;
}

.link-10 {
  color: #000;
  text-decoration: none;
}

.dropdown-list-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.dropdown-list-2.w--open {
  left: -100px;
  bottom: -35px;
  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;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  border-radius: 4px;
  background-image: url('../images/top-banner.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.dropdown-link-4 {
  color: #fff;
}

.dropdown-link-4.w--current {
  color: #d7b46c;
}

.dropdown-link-5 {
  color: #fff;
}

.dropdown-link-5.w--current {
  color: #d7b46c;
}

.dropdown-link-6 {
  color: #fff;
}

.dropdown-link-6.w--current {
  color: #d7b46c;
}

.paragraph-3 {
  font-family: Verdana, Geneva, sans-serif;
  text-align: center;
}

.serv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 16px -5px #d4d4d4;
}

.serv._2 {
  position: relative;
  bottom: 130px;
  width: 40%;
  padding-top: 10px;
  padding-bottom: 0px;
  box-shadow: 0 0 16px -5px #d4d4d4;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin: 130px auto 60px;
  padding: 20px 0px;
  -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;
  box-shadow: none;
}

.heading-10.center {
  font-size: 20px;
  text-align: center;
}

.heading-10.center.desktop-hide {
  display: none;
}

.img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #f8f8f8;
  background-image: url('../images/cosmetics-1.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.img:hover {
  background-color: #231b1b;
}

.img.visit {
  background-color: #ffeff3;
  background-image: url('../images/5e11b62b4b55b0639137f086_home-address.svg');
  background-size: 70px;
}

.img.call {
  background-color: #ffeff3;
  background-image: url('../images/5e11b62c946b12b5d4b6a5b2_telephone.svg');
  background-size: 70px;
}

.img.email {
  background-color: #ffeff3;
  background-image: url('../images/5e11b62c946b12d801b6a5b1_letter.svg');
  background-size: 70px;
}

.div-block-22 {
  width: 48%;
}

.div-block-22._100 {
  width: 100%;
}

.text-field {
  min-height: 60px;
  margin-bottom: 20px;
  padding-left: 20px;
  border: 1px solid #d7b46c;
  border-radius: 2px;
  font-family: Verdana, Geneva, sans-serif;
}

.div-block-253 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-254 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  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;
}

.form-block {
  width: 100%;
  margin-top: 15px;
}

.div-block-24 {
  width: 100%;
  padding-left: 0px;
}

.textarea {
  min-height: 150px;
  padding-left: 20px;
  border: 1px solid #d7b46c;
  border-radius: 2px;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vh;
  height: 850px;
  padding: 0px 40px 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #fff;
}

.button-2 {
  margin-top: 20px;
  border-radius: 2px;
  background-color: #d7b46c;
  font-family: Montserrat, sans-serif;
  color: #231b1b;
  font-weight: 700;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #231b1b;
  color: #fff;
}

.button-2._100 {
  width: 100%;
  min-height: 40px;
}

.text-field-2 {
  min-height: 60px;
  margin-bottom: 20px;
  border: 1px solid #d7b46c;
  border-radius: 2px;
  background-color: transparent;
  color: #979797;
}

.div-block-255 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 20px;
  -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-image: url('../images/contact-form.jpg');
  background-position: 0% 0%;
  background-size: cover;
}

.text-block-13 {
  font-weight: 600;
}

.text-block-14 {
  font-weight: 600;
}

.div-block-256 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.div-block-256.left {
  width: 50%;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-256.left.hide {
  display: none;
}

.list-7._40 {
  width: 80%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.list-7._40.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.div-block-69 {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 80px 60px 20px;
  -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;
  border-radius: 10px;
  background-color: #fff;
  background-image: url('../images/how_3.svg');
  background-position: 95% 50%;
  background-size: 220px;
  background-repeat: no-repeat;
  box-shadow: 20px 0 35px 8px rgba(157, 157, 163, 0.24);
}

.subscribe-form-input-2 {
  height: 48px;
  margin-bottom: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 16px;
}

.heading-13 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #17173a;
  font-size: 2.75rem;
  line-height: 3rem;
  text-align: center;
}

.subscribe-form-input-wrapper-2 {
  width: 100%;
  text-align: left;
}

.submit-button-2 {
  height: 48px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #17173a;
  font-size: 16px;
  font-weight: 700;
}

.subscribe-form {
  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;
}

.subscribe-form-flex-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: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.div-block-116 {
  position: relative;
  z-index: 2;
  width: 77%;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/ban12x.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.collection-submenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1350px;
  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-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;
}

.div-block-257 {
  width: 100%;
  margin-top: 100px;
}

.text-block-15 {
  font-weight: 600;
}

.functions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  -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;
}

.function-image {
  width: 50%;
}

.function-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 405px;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.77)), to(hsla(0, 0%, 100%, 0.77))), url('../images/Flower-bg.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.77), hsla(0, 0%, 100%, 0.77)), url('../images/Flower-bg.png');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.image-25 {
  height: 405px;
  border-radius: 4px;
}

.image-25.hide {
  display: block;
}

.imageman {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: 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-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.imageman.living-room {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  height: 80%;
  border-radius: 0%;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
}

.imageman.living-room.mortgage-house {
  position: static;
  height: 100%;
  background-image: url('../images/choose-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 14px 14px 0 -6px #e84435;
}

.rightcurtain {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  height: 100vh;
  -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: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.aboutcontainer {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 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;
}

.leftcurtain {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  height: 70vh;
  margin-top: 0px;
  padding-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;
  background-color: #fff;
  background-image: none;
  background-size: auto;
}

.text-block-148 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #696871;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
}

.aboutsection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70vh;
  max-height: 100vh;
  max-width: 2200px;
  -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;
  background-color: #fff;
}

.image-icon {
  width: 22px;
  height: 22px;
  margin-right: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 100px;
  background-color: #d7b46c;
  background-image: url('../images/tick_1tick.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

._52-flex-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52%;
  -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;
}

._52-flex-column.mobile-margin {
  width: 48%;
  padding-right: 0px;
}

.rightcircle {
  overflow: visible;
  width: 150px;
  height: 150px;
  margin-left: -75px;
  border: 5px none #000;
  border-radius: 1000px;
  background-color: #d7b46c;
}

.div-block-15 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._46-percent-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -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-8 {
  position: static;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 0px;
}

.h3-big {
  margin-top: 10px;
  color: #000;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  text-transform: none;
}

.h3-big.hide {
  display: none;
}

.text-block-149 {
  display: block;
  font-family: Montserrat, sans-serif;
  color: #e6d6d6;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.fieldwrapper.about {
  display: none;
  max-width: 50%;
  -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;
}

.fieldwrapper.image {
  display: none;
  max-width: 50%;
  -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;
}

.heading-title-box {
  position: relative;
  margin-bottom: 6px;
  padding-bottom: 5px;
}

.image-29 {
  max-width: 75%;
  border-style: solid;
  border-width: 8px;
  border-color: #d3d3d3;
}

.list-item-7 {
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-type: none;
}

.aboutoverlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: auto;
  padding-top: 0px;
  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: 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;
}

.h6 {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.h6.product {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

.flex-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-space.vertical {
  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;
}

.text-block-150 {
  margin-top: 40px;
  padding-left: 5px;
  border-top: 5px none #000;
  border-right: 5px none #000;
  border-left: 5px none #000;
  font-family: 'Open Sans', sans-serif;
  color: #696871;
  font-size: 21px;
  line-height: 30px;
}

.heading-25 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.title-underline {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 2px;
  max-width: 200px;
  background-color: #e84435;
}

.top-margin {
  position: relative;
}

.top-margin._20-pixels {
  margin-top: 20px;
}

.leftcircle {
  overflow: visible;
  width: 150px;
  height: 150px;
  margin-right: -74px;
  margin-left: 0px;
  border: 5px none #000;
  border-radius: 1000px;
  background-color: #d7b46c;
}

.aboutparentcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70vh;
  max-width: 1500px;
  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-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: url('../images/ban72x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bboldtext {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #178997;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.div-block-285 {
  position: absolute;
  left: 6%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #beaf87;
  opacity: 0;
}

.div-block-283 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin: 100px auto 120px;
  -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;
}

.div-block-287 {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  background-image: url('../images/house.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.div-block-287._3 {
  background-image: url('../images/market-trends.svg');
}

.div-block-287._5 {
  background-image: url('../images/home-insurance-1.svg');
}

.div-block-287._4 {
  background-image: url('../images/home.svg');
}

.div-block-287._2 {
  background-image: url('../images/stock-market.svg');
}

._200 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  -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-right: 1px dashed #d7b46c;
}

._200._5 {
  border-right-style: none;
}

._200._2 {
  position: relative;
  top: 60px;
  border-right: 1px solid #eee;
}

._200._70 {
  position: relative;
  top: 70px;
}

.div-block-286 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -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;
}

.heading-26 {
  font-size: 18px;
  text-align: center;
}

.image-30 {
  border-radius: 50px;
}

.image-31 {
  border-radius: 50px;
}

.image-32 {
  border-radius: 50px;
}

.image-33 {
  border-radius: 50px;
}

.image-34 {
  border-radius: 50px;
}

.div-block-288 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -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-span {
  font-weight: 600;
}

.d-124-category-card-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 250px;
  margin-right: 15px;
  margin-left: 15px;
  -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: none;
  background-position: 50% 50%;
  background-size: cover;
  text-decoration: none;
}

.d-124-category-card-wrapper._3 {
  background-image: none;
  background-size: 400px;
}

.d-124-category-card-wrapper._3.img1 {
  border: 2px solid #ffd223;
  background-image: url('../images/kids-own.jpg');
  background-position: 50% 20%;
  cursor: default;
}

.d-124-category-card-wrapper._3.img3 {
  width: 600px;
  height: 400px;
  border: 2px solid #ffd223;
  background-image: url('../images/IMG-20201028-WA0009.jpg');
  background-size: 350px;
  cursor: default;
}

.d-124-category-card-wrapper._3.img2 {
  width: 600px;
  height: 400px;
  border: 0px solid #000;
  background-image: url('../images/gallery-4.jpg');
  background-size: contain;
  cursor: default;
}

.d-124-category-card-wrapper._3.img2._1 {
  width: 100%;
  background-image: url('../images/gallery-1.jpg');
  background-size: cover;
}

.d-124-category-card-wrapper._3.img2._2 {
  width: 100%;
  background-image: url('../images/gallery-2.jpg');
  background-size: cover;
}

.d-124-category-card-wrapper._3.img2._3-img {
  width: 100%;
  background-image: url('../images/gallery-3.jpg');
}

.d-124-category-card-wrapper._3.img2._4 {
  width: 100%;
  background-image: url('../images/gallery-4.jpg');
}

.d-124-category-card-wrapper._3.img2._5 {
  width: 100%;
  background-image: url('../images/gallery-5.jpg');
}

.d-124-category-card-wrapper._3.img2._6 {
  width: 100%;
  background-image: url('../images/gallery-6.jpg');
}

.d-124-category-card-wrapper._3.img2._7 {
  width: 100%;
  background-image: url('../images/gallery-7.jpg');
}

.d-124-category-card-wrapper._3.img2._8 {
  width: 100%;
  background-image: url('../images/gallery-8.jpg');
}

.d-124-category-card-wrapper._3.img2._9 {
  width: 100%;
  background-image: url('../images/gallery-9.jpg');
}

.d-124-category-card-wrapper._3.img2._10 {
  width: 100%;
  background-image: url('../images/gallery-10.jpg');
}

.d-124-category-card-wrapper._3.img2.video {
  width: 1220px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-image: none;
  background-size: auto;
}

.d-124-line-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  -webkit-transform: translate(-8px, -8px);
  -ms-transform: translate(-8px, -8px);
  transform: translate(-8px, -8px);
}

.d-124-line-wrapper._2 {
  -webkit-transform: translate(8px, 8px);
  -ms-transform: translate(8px, 8px);
  transform: translate(8px, 8px);
}

.demo-p.arrow {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-bottom: 10px;
  font-size: 19px;
  text-align: left;
}

.d-124-top-line-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 2px;
  background-color: #d7b46c;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.image-35 {
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
}

.d-124-bottom-line-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 2px;
  background-color: #d7b46c;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.d-124-left-line-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 2px;
  background-color: #d7b46c;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.d-124-right-line-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 2px;
  background-color: #d7b46c;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.d-124-bottom-line-1 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 2px;
  background-color: #d7b46c;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.d-124-top-line-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 2px;
  background-color: #d7b46c;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.browser-dot {
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 50%;
  background-color: #fc615d;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.browser-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #e2e2e2;
}

.instructions-wrapper {
  position: absolute;
  left: auto;
  top: -100px;
  right: auto;
  bottom: auto;
  display: none;
  margin-top: auto;
  margin-left: -20px;
  -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-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.demo-wrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
}

.browser-demo {
  position: relative;
  display: none;
  overflow: hidden;
  width: 500px;
  height: 300px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background-color: #1a1a1a;
  background-image: none;
}

.d-124-left-line-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 2px;
  background-color: #d7b46c;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.d-124-right-line-1 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 2px;
  background-color: #d7b46c;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.div-block-289 {
  width: 48%;
}

.div-block-290 {
  width: 48%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-291 {
  width: 48%;
}

.div-block-292 {
  width: 48%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-293 {
  width: 48%;
}

.div-block-294 {
  width: 48%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-295 {
  width: 48%;
}

.div-block-296 {
  width: 48%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-297 {
  width: 48%;
}

.div-block-298 {
  width: 48%;
  margin-right: auto;
  margin-left: auto;
}

.text-block-151 {
  font-weight: 600;
}

.div-block-299 {
  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;
}

.div-block-300 {
  width: 50%;
}

.div-block-301 {
  width: 50%;
}

.div-block-302 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -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;
}

.div-block-303 {
  width: 13%;
}

.text-block-152 {
  margin-bottom: 10px;
  font-weight: 500;
}

.link-11 {
  color: #000;
}

.link-12 {
  color: #000;
}

.dropdown-toggle {
  font-size: 20px;
  font-weight: 700;
}

.dropdown-list-3.w--open {
  position: relative;
  background-color: #fff;
}

.dropdown-link-7 {
  font-size: 20px;
  font-weight: 700;
}

.dropdown {
  display: none;
}

.background-video {
  z-index: 1;
  display: none;
}

.background-video._2 {
  width: 100%;
  height: 100%;
}

.div-block-304 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-305 {
  width: 50%;
}

.fixed-chat-bolt.desktop {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.chat-bolt-div {
  position: fixed;
  left: auto;
  top: auto;
  right: 0.3%;
  bottom: 62%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  margin-left: auto;
  padding: 10px 9px;
  -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: 2px solid #d7b46c;
  border-radius: 6px 0px 0px 6px;
  background-color: #fff;
  background-image: none;
  background-size: auto;
}

.image-134 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.text-block-89 {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.html-embed-3 {
  position: relative;
  display: none;
}

.policy-content {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.main-content {
  width: 100%;
  max-width: 1300px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.background-video-2 {
  z-index: 2;
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .slider-image._1 {
    background-size: cover;
  }

  .container-3 {
    -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;
  }

  .div-block-10 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .footer-title {
    font-weight: 700;
  }

  .btn-link-block._10-10 {
    margin: 10px;
  }

  .top-banner.gallery-banner {
    height: 400px;
    background-image: url('../images/wave_white.png'), url('../images/FUNCTIONS-BANNER.png');
    background-position: 100% 100%, 50% 50%;
  }

  .top-banner.buffet {
    background-position: 100% 100%, 100% 0%;
  }

  .top-banner.lassi {
    background-position: 100% 100%, 50% 50%;
    background-size: contain, cover;
  }

  .div-block-245 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1200px;
    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;
  }

  .div-block-246 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-247 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    height: 140px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
  }

  .heading-9 {
    color: #292929;
    font-size: 30px;
    font-weight: 700;
  }

  .heading-9.black {
    font-size: 20px;
    text-align: center;
  }

  .div-block-256.left {
    width: 60%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-69 {
    width: 50%;
    padding: 60px 80px 60px 20px;
    background-size: 220px;
  }

  .div-block-68 {
    background-image: url('../images/ban12x.jpg');
    background-position: 50% 50%;
    background-size: contain;
  }

  .d-124-category-card-wrapper._3 {
    border: 1px solid #ffd223;
    background-image: url('../images/contact.png');
    background-size: cover;
  }

  .d-124-category-card-wrapper._3.img1 {
    border-width: 2px;
    background-image: url('../images/kids-own.jpg');
    background-position: 50% 20%;
    background-size: 400px;
  }

  .d-124-category-card-wrapper._3.img3 {
    border-width: 2px;
    background-image: url('../images/IMG-20201028-WA0009.jpg');
    background-size: 350px;
  }

  .d-124-category-card-wrapper._3.img2 {
    border-width: 2px;
    background-image: url('../images/kids-own-int.jpg');
    background-size: contain;
  }

  .d-124-category-card-wrapper._3.img2._1 {
    border-width: 0px;
  }

  .d-124-category-card-wrapper._3.img2._2 {
    border-width: 0px;
  }

  .d-124-top-line-1 {
    height: 2px;
  }

  .d-124-bottom-line-2 {
    height: 2px;
  }

  .d-124-left-line-2 {
    width: 2px;
  }

  .d-124-right-line-2 {
    width: 2px;
  }

  .d-124-bottom-line-1 {
    height: 2px;
  }

  .d-124-top-line-2 {
    height: 2px;
  }

  .demo-wrapper {
    margin-top: 40px;
  }

  .d-124-left-line-1 {
    width: 2px;
  }

  .d-124-right-line-1 {
    width: 2px;
  }

  .image-134 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  .text-block-89 {
    margin-top: 10px;
    white-space: normal;
  }
}

@media screen and (max-width: 991px) {
  .main2 {
    top: 30vw;
  }

  .main1-front {
    top: 20vw;
  }

  .main1 {
    top: 20vw;
  }

  .bottom-bar {
    padding-right: 120px;
  }

  .top-bar {
    right: 40px;
    width: auto;
  }

  .brand {
    left: 20px;
  }

  .section-background.yellow-background {
    width: 44%;
  }

  .text-container {
    width: 60%;
    padding-left: 290px;
  }

  .slide-nav {
    left: 370px;
    right: 40px;
  }

  .photo-container {
    left: 20px;
    width: 220px;
  }

  .main2-front {
    top: 30vw;
  }

  .container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .link-logo {
    width: 80px;
    height: 80px;
  }

  .brand-2 {
    display: none;
    width: 70px;
    margin-right: auto;
  }

  .image {
    width: 60px;
  }

  .nav-menu {
    padding-left: 0px;
  }

  .image-2 {
    display: inline-block;
  }

  .slider-2 {
    margin-right: 70px;
    margin-left: 50px;
  }

  .slider-wrapper {
    height: 450px;
  }

  .slider-image._1 {
    background-size: cover;
  }

  .heading {
    font-size: 60px;
    line-height: 60px;
  }

  .left-arrow {
    display: none;
  }

  .vertical-slide-text {
    min-width: 200px;
    margin-left: -40px;
  }

  .div-block-2 {
    width: 8%;
  }

  .heading-2 {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .heading-3 {
    font-size: 40px;
    line-height: 50px;
  }

  .text-block {
    font-size: 10px;
    line-height: 14px;
  }

  .social-links {
    width: 50px;
  }

  .list-item {
    margin: 5px;
  }

  .text-block-2 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .div-block-6 {
    width: 70px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .right-arrow {
    display: none;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -25px;
    -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;
  }

  .content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .content._100 {
    padding-bottom: 0px;
  }

  .div-block-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-10.flip {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .story-lines {
    width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .stroy-wrapper {
    max-width: none;
  }

  .story-photos {
    width: auto;
  }

  .story-photos.img {
    height: auto;
    margin-top: 0px;
  }

  .our-menu-img {
    width: 40%;
  }

  .our-menu-table {
    width: 55%;
  }

  .div-block-26 {
    width: 80%;
  }

  .testimonial {
    background-color: #fafafa;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .slider-3 {
    width: 80%;
  }

  .slide-3 {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .footer-bottom {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-02 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .footer-grid-02 {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-column {
    padding-right: 20px;
  }

  .list-item-5 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .list-item-5.down {
    margin-top: 40px;
  }

  .div-block-41 {
    display: none;
  }

  .div-block-42 {
    text-align: center;
  }

  .btn-link-block {
    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;
  }

  .top-banner {
    height: 200px;
    padding-top: 40px;
  }

  .heading-7._50 {
    width: 50%;
  }

  .menu-type.function {
    margin-top: 40px;
  }

  .menu-type-content {
    -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;
  }

  .div-block-45 {
    width: 100%;
  }

  .list-5 {
    margin-bottom: 0px;
  }

  .tab-link-tab-2 {
    width: 40%;
    text-align: center;
  }

  .tab-link-tab-2.w--current {
    width: 40%;
    text-align: center;
  }

  .tab-link-tab-3 {
    width: 40%;
    text-align: center;
  }

  .tab-link-tab-4 {
    width: 40%;
    text-align: center;
  }

  .tabs-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .gallery-images {
    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;
  }

  .div-block-219 {
    display: none;
    -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;
  }

  .image-21 {
    margin-bottom: 20px;
  }

  .div-block-220 {
    width: 100%;
  }

  .div-block-218 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-222 {
    display: none;
  }

  .div-block-233 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-23 {
    position: static;
  }

  .banner-dark {
    min-height: auto;
    padding-bottom: 0px;
  }

  .div-block-245 {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-246 {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-9 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .heading-9.black.left {
    background-position: 0% 50%;
    background-size: auto;
  }

  .serv {
    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .serv._2 {
    position: static;
    width: 80%;
    background-color: transparent;
  }

  .div-block-4 {
    margin-top: 0px;
    margin-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;
  }

  .heading-10 {
    font-size: 18px;
  }

  .div-block-254 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-256 {
    width: 60%;
  }

  .div-block-256.left {
    width: 55%;
  }

  .div-block-69 {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding: 40px;
  }

  .subscribe-form-input-2 {
    width: 100%;
  }

  .heading-13 {
    font-size: 2rem;
  }

  .subscribe-form-input-wrapper-2 {
    width: 77%;
  }

  .submit-button-2 {
    font-size: 16px;
  }

  .div-block-257 {
    margin-top: 60px;
  }

  .functions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .function-image {
    width: 100%;
  }

  .function-content {
    width: 100%;
    height: auto;
  }

  .imageman.living-room.mortgage-house {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .rightcurtain {
    height: 150vh;
  }

  .leftcurtain {
    height: 150vh;
  }

  .aboutsection {
    height: auto;
    max-height: none;
  }

  ._52-flex-column.mobile-margin {
    width: 100%;
    -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;
  }

  ._46-percent-column {
    position: static;
    width: 100%;
    height: 300px;
    margin-top: 10px;
  }

  .list-8 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .aboutoverlay {
    display: none;
  }

  .flex-space {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-space.vertical {
    -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;
  }

  ._95-percent-column {
    width: 90%;
  }

  .top-margin._20-pixels {
    margin-top: 0px;
  }

  .aboutparentcontainer {
    height: auto;
    margin-top: 100px;
  }

  .d-124-category-card-wrapper {
    margin-bottom: 60px;
  }

  .d-124-category-card-wrapper._3.img2._1 {
    margin-bottom: 10px;
  }

  .d-124-category-card-wrapper._3.img2._2 {
    margin-bottom: 10px;
  }

  .d-124-category-card-wrapper._3.img2._3-img {
    margin-bottom: 10px;
  }

  .d-124-category-card-wrapper._3.img2._4 {
    margin-bottom: 10px;
  }

  .d-124-category-card-wrapper._3.img2._5 {
    margin-bottom: 10px;
  }

  .d-124-category-card-wrapper._3.img2._6 {
    margin-bottom: 10px;
  }

  .d-124-category-card-wrapper._3.img2._7 {
    margin-bottom: 10px;
  }

  .d-124-category-card-wrapper._3.img2._8 {
    margin-bottom: 10px;
  }

  .d-124-category-card-wrapper._3.img2._9 {
    margin-bottom: 10px;
  }

  .d-124-category-card-wrapper._3.img2._10 {
    margin-bottom: 10px;
  }

  .image-35 {
    margin-right: 0px;
  }

  .instructions-wrapper {
    position: relative;
    left: -25px;
    top: 0%;
    margin-top: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .demo-wrapper {
    margin-top: 0px;
    margin-right: 0%;
    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-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;
  }

  .browser-demo {
    width: 500px;
    height: 300px;
    margin-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;
  }

  .div-block-289 {
    margin-bottom: 40px;
  }

  .div-block-290 {
    margin-bottom: 40px;
  }

  .div-block-291 {
    margin-bottom: 40px;
  }

  .div-block-292 {
    margin-bottom: 40px;
  }

  .div-block-293 {
    margin-bottom: 40px;
  }

  .div-block-294 {
    margin-bottom: 40px;
  }

  .div-block-295 {
    margin-bottom: 40px;
  }

  .div-block-296 {
    margin-bottom: 40px;
  }

  .div-block-297 {
    margin-bottom: 40px;
  }

  .div-block-298 {
    margin-bottom: 40px;
  }

  .div-block-300 {
    width: 100%;
  }

  .div-block-301 {
    width: 100%;
  }

  .div-block-302 {
    margin-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;
  }

  .link-11 {
    color: #000;
  }

  .link-12 {
    color: #000;
  }

  .dropdown-toggle {
    font-size: 18px;
    font-weight: 700;
  }

  .dropdown-list-3.w--open {
    background-color: #fff;
  }

  .dropdown-link-7 {
    font-size: 18px;
    font-weight: 700;
  }

  .div-block-304 {
    overflow: scroll;
    height: 800px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-305 {
    width: 100%;
  }

  .chat-bolt-div {
    bottom: 15%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .main2 {
    top: 27vw;
  }

  .main1-front {
    top: 15vw;
  }

  .flex-fix.show-svp {
    display: block;
  }

  .flex-fix.hide-svp {
    display: none;
  }

  .number-container {
    position: relative;
    left: 200px;
  }

  .main1 {
    top: 15vw;
  }

  .bottom-bar {
    left: 100px;
    width: auto;
    margin-left: 0px;
    padding-right: 100px;
  }

  .top-bar {
    right: 20px;
    width: auto;
  }

  .brand {
    width: 180px;
  }

  .section-background {
    top: auto;
    width: 60%;
    height: 60%;
  }

  .section-background.yellow-background {
    top: auto;
    width: 60%;
    height: 60%;
  }

  .text-container {
    height: 100%;
    padding-bottom: 120px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .slide-nav {
    position: absolute;
    left: 300px;
    right: 20px;
    width: auto;
    padding-left: 40px;
  }

  .arrow.right {
    right: 20px;
  }

  .arrow.left {
    left: 20px;
  }

  .photo-container {
    top: 100px;
    width: auto;
    height: 25vh;
    padding-top: 0vh;
    padding-bottom: 0vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .photo {
    width: 40vw;
    height: 100%;
    margin-right: 5vw;
  }

  .main2-front {
    top: 27vw;
  }

  .container {
    padding: 10px;
  }

  .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }

  .link-logo {
    display: none;
  }

  .brand-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    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-radius: 50%;
    background-color: #000;
  }

  .nav-menu {
    background-image: url('../images/ban12x.jpg');
    background-position: 100% 0%;
    background-size: cover;
  }

  .slider-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .slider-wrapper {
    height: 400px;
  }

  .heading {
    font-size: 60px;
    line-height: 50px;
  }

  .vertical-slide-text {
    display: none;
  }

  .social-links {
    display: none;
  }

  .div-block-6 {
    display: none;
  }

  .div-block-8 {
    margin-left: 20px;
  }

  .content {
    padding-top: 20px;
  }

  .content._100 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .story-heading._1 {
    text-align: center;
  }

  .story-photos.img {
    width: 50%;
    height: auto;
  }

  .photos-wrapper._1-1 {
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .photos-wrapper._1-2 {
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-16 {
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .div-block-17 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .div-block-18 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .div-block-19 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .div-block-21 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .our-menu-img {
    display: none;
    width: auto;
  }

  .our-menu-table {
    width: 100%;
    margin-left: 0px;
  }

  .our-menu-heading {
    margin-top: 20px;
  }

  .div-block-28 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .text-block-6 {
    line-height: 25px;
  }

  .slider-3 {
    width: 100%;
  }

  .footer-bottom {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .social-square {
    margin-right: 4px;
  }

  .footer-grid-02 {
    grid-auto-columns: 1px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-column {
    padding-right: 0px;
  }

  .list-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .list-item-5.down {
    margin-top: 0px;
  }

  .menu-button {
    display: block;
  }

  .menu-button.w--open {
    background-color: #fff;
    color: #d9b873;
  }

  .top-banner {
    padding-top: 20px;
  }

  .heading-7._50 {
    font-size: 30px;
  }

  .tab-link-tab-2 {
    width: 60%;
  }

  .tab-link-tab-2.w--current {
    width: 60%;
  }

  .tab-link-tab-3 {
    width: 60%;
  }

  .tab-link-tab-4 {
    width: 60%;
  }

  .div-block-218 {
    width: 100%;
  }

  .div-block-245 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-246 {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .serv {
    width: 100%;
    margin-bottom: -3px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .serv._2 {
    width: 100%;
  }

  .div-block-4 {
    -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;
  }

  .div-block-254 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-256 {
    width: 100%;
  }

  .div-block-256.left {
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-block-256.left.hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .list-7._40.no-margin {
    width: 90%;
  }

  .div-block-69 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .heading-13 {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }

  .subscribe-form-input-wrapper-2.edit-dfkjasfc {
    width: auto;
    margin-bottom: 10px;
  }

  .subscribe-form {
    padding-right: 0px;
    padding-left: 0px;
  }

  .subscribe-form.gdkgsd {
    padding: 20px 0px;
  }

  .subscribe-form-flex-2.flex-bos-65465 {
    width: 100%;
    -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;
  }

  .centered-container.flex5-6 {
    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-block-68 {
    height: 450px;
  }

  .div-block-68.hide {
    display: none;
  }

  .image-25 {
    height: auto;
  }

  ._52-flex-column.mobile-margin {
    width: 100%;
  }

  ._46-percent-column {
    width: 80%;
  }

  ._95-percent-column {
    width: 100%;
  }

  .title-underline {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-283 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._200 {
    border-right-style: none;
  }

  ._200._2 {
    top: auto;
    border-right-style: none;
  }

  ._200._70 {
    position: static;
  }

  .d-124-category-card-wrapper._3.img2._1 {
    width: 500px;
  }

  .d-124-category-card-wrapper._3.img2._2 {
    width: 500px;
  }

  .d-124-category-card-wrapper._3.img2._3-img {
    width: 500px;
  }

  .d-124-category-card-wrapper._3.img2._4 {
    width: 500px;
  }

  .d-124-category-card-wrapper._3.img2._5 {
    width: 500px;
    background-size: cover;
  }

  .d-124-category-card-wrapper._3.img2._6 {
    width: 500px;
  }

  .d-124-category-card-wrapper._3.img2._7 {
    width: 500px;
  }

  .d-124-category-card-wrapper._3.img2._8 {
    width: 500px;
  }

  .d-124-category-card-wrapper._3.img2._9 {
    width: 500px;
  }

  .d-124-category-card-wrapper._3.img2._10 {
    width: 500px;
  }

  .instructions-wrapper {
    margin-left: 0px;
  }

  .demo-wrapper {
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .browser-demo {
    width: 400px;
    height: 300px;
    margin-right: 110px;
    margin-bottom: 100px;
    margin-left: 110px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .link-11 {
    color: #000;
  }

  .link-12 {
    color: #000;
  }

  .dropdown-toggle {
    font-size: 18px;
    font-weight: 700;
  }

  .dropdown-list-3.w--open {
    background-color: #fff;
  }

  .dropdown-link-7 {
    font-size: 18px;
    font-weight: 700;
  }

  .fixed-chat-bolt {
    right: 38%;
    bottom: 16%;
  }
}

@media screen and (max-width: 479px) {
  .main2 {
    top: 30vw;
  }

  .number-container {
    left: auto;
    right: -20px;
    height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .bottom-bar {
    padding-left: 20px;
    -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;
  }

  .top-bar {
    right: 0px;
    height: 60px;
  }

  .person-image-sml {
    top: 20%;
    max-width: 85%;
  }

  .brand {
    left: 0px;
    top: 0px;
    width: 200px;
  }

  .link {
    margin-bottom: 20px;
  }

  .section-background {
    width: 100%;
    height: 40vh;
  }

  .section-background.yellow-background {
    width: 100%;
    height: 40vh;
  }

  .text-container {
    width: 100%;
    padding-right: 40px;
    padding-bottom: 40vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .slider {
    min-height: 600px;
  }

  .slide-nav {
    right: 0px;
    display: none;
  }

  .photo-container {
    top: 80px;
    height: 14vh;
  }

  .photo {
    width: 45vw;
  }

  .flex-vertical.flex-left.flip-xsvp {
    -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;
  }

  .main2-front {
    top: 30vw;
  }

  .container {
    padding-left: 10px;
  }

  .nav-menu {
    background-image: url('../images/ban12x.jpg');
    background-position: 100% 100%;
    background-size: cover;
  }

  .slider-wrapper {
    height: 220px;
  }

  .heading {
    font-size: 30px;
    line-height: 30px;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 25px;
  }

  .content._100 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .our-strory {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .story-lines {
    padding-top: 0px;
  }

  .text-block-4 {
    margin-right: auto;
    margin-left: auto;
  }

  .story-heading._1 {
    font-size: 25px;
    line-height: 35px;
  }

  .story-heading._2 {
    font-size: 25px;
    line-height: 35px;
  }

  .story-heading._3 {
    font-size: 30px;
  }

  .story-heading._3._40 {
    text-align: center;
  }

  .heading-5 {
    font-size: 18px;
  }

  .paragraph {
    font-size: 12px;
  }

  .story-photos {
    margin-top: 60px;
  }

  .story-photos.img {
    width: 100%;
  }

  .our-menu-list {
    -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;
  }

  .our-menu-list.no-margin {
    margin-bottom: 0px;
  }

  .div-block-25 {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .heading-6 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-26 {
    margin-left: 0px;
  }

  .div-block-28 {
    margin-bottom: 0px;
  }

  .text-block-6 {
    line-height: 20px;
  }

  .div-block-33 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .text-rights {
    margin-right: 0px;
    text-align: left;
  }

  .footer-wrapper {
    -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;
  }

  .secondary-link-dark {
    margin-right: 32px;
  }

  .footer-grid-02 {
    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-template-areas: "."
      "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .footer-column {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .btn-link-block._10-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .blue-layer {
    width: 125px;
    height: 40px;
  }

  .contact {
    font-size: 12px;
  }

  .white {
    width: 125px;
  }

  .top-banner {
    height: 150px;
    padding-top: 10px;
    padding-right: 0px;
    background-image: url('../images/wave_white.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/top-banner.jpg');
    background-image: url('../images/wave_white.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/top-banner.jpg');
    background-position: 100% 100%, 0px 0px, 100% 50%;
    background-size: contain, auto, cover;
    background-repeat: no-repeat, repeat, repeat;
  }

  .top-banner.about {
    padding-top: 30px;
  }

  .top-banner.beer {
    background-image: url('../images/wave_white.png'), url('../images/pic1.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/wave_white.png'), url('../images/pic1.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 100% 100%, 100% 50%, 0px 0px;
    background-size: contain, cover, auto;
  }

  .top-banner.gallery-banner {
    height: 200px;
    background-image: url('../images/wave_white.png'), url('../images/FUNCTIONS-BANNER.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/wave_white.png'), url('../images/FUNCTIONS-BANNER.png'), linear-gradient(180deg, null, null);
    background-size: contain, cover, auto;
  }

  .top-banner.desserts {
    background-image: url('../images/wave_white.png'), url('../images/desserts-banner.jpg'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/wave_white.png'), url('../images/desserts-banner.jpg'), linear-gradient(180deg, null, null);
    background-size: contain, cover, auto;
  }

  .top-banner.bread {
    background-image: url('../images/wave_white.png'), url('../images/bread-banner.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/wave_white.png'), url('../images/bread-banner.jpg'), linear-gradient(180deg, transparent, transparent);
    background-size: contain, cover, auto;
  }

  .top-banner.kids {
    background-image: url('../images/wave_white.png'), url('../images/kids-banners.jpg'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/wave_white.png'), url('../images/kids-banners.jpg'), linear-gradient(180deg, null, null);
    background-size: contain, cover, auto;
  }

  .top-banner.seafood {
    background-image: url('../images/wave_white.png'), url('../images/seafood-banner.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/wave_white.png'), url('../images/seafood-banner.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 100% 100%, 50% 50%, 0px 0px;
    background-size: contain, cover, auto;
  }

  .top-banner.beef {
    background-image: url('../images/wave_white.png'), url('../images/beef-banner.jpg'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/wave_white.png'), url('../images/beef-banner.jpg'), linear-gradient(180deg, null, null);
    background-size: contain, cover, auto;
  }

  .top-banner.lamb {
    background-image: url('../images/wave_white.png'), url('../images/lamb-banner.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/wave_white.png'), url('../images/lamb-banner.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 100% 100%, 50% 50%, 0px 0px;
    background-size: contain, cover, auto;
  }

  .top-banner.lassi {
    background-image: url('../images/wave_white.png'), url('../images/lassi-banner.jpg'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/wave_white.png'), url('../images/lassi-banner.jpg'), linear-gradient(180deg, null, null);
    background-size: contain, cover, auto;
  }

  .top-banner.cooler {
    background-image: url('../images/wave_white.png'), url('../images/coolers-banner.jpg'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/wave_white.png'), url('../images/coolers-banner.jpg'), linear-gradient(180deg, null, null);
    background-size: contain, cover, auto;
  }

  .top-banner.starters {
    background-image: url('../images/wave_white.png'), url('../images/starters.jpg'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/wave_white.png'), url('../images/starters.jpg'), linear-gradient(180deg, null, null);
    background-size: contain, cover, auto;
  }

  .div-block-44 {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .heading-7 {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-7._50 {
    width: auto;
    font-size: 30px;
  }

  .list-5.left-align {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .tab-link-tab-1.w--current {
    width: 100%;
  }

  .tab-link-tab-2 {
    width: 80%;
  }

  .tab-link-tab-2.w--current {
    width: 80%;
  }

  .tab-link-tab-3 {
    width: 80%;
  }

  .tab-link-tab-4 {
    width: 80%;
  }

  .tabs-menu {
    width: 100%;
    -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;
  }

  .heading-8 {
    text-align: center;
  }

  .div-block-47 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-48 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-16 {
    height: auto;
    padding-right: 0px;
  }

  .div-block-221 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-18 {
    display: none;
  }

  .div-block-218 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-17 {
    display: none;
  }

  .image-19 {
    height: auto;
    padding-left: 0px;
  }

  .banner-dark {
    margin-top: 40px;
  }

  .div-block-247 {
    width: 85px;
    height: 85px;
  }

  .text-block-10 {
    text-align: left;
  }

  .serv {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .div-block-4 {
    margin-top: 20px;
    margin-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;
  }

  .heading-10.center {
    color: #000;
  }

  .heading-10.center.mobile-hide {
    display: none;
  }

  .heading-10.center.desktop-hide {
    display: block;
  }

  .heading-10._22 {
    font-size: 22px;
  }

  .div-block-22 {
    width: 100%;
  }

  .div-block-253 {
    -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;
  }

  .form-block {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-20 {
    width: 100%;
    height: auto;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .button-2._100 {
    width: 100%;
  }

  .text-field-2 {
    padding-left: 20px;
  }

  .div-block-255 {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-256 {
    -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;
  }

  .div-block-256.left.hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .list-7 {
    padding-left: 0px;
  }

  .list-7._40 {
    width: 100%;
  }

  .list-7._40.no-margin {
    width: 100%;
  }

  .list-7._40._222 {
    overflow: scroll;
    height: 600px;
  }

  .div-block-69 {
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .subscribe-form-input-2 {
    width: 100%;
  }

  .heading-13 {
    line-height: 2rem;
    text-align: center;
  }

  .subscribe-form-input-wrapper-2 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .subscribe-form-input-wrapper-2.edit-dfkjasfc {
    width: auto;
  }

  .submit-button-2 {
    font-size: 14px;
  }

  .subscribe-form {
    margin-right: 20px;
    padding: 10px 0px;
  }

  .subscribe-form.gdkgsd {
    width: 100%;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .subscribe-form-flex-2.flex-bos-65465 {
    -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;
  }

  .centered-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }

  .div-block-116 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .functions {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .function-content {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-25 {
    height: auto;
  }

  .aboutcontainer {
    width: 100%;
    -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-icon {
    display: none;
    margin-right: 10px;
  }

  ._52-flex-column {
    width: 100%;
  }

  ._52-flex-column.mobile-margin {
    margin-bottom: 20px;
  }

  .rightcircle {
    width: 100px;
    height: 100px;
    margin-left: -49px;
  }

  .div-block-15 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._46-percent-column {
    width: 100%;
  }

  .fieldwrapper.about {
    max-width: 100%;
  }

  .fieldwrapper.image {
    max-width: 100%;
    padding-bottom: 35px;
  }

  .image-29 {
    max-width: 100%;
  }

  .aboutoverlay {
    z-index: 999;
    display: none;
  }

  .h6.product {
    font-size: 22px;
    line-height: 30px;
  }

  .flex-space {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-150 {
    font-size: 18px;
  }

  .top-margin._20-pixels {
    padding-right: 20px;
    padding-left: 20px;
  }

  .leftcircle {
    width: 100px;
    height: 100px;
    margin-right: -49px;
  }

  .list-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._200._70 {
    position: static;
  }

  .d-124-category-card-wrapper {
    width: 280px;
  }

  .d-124-category-card-wrapper._3 {
    width: 280px;
  }

  .d-124-category-card-wrapper._3.img2._1 {
    width: 250px;
    height: 200px;
    background-size: cover;
  }

  .d-124-category-card-wrapper._3.img2._2 {
    width: 250px;
    height: 200px;
  }

  .d-124-category-card-wrapper._3.img2._3-img {
    width: 250px;
    height: 200px;
    background-size: cover;
  }

  .d-124-category-card-wrapper._3.img2._4 {
    width: 250px;
    height: 200px;
  }

  .d-124-category-card-wrapper._3.img2._5 {
    width: 250px;
    height: 200px;
  }

  .d-124-category-card-wrapper._3.img2._6 {
    width: 250px;
    height: 200px;
    background-size: cover;
  }

  .d-124-category-card-wrapper._3.img2._7 {
    width: 250px;
    height: 200px;
    background-size: cover;
  }

  .d-124-category-card-wrapper._3.img2._8 {
    width: 250px;
    height: 200px;
    background-size: cover;
  }

  .d-124-category-card-wrapper._3.img2._9 {
    width: 250px;
    height: 200px;
    background-size: cover;
  }

  .d-124-category-card-wrapper._3.img2._10 {
    width: 250px;
    height: 200px;
    background-size: cover;
  }

  .d-124-category-card-wrapper._3.img2.video {
    margin-top: 20px;
  }

  .image-35 {
    margin-top: 0px;
    margin-right: 0px;
  }

  .instructions-wrapper {
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .demo-wrapper {
    margin-top: 40px;
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .browser-demo {
    width: 300px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-289 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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-290 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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-291 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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-292 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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-293 {
    width: 100%;
  }

  .div-block-294 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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-295 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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-296 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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-297 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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-298 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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-302 {
    overflow: scroll;
    height: 800px;
  }

  .link-11 {
    color: #000;
  }

  .image-36 {
    width: 70px;
  }

  .link-12 {
    color: #000;
  }

  .dropdown-toggle {
    font-size: 18px;
    font-weight: 700;
  }

  .dropdown-list-3 {
    background-color: transparent;
  }

  .dropdown-list-3.w--open {
    background-color: #fff;
  }

  .dropdown-link-7 {
    font-size: 18px;
    font-weight: 700;
  }

  .chat-bolt-div {
    bottom: 40%;
    z-index: 999;
  }

  .text-block-89 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5ced085a-be82-9313-0f24-f501908a5434-908a5430 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5ced085a-be82-9313-0f24-f501908a5434-908a5430 {
    -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;
  }
}

