.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  color: #20272f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
}

h2 {
  color: #20272f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
}

h3 {
  color: #20272f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

h4 {
  color: #20272f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #20272f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: #20272f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #959595;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

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

ul, ol {
  color: #959595;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

li {
  margin-bottom: 5px;
}

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

blockquote {
  color: #20272f;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-left: 5px solid #e2e2e2;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 35px;
}

.content-section {
  background-color: #e7e7e7;
  padding-top: 46px;
  padding-bottom: 46px;
}

.content-section.gray {
  background-color: #f8f8f8;
}

.content-section.menu {
  background-image: url('../images/Batata-Harra.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  margin-bottom: 80px;
  padding-top: 35px;
  padding-bottom: 0;
}

.content-section.cta {
  background-image: linear-gradient(rgba(0, 0, 0, .44), rgba(0, 0, 0, .44)), url('../images/mid-section-pic-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-bottom: 75px;
}

.hero-section {
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .69), rgba(0, 0, 0, .69)), url('../images/janitorial_s_30f7f104-878c-469a-b981-af7d081ea137.jpg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 183%;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-top: 206px;
  padding-bottom: 245px;
  display: flex;
  position: relative;
}

.hero-section._404 {
  height: 100vh;
  min-height: 600px;
}

.hero-section.internal-hero {
  background-image: linear-gradient(rgba(0, 0, 0, .81), rgba(0, 0, 0, .81)), url('../images/janitorial_s_30f7f104-878c-469a-b981-af7d081ea137.jpg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 183%;
  background-attachment: scroll, scroll;
  padding-top: 73px;
  padding-bottom: 97px;
}

.content-wrapper {
  max-width: 1050px;
  padding-top: 8px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 24px;
}

.content-wrapper.narrow {
  padding-left: 45px;
  padding-right: 45px;
}

.content-wrapper.menu {
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
  top: 80px;
}

.hero-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.title {
  color: #00a592;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 35px;
}

.hero {
  color: #fff;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
}

.hero.special {
  font-size: 230%;
}

.hero-subtitle {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.hero-subtitle.dark-title {
  color: #000;
  padding-left: 9px;
  padding-right: 9px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  position: static;
}

.hero-subtitle.dark-title.menu-item {
  color: #636363;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  font-size: 19px;
  font-weight: 400;
}

.hero-subtitle.dark-title.menu-item.add {
  text-align: center;
  flex-flow: wrap;
  flex: 0 auto;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  padding-top: 20px;
  padding-left: 0;
  display: block;
}

.hero-subtitle.dark-title.menu-item.add-2 {
  text-align: center;
  flex-flow: wrap;
  flex: 0 auto;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  margin-top: -15px;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.hero-subtitle.dark-title.menu-item.dessert {
  text-align: left;
  padding-top: 44px;
  display: block;
}

.hero-subtitle.dark-title.menu-item.contact-form {
  color: #464646;
  text-transform: none;
  margin-top: 4px;
  font-size: 26px;
}

.hero-subtitle.dark-title.menu-item.contact-form.red {
  color: #ea2728;
}

.hero-subtitle.dark {
  color: #000;
  padding-top: 10px;
  padding-bottom: 14px;
}

.hero-subtitle.special {
  padding-right: 40px;
  font-size: 20px;
}

.underline {
  width: 215px;
  height: 1px;
  background-color: #00a592;
  margin: 20px auto;
  display: block;
}

.underline.no-bottom-border {
  width: 33%;
  background-color: orange;
  margin-bottom: 0;
}

.scroll-arrow {
  width: 100%;
  height: 50px;
  filter: none;
  color: red;
  background-image: url('../images/Scroll-arrow_1Scroll-arrow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 27px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.scroll-arrow:hover {
  opacity: .85;
}

.scroll-arrow.w--current {
  width: 40px;
  height: 40px;
}

.style-box {
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  margin-bottom: 40px;
  padding: 20px;
}

.yellow {
  color: #fff;
  margin-bottom: 0;
}

.header-box {
  width: 85%;
  text-align: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-box.column {
  margin-bottom: 0;
}

.header-box.full {
  width: 100%;
  text-align: left;
}

.header-box.menubox {
  width: 95%;
}

.flex-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.flex-wrapper.space-between {
  justify-content: space-between;
}

.flex-wrapper.contact-details {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
}

.flex-wrapper.space-around {
  justify-content: space-around;
}

.intro {
  width: 32%;
}

.intro-image {
  width: 100%;
  height: 300px;
  background-image: url('../images/catering_image.jpg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: relative;
  overflow: hidden;
}

.intro-image.w--current {
  overflow: hidden;
}

.intro-image._1 {
  background-image: url('../images/catering-hero.jpg');
  background-position: 50%;
  background-size: auto;
}

.intro-image._3 {
  background-image: url('../images/Lamb-Kabob-Plate.jpg');
  background-position: 50%;
  background-size: 550px;
}

.intro-text {
  background-color: #000;
  padding: 20px 23px 18px;
}

.title-link {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.text-link {
  color: #848484;
  font-family: Roboto Mono, sans-serif;
  font-size: 12.5px;
  text-decoration: none;
}

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

._50-percent-column {
  width: 50%;
  padding-right: 10px;
  position: relative;
}

._50-percent-column.text {
  min-height: 465px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

._50-percent-column.image-1 {
  background-image: url('../images/Restaurant-catering-services-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._50-percent-column.inner-padding {
  border-bottom-style: none;
  align-items: center;
  padding: 40px 45px 30px;
  display: flex;
}

._50-percent-column.contact-form {
  background-color: #f8f8f8;
  padding: 35px;
}

._50-percent-column.last {
  border-bottom-style: none;
}

._50-percent-column.menu {
  border-bottom: 1px solid #e7e7e7;
  flex: 1;
  padding-top: 35px;
  padding-bottom: 20px;
  padding-right: 0;
}

._50-percent-column.menu.last {
  border-bottom-style: none;
}

._50-percent-column.menu-right {
  border-bottom: 1px solid #e7e7e7;
  padding-top: 35px;
  padding-bottom: 20px;
  padding-left: 20px;
}

._50-percent-column.menu-right.last {
  border-bottom-style: none;
}

._50-percent-column.menu-right.fix {
  flex: 1;
  margin-left: -20px;
}

._50-percent-column.contact-order {
  background-image: url('../images/Skewers-Logo.svg'), linear-gradient(rgba(255, 255, 255, .24), rgba(255, 255, 255, .24)), url('../images/map-skewers.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 206px, auto, 950px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.lightbox {
  background-image: url('../images/Lamb-Kabob-Side-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.lightbox._2 {
  background-image: url('../images/Magic-Lamp-Salad-Full.jpg');
  background-size: auto;
}

.lightbox._3 {
  background-image: url('../images/Appetizers-Faded.jpg');
  background-size: auto;
}

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

.right-arrow {
  width: 44px;
  height: 44px;
  opacity: .85;
  background-color: #20272f;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: opacity .2s;
}

.right-arrow:hover {
  opacity: 1;
}

.slide-arrow {
  color: #dadada;
  font-size: 19px;
}

.left-arrow {
  width: 44px;
  height: 44px;
  opacity: .85;
  background-color: #20272f;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: opacity .2s;
}

.left-arrow:hover {
  opacity: 1;
}

.column-image {
  height: auto;
  background-image: url('../images/catering-hero.jpg');
  background-position: -106px;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-subtitle {
  width: 100%;
  min-width: 490px;
  background-color: #000;
  padding: 20px 20px 18px;
}

.subtitle {
  color: #adadad;
  font-family: Roboto Mono, sans-serif;
  font-size: 12.5px;
}

.service-box {
  width: 32.5%;
  min-height: 380px;
  text-align: center;
  background-image: linear-gradient(rgba(32, 39, 47, .7), rgba(32, 39, 47, .7)), url('../images/pexels-photo-1624487.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 33px;
  display: flex;
  position: relative;
}

.service-box._2 {
  background-image: linear-gradient(rgba(32, 39, 47, .7), rgba(32, 39, 47, .7)), url('../images/Magic-Lamp-Salad-Full.jpg');
  background-size: auto, auto;
}

.service-box._3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/mid-section-pic-1.jpg');
  background-size: auto, auto;
}

.service-icon {
  width: 105px;
  height: 105px;
  background-color: #303943;
  border-radius: 50%;
  margin-bottom: 20px;
}

.service-icon._1 {
  opacity: 0;
  background-image: url('../images/Truck_1Truck.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 53px;
}

.service-icon._2 {
  opacity: 0;
  background-image: url('../images/Dinner_1Dinner.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 47px;
}

.service-icon._3 {
  opacity: 0;
  background-image: url('../images/Menu_1Menu.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 36px;
}

.white {
  color: #fff;
}

.less-line-height {
  color: #d3d3d3;
  line-height: 27px;
}

.rounded-button {
  height: 50px;
  min-width: 150px;
  color: #fff;
  background-color: red;
  border: 3px solid red;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Roboto Mono, sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.rounded-button:hover {
  background-color: orange;
  border-color: orange;
}

.rounded-button.top-border {
  margin-top: 30px;
}

.cta {
  color: #fff;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 58px;
}

.big {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 55px;
}

.map {
  height: 100%;
  min-height: 657px;
  filter: grayscale();
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
}

.field-label {
  color: #20272f;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-left: 10px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
}

.text-field {
  height: 54px;
  color: #959595;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  margin-bottom: 30px;
  padding-left: 70px;
  font-family: Open Sans, sans-serif;
  transition: border .2s;
}

.text-field:hover, .text-field:focus {
  border-color: #3da4ff;
}

.text-field.name {
  background-image: url('../images/Name_1Name.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 52px;
  transition: border .2s;
}

.text-field.mobile {
  background-image: url('../images/Mobile-1_1Mobile (1).png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 52px;
}

.text-field.email {
  background-image: url('../images/Email-1_1Email (1).png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 52px;
}

.text-field.message {
  height: 120px;
  padding-top: 16px;
  padding-left: 20px;
}

.submit {
  width: 100%;
  height: 50px;
  text-transform: uppercase;
  background-color: red;
  border: 1px solid red;
  border-radius: 3px;
  font-family: Roboto Mono, sans-serif;
  font-size: 12px;
  transition: background-color .2s;
}

.submit:hover {
  background-color: orange;
  border-color: orange;
}

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

._33-percent-column.no-right-border {
  text-align: center;
  border-right-style: none;
  padding: 20px 10px;
}

._33-percent-column.contact-details {
  text-align: center;
  border-right: 1px solid #e7e7e7;
  padding: 20px 10px;
}

._33-percent-column.footer {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

._33-percent-column.footer-logo {
  justify-content: flex-start;
  align-items: flex-start;
}

._33-percent-column.column-start {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
}

._33-percent-column.top-center {
  padding-top: 0;
  padding-bottom: 0;
  transition: opacity .2s;
}

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

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

._33-percent-column.top-left {
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
}

._33-percent-column.top-right {
  text-align: right;
  justify-content: center;
  align-items: flex-end;
  padding-top: 13px;
  padding-bottom: 7px;
}

.title-detail {
  font-family: Oswald, sans-serif;
  font-size: 22px;
  line-height: 35px;
}

.footer {
  background-color: #2e0c02;
}

.mini-title {
  width: 100%;
  color: #df804a;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 12.5px;
}

.footer-link {
  width: 100%;
  color: #fff;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 12.5px;
  text-decoration: none;
  display: block;
}

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

.footer-paragraph {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 23px;
}

.contact-details-item {
  width: 100%;
  margin-bottom: 20px;
}

.contact-details-item.last {
  margin-bottom: 0;
}

.footer-notice {
  background-color: #1d242b;
  padding-top: 25px;
  padding-bottom: 20px;
}

.body {
  color: #959595;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.footer-notice-text {
  color: #959595;
  font-size: 10px;
}

.bar {
  color: #e7e7e7;
}

.footer-notice-link {
  color: #959595;
  transition: color .2s;
}

.footer-notice-link:hover {
  color: #fc0;
}

.footer-logo-link.w--current {
  transition: opacity .2s;
}

.footer-logo-link.w--current:hover {
  opacity: .8;
}

.menu-transparent-bg {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 5px;
  padding: 7px;
}

.menu-background {
  background-color: #fff;
  border: 2px solid #e7e7e7;
  border-radius: 5px;
  padding: 50px 50px 35px;
  overflow: auto;
}

.title-and-price {
  text-align: center;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.menu-title {
  width: 80%;
}

.menu-price {
  width: 20%;
  text-align: center;
}

.food-title {
  direction: ltr;
  color: #20272f;
  text-align: left;
  text-transform: none;
  font-weight: 700;
  line-height: 20px;
  display: block;
  position: static;
}

.food-title.fix {
  margin-bottom: 10px;
  padding-top: 1px;
}

.small {
  text-align: left;
  text-transform: capitalize;
  padding-right: 130px;
  font-size: 12.5px;
  line-height: 25px;
}

.small.fix {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 10px;
  margin-left: -60px;
  padding-top: 14px;
  display: inline;
}

.small.fixed {
  margin-top: -20px;
}

.small.bold {
  color: gray;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
}

.small.horizontal {
  direction: ltr;
  text-align: left;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  position: relative;
}

.tab-link {
  color: #959595;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: -1px;
  padding-left: 10px;
  padding-right: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.tab-link:hover {
  border-bottom: 1px solid #fc0;
}

.tab-link.w--current {
  color: #20272f;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #fc0;
  padding-right: 48px;
  font-weight: 600;
}

.tab-menu {
  border-bottom: 1px solid #e7e7e7;
}

.nav-menu {
  width: 100%;
  float: none;
  text-align: center;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border-top: 1px solid rgba(121, 15, 15, .23);
}

.nav-menu.no-top-line {
  border-top-style: none;
  margin-top: 15px;
}

.navlink {
  height: 55px;
  color: #313131;
  text-transform: uppercase;
  background-color: rgba(255, 232, 186, 0);
  margin-right: 19px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: border .1s cubic-bezier(.25, .46, .45, .94);
}

.navlink:hover {
  color: #00a592;
  background-color: rgba(255, 255, 255, .67);
  border-bottom: 3px red;
}

.navlink.w--current {
  color: #5e3d08;
  border-bottom: 3px solid #00a592;
}

.navlink.hideme {
  display: none;
}

.top-menu-links {
  color: #959595;
  font-family: Lato, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

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

.top-menu-links.phone {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #00a592;
  border-radius: 50px;
  margin-top: 5px;
  padding: 15px 20px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.top-menu-links.phone:hover {
  color: #fff;
  text-decoration: none;
}

.top-menu-links.phone.menu-cta {
  text-transform: uppercase;
}

.top-menu-links.phone.menu-button {
  width: 280px;
  max-width: none;
  margin-top: 25px;
  display: block;
}

.navbar {
  z-index: 100;
  width: 100%;
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .89), rgba(255, 255, 255, .89));
  background-position: 0 0;
  background-size: auto;
}

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

.signature {
  filter: hue-rotate(19deg);
  margin-top: 15px;
}

.smaller {
  font-size: 50px;
}

.menu-price-text {
  margin-left: -10px;
  margin-right: 0;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.hidden-box {
  width: 100%;
  text-align: left;
  padding: 33px 33px 30px;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.show-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  font-family: Roboto Mono, sans-serif;
  font-size: 12.5px;
}

.show-box-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hidden-box-2, .hidden-box-3 {
  text-align: left;
  padding: 33px 33px 30px;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.show-box-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.question-item {
  margin-bottom: 30px;
}

.fixed-navbar {
  background-color: #fff;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.checkmark {
  margin-bottom: 20px;
}

.plus-button {
  width: 35px;
  height: 31px;
  background-color: orange;
  background-image: url('../images/Plus_1Plus.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  transition: background-color .2s;
  position: absolute;
  bottom: 0;
  right: 0;
}

.plus-button:hover {
  background-color: red;
}

.stars {
  margin-bottom: 10px;
}

.star {
  margin-right: 5px;
}

.button {
  min-width: 200px;
  color: #20272f;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fc0;
  border-radius: 3px;
  padding: 16px 22px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.button:hover {
  opacity: .9;
}

.button.top-border {
  color: #fff;
  background-color: #ea2728;
  margin-top: 25px;
  font-size: 19px;
}

.button.top-border.homebutton {
  min-width: 0;
  background-color: #00a592;
  border-radius: 50px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 46px;
  padding-right: 46px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button.dark {
  color: #fc0;
  background-color: #20272f;
}

.food-type-title {
  color: #20272f;
  text-transform: capitalize;
  margin-top: -30px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 20px;
}

.menu-price-text-2 {
  width: 40px;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: -50px;
  margin-left: 160px;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
  display: block;
}

.menu-price-text-1 {
  margin-left: -32px;
  margin-right: 0;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.menu-price-text-copy {
  margin-left: -20px;
  margin-right: 0;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.menu-price-text-1-copy {
  margin-left: -8px;
  margin-right: 0;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.menu-price-text-3 {
  margin-left: -10px;
  margin-right: 0;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.menu-price-text-4 {
  margin-left: -16px;
  margin-right: 0;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.food-type-title-1 {
  color: #20272f;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 20px;
}

.food-title-fix {
  direction: ltr;
  color: #20272f;
  text-align: left;
  text-transform: capitalize;
  margin-top: 20px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  position: static;
}

.columns {
  text-align: left;
  margin-top: 38px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.columns.center {
  text-align: center;
}

.food-title-heading {
  direction: ltr;
  color: #20272f;
  text-align: left;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  position: static;
}

.menu-price-text-5 {
  margin-left: -75px;
  margin-right: 0;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.menu-price-text-5.fix {
  margin-top: 0;
  margin-left: 254px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.menu-price-text-5.fixed {
  margin-left: 0;
}

.menu-price-text-6 {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.menu-price-text-6.fix {
  margin-top: -30px;
  margin-left: 90px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.menu-price-text-6.fixed {
  margin-left: 50px;
  padding-top: 30px;
}

.heading, .heading-2 {
  text-transform: capitalize;
}

.image-2 {
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 7px;
}

.image-2._2ndlogo {
  margin-top: -53px;
}

.menu-price-text-fix {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.menu-price-text-7 {
  margin-left: -20px;
  margin-right: 0;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.heading-3 {
  text-transform: capitalize;
}

.takeout {
  width: 80%;
  text-align: center;
}

.takeout1 {
  float: none;
  direction: ltr;
  color: #20272f;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  position: static;
}

.takeout2 {
  float: none;
  direction: ltr;
  color: #20272f;
  text-align: center;
  text-transform: capitalize;
  margin-top: 40px;
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  position: static;
}

.food-title-heading-copy {
  direction: ltr;
  color: #20272f;
  text-align: center;
  text-transform: capitalize;
  margin-left: 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  display: block;
  position: static;
}

.food {
  font-size: 14px;
}

.title1 {
  direction: ltr;
  color: #20272f;
  text-align: center;
  text-transform: capitalize;
  margin-top: 30px;
  margin-left: 171px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  position: static;
}

.menu-price-text-8 {
  margin-left: -73px;
  margin-right: 0;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.menu-price-text-8.fix {
  margin-top: -30px;
  margin-left: 259px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.menu-price-text-5-copy {
  margin-left: -75px;
  margin-right: 0;
  padding-top: 30px;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.menu-price-text-5-copy.fix {
  margin-top: 0;
  margin-left: 254px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.menu-price-text-5-copy-2 {
  margin-left: -41px;
  margin-right: 0;
  padding-top: 60px;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.menu-price-text-5-copy-2.fix {
  margin-top: 0;
  margin-left: 254px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.menu-price-text-9 {
  margin: -30px 0 15px 256px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.menu-price-text-9.fix {
  margin-top: 0;
  margin-left: 254px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.menu-price-text-10 {
  margin: -50px 0 15px 256px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.menu-price-text-10.fix {
  margin-top: 0;
  margin-left: 254px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.menu-price-text-11 {
  margin-top: -20px;
  margin-left: -75px;
  margin-right: 0;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.menu-price-text-11.fix {
  margin-top: 0;
  margin-left: 254px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.menu-price-text-12 {
  margin-top: 0;
  margin-left: 180px;
  margin-right: 0;
  padding-top: 20px;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.menu-price-text-12.fix {
  margin-top: 0;
  margin-left: 254px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.menu-price-text-12-copy {
  margin-top: -30px;
  margin-left: -50px;
  margin-right: 0;
  padding-top: 25px;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.menu-price-text-12-copy.fix {
  margin-top: 0;
  margin-left: 254px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.size {
  color: #2e2e2e;
  text-align: left;
  text-transform: capitalize;
  flex: 0 auto;
  font-style: italic;
  font-weight: 600;
}

.size.left {
  color: red;
  text-align: left;
  flex: 0 auto;
  margin-top: -10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.size.left.fix {
  margin-top: 10px;
  margin-left: -45px;
  padding-bottom: 0;
}

.menu-price-text-13 {
  margin-top: -35px;
  margin-left: 5px;
  margin-right: 0;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.menu-price-text-13.fix {
  margin-top: 0;
  margin-left: 254px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.menu-price-text-13-copy {
  margin-top: -35px;
  margin-left: 350px;
  margin-right: 0;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.menu-price-text-13-copy.fix {
  margin-top: 0;
  margin-left: 254px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.menu-price-text-14 {
  margin-top: -35px;
  margin-left: 275px;
  margin-right: 0;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.menu-price-text-14.fix {
  margin-top: 0;
  margin-left: 254px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.menu-price-text-14.fixed {
  margin-left: 300px;
}

.menu-price-text-14-copy {
  margin-top: -35px;
  margin-left: 35px;
  margin-right: 0;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.menu-price-text-14-copy.fix {
  margin-top: 0;
  margin-left: 254px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.menu-price-text-15 {
  margin-top: -35px;
  margin-left: 330px;
  margin-right: 0;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.menu-price-text-15.fix {
  margin-top: 0;
  margin-left: 254px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.menu-price-text-15-copy {
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 0;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.menu-price-text-15-copy.fix {
  margin-top: 0;
  margin-left: 254px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.column-2 {
  margin-top: 0;
}

.menu-price-text-16 {
  margin-left: 205px;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.menu-price-text-17 {
  margin-left: 205px;
  margin-right: 0;
  padding-top: 5px;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.menu-price-text-18 {
  margin-left: 15px;
  margin-right: 0;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.menu-price-text-18.fix {
  margin-top: 0;
  margin-left: 254px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.menu-price-text-18.fixed {
  margin-left: 0;
}

.takeout-2 {
  float: none;
  direction: ltr;
  color: #20272f;
  text-align: center;
  text-transform: capitalize;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  position: static;
}

.link-2 {
  color: #000;
  text-transform: none;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

._50-percent-column-copy {
  width: 50%;
  padding-right: 10px;
  position: relative;
}

._50-percent-column-copy.text {
  min-height: 465px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

._50-percent-column-copy.image-1 {
  background-image: url('../images/Restaurant-catering-services-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._50-percent-column-copy.inner-padding {
  border-bottom-style: none;
  align-items: center;
  padding: 40px 45px 30px;
  display: flex;
}

._50-percent-column-copy.contact-form {
  background-color: #f8f8f8;
  padding: 35px;
}

._50-percent-column-copy.last {
  border-bottom-style: none;
}

._50-percent-column-copy.menu {
  border-bottom: 1px solid #e7e7e7;
  flex: 1;
  padding-top: 35px;
  padding-bottom: 20px;
  padding-right: 0;
  display: none;
}

._50-percent-column-copy.menu.last {
  border-bottom-style: none;
}

._50-percent-column-copy.menu-right {
  border-bottom: 1px solid #e7e7e7;
  padding-top: 35px;
  padding-bottom: 20px;
  padding-left: 20px;
}

._50-percent-column-copy.menu-right.last {
  border-bottom-style: none;
}

._50-percent-column-copy.menu-right.fix {
  flex: 1;
  margin-left: -20px;
}

.size-fix {
  color: #1bd743;
  text-transform: capitalize;
  margin-left: -416px;
  padding-top: 30px;
  padding-left: 61px;
  font-style: italic;
  font-weight: 600;
}

.size-fix.left {
  text-align: left;
  flex: 0 auto;
  margin-top: -10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.size-fix.left.fix {
  margin-top: 10px;
  margin-left: -45px;
  padding-bottom: 0;
}

.menu-price-text-19 {
  margin-top: -35px;
  margin-left: 180px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 8px;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.menu-price-text-19.fix {
  margin-top: 0;
  margin-left: 254px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.menu-price-text-19.fixed {
  margin-left: -25px;
  padding-top: 30px;
}

.column-3 {
  display: none;
}

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

.size-1 {
  color: #2e2e2e;
  text-align: left;
  text-transform: capitalize;
  flex: 0 auto;
  margin-left: -40px;
  padding-top: 20px;
  font-style: italic;
  font-weight: 600;
}

.size-1.left {
  text-align: left;
  flex: 0 auto;
  margin-top: -10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.size-1.left.fix {
  margin-top: 10px;
  margin-left: -45px;
  padding-bottom: 0;
}

.size-1.fix {
  margin-left: -68px;
}

.menu-price-text-14-fix {
  margin: 5px 0 0 39px;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.menu-price-text-14-fix.fix {
  margin-top: 0;
  margin-left: 254px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.menu-price-text-14-fix-2 {
  margin-top: 5px;
  margin-left: -17px;
  margin-right: 0;
  padding-top: 20px;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.menu-price-text-14-fix-2.fix {
  margin-top: 0;
  margin-left: 254px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.menu-price-text-14-fix-2-copy {
  margin-top: 5px;
  margin-left: -25px;
  margin-right: 0;
  padding-top: 20px;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.menu-price-text-14-fix-2-copy.fix {
  margin-top: 0;
  margin-left: 254px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.column-1 {
  display: none;
}

.size-2 {
  color: #1bd743;
  text-align: left;
  text-transform: capitalize;
  flex: 0 auto;
  margin-left: -123px;
  font-style: italic;
  font-weight: 600;
}

.size-2.left {
  text-align: left;
  flex: 0 auto;
  margin-top: -10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.size-2.left.fix {
  margin-top: 10px;
  margin-left: -45px;
  padding-bottom: 0;
}

.menu-price-text-20 {
  margin-left: 305px;
  margin-right: 0;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.text-block {
  text-align: center;
  margin-top: -73px;
  margin-right: -149px;
  padding-right: 0;
}

.heading-5 {
  text-decoration: none;
}

.paragraph {
  color: #2e2e2e;
  text-align: justify;
  text-transform: none;
  margin-top: -3px;
  margin-bottom: 22px;
  padding-top: 9px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.paragraph.salad-add {
  text-align: center;
}

.paragraph.kids {
  font-family: Oswald, sans-serif;
}

.paragraph.kids.family {
  text-align: left;
}

.paragraph.feasts {
  text-align: center;
  margin-top: 0;
  margin-bottom: -30px;
  padding-top: 61px;
}

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

.paragraph.special {
  margin-top: -15px;
  margin-bottom: -15px;
  padding-top: 0;
  font-size: 20px;
}

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

.paragraph.pstyle {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.text-block-3 {
  color: #5e3d08;
  text-align: right;
  padding-top: 30px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.text-block-3.subtext {
  color: #00a592;
  padding-top: 3px;
  font-size: 13px;
  font-weight: 700;
}

.copyright {
  color: #000;
  letter-spacing: 1px;
}

.column-7 {
  clear: right;
  padding-top: 28px;
}

.div-block-17 {
  height: 300px;
  background-color: #241111;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#555, #313131);
  border: 1px #000;
  border-top: 4px #d4d4d4;
  border-bottom: 8px solid #000;
  margin-top: 0;
  padding: 0 18px 20px;
}

.image-12 {
  text-align: center;
  border: 7px #e5e9ea;
  margin-top: 34px;
  margin-bottom: 15px;
  padding-bottom: 0;
  padding-left: 9px;
  padding-right: 9px;
}

.div-block-18 {
  justify-content: center;
  display: flex;
}

.paragraph-5 {
  width: 70%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.paragraph-5.foot1 {
  color: #000;
  letter-spacing: 2px;
  margin-top: 5px;
  margin-bottom: 23px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.column-9 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  display: flex;
}

.div-block-40 {
  opacity: 0;
}

.tabs {
  display: none;
}

.h1-home-2 {
  width: auto;
  color: #333;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 37px;
  font-weight: 600;
  line-height: 61px;
}

.h1-home-2.h2-home {
  width: auto;
  color: #575757;
  text-align: center;
  text-transform: none;
  background-color: rgba(235, 235, 235, .85);
  border-top: 0 #dadada;
  border-bottom: 1px solid rgba(0, 0, 0, .35);
  border-right: 2px #29abe2;
  margin-top: 40px;
  margin-bottom: 25px;
  padding-bottom: 4px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 44px;
}

.h1-home-2.contact {
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 6px;
  font-weight: 300;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-list {
  margin-top: -1px;
}

.dropdown-list.w--open {
  background-color: #fff;
  margin-top: 20px;
}

.link-block {
  padding-bottom: 0;
  text-decoration: none;
}

.bold-text {
  color: #00a592;
  font-size: 26px;
  font-weight: 900;
  line-height: 15px;
}

.section {
  background-color: rgba(250, 250, 250, .43);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 87px;
  display: flex;
}

.container {
  height: 100%;
}

.div-block-41 {
  max-width: 1080px;
}

.div-block-41.black-title {
  max-width: 95%;
  color: #000;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  font-size: 14px;
  display: block;
}

.section-2 {
  z-index: 49;
  background-color: #f5f5f5;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.heading-6 {
  color: #424242;
  text-align: left;
  text-transform: uppercase;
}

.heading-6.fam-special {
  text-align: left;
  font-size: 35px;
}

.heading-6.feast2 {
  text-align: left;
  font-size: 28px;
}

.heading-6.contact {
  text-align: center;
  margin-top: 8px;
}

.heading-6.contact.cater {
  color: #ea2728;
  line-height: 47px;
}

.heading-6.add {
  font-size: 20px;
}

.menu-items-here {
  border-top: 1px solid silver;
  margin-top: 22px;
  padding-top: 10px;
  padding-bottom: 31px;
}

.div-block-42 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-div {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 15px;
  padding: 7px 11px 7px 0;
  display: flex;
}

.menu-div.spicy {
  background-image: url('../images/Asset-13.svg');
  background-position: 7px 13px;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-top: 33px;
}

.menu-div.fix {
  text-align: left;
  align-items: center;
  display: block;
}

.menu-div.feast {
  text-align: center;
  display: block;
}

.bold-text-2 {
  color: #ea2728;
  font-weight: 500;
}

.bold-text-2.green-vg {
  color: #298f30;
}

.blank-span {
  opacity: 1;
  text-transform: none;
  padding-right: 0;
}

.container-2 {
  padding-top: 67px;
  padding-bottom: 159px;
  position: static;
}

.container-2.fix {
  padding-bottom: 0;
}

.text-span {
  text-transform: capitalize;
}

.shawarma-plates {
  color: #ea2728;
  text-transform: none;
  font-style: italic;
  font-weight: 700;
}

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

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

.salads {
  text-align: left;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.make-spicy {
  color: #ea2728;
  font-weight: 700;
  line-height: 37px;
}

.text-span-2 {
  font-weight: 400;
}

.text-span-3 {
  text-transform: uppercase;
}

.bold-text-3 {
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.text-span-4 {
  color: #ea2728;
}

.text-span-5 {
  color: #ea2728;
  text-transform: none;
  font-size: 20px;
}

.text-span-6 {
  color: #ea2728;
  font-weight: 400;
}

.menu-link {
  color: #575757;
  font-size: 15px;
  text-decoration: none;
}

.menu-link.w--current {
  color: #ea2728;
}

.mobilelogo {
  display: none;
}

.no {
  letter-spacing: 1px;
  font-size: 21px;
  font-weight: 500;
}

.sub-link {
  color: #583838;
  font-family: Oswald, sans-serif;
}

.sub-link:hover {
  color: #00a592;
}

.sub-link.w--current {
  color: #32b77a;
}

.dropdown-list-2 {
  background-color: #e7dada;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  padding-bottom: 4px;
  padding-right: 19px;
}

.menu-items-catering {
  border-top: 1px solid silver;
  margin-top: 22px;
  padding-top: 10px;
  padding-bottom: 31px;
}

.contact-split-info-2 {
  max-width: 100%;
  background-color: #fff;
  border-radius: 17px;
  flex: 1;
  margin-bottom: 0;
  margin-left: 0;
  padding: 28px;
  box-shadow: 0 13px 5px rgba(0, 0, 0, .2);
}

.form-error {
  color: #f34568;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 24px;
}

.button-4 {
  width: auto;
  height: 50px;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, .19);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 2px 35px 4px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  transition: background-color .2s, all .2s;
  display: flex;
  box-shadow: 0 0 42px -12px #000;
}

.button-4:hover {
  background-color: #30aaea;
}

.form-label {
  opacity: .58;
  color: #000;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
}

.input-2 {
  height: 48px;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000 #000 #ccd0d9;
  border-top-style: none;
  border-top-width: 1px;
  border-left-style: none;
  border-left-width: 1px;
  border-right-style: none;
  border-right-width: 1px;
  border-radius: 0;
  margin-bottom: 32px;
  padding-top: 7px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 24px;
  transition: border-color .3s;
}

.input-2:hover {
  border-bottom-color: #9096a4;
}

.input-2:focus {
  border-bottom-color: #ffa535;
}

.input-2.text-area {
  height: auto;
  min-height: 112px;
}

.form-success {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

.form-success.contact-split-form-success {
  text-align: left;
}

.contact-split-form {
  padding-top: 0;
}

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

.text-block-5.submission1 {
  color: #fff;
  background-color: #06ad17;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Lato, sans-serif;
}

.text-span-7 {
  color: #555;
  text-transform: capitalize;
  font-weight: 500;
}

.span1 {
  text-transform: none;
  font-weight: 400;
  line-height: 70px;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23 {
  font-weight: 500;
}

.section-3 {
  height: auto;
  background-color: #e7e7e7;
  padding-top: 84px;
  padding-bottom: 136px;
}

.lynx-image {
  min-height: 500px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-image-absolute {
  z-index: 50;
  max-width: 56%;
  object-fit: cover;
  border-radius: 30px;
  position: absolute;
  top: auto;
  bottom: -6%;
  left: -12%;
  right: auto;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-block-image {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lynx-button {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #1f2022;
  border-radius: 50px;
  margin-top: 20px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button:hover {
  background-color: #00a592;
}

.lynx-paragraph {
  max-width: 820px;
  color: #797c83;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-heading {
  max-width: 740px;
  color: #1f2022;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle {
  color: #1f2022;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-left {
  padding-right: 15%;
}

.lynx-grid-image-right {
  width: 100%;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
}

.lynx-content {
  width: 100%;
  max-width: 1080px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-text-check {
  color: #797c83;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.lynx-icon-check {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.lynx-check {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.lynx-heading-2 {
  max-width: 740px;
  color: #1f2022;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle-2 {
  color: #1f2022;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-right {
  padding-left: 10%;
}

.lynx-image-2 {
  min-height: 500px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-paragraph-features {
  max-width: 294px;
  color: #797c83;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-icon-heading {
  color: #1f2022;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-icon {
  width: 28px;
  height: 28px;
  margin-right: 15px;
}

.lynx-block-icon-heading {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.lynx-block-absolute {
  z-index: 50;
  background-color: #fff;
  border-radius: 30px;
  padding: 30px 35px;
  position: absolute;
  top: auto;
  bottom: -4%;
  left: -4%;
  right: auto;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-block-image-2 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lynx-grid-image-left {
  width: 100%;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
}

.lynx-content-2 {
  width: 100%;
  max-width: 1080px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block {
  width: 100%;
  justify-content: space-between;
  padding-top: 21px;
  display: flex;
}

.image-4 {
  width: 30%;
}

.image-4.spc {
  border-radius: 14px;
  margin-left: 0;
  margin-right: 0;
}

.image-5 {
  width: 30%;
}

.image-5.spc {
  border-radius: 14px;
  margin-left: 0;
  margin-right: 0;
}

.lynx-text-productivity {
  color: #797c83;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.lynx-number-support {
  color: #32b77a;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: PT Serif, serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
}

.lynx-block-productivity-border {
  text-align: center;
  border-right: 1px #dfdad2;
  padding: 10px 40px;
}

.lynx-number-customers {
  color: #8979ec;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: PT Serif, serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
}

.lynx-block-productivity {
  text-align: center;
  border-right: 1px solid #dfdad2;
  padding: 10px 40px;
}

.lynx-number-satisfaction {
  color: #fd4b8b;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: PT Serif, serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
}

.lynx-grid-productivity {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
}

.lynx-paragraph-2 {
  max-width: 820px;
  color: #797c83;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-heading-3 {
  width: 100%;
  max-width: none;
  color: #1f2022;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle-3 {
  color: #1f2022;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-content-3 {
  width: 100%;
  max-width: 1080px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section-4 {
  background-color: #e7e7e7;
}

.div-block-43 {
  width: 100%;
  height: 410px;
  background-image: linear-gradient(#e7e7e7, rgba(248, 247, 247, 0) 52%), url('../images/janitorial_services_concept_with_db96f3f7-c624-406b-9d70-1b4e28316aa1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.lynx-button-white {
  color: #1f2022;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.lynx-button-white:hover {
  color: #fff;
  background-color: #1f2022;
}

.lynx-heading-white-small {
  max-width: 740px;
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 114%;
}

.lynx-subtitle-white {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-hero {
  width: 44%;
  background-color: #165e69;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 110px;
  padding: 60px 60px 12px;
  display: flex;
}

.lynx-hero {
  width: 100%;
  min-height: 650px;
  background-image: url('../images/team__8d750f80-e850-42c6-adbe-bd748f113f4c.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-content-hero {
  width: 100%;
  max-width: 1392px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
}

.section-5 {
  height: 460px;
  background-color: #e7e7e7;
  padding: 0 10px 12px;
}

.columns-2 {
  height: 100%;
}

.column-34 {
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/janitori_4ad984a9-bbe1-4c7c-b341-f46a2ba1e6eb.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-right: 10px solid #e7e7e7;
  border-radius: 20px;
}

.column-34.op4 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/carpet_cleaning_service_98a374a2-905f-48dc-bb17-9f9a44fba49f.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.column-35 {
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/janitorial_services_concept_6dfff42f-93b4-4bd2-b1bc-6fe51a727008.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-right: 10px solid #e7e7e7;
  border-radius: 20px;
}

.column-35.op5 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/cleaning_win_b20ffcd9-e2c4-4497-9a72-5e276539a08d.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.column-36 {
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/janitorial_services_concept_912a7e49-72dd-4d17-b1b9-97730fa98897.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
}

.column-36.op6 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/power_washin_f65f8824-edee-47ad-aeff-7d2ff898e08a.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-44 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 36px;
  padding-left: 20px;
  display: flex;
}

.section-6 {
  background-color: #e7e7e7;
}

.lynx-subtitle-4 {
  color: #1f2022;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding-top: 16px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-heading-4 {
  max-width: 740px;
  color: #1f2022;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-paragraph-3 {
  max-width: 820px;
  color: #797c83;
  margin-bottom: 20px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-heading-white-small-2 {
  max-width: 740px;
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 114%;
}

.lynx-subtitle-white-2 {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.div-block-45 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-13 {
  border-radius: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  box-shadow: 0 30px 20px -16px rgba(0, 0, 0, .23);
}

.footb {
  justify-content: center;
  display: flex;
}

html.w-mod-js [data-ix="shrink-on-load"] {
  opacity: 0;
  display: none;
  transform: scale(.9);
}

html.w-mod-js [data-ix="show-on-load"] {
  opacity: 0;
}

html.w-mod-js [data-ix="move-down-on-load"] {
  transform: translate(0, 100%);
}

html.w-mod-js [data-ix="move-to-origin-on-scroll"] {
  transform: translate(0, 50px);
}

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

@media screen and (max-width: 991px) {
  .content-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .hero-subtitle.dark-title {
    color: rgba(0, 0, 0, .5);
  }

  .header-box {
    width: 100%;
    margin-left: 32px;
    margin-right: 32px;
  }

  .column-image {
    flex: 1;
  }

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

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

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

  .navlink {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  }

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

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

  .image-2 {
    margin-top: 6px;
    margin-bottom: 12px;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .div-block-17 {
    background-color: #fff;
    background-image: none;
    border-style: none;
    border-width: 60px 1px 1px;
    border-bottom-color: #000;
    border-left-color: #000;
    border-right-color: #000;
    margin-top: 0;
  }

  .image-12 {
    margin-top: -3px;
    margin-bottom: 5px;
  }

  .column-8 {
    opacity: 0;
  }

  .column-9 {
    padding-top: 60px;
  }

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

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

  .div-block-41.black-title {
    text-align: center;
    padding-left: 70px;
    padding-right: 70px;
  }

  .contact-split-info-2 {
    max-width: 100%;
    flex: 1;
    padding: 15px 0% 100px;
  }

  .form-label {
    font-family: Open Sans, sans-serif;
  }

  .contact-split-form {
    width: 100%;
  }

  .lynx-heading {
    font-size: 38px;
  }

  .lynx-grid-image-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-heading-2 {
    font-size: 38px;
  }

  .lynx-icon-heading {
    font-size: 19px;
  }

  .lynx-grid-image-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-number-support, .lynx-number-customers {
    font-size: 55px;
  }

  .lynx-block-productivity {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lynx-number-satisfaction {
    font-size: 55px;
  }

  .lynx-heading-3, .lynx-heading-white-small {
    font-size: 38px;
  }

  .lynx-block-hero {
    width: 56%;
    padding: 45px;
  }

  .lynx-hero {
    min-height: 590px;
  }

  .lynx-heading-4, .lynx-heading-white-small-2 {
    font-size: 38px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .content-wrapper {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper.menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero {
    font-size: 54px;
  }

  .hero-subtitle.dark-title {
    opacity: 1;
  }

  .hero-subtitle.dark-title.menu-item.add, .hero-subtitle.dark-title.menu-item.add-2 {
    text-align: left;
  }

  .header-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .flex-wrapper {
    flex: 1;
    display: block;
  }

  .intro {
    width: 48.5%;
    margin-bottom: 20px;
  }

  ._50-percent-column, ._50-percent-column.text {
    width: 100%;
  }

  ._50-percent-column.image-1 {
    width: 100%;
    height: 465px;
  }

  ._50-percent-column.inner-padding {
    width: 100%;
    height: auto;
    padding-top: 0;
  }

  ._50-percent-column.image-gallery {
    width: 100%;
    height: 465px;
  }

  ._50-percent-column.menu.last {
    border-bottom-style: solid;
  }

  ._50-percent-column.menu-right {
    padding-left: 0;
  }

  .column-image {
    height: 600px;
    flex: 0 auto;
    margin-bottom: 60px;
  }

  .service-box {
    width: 48.5%;
    margin-bottom: 20px;
  }

  .map {
    height: 600px;
  }

  ._33-percent-column.no-right-border {
    width: 100%;
  }

  ._33-percent-column.contact-details {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    border-right-style: none;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._33-percent-column.footer {
    width: 50%;
  }

  ._33-percent-column.footer-logo {
    width: 100%;
    align-items: center;
    margin-bottom: 50px;
  }

  ._33-percent-column.column-start {
    width: 50%;
  }

  ._33-percent-column.top-center {
    width: 69%;
    display: block;
  }

  ._33-percent-column.top-center.w--current {
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .menu-background {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link {
    width: 100%;
    height: 52px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tab-link.w--current {
    width: 100%;
  }

  .menu-button {
    flex: 0 auto;
    margin-top: 13px;
  }

  .image-2 {
    margin-bottom: 12px;
    padding-top: 3px;
    padding-bottom: 0;
    display: none;
  }

  ._50-percent-column-copy, ._50-percent-column-copy.text {
    width: 100%;
  }

  ._50-percent-column-copy.image-1 {
    width: 100%;
    height: 465px;
  }

  ._50-percent-column-copy.inner-padding {
    width: 100%;
    height: auto;
    padding-top: 0;
  }

  ._50-percent-column-copy.image-gallery {
    width: 100%;
    height: 465px;
  }

  ._50-percent-column-copy.menu.last {
    border-bottom-style: solid;
  }

  ._50-percent-column-copy.menu-right {
    padding-left: 0;
  }

  .text-block {
    display: none;
  }

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

  .div-block-17 {
    height: auto;
    background-image: none;
    padding-top: 20px;
    padding-bottom: 13px;
  }

  .image-12 {
    margin-top: -3px;
    padding-bottom: 12px;
  }

  .paragraph-5.foot1 {
    width: 100%;
  }

  .column-9 {
    padding-top: 0;
  }

  .h1-home-2 {
    width: auto;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 5px;
    line-height: 40px;
  }

  .h1-home-2.h2-home {
    background-color: rgba(240, 240, 240, .14);
    padding-top: 7px;
    padding-bottom: 10px;
  }

  .section {
    padding-top: 0;
  }

  .div-block-41.black-title {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-2 {
    padding-left: 25px;
  }

  .mobilelogo {
    padding-top: 10px;
    display: block;
  }

  .contact-split-info-2 {
    text-align: center;
    margin-left: 0;
    padding: 54px 0% 80px;
  }

  .contact-split-form {
    padding-top: 0;
  }

  .lynx-image-absolute {
    left: -2%;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-block-left {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-grid-image-right {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-heading-2 {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-block-right {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-block-absolute {
    bottom: -2%;
    left: -2%;
  }

  .lynx-grid-image-left {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-block-productivity {
    border-right-style: none;
  }

  .lynx-grid-productivity {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .lynx-heading-3 {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-heading-white-small {
    font-size: 34px;
  }

  .lynx-block-hero {
    width: 100%;
  }

  .lynx-heading-4 {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-heading-white-small-2 {
    font-size: 34px;
  }
}

@media screen and (max-width: 479px) {
  .content-section {
    padding-top: 31px;
    padding-bottom: 30px;
  }

  .content-section.gray {
    padding-bottom: 30px;
  }

  .content-section.menu {
    margin-bottom: 83px;
    padding-top: 0;
  }

  .content-section.c-form {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section {
    background-image: linear-gradient(rgba(0, 0, 0, .63), rgba(0, 0, 0, .63)), url('../images/team__f38095f8-090a-4fe9-a303-6d677af15e75.jpg');
    background-size: auto, cover;
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .hero-section.internal-hero {
    background-image: linear-gradient(rgba(0, 0, 0, .72), rgba(0, 0, 0, .72)), url('../images/janitorial_s_30f7f104-878c-469a-b981-af7d081ea137.jpg');
    background-position: 0 0, 50% 60%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
  }

  .content-wrapper {
    max-height: none;
    opacity: 1;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 23px;
  }

  .content-wrapper.narrow {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper.menu {
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.ondemand {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .title {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

  .hero {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 37px;
    line-height: 1.3em;
  }

  .hero.special {
    padding-left: 10px;
  }

  .hero-subtitle {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 36px;
  }

  .hero-subtitle.dark-title.menu-item.dessert {
    padding-top: 0;
  }

  .hero-subtitle.dark-title.menu-item.contact-form.red {
    color: #3a3a3a;
    padding-left: 13px;
    padding-right: 13px;
  }

  .hero-subtitle.dark-title.hiddenmobile {
    display: none;
  }

  .hero-subtitle.special {
    padding-left: 10px;
  }

  .underline.no-bottom-border {
    min-width: 180px;
  }

  .header-box {
    padding-left: 8px;
    padding-right: 8px;
  }

  .flex-wrapper {
    justify-content: center;
    align-self: flex-start;
    margin-top: 2%;
  }

  .flex-wrapper.space-between {
    justify-content: flex-start;
    margin-bottom: -121px;
  }

  .flex-wrapper.space-around {
    padding-left: 12px;
    padding-right: 12px;
  }

  .intro {
    width: 100%;
    margin-bottom: 1px;
  }

  .intro-text {
    background-color: #8f1103;
  }

  .text-link {
    color: rgba(255, 255, 255, .75);
    font-family: Lato, sans-serif;
    font-size: 12px;
  }

  ._50-percent-column.text {
    min-height: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  ._50-percent-column.image-1 {
    margin-top: 21px;
    margin-bottom: 20px;
    padding-right: 0;
  }

  ._50-percent-column.inner-padding {
    padding-left: 0;
    padding-right: 0;
  }

  ._50-percent-column.menu {
    padding-left: 12px;
    padding-right: 12px;
  }

  ._50-percent-column.menu-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._50-percent-column.menu-right.fix {
    flex: none;
    margin-left: 10px;
    padding-right: 35px;
  }

  .column-image {
    height: 360px;
    background-position: 50%;
  }

  .image-subtitle {
    min-width: 0;
    padding-left: 45px;
    padding-right: 45px;
  }

  .service-box {
    width: 100%;
    margin-bottom: 1px;
  }

  .service-box._3 {
    min-height: 380px;
    margin-bottom: 12px;
  }

  ._33-percent-column.footer {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  ._33-percent-column.footer-logo {
    align-items: flex-start;
    padding-left: 22px;
  }

  ._33-percent-column.column-start {
    width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }

  ._33-percent-column.top-center.w--current {
    align-items: flex-start;
    margin-bottom: -45px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer {
    background-color: #201104;
    padding-top: 22px;
  }

  .mini-title {
    color: rgba(255, 216, 146, .71);
  }

  .menu-transparent-bg {
    padding: 0;
  }

  .menu-background {
    padding-left: 0;
    padding-right: 0;
  }

  .title-and-price {
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
  }

  .title-and-price.hideme-title {
    display: none;
  }

  .menu-title {
    width: 100%;
    text-align: left;
    flex: none;
  }

  .menu-price {
    width: auto;
  }

  .small, .small.horizontal {
    padding-right: 0;
  }

  .nav-menu {
    background-color: #225570;
    background-image: none;
    border-top-color: rgba(255, 255, 255, .23);
    padding-top: 0;
    padding-bottom: 7px;
  }

  .navlink {
    width: 100%;
    color: #fff;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .navlink:hover {
    background-color: #fff;
    border-bottom-style: none;
  }

  .navlink.w--current {
    color: #ea2728;
    text-align: left;
    background-color: #fff;
  }

  .navlink.hideme {
    display: none;
  }

  .navlink.current {
    color: #225570;
  }

  .navbar {
    background-image: none;
    background-position: 0 0;
  }

  .menu-button {
    margin-top: 3px;
    top: 9px;
  }

  .menu-price-text {
    text-align: right;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fixed-navbar {
    opacity: 1;
  }

  .button {
    min-width: 180px;
  }

  .button.top-border.homebutton {
    min-width: 90%;
  }

  .menu-price-text-5.fix {
    margin-left: 160px;
  }

  .menu-price-text-6.fixed {
    clear: right;
    margin-left: 104px;
  }

  .image-2 {
    height: 78.2813px;
    margin-top: 10px;
    padding-bottom: 16px;
    display: none;
  }

  .image-2._2ndlogo {
    margin-top: 12px;
    margin-left: 15px;
    padding-bottom: 4px;
  }

  .menu-price-text-7 {
    margin-left: 0;
  }

  .food-title-heading-copy, .title1 {
    text-align: left;
    margin-left: 0;
  }

  .menu-price-text-12 {
    margin-right: 36px;
  }

  .menu-price-text-12-copy {
    margin-left: -58px;
    margin-right: 3px;
  }

  .link-2 {
    color: #1b1b1b;
    font-weight: 700;
  }

  ._50-percent-column-copy.inner-padding, .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4 {
    padding-left: 44px;
    padding-right: 44px;
  }

  .column-6 {
    margin-bottom: 44px;
  }

  .heading-5 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    text-align: left;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    line-height: 30px;
  }

  .paragraph.salad-add {
    text-align: left;
    border-top: 1px solid #cfcfcf;
    padding-left: 1px;
    padding-right: 1px;
  }

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

  .paragraph.feasts {
    text-align: left;
    border-top: 1px solid #cfcfcf;
    padding-left: 1px;
    padding-right: 1px;
  }

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

  .paragraph.pstyle {
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-2, .paragraph-3, .paragraph-4 {
    text-align: left;
  }

  .div-block-17 {
    height: auto;
    background-image: none;
    padding: 0 14px;
  }

  .image-12 {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .paragraph-5.foot1 {
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
    line-height: 21px;
  }

  .column-9 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-home-2 {
    text-align: center;
    padding-top: 17px;
    padding-bottom: 10px;
    font-size: 26px;
    font-weight: 500;
    line-height: 38px;
  }

  .h1-home-2.h2-home {
    color: #000;
    text-transform: capitalize;
    border-top-style: none;
    border-right-style: none;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 24px 24px 14px;
    line-height: 30px;
  }

  .h1-home-2.contact, .dropdown-list.w--open {
    text-align: center;
  }

  .text-block-4 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-right: -17px;
    display: flex;
  }

  .section {
    justify-content: flex-start;
    margin-bottom: 0;
    padding: 0 0 80px;
  }

  .section.homesect {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .div-block-41.black-title {
    max-width: 100%;
    text-align: center;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .section-2 {
    height: auto;
    background-color: rgba(248, 248, 248, .86);
    border-top: 3px solid #ea2728;
    border-radius: 3px;
    padding-top: 11px;
    padding-bottom: 0;
    display: flex;
  }

  .section-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-6 {
    text-align: left;
    margin-bottom: 12px;
    font-size: 24px;
  }

  .heading-6.fam-special {
    font-size: 26px;
  }

  .heading-6.feast2 {
    text-align: left;
    font-size: 24px;
  }

  .heading-6.contact {
    font-size: 21px;
  }

  .menu-div {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-div.spicy {
    padding-top: 30px;
  }

  .bold-text-2.fix {
    text-align: left;
    display: block;
  }

  .container-2 {
    padding: 25px 16px 0;
  }

  .column-10 {
    padding-right: 0;
  }

  .text-span-5 {
    text-transform: uppercase;
  }

  .menu-link {
    font-size: 17px;
  }

  .keb {
    text-align: center;
  }

  .column-12, .column-13, .column-14, .column-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .mobilelogo {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .column-16, .column-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-split-info-2 {
    border-top: 71px rgba(48, 86, 82, .13);
    padding: 20px 20px 30px;
  }

  .button-4 {
    width: 100%;
    height: auto;
    box-shadow: none;
    color: rgba(255, 255, 255, .88);
    border-radius: 52px;
    align-items: center;
    margin-top: 13px;
    margin-bottom: 15px;
    padding: 20px;
    font-size: 14px;
    line-height: .6;
  }

  .input-2.text-area {
    margin-bottom: 50px;
  }

  .contact-split-form {
    text-align: center;
  }

  .text-span-8 {
    text-align: justify;
  }

  .column-18, .column-19, .column-20, .column-21, .column-22, .column-23, .column-24, .column-25, .column-26, .column-27, .column-28, .column-29, .column-30, .column-31, .column-32, .column-33 {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown {
    width: 100%;
  }

  .section-3 {
    padding-bottom: 100px;
  }

  .lynx-button {
    width: 100%;
    text-align: center;
  }

  .lynx-heading {
    font-size: 29px;
  }

  .lynx-grid-image-right {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lynx-heading-2 {
    font-size: 29px;
  }

  .lynx-icon-heading {
    font-size: 18px;
  }

  .lynx-grid-image-left {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-left: 17px;
    padding-right: 17px;
  }

  .image-4.spc {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-5.spc {
    width: 100%;
    margin-bottom: 20px;
  }

  .lynx-number-support, .lynx-number-customers, .lynx-number-satisfaction {
    font-size: 45px;
  }

  .lynx-heading-3 {
    font-size: 29px;
  }

  .lynx-block-center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lynx-content-3 {
    padding-bottom: 20px;
  }

  .div-block-43 {
    height: 200px;
    background-image: linear-gradient(#e7e7e7, rgba(248, 247, 247, 0) 52%), url('../images/janitorial_services_concept_with_db96f3f7-c624-406b-9d70-1b4e28316aa1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lynx-heading-white-small {
    font-size: 29px;
  }

  .lynx-block-hero {
    padding-bottom: 17px;
  }

  .section-5 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .column-34 {
    border-right-style: none;
    margin-bottom: 10px;
  }

  .column-34.op4 {
    border-right-style: none;
  }

  .column-35 {
    border-right-style: none;
    margin-bottom: 10px;
  }

  .column-35.op5 {
    border-right-style: none;
  }

  .column-36 {
    margin-bottom: 10px;
  }

  .div-block-44 {
    padding-left: 0;
  }

  .lynx-heading-4, .lynx-heading-white-small-2 {
    font-size: 29px;
  }

  .image-13 {
    border-radius: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 14px 20px 2px rgba(0, 0, 0, .2);
  }

  .footb {
    text-align: center;
    padding-bottom: 0;
    transform: translate(0, -35px);
  }
}

#w-node-_96699f04-8e8b-db51-069b-071212a1666f-5a151b54, #w-node-_96699f04-8e8b-db51-069b-071212a16678-5a151b54, #w-node-_1a669c4b-a646-ca28-8617-ea335f4101be-5a151b54, #w-node-_1a669c4b-a646-ca28-8617-ea335f4101c7-5a151b54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


