/*Font Includes*/
@font-face {
  font-family: light_font;
  src: url("../fonts/mont_light.ttf");
}

@font-face {
  font-family: reg_font;
  src: url("../fonts/mont_reg.ttf");
}

@font-face {
  font-family: med_font;
  src: url("../fonts/mont_med.ttf");
}

@font-face {
  font-family: semi_font;
  src: url("../fonts/mont_semi.ttf");
}

@font-face {
  font-family: bold_font;
  src: url("../fonts/mont_bold.ttf");
}

@font-face {
  font-family: header_font;
  src: url("../fonts/corm_reg.ttf");
}

@font-face {
  font-family: header_italic;
  src: url("../fonts/corm_italic.ttf");
}

/*GLobal Colors*/
/*GLobal Variables*/
/*GLobal Variables*/
/*Functions and Mixin*/
/* Mixin and Function End*/
body {
  /*Common Body Styles Start*/
  font-family: reg_font;
  background-color: #ffefd2;
  /*Common Elements Style*/
  /*Common Body Responsive Styles Start*/
}

body p,
body .content_ul li {
  color: #000;
  padding: 0;
  margin: 0;
  padding-top: 30px;
  line-height: 1.8em;
}

body p.primary,
body .content_ul li.primary {
  color: #4c111f;
}

body p.accent,
body .content_ul li.accent {
  color: #000;
}

body p.secondary,
body .content_ul li.secondary {
  color: #e0ce68;
}

body p.white,
body .content_ul li.white {
  color: #fff;
}

body p.align_justify,
body .content_ul li.align_justify {
  text-align: justify;
}

body p.align_left,
body .content_ul li.align_left {
  text-align: left;
}

body p.align_right,
body .content_ul li.align_right {
  text-align: right;
}

body p.reg,
body .content_ul li.reg {
  font-family: reg_font;
}

body p.semi,
body .content_ul li.semi {
  font-family: semi_font;
}

body p.bold,
body .content_ul li.bold {
  font-family: bold_font;
}

body p.light,
body .content_ul li.light {
  font-family: light_font;
}

body p.med,
body .content_ul li.med {
  font-family: med_font;
}

body p.header_font,
body .content_ul li.header_font {
  font-family: header_font;
}

body p.header_italic,
body .content_ul li.header_italic {
  font-family: header_italic;
}

body p span.primary,
body .content_ul li span.primary {
  color: #4c111f;
}

body p span.accent,
body .content_ul li span.accent {
  color: #000;
}

body p span.secondary,
body .content_ul li span.secondary {
  color: #e0ce68;
}

body p span.white,
body .content_ul li span.white {
  color: #fff;
}

body p span.align_justify,
body .content_ul li span.align_justify {
  text-align: justify;
}

body p span.align_left,
body .content_ul li span.align_left {
  text-align: left;
}

body p span.align_right,
body .content_ul li span.align_right {
  text-align: right;
}

body p span.reg,
body .content_ul li span.reg {
  font-family: reg_font;
}

body p span.semi,
body .content_ul li span.semi {
  font-family: semi_font;
}

body p span.bold,
body .content_ul li span.bold {
  font-family: bold_font;
}

body p span.light,
body .content_ul li span.light {
  font-family: light_font;
}

body p span.med,
body .content_ul li span.med {
  font-family: med_font;
}

body p span.header_font,
body .content_ul li span.header_font {
  font-family: header_font;
}

body p span.header_italic,
body .content_ul li span.header_italic {
  font-family: header_italic;
}

body .content_ul ul,
body .content_ul ol {
  padding-top: 30px;
}

body .content_ul li {
  padding-top: 0;
}

body .common_header {
  padding: 0;
  margin: 0;
  padding-top: 30px;
  font-family: header_font;
  color: #000;
  line-height: 1.2em;
}

body .common_header.primary {
  color: #4c111f;
}

body .common_header.accent {
  color: #000;
}

body .common_header.secondary {
  color: #e0ce68;
}

body .common_header.white {
  color: #fff;
}

body .common_header.reg {
  font-family: reg_font;
}

body .common_header.semi {
  font-family: semi_font;
}

body .common_header.bold {
  font-family: bold_font;
}

body .common_header.light {
  font-family: light_font;
}

body .common_header.med {
  font-family: med_font;
}

body .common_header.header_font {
  font-family: header_font;
}

body .common_header.header_italic {
  font-family: header_italic;
}

body .common_header.gradient {
  background: #C4962C;
  background: -webkit-gradient(linear, left top, right top, from(#C4962C), color-stop(50%, #F5E373), color-stop(50%, #CCBA5D), to(#D3AB3E));
  background: linear-gradient(to right, #C4962C 0%, #F5E373 50%, #CCBA5D 50%, #D3AB3E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body .common_header.shadow {
  text-shadow: 7px 4px 5px rgba(0, 0, 0, 0.36);
}

body .common_header.uppercase {
  text-transform: uppercase;
}

body .common_header span {
  font-family: header_italic;
  color: #4c111f;
}

body .common_header span.primary {
  color: #4c111f;
}

body .common_header span.accent {
  color: #000;
}

body .common_header span.secondary {
  color: #e0ce68;
}

body .common_header span.white {
  color: #fff;
}

body .common_header span.reg {
  font-family: reg_font;
}

body .common_header span.semi {
  font-family: semi_font;
}

body .common_header span.bold {
  font-family: bold_font;
}

body .common_header span.light {
  font-family: light_font;
}

body .common_header span.med {
  font-family: med_font;
}

body .common_header span.header_font {
  font-family: header_font;
}

body .common_header span.header_italic {
  font-family: header_italic;
}

body .common_header span.gradient {
  background: #C4962C;
  background: -webkit-gradient(linear, left top, right top, from(#C4962C), color-stop(50%, #F5E373), color-stop(50%, #CCBA5D), to(#D3AB3E));
  background: linear-gradient(to right, #C4962C 0%, #F5E373 50%, #CCBA5D 50%, #D3AB3E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body .common_header span.shadow {
  text-shadow: 7px 4px 5px rgba(0, 0, 0, 0.36);
}

body .common_header span.uppercase {
  text-transform: uppercase;
}

body .common_anchor {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 30px;
  padding: 12px;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #4c111f;
  border-radius: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: med_font;
  text-transform: uppercase;
}

body .common_anchor:hover {
  text-decoration: none;
  color: #fff;
  background-color: #e0ce68;
}

body .common_anchor.secondary {
  background-color: #e0ce68;
  color: #000;
}

body .common_anchor.secondary:hover {
  background-color: #4c111f;
  color: #fff;
}

body .common_anchor.secondary_border {
  background-color: transparent;
  color: #000;
  border: 3px solid #e0ce68;
}

body .common_anchor.secondary_border:hover {
  background-color: #4c111f;
  color: #fff;
}

body .common_anchor.secondary_border.white {
  color: white;
}

body .gridContainer {
  margin: auto;
  clear: none;
  float: none;
  margin-left: auto;
}

body .table_wrap {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

body .cell_wrap {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

body .btn-group {
  display: inline-block;
  margin-top: 30px;
}

body .btn-group button {
  padding: 12px;
  font-family: reg_font;
  background-color: #fff !important;
  background: none;
  border-color: #ccc;
  border-radius: 8px;
}

body .btn-group a:hover {
  background: none;
  background-color: #4c111f !important;
  color: #000;
}

body .form_field {
  margin-top: 30px;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  width: 100%;
}

body .nav.nav-tabs {
  margin-top: 30px !important;
}

body .nav.nav-tabs li a {
  color: #000;
}

body .nav.nav-tabs li.active a {
  background-color: #4c111f;
}

body input[type=text] {
  background-color: #fff;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-webkit-keyframes rotation_minus {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}

@keyframes rotation_minus {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}

@media only screen and (min-width: 1600px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 16px;
  }
  body .common_header {
    font-size: 50px;
  }
  body .common_header.large {
    font-size: 140px;
  }
  body .gridContainer {
    width: 85.5%;
    padding-left: 0.75%;
    padding-right: 0.75%;
  }
}

@media only screen and (max-width: 1599px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 15px;
  }
  body .common_header {
    font-size: 45px;
  }
  body .common_header.large {
    font-size: 100px;
  }
  body .gridContainer {
    width: 85.5%;
    padding-left: 0.75%;
    padding-right: 0.75%;
  }
}

@media only screen and (max-width: 1100px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 15px;
  }
  body .common_header {
    font-size: 40px;
  }
  body .common_header.large {
    font-size: 80px;
  }
  body .gridContainer {
    width: 95.675%;
    padding-left: 1.1625%;
    padding-right: 1.1625%;
    min-width: auto !important;
  }
}

@media only screen and (max-width: 786px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 15px;
  }
  body .common_header {
    font-size: 40px;
  }
  body .common_header.large {
    font-size: 80px;
  }
  body .gridContainer {
    width: 95.675%;
    padding-left: 1.1625%;
    padding-right: 1.1625%;
    min-width: auto !important;
  }
}

@media only screen and (max-width: 480px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 14px;
  }
  body .nav.nav-tabs li {
    float: none;
    display: inline-block;
  }
  body .nav.nav-tabs {
    white-space: nowrap;
    overflow-x: scroll;
  }
  body .common_header {
    font-size: 35px;
  }
  body .common_header.large {
    font-size: 50px;
  }
  body .gridContainer {
    width: 95.45%;
    padding-left: 2.275%;
    padding-right: 2.275%;
  }
  body a.common_anchor {
    font-size: 14px;
  }
}

body .gridContainer.small_test_wrap {
  max-width: 900px;
  min-width: auto;
  width: auto;
  background-color: #fff;
  padding: 30px !important;
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.full_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.half_wrap {
  width: 50%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

img,
video,
iframe {
  max-width: 100%;
}

.top_slider_wrap .title_wrap {
  position: absolute;
  width: 100%;
  bottom: 80px;
  left: 0;
  text-align: center;
}

.top_slider_wrap .title_wrap .common_header {
  text-transform: uppercase;
  text-shadow: 7px 4px 5px rgba(0, 0, 0, 0.36);
}

.top_slider_wrap .title_wrap p {
  padding-left: 20%;
  padding-right: 20%;
}

.top_slider_wrap .title_wrap .veg_symbol {
  margin-top: 30px;
}

.overview_wrap {
  background-color: #4c111f;
  text-align: center;
}

.overview_wrap .data_wrap {
  overflow: hidden;
}

.overview_wrap .title_wrap {
  position: absolute;
  width: 100%;
  bottom: 80px;
  left: 0;
}

.overview_wrap .left_image {
  position: absolute;
  width: auto;
  left: 0;
  top: -0;
  z-index: 20;
  pointer-events: none;
}

.overview_wrap .right_image {
  position: absolute;
  width: auto;
  right: 0;
  bottom: 0;
  z-index: 20;
  pointer-events: none;
}

.location_wrap {
  margin-top: 90px;
}

.location_wrap .content_wrap {
  margin-top: 90px;
}

.location_wrap .content_wrap .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.location_wrap .content_wrap .parent .half_wrap:last-child {
  padding-left: 30px;
}

.location_wrap .half_parent_wrao {
  margin-top: 90px;
}

.location_wrap .half_parent_wrao .half_wrap {
  text-align: center;
  padding: 40px;
  padding-top: 0;
}

.location_ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.location_ul li {
  width: 31.33333%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 3%;
}

.location_ul li:nth-child(3n+0) {
  margin-right: 0;
}

.category_wrap {
  background-color: #4c111f;
  text-align: center;
  padding-top: 90px;
  margin-top: 30px;
}

.category_ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}

.category_ul li {
  width: 25%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 0%;
  padding: 10px;
}

.category_ul li:nth-child(4n+0) {
  margin-right: 0;
}

.category_ul li img {
  border-radius: 20px;
}

.header_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 20px 0;
}

.header_wrap .inner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header_wrap .mobile_cta_wrap {
  display: none;
}

.header_wrap .logo_wrap {
  width: 260px;
}

.header_wrap .menu_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.header_wrap .menu_wrap li {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
}

.header_wrap .menu_wrap li + li {
  margin-left: 40px;
}

.header_wrap .menu_wrap li:nth-child(5) {
  margin-left: 350px;
}

.header_wrap .menu_wrap li:nth-child(1) {
  margin-left: -100px;
}

.header_wrap .menu_wrap li a {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
}

.header_wrap .menu_wrap li a p {
  padding: 0;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.header_wrap .menu_wrap li a:hover p {
  color: #e0ce68;
}

.footer_wrap {
  background: #4c111f;
  padding: 90px 0;
  text-align: center;
}

.footer_wrap .logo_wrap img {
  width: 250px;
}

.footer_wrap .fmenu_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.footer_wrap .fmenu_wrap .menu_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

.footer_wrap .fmenu_wrap .menu_wrap li {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
}

.footer_wrap .fmenu_wrap .menu_wrap li a p {
  color: #fff;
  padding: 0;
}

.mobile_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow: auto;
  bottom: 0;
  z-index: 9999;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  width: 400px;
  /* Blurs the content behind */
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile_menu.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mobile_menu .close_icon {
  cursor: pointer;
  z-index: 10;
  width: 35px;
  padding: 5px;
}

.mobile_menu p {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 13px;
  padding: 0;
  text-align: left;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile_menu .mlogo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mobile_menu .logo_a {
  display: inline-block;
  padding: 10px 20px;
  width: 220px;
}

.mobile_menu .social_wrap {
  padding: 20px 20px;
}

.mobile_menu .social_wrap p {
  margin-bottom: 5px;
}

.mobile_menu .social_wrap a {
  width: 30px;
  float: left;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.mobile_menu .info_wrap {
  padding: 20px 20px;
  border-bottom: 1px solid rgba(224, 224, 224, 0.14);
}

.mobile_menu .info_wrap .p {
  margin-bottom: 10px;
  opacity: 0.5;
}

.mobile_menu ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(224, 224, 224, 0.14);
}

.mobile_menu ul li {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 1px solid rgba(224, 224, 224, 0.14);
}

.mobile_menu ul li a {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  padding: 10px 20px;
}

.mobile_menu ul li.has_sub_menu a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mobile_menu ul li.has_sub_menu a p img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 20px;
}

.mobile_menu ul li.has_sub_menu a.active p img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mobile_menu ul li:hover > a > p {
  color: #4c111f;
}

.mobile_menu ul li .sub-menu {
  width: 90%;
  padding: 20px;
  margin-left: 5%;
  margin-bottom: 20px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: none;
  /* width: 400px; */
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  overflow: hidden;
}

.mobile_menu ul li .sub-menu li a {
  padding-left: 0px;
}

.marquee_wrap {
  overflow: hidden;
  margin-top: 90px !important;
  padding: 0 !important;
  white-space: nowrap;
}

.marquee_wrap span {
  padding: 0 20px;
}

.swiper-continous-play > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.swiper-wrapper .swiper-slide > * {
  width: 100% !important;
}

.for_mob {
  display: none !important;
}

.form_wrap {
  margin-top: 30px;
}

.form_wrap .form_field {
  margin-top: 0;
}

.form_wrap .form_title {
  margin-bottom: 5px;
}

.content_page_wrap {
  padding: 90px 0;
}

.content_page_wrap .gridContainer {
  max-width: 1250px;
  min-width: auto;
}

.content_page_wrap.career .gridContainer {
  max-width: 800px;
}

.content_page_wrap.contact .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 50px;
}

.content_page_wrap.contact .parent .image_wrap {
  width: 50%;
}

.content_page_wrap.contact .parent .data_wrap {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content_page_wrap.contact .parent .grey_bg {
  background: #4c111f;
  padding: 30px;
  border-radius: 10px;
}

.content_page_wrap.contact .parent .grey_bg * {
  color: #fff;
}

.content_page_wrap.contact .parent .grey_bg .common_header {
  padding-top: 0;
}

.content_page_wrap .inner_box_wrap {
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: -1px 0px 18px 6px rgba(30, 10, 58, 0.04);
          box-shadow: -1px 0px 18px 6px rgba(30, 10, 58, 0.04);
  border-radius: 20px;
}

.content_page_wrap .inner_box_wrap .common_header {
  padding-top: 0;
  text-align: center;
}

.error_full_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 12px;
  margin-top: 5px;
  color: maroon;
}

.pfix_icons_wrap {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

/*Responsive Starts*/
@media only screen and (max-width: 1599px) {
  .veg_symbol img {
    max-width: 150px;
  }
  .overview_wrap .data_wrap .left_image {
    width: 450px;
  }
  .overview_wrap .data_wrap .right_image {
    width: 300px;
  }
}

@media only screen and (max-width: 1100px) {
  .header_wrap .menu_wrap {
    display: none;
  }
  .header_wrap .mobile_cta_wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
  .header_wrap .mobile_cta_wrap a {
    width: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
  }
  .header_wrap .mobile_cta_wrap a img {
    width: 100%;
  }
  .top_slider_wrap .image_wrap {
    overflow: hidden;
  }
  .top_slider_wrap .image_wrap .slider_image {
    width: 150%;
    max-width: none;
    margin-left: -25%;
  }
  .overview_wrap .data_wrap .left_image {
    width: 250px;
  }
  .overview_wrap .data_wrap .right_image {
    width: 200px;
  }
}

@media only screen and (max-width: 786px) {
  .content_page_wrap {
    padding-top: 30px;
  }
  .content_page_wrap.contact .parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content_page_wrap.contact .parent .data_wrap, .content_page_wrap.contact .parent .image_wrap {
    width: 100%;
  }
  .top_slider_wrap {
    background-color: #4c111f;
  }
  .top_slider_wrap .image_wrap .title_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    background-color: #4c111f;
    margin-top: -210px;
  }
  .top_slider_wrap .image_wrap .title_wrap p {
    padding-left: 0;
    padding-right: 0;
  }
  .overview_wrap .data_wrap {
    overflow: hidden;
  }
  .overview_wrap .data_wrap .image_wrap {
    overflow: hidden;
  }
  .overview_wrap .data_wrap .image_wrap img {
    width: 150%;
    margin-left: -25%;
    max-width: none;
  }
  .overview_wrap .data_wrap .left_image {
    width: 200px;
    top: 0;
  }
  .overview_wrap .data_wrap .right_image {
    width: 150px;
  }
  .location_wrap {
    margin-top: 30px;
  }
  .location_wrap .location_ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 30px;
  }
  .location_wrap .location_ul li img {
    width: 100%;
    max-width: none;
  }
  .location_wrap .content_wrap {
    margin-top: 30px;
  }
  .location_wrap .content_wrap .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .location_wrap .content_wrap .parent .half_wrap {
    width: 100%;
    text-align: center;
  }
  .location_wrap .content_wrap .parent .half_wrap:last-child {
    padding: 0;
    margin-top: 30px;
  }
  .location_wrap .half_parent_wrao {
    margin-top: 30px;
  }
  .location_wrap .half_parent_wrao .half_wrap {
    width: 100%;
  }
  .category_wrap {
    margin-top: 30px;
    padding-top: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .for_mob {
    display: inline-block !important;
  }
  .for_desk {
    display: none !important;
  }
  .footer_wrap .flogo_wrap img {
    width: 200px;
  }
  .footer_wrap .fmenu_wrap .menu_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 11px;
  }
  .header_wrap .logo_wrap {
    width: 200px;
  }
  .top_slider_wrap {
    background-color: #4c111f;
  }
  .top_slider_wrap .image_wrap .title_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    background-color: #4c111f;
    margin-top: -50px;
  }
  .top_slider_wrap .image_wrap .title_wrap p {
    padding-left: 0;
    padding-right: 0;
  }
  .overview_wrap .data_wrap .image_wrap img {
    width: 300%;
    margin-left: -100%;
    max-width: none;
  }
  .overview_wrap .data_wrap .left_image {
    width: 150px;
    top: 0;
  }
  .overview_wrap .data_wrap .right_image {
    width: 100px;
  }
  .location_wrap {
    margin-top: 30px;
  }
  .location_wrap .location_ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 30px;
  }
  .location_wrap .location_ul li img {
    width: 100%;
    max-width: none;
  }
  .location_wrap .content_wrap {
    margin-top: 30px;
  }
  .location_wrap .content_wrap .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .location_wrap .content_wrap .parent .half_wrap {
    width: 100%;
    text-align: center;
  }
  .location_wrap .content_wrap .parent .half_wrap:last-child {
    padding: 0;
    margin-top: 30px;
  }
  .location_wrap .half_parent_wrao {
    margin-top: 30px;
  }
  .location_wrap .half_parent_wrao .half_wrap {
    width: 100%;
    padding: 10px;
  }
  .category_wrap {
    margin-top: 30px;
    padding-top: 30px;
  }
}

/*Responsive Ends*/
/*# sourceMappingURL=style.css.map */