@font-face {
  font-family: 'Revue';
  src: url('../fonts/REVUEN.TTF')
}

@font-face {
  font-family: 'Curly';
  src: url('../fonts/CalligraphyLove.otf')
}

.logo-area img {
  width: 200px;
  position: fixed;
  top: 0;
  box-shadow: 0px 2px 2px 2px #4f2e8b;
}

.main-menu-area h1 {
  color: #4f2e8b;
  font-size: 36px;
  text-align: center;
  font-family: 'Revue';
}

.main-menu-area h1 span {

  color: #20812e !important;
  font-weight: normal !important;
  font-family: 'Curly';
}

.mobile-heading {
  font-size: 16px;
  width: 50%;
  float: left;
  margin-top: 38px;
  color: #4f2e8b;
  font-family: 'Revue';
}

.mobile-heading span {
  color: #20812e !important;
  font-weight: normal !important;
  font-family: 'Curly';
}

.opening-schedule i {
  margin-right: 10px;
  font-size: 20px;
}

.working-sectors h1 {
  font-size: 16px;
  text-align: center;

}

.working-sectors img {
  border: 1px solid gray;
  width: 100%;
}

.sectors-area {
  margin: 0px 0 30px;
}

.sectors-area h2 {
  color: #4f2e8b;
  line-height: 50px;
  margin-bottom: 50px;
}

.sectors-area h2 span {
  color: #20812e;
}

.sectors-area h3 {
  color: #c4c4c4;
  letter-spacing: 10px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 68px;
}

.sectors-area p {
  max-width: 100%;
  margin-bottom: 35px;
}

.sectors-area img {
  box-shadow: 2px 2px 7px 3px #b4acac;
  margin-bottom: 30px;
  width: 100%;
}

.button_div {
  padding: 30px;
  background: #f8f8f8;
}

.gallery_div,
.press_releases_div {
  background: #f8f8f8;
}

.gallery_btn {
  background: #20812e;
  color: #fff;
  border-radius: 0;
  padding: 10px;
}

.press_releases_btn {
  background: #4f2e8b;
  color: #fff;
  border-radius: 0;
  padding: 10px;
}

.gallery_btn:hover {
  color: #fff;
}

.press_releases_btn:hover {
  color: #fff;
}

.food-menu2-box img {
  height: 250px;
  box-shadow: 2px 2px 7px 3px #b4acac;
}

.hide {
  display: block;
}

.show {
  display: none;
}

.testimonial-item h3 {
  color: #20812e;
}

.testimonial-item h5 {
  color: #fff;
}

.testimonial-item p {
  color: #fff;
}

.testimonial-item img {
  width: 150px !important;
  height: auto;
  border-radius: 50%;
}

.testimonials-details h2 {
  font-size: 18px !important;
  margin-bottom: 10px !important;
}

.testimonials-details h2 span {
  font-size: 18px !important;
  margin-bottom: 10px !important;
}

.testimonials-header h2 {
  font-size: 28px !important;
}

.board-members img {
  box-shadow: 2px 2px 7px 3px #b4acac;
}

.board-members p {
  color: #4f2e8b;
  text-align:center;
   margin:0px 0px 10px 0px !important;
}

.board-members h3 {
  color: #20812e;
  text-align:center;
  font-size:20px;
  margin:10px 0 0 0;
}

@media (max-width: 991px) {
  #social_media {
    display: none;
  }
}