@charset "UTF-8";
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

* {
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 100px 0 0;
  background-image: url("../images/main-bg.jpg");
  display: block;
  color: #4e4e4e;
  font-family: "Montserrat", sans-serif;
  font-size: 15px; }

ul, li, ol, dl, dt, dd, form, p, img, a, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  border: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Merriweather Sans", sans-serif; }

button:focus, video:focus, a:focus {
  outline: none; }

img {
  display: block; }

a, label, span, ul, input, textarea, button {
  -webkit-tap-highlight-color: transparent; }

a {
  text-decoration: none; }

a:focus, a:focus-within {
  outline: none;
  border: none; }

input, select, textarea, button {
  font-family: "Montserrat", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none; }

@font-face {
  font-family: 'cnblink-icon';
  src: url("../icons/cnblink.eot?rwk3w5");
  src: url("../icons/cnblink.eot?rwk3w5#iefix") format("embedded-opentype"), url("../icons/cnblink.ttf?rwk3w5") format("truetype"), url("../icons/cnblink.woff?rwk3w5") format("woff"), url("../icons/cnblink.svg?rwk3w5#cnblink-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

.cnblink-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cnblink-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-balloons:before {
  content: ""; }

.icon-chair:before {
  content: ""; }

.icon-delivery-man:before {
  content: ""; }

.icon-dish:before {
  content: ""; }

.icon-menu:before {
  content: ""; }

.icon-money:before {
  content: ""; }

.icon-namaste:before {
  content: ""; }

form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  form .formBlock--list {
    padding-bottom: 15px;
    width: calc(50% - 10px); }
    @media (max-width: 767.98px) {
      form .formBlock--list {
        width: 100%; } }
    form .formBlock--list span {
      display: block;
      font-size: 11px;
      font-weight: 500;
      padding: 5px 0; }
    form .formBlock--list.fullCol {
      width: 100%; }
    form .formBlock--list h4 {
      font-weight: 500;
      font-size: 14px;
      padding-bottom: 6px; }
    form .formBlock--list input, form .formBlock--list textarea, form .formBlock--list select {
      width: 100%;
      padding: 8px 15px;
      border-radius: 3px;
      border: 1px solid #ccc;
      font-family: inherit;
      font-weight: 500;
      font-size: 15px; }
      form .formBlock--list input:focus, form .formBlock--list textarea:focus, form .formBlock--list select:focus {
        outline: none; }
    form .formBlock--list textarea {
      min-height: 120px;
      resize: none; }
  form .formBlock--buttons {
    display: flex; }
    form .formBlock--buttons input {
      background-color: #4e4e4e;
      color: #ffffff;
      font-size: 15px;
      font-family: "Montserrat", sans-serif;
      border-radius: 3px;
      border: none;
      padding: 8px 15px;
      cursor: pointer;
      transition: background-color .3s;
      font-weight: 500; }
      form .formBlock--buttons input:not(:last-child) {
        margin-right: 15px; }
      @media (min-width: 1200px) {
        form .formBlock--buttons input:hover {
          background-color: #d1b664; } }
      form .formBlock--buttons input[type="reset"] {
        opacity: .5; }
        @media (min-width: 1200px) {
          form .formBlock--buttons input[type="reset"]:hover {
            opacity: 1; } }

#msg {
  background-color: #e74c3c;
  position: fixed;
  bottom: 15px !important;
  left: 50% !important;
  top: auto !important;
  transform: translateX(-50%);
  padding: 10px 20px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  z-index: 2;
  transition: all linear .3s; }
  .header--main {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .header--main .whiteLogo {
      display: none; }
  .header__logo--img {
    height: 60px; }
  .header__nav {
    display: flex; }
    @media (max-width: 991.98px) {
      .header__nav {
        display: none; } }
    .header__nav--item {
      padding-right: 30px; }
      .header__nav--item:last-child {
        padding-right: 0; }
    .header__nav--link {
      font-family: "Merriweather Sans", sans-serif;
      font-size: 15px;
      color: #4e4e4e;
      text-transform: uppercase;
      font-weight: 500;
      position: relative;
      padding-bottom: 5px;
      display: block; }
      .header__nav--link:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #d1b664;
        transition: all linear .2s; }
      .header__nav--link.active {
        color: #d1b664; }
        .header__nav--link.active:before {
          width: 100%; }
      @media (min-width: 1200px) {
        .header__nav--link:hover {
          text-decoration: none;
          color: #d1b664; }
          .header__nav--link:hover:before {
            width: 100%; } }
  .header--mobileNavOpen {
    display: none; }
    @media (max-width: 991.98px) {
      .header--mobileNavOpen {
        display: block;
        font-size: 24px; } }
  .header.headerHome {
    background-color: transparent;
    box-shadow: none;
    padding: 35px 0; }
    .header.headerHome .blackLogo {
      display: none; }
    .header.headerHome .whiteLogo {
      display: block; }
    .header.headerHome .header__nav--link {
      color: #ffffff; }
    .header.headerHome .header--mobileNavOpen {
      color: #ffffff; }
    .header.headerHome.active {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
      .header.headerHome.active .whiteLogo {
        display: none; }
      .header.headerHome.active .blackLogo {
        display: block; }
      .header.headerHome.active .header__nav--link {
        color: #4e4e4e; }
        .header.headerHome.active .header__nav--link.active {
          color: #d1b664; }
      .header.headerHome.active .header--mobileNavOpen {
        color: #4e4e4e; }
  .header.active {
    background-color: #ffffff;
    position: fixed;
    padding: 12px 0; }
    .header.active .header__logo--img {
      height: 48px; }
    .header.active .header__nav--item {
      padding-right: 20px; }
      .header.active .header__nav--item:last-child {
        padding-right: 0; }
    .header.active .header__nav--link {
      font-size: 13px; }

body.overflowHidden {
  overflow: hidden; }

.overlayPopupSidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 11;
  display: none; }
  .overlayPopupSidebar.visible {
    display: block; }
  .overlayPopupSidebar .closeSideBar {
    position: absolute;
    top: 10px;
    right: 310px;
    background-color: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px; }

.sideBar {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  overflow-y: scroll;
  background-color: #ffffff;
  z-index: 12;
  transition: right .3s;
  padding: 25px 20px 20px; }
  .sideBar.visible {
    right: 0; }
  .sideBar--title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 2px;
    margin-bottom: 15px; }
    .sideBar--title span {
      border-bottom: 2px solid #4e4e4e; }
  .sideBar__nav {
    padding-bottom: 30px; }
    .sideBar__nav--item:nth-child(1) .link:before {
      content: "\f015"; }
    .sideBar__nav--item:nth-child(2) .link:before {
      content: "\f2bb"; }
    .sideBar__nav--item:nth-child(3) .link:before {
      content: "\f2e7"; }
    .sideBar__nav--item:nth-child(4) .link:before {
      content: "\f0d1"; }
    .sideBar__nav--item:nth-child(5) .link:before {
      content: "\f109"; }
    .sideBar__nav--item:nth-child(6) .link:before {
      content: "\f2b9"; }
    .sideBar__nav--link {
      color: #4e4e4e;
      font-weight: 600;
      padding: 10px 0 8px 30px;
      display: block;
      border-bottom: 1px solid #ecf0f1;
      text-transform: uppercase;
      position: relative; }
      .sideBar__nav--link:before {
        position: absolute;
        top: 10px;
        left: 5px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        opacity: .2; }
      .sideBar__nav--link.active {
        color: #d1b664; }
        .sideBar__nav--link.active:before {
          opacity: 1; }
  .sideBar__contact {
    font-weight: 500;
    padding-bottom: 30px; }
    .sideBar__contact--list {
      position: relative;
      padding: 3px 0 12px 32px; }
      .sideBar__contact--list span {
        position: absolute;
        top: 2px;
        left: 0;
        width: 22px;
        height: 22px;
        background-color: #4e4e4e;
        border-radius: 3px;
        color: #ffffff;
        font-size: 11px;
        display: flex;
        justify-content: center;
        align-items: center; }
      .sideBar__contact--list a {
        color: #4e4e4e; }
      .sideBar__contact--list:last-child {
        padding-bottom: 0; }
  .sideBar__social {
    display: flex;
    padding-bottom: 20px; }
    .sideBar__social--list {
      padding-right: 6px; }
      .sideBar__social--list:last-child {
        padding-right: 0; }
    .sideBar__social--link {
      background-color: #4e4e4e;
      color: #ffffff;
      border-radius: 3px;
      width: 24px;
      height: 24px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 12px; }

.mapBlock {
  width: 100%;
  max-width: 950px;
  padding: 0 30px;
  margin: 0 auto -120px;
  position: relative; }
  .mapBlock--box {
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    .mapBlock--box iframe {
      display: block; }

.footer {
  color: #ffffff;
  background-color: #4e4e4e;
  background-image: url("../images/footer-shades.png");
  background-position: bottom left;
  padding: 70px 0 90px;
  background-repeat: repeat-x; }
  .footer.withMap {
    padding-top: 180px; }
  .footer--block {
    padding-bottom: 50px; }
  .footer--subTitle {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 6px; }
    @media (max-width: 767.98px) {
      .footer--subTitle {
        font-size: 12px; } }
  .footer--title {
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 25px; }
    @media (max-width: 767.98px) {
      .footer--title {
        font-size: 20px;
        margin-bottom: 15px; } }
    .footer--title:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 80px;
      height: 4px;
      border-radius: 100px;
      background-color: #777777; }
  .footer--text {
    line-height: 24px;
    padding-bottom: 20px; }
    .footer--text a {
      color: #ffffff;
      text-decoration: underline; }
      @media (min-width: 1200px) {
        .footer--text a:hover {
          color: #fce59f; } }
  .footer__contact {
    padding-left: 12px; }
    .footer__contact--list {
      position: relative;
      padding: 3px 0 12px 32px; }
      .footer__contact--list span {
        position: absolute;
        top: 2px;
        left: 0;
        width: 22px;
        height: 22px;
        background-color: #777777;
        border-radius: 3px;
        color: #ffffff;
        font-size: 11px;
        display: flex;
        justify-content: center;
        align-items: center; }
      .footer__contact--list a {
        color: #ffffff; }
      .footer__contact--list:last-child {
        padding-bottom: 0; }
  .footer__social {
    display: flex; }
    .footer__social--list {
      padding-right: 6px; }
    .footer__social--link {
      background-color: #777777;
      color: #ffffff;
      border-radius: 3px;
      width: 24px;
      height: 24px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 12px;
      transition: background-color .3s; }
      @media (min-width: 1200px) {
        .footer__social--link:hover {
          background-color: #d1b664; } }
  .footer--fbBlock {
    background-color: #ffffff;
    padding: 10px;
    max-width: 360px; }

.footer-LastRow {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  padding: 20px 15px;
  line-height: 20px; }
  .footer-LastRow a {
    color: #d1b664; }
    @media (min-width: 1200px) {
      .footer-LastRow a:hover {
        text-decoration: underline; } }

#back-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1; }
  #back-top a {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 20px;
    border-radius: 5px;
    width: 36px;
    height: 36px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .3s; }
    @media (min-width: 1200px) {
      #back-top a:hover {
        background-color: #d1b664; } }

.pageTitle {
  text-align: center;
  color: #ffffff;
  background-image: url("../images/title-bg.jpg");
  background-size: cover;
  background-position: center;
  margin-bottom: 50px; }
  .pageTitle--overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 320px;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.7); }
    @media (max-width: 1199.98px) {
      .pageTitle--overlay {
        height: 260px; } }
    @media (max-width: 991.98px) {
      .pageTitle--overlay {
        height: 200px; } }
    .pageTitle--overlay h1 {
      font-size: 32px;
      font-weight: 400;
      padding-bottom: 10px;
      margin-bottom: 20px;
      position: relative; }
      @media (max-width: 991.98px) {
        .pageTitle--overlay h1 {
          font-size: 24px; } }
      .pageTitle--overlay h1:before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 80px;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.75);
        transform: translateX(-50%); }
  .pageTitle--breadCrumb {
    font-size: 14px;
    font-weight: 500; }
    @media (max-width: 1199.98px) {
      .pageTitle--breadCrumb {
        font-size: 12px; } }
    .pageTitle--breadCrumb a {
      color: #d1b664; }
      @media (min-width: 1200px) {
        .pageTitle--breadCrumb a:hover {
          text-decoration: underline; } }

.rightSide {
  padding-bottom: 25px;
  width: 100%;
  max-width: 380px; }
  .rightSide .greetings__blocks--list {
    padding-bottom: 35px; }
  .rightSide .greetings__blocks--innerBlock {
    padding: 0; }
    @media (min-width: 1200px) {
      .rightSide .greetings__blocks--innerBlock:hover {
        background-color: transparent;
        box-shadow: none;
        transform: none; } }

.homepage {
  margin-top: -100px; }

.homeBanner {
  position: relative; }
  .homeBanner__welcome {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-transform: uppercase;
    font-family: "Merriweather Sans", sans-serif;
    padding: 20px; }
    .homeBanner__welcome--title {
      font-size: 56px;
      color: #fce59f;
      padding-bottom: 10px;
      text-align: center; }
      @media (max-width: 991.98px) {
        .homeBanner__welcome--title {
          font-size: 44px; } }
      @media (max-width: 767.98px) {
        .homeBanner__welcome--title {
          font-size: 28px; } }
      .homeBanner__welcome--title span {
        font-size: 44px;
        color: #ffffff; }
        @media (max-width: 991.98px) {
          .homeBanner__welcome--title span {
            font-size: 32px; } }
        @media (max-width: 767.98px) {
          .homeBanner__welcome--title span {
            font-size: 20px; } }
        @media (max-width: 575.98px) {
          .homeBanner__welcome--title span {
            display: block; } }
    .homeBanner__welcome--subTitle {
      font-size: 20px;
      font-weight: 500;
      padding-bottom: 30px; }
      @media (max-width: 991.98px) {
        .homeBanner__welcome--subTitle {
          font-size: 16px; } }
    .homeBanner__welcome--namaste {
      margin-bottom: 20px;
      font-size: 80px; }
    .homeBanner__welcome--link {
      border-radius: 5px;
      border: 1px solid #ffffff;
      padding: 15px 30px;
      display: block;
      color: #ffffff;
      transition: all linear .3s; }
      @media (max-width: 991.98px) {
        .homeBanner__welcome--link {
          padding: 10px 20px;
          font-size: 13px; } }
      @media (min-width: 1200px) {
        .homeBanner__welcome--link:hover {
          background-color: #d1b664;
          color: #4e4e4e;
          border-color: #d1b664; } }
  .homeBanner .sliderHome .slick-slide > div {
    display: flex; }
  .homeBanner .sliderHome--slides {
    height: 100vh;
    background-position: center;
    background-size: cover; }
    .homeBanner .sliderHome--slides.slide1 {
      background-image: url("../../Uploads/slider/slider-1.jpg"); }
    .homeBanner .sliderHome--slides.slide2 {
      background-image: url("../../Uploads/slider/slider-2.jpg"); }
    .homeBanner .sliderHome--slides.slide3 {
      background-image: url("../../Uploads/slider/slider-3.jpg"); }
    .homeBanner .sliderHome--slides.slide4 {
      background-image: url("../../Uploads/slider/slider-4.jpg"); }
    .homeBanner .sliderHome--slides.slide5 {
      background-image: url("../../Uploads/slider/slider-5.jpg"); }

.greetings {
  text-align: center;
  padding: 80px 0 30px; }
  .greetings__textBlock {
    padding-bottom: 60px; }
    .greetings__textBlock--title {
      font-size: 28px;
      text-transform: uppercase;
      padding-bottom: 10px; }
    .greetings__textBlock--text {
      font-size: 18px;
      line-height: 30px;
      width: 100%;
      max-width: 860px;
      margin: 0 auto; }
  .greetings__blocks--list {
    padding-bottom: 45px; }
    @media (min-width: 1200px) {
      .greetings__blocks--list {
        padding-bottom: 25px; } }
    .greetings__blocks--list:nth-child(1) .cnblink-icon {
      transform: rotateY(-180deg); }
  .greetings__blocks--innerBlock {
    border-radius: 10px;
    display: block;
    color: #4e4e4e;
    height: 100%;
    transition: all .5s; }
    @media (min-width: 1200px) {
      .greetings__blocks--innerBlock {
        padding: 25px 20px; } }
    @media (min-width: 1200px) {
      .greetings__blocks--innerBlock:hover {
        background-color: #ffffff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        transform: translateY(-10px);
        -webkit-backface-visibility: hidden; }
        .greetings__blocks--innerBlock:hover .greetings__blocks__icon .cnblink-icon {
          color: #d1b664; }
        .greetings__blocks--innerBlock:hover .greetings__blocks--title {
          color: #d1b664; } }
  .greetings__blocks--title {
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    padding-bottom: 8px; }
  .greetings__blocks--text {
    line-height: 24px;
    font-weight: 500; }
  .greetings__blocks__icon {
    margin-bottom: 15px; }
    .greetings__blocks__icon .cnblink-icon {
      display: inline-block;
      font-size: 64px;
      color: #4e4e4e; }

.gallery {
  padding-bottom: 40px; }
  .gallery--title {
    font-family: "Merriweather Sans", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    padding-bottom: 20px; }
  @media (max-width: 575.98px) {
    .gallery--Holder {
      padding: 0 8px 14px; } }
  .gallery--list {
    flex: 0 0 33.3333%;
    padding: 0 15px 30px;
    height: 400px; }
    @media (max-width: 991.98px) {
      .gallery--list {
        height: 300px;
        flex: 0 0 50%; } }
    @media (max-width: 767.98px) {
      .gallery--list {
        height: 200px; } }
    @media (max-width: 575.98px) {
      .gallery--list {
        padding: 0 8px 16px;
        height: 150px; } }
    .gallery--list:nth-child(2n+2) {
      height: 200px; }
      @media (max-width: 991.98px) {
        .gallery--list:nth-child(2n+2) {
          height: 300px; } }
      @media (max-width: 767.98px) {
        .gallery--list:nth-child(2n+2) {
          height: 200px; } }
      @media (max-width: 575.98px) {
        .gallery--list:nth-child(2n+2) {
          height: 150px; } }
    .gallery--list:nth-child(6n+5) {
      margin-top: -200px; }
      @media (max-width: 991.98px) {
        .gallery--list:nth-child(6n+5) {
          margin-top: 0; } }
  .gallery--overflowhidden {
    height: 100%;
    overflow: hidden;
    border-radius: 10px; }
  .gallery--link {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform .5s; }
    .gallery--link.gallery1 {
      background-image: url("../../Uploads/gallery/gallery1.jpg"); }
    .gallery--link.gallery2 {
      background-image: url("../../Uploads/gallery/gallery2.jpg"); }
    .gallery--link.gallery3 {
      background-image: url("../../Uploads/gallery/gallery3.jpg"); }
    .gallery--link.gallery4 {
      background-image: url("../../Uploads/gallery/gallery4.jpg"); }
    .gallery--link.gallery5 {
      background-image: url("../../Uploads/gallery/gallery5.jpg"); }
    .gallery--link.gallery6 {
      background-image: url("../../Uploads/gallery/gallery6.jpg"); }
    @media (min-width: 1200px) {
      .gallery--link:hover {
        transform: scale(1.15); } }

.infoHome .container .row {
  padding-bottom: 65px; }
  .infoHome .container .row:nth-child(2n+2) .infoHome__imgBlock {
    order: 1;
    justify-content: flex-end;
    display: flex; }
    @media (max-width: 767.98px) {
      .infoHome .container .row:nth-child(2n+2) .infoHome__imgBlock {
        order: 0; } }
    .infoHome .container .row:nth-child(2n+2) .infoHome__imgBlock .img2 {
      right: auto;
      left: 0; }

.infoHome--holder {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 767.98px) {
    .infoHome--holder {
      flex-wrap: wrap; } }

.infoHome__imgBlock {
  flex: 0 0 635px;
  position: relative; }
  @media (max-width: 1199.98px) {
    .infoHome__imgBlock {
      flex: 0 0 500px; } }
  @media (max-width: 991.98px) {
    .infoHome__imgBlock {
      flex: 0 0 320px; } }
  @media (max-width: 767.98px) {
    .infoHome__imgBlock {
      display: flex;
      flex: 0 0 100%;
      padding-bottom: 25px; } }
  .infoHome__imgBlock--img {
    background-size: cover;
    background-position: center; }
    .infoHome__imgBlock--img.img1 {
      width: 350px;
      height: 500px; }
      @media (max-width: 1199.98px) {
        .infoHome__imgBlock--img.img1 {
          height: 450px;
          width: 280px; } }
      @media (max-width: 991.98px) {
        .infoHome__imgBlock--img.img1 {
          display: none; } }
    .infoHome__imgBlock--img.img2 {
      position: absolute;
      top: 50%;
      right: 0;
      width: 425px;
      height: 300px;
      border: 10px solid #ffffff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      transform: translateY(-50%); }
      @media (max-width: 1199.98px) {
        .infoHome__imgBlock--img.img2 {
          height: 220px;
          width: 320px; } }
      @media (max-width: 991.98px) {
        .infoHome__imgBlock--img.img2 {
          position: static;
          transform: translateY(0); } }
      @media (max-width: 767.98px) {
        .infoHome__imgBlock--img.img2 {
          flex: 0 0 100%;
          width: 100%;
          height: 300px; } }

.infoHome__textBlock {
  flex: 0 0 350px; }
  @media (max-width: 991.98px) {
    .infoHome__textBlock {
      flex: 0 0 320px; } }
  @media (max-width: 767.98px) {
    .infoHome__textBlock {
      flex: 0 0 100%; } }
  .infoHome__textBlock--smTitle {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    padding-bottom: 5px; }
  .infoHome__textBlock--title {
    text-transform: uppercase;
    font-size: 24px;
    padding-bottom: 10px; }
  .infoHome__textBlock--text {
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 15px; }
  .infoHome__textBlock--link {
    background-color: #4e4e4e;
    font-size: 13px;
    font-family: "Merriweather Sans", sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    padding: 10px 20px;
    transition: background-color .3s; }
    @media (min-width: 1200px) {
      .infoHome__textBlock--link:hover {
        background-color: #d1b664; } }

.leftSide-inner {
  padding-bottom: 40px; }

.page .leftSide-inner h2 {
  font-size: 24px;
  padding-bottom: 12px; }

.page .leftSide-inner h3 {
  font-size: 20px;
  padding-bottom: 12px; }

.page .leftSide-inner h4 {
  font-size: 16px;
  padding-bottom: 10px; }

.page .leftSide-inner p {
  line-height: 24px;
  padding-bottom: 12px; }

.page .leftSide-inner ul li {
  position: relative;
  padding: 0 0 10px 30px; }
  .page .leftSide-inner ul li:before {
    content: "\f101";
    position: absolute;
    left: 10px;
    top: 2px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 12px; }

.aboutUs .aboutBlock {
  background-color: #ffffff;
  padding: 30px;
  margin: -100px 15px 0 0;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1199.98px) {
    .aboutUs .aboutBlock {
      justify-content: flex-start;
      flex-direction: column; } }
  @media (max-width: 991.98px) {
    .aboutUs .aboutBlock {
      margin-bottom: 50px;
      margin-right: 0; } }
  .aboutUs .aboutBlock__left {
    width: calc(50% - 15px); }
    @media (max-width: 1199.98px) {
      .aboutUs .aboutBlock__left {
        width: 100%; } }
    .aboutUs .aboutBlock__left h2 {
      font-size: 36px;
      padding-bottom: 30px; }
      @media (max-width: 991.98px) {
        .aboutUs .aboutBlock__left h2 {
          font-size: 32px;
          padding-bottom: 15px; } }
      @media (max-width: 767.98px) {
        .aboutUs .aboutBlock__left h2 {
          font-size: 24px; } }
    .aboutUs .aboutBlock__left p {
      line-height: 24px;
      padding-bottom: 25px;
      font-weight: 500; }
    .aboutUs .aboutBlock__left--pic {
      padding-top: 20px; }
      @media (max-width: 1199.98px) {
        .aboutUs .aboutBlock__left--pic {
          width: 100%;
          max-width: 400px; } }
      .aboutUs .aboutBlock__left--pic img {
        width: 100%; }
  .aboutUs .aboutBlock__right {
    width: calc(50% - 15px);
    padding-top: 135px; }
    @media (max-width: 1199.98px) {
      .aboutUs .aboutBlock__right {
        width: 100%;
        padding-top: 25px; } }
    .aboutUs .aboutBlock__right--img {
      padding-bottom: 30px; }
      @media (max-width: 1199.98px) {
        .aboutUs .aboutBlock__right--img {
          width: 100%;
          max-width: 400px; } }
      .aboutUs .aboutBlock__right--img img {
        width: 100%; }
    .aboutUs .aboutBlock__right h3 {
      font-size: 18px;
      line-height: 30px; }

.ourMenu .menuScroll {
  position: fixed;
  top: 95px;
  left: -250px;
  width: 250px;
  transition: left .3s;
  z-index: 1;
  display: none; }
  @media (max-width: 1199.98px) {
    .ourMenu .menuScroll {
      top: 150px; } }
  @media (max-width: 767.98px) {
    .ourMenu .menuScroll {
      top: 120px; } }
  .ourMenu .menuScroll.visible {
    left: 0; }
  .ourMenu .menuScroll .menuIcon {
    position: absolute;
    top: 0;
    right: -52px;
    border-radius: 0 3px 3px 0;
    background-color: #4e4e4e;
    color: #ffffff;
    padding: 10px;
    font-size: 32px;
    cursor: pointer; }
    @media (min-width: 1200px) {
      .ourMenu .menuScroll .menuIcon:hover {
        background-color: #d1b664; } }
    .ourMenu .menuScroll .menuIcon span {
      display: block; }
  .ourMenu .menuScroll .rtl {
    overflow-y: auto;
    max-height: 505px;
    direction: rtl; }
    @media (max-width: 1199.98px) {
      .ourMenu .menuScroll .rtl {
        max-height: 380px; } }
    .ourMenu .menuScroll .rtl ul {
      direction: ltr; }
      .ourMenu .menuScroll .rtl ul li {
        border-bottom: 1px solid #4e4e4e; }
        .ourMenu .menuScroll .rtl ul li:last-child {
          border-bottom: none; }
        .ourMenu .menuScroll .rtl ul li a {
          display: block;
          color: #ffffff;
          padding: 7px 15px;
          background-color: #777777;
          font-weight: 500;
          font-size: 13px; }
          @media (min-width: 1200px) {
            .ourMenu .menuScroll .rtl ul li a:hover {
              background-color: #d1b664; } }
        .ourMenu .menuScroll .rtl ul li:nth-child(2n+1) a {
          background-color: #666666; }
          @media (min-width: 1200px) {
            .ourMenu .menuScroll .rtl ul li:nth-child(2n+1) a:hover {
              background-color: #d1b664; } }

.ourMenu .mainMenuRow {
  padding-bottom: 30px; }
  .ourMenu .mainMenuRow > li {
    padding-top: 25px; }
    .ourMenu .mainMenuRow > li .menuMain {
      position: relative;
      min-height: 500px;
      margin-bottom: 25px; }
      @media (max-width: 1199.98px) {
        .ourMenu .mainMenuRow > li .menuMain {
          min-height: 350px; } }
      .ourMenu .mainMenuRow > li .menuMain .menuPic {
        width: 500px;
        height: 500px;
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0; }
        @media (max-width: 1199.98px) {
          .ourMenu .mainMenuRow > li .menuMain .menuPic {
            width: 400px;
            height: 350px; } }
        @media (max-width: 991.98px) {
          .ourMenu .mainMenuRow > li .menuMain .menuPic {
            width: 300px;
            height: 250px; } }
        @media (max-width: 767.98px) {
          .ourMenu .mainMenuRow > li .menuMain .menuPic {
            position: static;
            width: 100%; } }
        @media (max-width: 575.98px) {
          .ourMenu .mainMenuRow > li .menuMain .menuPic {
            position: static;
            height: 200px; } }
      .ourMenu .mainMenuRow > li .menuMain h2 {
        padding: 60px 0 10px;
        font-size: 26px;
        font-weight: 600;
        margin: 0 0 20px 530px;
        text-transform: uppercase;
        position: relative; }
        @media (max-width: 1199.98px) {
          .ourMenu .mainMenuRow > li .menuMain h2 {
            padding: 20px 0 10px;
            margin-left: 430px;
            font-size: 22px; } }
        @media (max-width: 991.98px) {
          .ourMenu .mainMenuRow > li .menuMain h2 {
            margin-left: 330px; } }
        @media (max-width: 767.98px) {
          .ourMenu .mainMenuRow > li .menuMain h2 {
            margin-left: 0; } }
        .ourMenu .mainMenuRow > li .menuMain h2:before {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100px;
          height: 2px;
          background-color: #4e4e4e; }
      .ourMenu .mainMenuRow > li .menuMain .desc {
        padding: 0 0 20px 530px;
        font-weight: 500;
        line-height: 24px; }
        @media (max-width: 1199.98px) {
          .ourMenu .mainMenuRow > li .menuMain .desc {
            font-size: 14px;
            padding-left: 430px; } }
        @media (max-width: 991.98px) {
          .ourMenu .mainMenuRow > li .menuMain .desc {
            padding-left: 330px; } }
        @media (max-width: 767.98px) {
          .ourMenu .mainMenuRow > li .menuMain .desc {
            padding-left: 0; } }
      .ourMenu .mainMenuRow > li .menuMain .menuBlock {
        background-color: #ffffff;
        position: relative;
        padding: 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-left: 160px; }
        @media (max-width: 1199.98px) {
          .ourMenu .mainMenuRow > li .menuMain .menuBlock {
            padding: 30px;
            margin-left: 100px; } }
        @media (max-width: 991.98px) {
          .ourMenu .mainMenuRow > li .menuMain .menuBlock {
            margin-left: 35px; } }
        @media (max-width: 767.98px) {
          .ourMenu .mainMenuRow > li .menuMain .menuBlock {
            margin-left: 0;
            padding: 15px; } }
        .ourMenu .mainMenuRow > li .menuMain .menuBlock li {
          width: calc(50% - 20px);
          padding: 0 0 15px;
          position: relative;
          border-bottom: 1px dashed #ccc;
          margin-bottom: 15px; }
          @media (max-width: 991.98px) {
            .ourMenu .mainMenuRow > li .menuMain .menuBlock li {
              width: 100%; } }
          .ourMenu .mainMenuRow > li .menuMain .menuBlock li .price {
            position: absolute;
            top: 0;
            right: 0;
            font-weight: 600;
            color: #d1b664; }
          .ourMenu .mainMenuRow > li .menuMain .menuBlock li:last-child, .ourMenu .mainMenuRow > li .menuMain .menuBlock li:nth-last-child(2) {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none; }
          @media (max-width: 991.98px) {
            .ourMenu .mainMenuRow > li .menuMain .menuBlock li:nth-last-child(2) {
              margin-bottom: 15px;
              padding-bottom: 15px;
              border-bottom: 1px dashed #ccc; } }
          .ourMenu .mainMenuRow > li .menuMain .menuBlock li h3 {
            font-size: 16px;
            font-weight: 500;
            padding: 0 70px 0 0; }
          .ourMenu .mainMenuRow > li .menuMain .menuBlock li p {
            font-size: 13px;
            color: #777777;
            font-weight: 500;
            padding-top: 5px; }
    .ourMenu .mainMenuRow > li:nth-child(2n+2) .menuMain h2 {
      margin: 0 530px 20px 0; }
      @media (max-width: 1199.98px) {
        .ourMenu .mainMenuRow > li:nth-child(2n+2) .menuMain h2 {
          margin-right: 430px; } }
      @media (max-width: 991.98px) {
        .ourMenu .mainMenuRow > li:nth-child(2n+2) .menuMain h2 {
          margin-right: 330px; } }
      @media (max-width: 767.98px) {
        .ourMenu .mainMenuRow > li:nth-child(2n+2) .menuMain h2 {
          margin-right: 0; } }
    .ourMenu .mainMenuRow > li:nth-child(2n+2) .menuMain .desc {
      padding: 0 530px 20px 0; }
      @media (max-width: 1199.98px) {
        .ourMenu .mainMenuRow > li:nth-child(2n+2) .menuMain .desc {
          padding-right: 430px; } }
      @media (max-width: 991.98px) {
        .ourMenu .mainMenuRow > li:nth-child(2n+2) .menuMain .desc {
          padding-right: 330px; } }
      @media (max-width: 767.98px) {
        .ourMenu .mainMenuRow > li:nth-child(2n+2) .menuMain .desc {
          padding-right: 0; } }
    .ourMenu .mainMenuRow > li:nth-child(2n+2) .menuMain .menuPic {
      left: auto;
      right: 0; }
    .ourMenu .mainMenuRow > li:nth-child(2n+2) .menuMain .menuBlock {
      margin: 0 160px 0 0; }
      @media (max-width: 1199.98px) {
        .ourMenu .mainMenuRow > li:nth-child(2n+2) .menuMain .menuBlock {
          margin-right: 100px; } }
      @media (max-width: 991.98px) {
        .ourMenu .mainMenuRow > li:nth-child(2n+2) .menuMain .menuBlock {
          margin-right: 35px; } }
      @media (max-width: 767.98px) {
        .ourMenu .mainMenuRow > li:nth-child(2n+2) .menuMain .menuBlock {
          margin-right: 0; } }

.contactUs .contactRow {
  padding-bottom: 30px; }
  @media (max-width: 991.98px) {
    .contactUs .contactRow {
      display: flex; } }
  .contactUs .contactRow li {
    padding-bottom: 30px; }
    @media (max-width: 991.98px) {
      .contactUs .contactRow li {
        flex: 0 0 50%; } }
    @media (max-width: 767.98px) {
      .contactUs .contactRow li {
        flex: 0 0 100%;
        text-align: center; } }
    .contactUs .contactRow li h3 {
      font-size: 18px;
      font-weight: 500;
      padding-bottom: 5px; }
    .contactUs .contactRow li a {
      color: #4e4e4e;
      text-decoration: none; }
  .contactUs .contactRow--icon {
    background-color: #4e4e4e;
    width: 44px;
    height: 44px;
    display: flex;
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px; }
    @media (max-width: 767.98px) {
      .contactUs .contactRow--icon {
        margin-left: auto;
        margin-right: auto; } }

.contactUs .formBlock {
  background-color: #ffffff;
  padding: 30px;
  margin-top: -100px;
  margin-bottom: 50px; }
  @media (max-width: 991.98px) {
    .contactUs .formBlock {
      margin-top: 0; } }
  @media (max-width: 575.98px) {
    .contactUs .formBlock {
      padding: 20px 15px; } }
  .contactUs .formBlock h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px; }
