/* Catering Common Css */
body {
  background: #fbfbfb;
  color: #000000;
  font-size: 15px;
  line-height: 1.42857143;
  font-family: 'Muli-Regular';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
}
body.overflow {
	overflow:hidden;
}
*, *:focus {
  outline: none;
}
.top-bar.hide {
  display: none;
}
.grecaptcha-badge {
  z-index: 0;
}
a {
  color: #777777;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover, a:focus {
  color: #f8c33b;
  text-decoration: none;
  cursor: pointer;
}
img {
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
iframe {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  padding-bottom: 10px;
  margin-bottom: 0;
  font-family: 'PTSerif-Bold';
}
p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #555555;
  line-height: 26px;
}
p strong {
  color: #555555;
}
video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  background: #f8f8f8;
}
audio, canvas, progress, video {
  vertical-align: middle;
}
button, button:focus {
  outline: none;
  outline-offset: 0;
}
b, strong {
  font-weight: bold;
}
select {
  appearance: none; 
  -webkit-appearance: none; 
  -moz-appearance: none; 
  -o-appearance: none;
}
::-webkit-input-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
::-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
:-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
::selection {
  background: #f8c33b;
  color: #ffffff;
}
::-webkit-selection {
  background: #f8c33b;
  color: #ffffff;
}
::-moz-selection {
  background: #f8c33b;
  color: #ffffff;
}
::-o-selection {
  background: #f8c33b;
  color: #ffffff;
}
::-ms-selection {
  background: #f8c33b;
  color: #ffffff;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.table-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.align-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.pt145 {
  padding-top: 145px;
}
.nopadding {
  padding: 0px;
}
.btn-wrap {
  width: 100%;
  text-align: center; 
}
.plr10 {
  padding: 0 10px;
}
/* Fonts CSS */
@font-face {
  font-family: 'Muli-Regular';
    font-display: swap;
  src: url('../fonts/Muli-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Muli-Regular.woff') format('woff'),
    url('../fonts/Muli-Regular.ttf')  format('truetype'),
    url('../fonts/Muli-Regular.svg#Muli-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Muli-SemiBold';
    font-display: swap;
  src: url('../fonts/Muli-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Muli-SemiBold.woff') format('woff'),
    url('../fonts/Muli-SemiBold.ttf')  format('truetype'),
    url('../fonts/Muli-SemiBold.svg#Muli-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-weight: 600;
  font-family: 'Muli-Bold';
    font-display: swap;
  src: url('../fonts/Muli-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Muli-Bold.woff') format('woff'),
    url('../fonts/Muli-Bold.ttf')  format('truetype'),
    url('../fonts/Muli-Bold.svg#Muli-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'PTSerif-Regular';
    font-display: swap;
  src: url('../fonts/PTSerif-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PTSerif-Regular.woff') format('woff'),
    url('../fonts/PTSerif-Regular.ttf')  format('truetype'),
    url('../fonts/PTSerif-Regular.svg#PTSerif-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'PTSerif-Bold';
  font-display: swap;
  src: url('../fonts/PTSerif-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PTSerif-Bold.woff') format('woff'),
    url('../fonts/PTSerif-Bold.ttf')  format('truetype'),
    url('../fonts/PTSerif-Bold.svg#PTSerif-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*btn css*/
.btn {
  min-width: 160px;
  padding: 12px 20px;
  font-family: 'Muli-Bold';
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #f8c33b;
  border: 2px solid #f8c33b;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.btn:hover, .btn:focus {
  background-color: #efbc39;
  border-color: #efbc39;
  color: #fff;
}
.btn-style2 {
  border-top: 2px transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* Top Bar CSS */
.top-bar {
  display: block;
  overflow: hidden;
  padding: 12px 0px;
  font-family: 'Muli-SemiBold';
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.top-bar .container {
  position: relative;
}
.contact-info .phone-number, .contact-info .socials {
  display: inline-block;
  vertical-align: middle;
}
.contact-info {
  text-align: center;
}
.contact-info a {
  color: #ffffff;
}
.contact-info a:hover {
  color: #f8c33b;
}
.contact-info .phone-number .fa {
  margin-right: 5px;
}
.contact-info .socials a {
  margin-left: 15px;
  font-size: 17px;
}
/*Navbar CSS*/
.navbar-toggler {
  padding-top: 0;
  vertical-align: middle;
  height: 1.875rem;
  margin-left: 25px;
}
.navbar-toggler .navbar-toggler-icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.5625rem;
  height: 0.125rem;
  margin-top: -3px;
  background-color: #ffffff;
  position: relative;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.postid-290 .menu-section.odd-section .col-md-6 .col-md-12, 
.postid-281 .menu-section.even-section .col-md-6 .col-md-12, 
.postid-287 .menu-section.even-section .col-md-6 .col-md-12 {
		    min-height: 62px;
}
.postid-287 .menu-section.odd-section .col-md-6 .col-md-12 {
	min-height: 150px;
}
.navbar-toggler .navbar-toggler-icon:before, .navbar-toggler .navbar-toggler-icon:after {
  position: absolute;
  top: -0.5rem;
  right: 0;
  width: 100%;
  height: 0.125rem;
  background: #ffffff;
  content: "";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.navbar-toggler .navbar-toggler-icon:after {
  top: 0.5rem;
}
.navbar {
  background: none !important;
  padding-left: 0;
  padding-right: 0;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #f9c33c;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #f9c33c !important;
  border: 1px solid #f9c33c;
}
.navbar-dark .navbar-nav .menu-item {
  padding: 10px 22px;
}
.navbar-dark .navbar-nav .menu-item:last-child {
  padding-right: 0;
}
.header {
  background: rgba(0, 0, 0, 0.3);
}
.navbar-expand-lg .navbar-nav .current-menu-item .sub-menu a {

    color: #fff !important;
}
.navbar-expand-lg .navbar-nav .current-menu-parent a{
	color: #f8c33b;
}
.navbar-expand-lg .navbar-nav .current-menu-item .sub-menu a {

    color: #fff !important;
}
.navbar-expand-lg .navbar-nav .menu-item a {
  color: #fff;
}
.navbar-expand-lg .navbar-nav .menu-item a:hover {
  color: #f8c33b;
}
.navbar-expand-lg .navbar-nav .current-menu-item a{
    color: #f8c33b !important;  
}
.navbar-expand-lg .navbar-nav li.current-menu-parent > a{
    color: #f8c33b;  
}
nav ul {
  padding: 0;
  margin: 0;
  font-family: 'Muli-SemiBold';
  font-size: 15px;
  list-style: none;
}
nav ul li.menu-item {
  display: inline-block;
  padding: 0.5rem 15px;
  position: relative;
}
nav ul li.menu-item a {
  color: #ffffff;
  font-family: 'Muli-SemiBold';
  font-size: 15px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
nav ul li.menu-item  a:hover {
  color: #f8c33b;
}
nav, .header-btn {
  display: inline-block;
  vertical-align: middle;
}
.header-btn .btn {
  margin-right: 15px;
  min-width: 50px;
  padding: 6px 15px;
  font-size: 14px;
  color: #ffffff;
}
.contact-info .header-btn a:hover {
  color: #fff;
}
.top_header .navbar-nav .menu-item a {
  color:#fff;
  font-size: 15px;
  margin: 0px 5px;
}
.top_header .navbar-nav .menu-item i {
  color:#fff;
  font-size: 16px;
}
.top-logo {
 text-align: center;
}
.top-logo a {
  display: inline-block;
}
.top-logo a img {
  margin-left: 10px;
  width: 70px;
}
/* Banner Section CSS */
.banner-section {
  width: 100%;
  height: 460px;
  color: #ffffff;
  padding-top: 100px;
  /* background: url(../images/about-banner.png); */
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner-section:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.banner-section .container {
  position: relative;
}
.banner-section h1 {
  padding-bottom: 5px;
  font-family: 'PTSerif-Regular';
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 600 !important;
}
.banner-section h2 {
  font-size: 48px;
  text-transform: uppercase;
}
.banner-section .btn-wrap {
  padding: 20px 0;
}
.bg-shadow {
  background: rgba(0, 0, 0, 0.3);
}
.banner .container {
  position: relative;
}
.banner-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.banner-content h2 {
  color: #ffffff;
  font-size: 48px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.banner-content p {
  color: #ffffff;
  line-height: 26px;
  font-size: 26px;
  margin-bottom: 15px;
}
.banner-content p:nth-child(2) {
  font-size: 48px;
  font-weight: 700;
}
.home .banner-section{
  /* background-image: url('../images/background1.jpg'); */
  height: 610px;
}
.home .gallery-section .catring-title {
  padding-bottom: 40px;
}
 .home .testimonial .catring-title {
  padding-bottom: 30px;
 }
.home .banner-section:before {
  background-color: rgba(0, 0, 0, 0.45);
}
.home .gallery-section .item .item-details {
  opacity: 0;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.home .gallery .item:hover .item-details {
  opacity: 1;
}
.home .gallery .item:hover .item-details:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.07) 50%); 
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.07) 50%); 
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.07) 50%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); 
  vertical-align: bottom; padding-bottom: 30px; 
  vertical-align: bottom; 
  padding-bottom: 30px;
  z-index: -1;
}
.home .owl-carousel .owl-item {
  opacity: 0.5;
  margin-bottom: 20px;
  margin-top: 15px;
  transform: scale(0.7);
  -moz-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.home .testimonial .owl-item {
  padding: 35px 0px;
}
.home .testimonial .owl-item.center {
  padding: 35px;
}
.home .testimonial .owl-item .testimonials-item .rating {
  padding: 10px 0 15px;
}
.home .owl-nav {
  margin-top: 15px;
}
.home .testimonial .owl-item .item .testimonials-item span {
  font-size: 20px;
  line-height: 26px;
  font-family: 'PTSerif-Bold';
}
.home .owl-carousel .owl-item.center {
  opacity: 1;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
/*about section*/
.about-section{
  padding: 100px 0;
  position: relative;
  width: 100%;
  display: inline-block;
}
.about-item {
  display: block;
  overflow: hidden;
  position: relative;
}
.about-section .about-item .pignik-image img {
  width: 100%;
  border-radius: 1px;
  -webkit-border-radius: 1px;
}
.about-item .pignik-image {
  position: relative;
}
.about-item .pignik-image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  z-index: 1;
  border-radius: 1px;
  -webkit-border-radius: 1px;
}
.about-section .about-content {
  padding-left: 10px;
}
.about-item .play-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 65px;
  height: 65px;
  margin: 0 auto;
  font-size: 28px;
  color: #ffffff;
  line-height: 55px;
  border: 5px solid #ffffff;
  content: "";
  text-align: center;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.about-item .play-btn:hover {
  color: #f8c33b;
  border-color: #f8c33b;
}
.event-section{
  padding-top: 0;
}
.table-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.align-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
/*Catering menu*/
 .menu-section{
  padding: 90px 0 100px;
  position: relative;
  width: 100%;
  background: #f5f5f5;
}
.menu-section .catring-title {
  max-width: 650px;
  margin: 0 auto;
}
.catring-title h2 {
  font-size: 36px;
  color: #231f20;
}
.catring-title p {
  font-size: 16px;
  color: #777777;
  font-family: 'PTSerif-Bold';
}
.subpage-title {
  font-size: 48px;
  font-weight: 600;
  text-transform: uppercase;
}
.menu-tab {
  display: block;
  text-align: center;
}
.menu-tab nav {
  display: inline-block;
  background: #fff;
  padding: 0;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin: 25px 0px 60px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .05);
}
.menu-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {   
  border: unset;
  color: #f9c33c!important;
}
.menu-tab .nav-tabs {
  border-bottom: none;
}
.menu-tab .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border: none;
}
.menu-tab .nav-tabs .nav-link {
  padding: 22px 30px;
  margin: 0;
  border: 0px solid transparent;
  background-color: transparent;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.menu-tab .nav-tabs .nav-link:hover, .menu-tab .nav-tabs .nav-link:focus {
  color: #f9c33c;
}
.menu-tab .nav-item{
  color: #000;
  font-size: 16px;
  font-family: 'Muli-Bold';
}
.menu-list {
  display: block;
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.menu-list a {
  display: block;
  padding: 25px 0;
  position: relative;
  z-index: 2;
}
.menu-section .tab-dcs ul li {
  list-style: none;
  position: relative;
  float: left;
  width: 48%;
  background: #fff;
  padding: 15px;
  margin: 0 1% 2%;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.menu-section .tab-dcs ul {
  display: inline-block;
  padding-left: 0px;
}
.menu-d {
  display: inline-block;
  padding-top: 8px;
  width: 100%;
  float: left;
}
.item-title {
  float: left;
  color: #231f20;
  font-family: 'Muli-Bold';
}
.item-rate {
  color: #ad502e;
  font-family: 'Muli-Bold';
  float: right;
}
.view-special {
  display: inline-block;
  width: 100%;
}
/*gallery section*/
.home .gallery-section {
  padding: 80px 0 95px;
}
.home .gallery-section .btn-wrap {
  padding-top: 8px;
}
.gallery-section {
  padding: 90px 0;
  position: relative;
  width: 100%;
  float: left;
  text-align: center;
}
.gallery.row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.gallery-title {
  padding-bottom: 45px;
}
.image-grid {
  width: 100%;
  height: 85%;
  margin-bottom: 15px;
  background-color: #fff;
  overflow: hidden;
}
.image-grid * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.image-grid img {
  width: 100%;
  height: auto;
}
.image-grid figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.image-grid p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.image-grid a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.image-grid:hover > img, .image-grid.hover > img {
  opacity: 0.5;
}
.image-grid:hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.modal-body {
  padding: 0;
}
.modal-open .modal {
  padding-top: 26vh;
  background-color: transparent;
}
/*Free qoute*/
.free-qoute{
  padding: 65px 0 75px;
  position: relative;
  width: 100%;
  float: left;
  color: #fff;
 /* background: url('../images/free-qoute.jpg'); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.free-qoute p, .free-qoute .catring-title h2  {
  color: #fff;
}
.free-qoute .catring-title p {
  font-family: 'Muli-Regular';
}
.free-qoute .table-container1 { 
  display: table; 
  width: 100%; 
  height: 100%; 
  z-index: 99; 
}
.free-qoute .align-container1 { 
  display: table-cell; 
  vertical-align: middle; 
  width: 100%; 
  height: 100%; 
  padding-bottom: 20px;
}
/*testimonials css*/
.testimonial {
  padding: 90px 0 0;
  position: relative;
  width: 100%;
  float: left;
  text-align: center;
}
.home-testimonial{
  background: #fff;
  padding: 50px 25px;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 0 0 70px;
}
.home-testimonial i {
  font-size: 20px;
} 
.home-testimonial .rating {
  padding: 10px 0 15px;
}
.testimonial .slider {
  width: 100%;
  margin: 0px auto;
}
.home-t-image{
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.home-t-image img{
  height: 70px;
  width: 70px;
  border-radius: 100%;
  border: 1px solid #eee;
}
/*Location css*/
.Location{
  margin: 55px 0 90px;
  position: relative;
  width: 100%;
  float: left;
}
.Location .location-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 450px;
  padding: 40px;
  margin: 0 auto;
  background-color: #ffffff;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.Location.place-card {
  display: none;
}
.location-info {
  display: inline-block;
  padding-top: 10px;
}
.location-box a {
  display: block;
  color: #555555;
  padding-bottom: 15px;
  line-height: 26px;
}
.location-box a:last-child {
  padding-bottom: 0;
}
.location-box a:hover {
  color: #f8c33b;
}
/*footer css*/
footer{
  background: #231f20;
  padding-top: 55px;
  color: #777777;
  display: inline-block;
  float:left;
  width: 100%;
}
footer .contactinfo span { 
  padding-right: 5px;
  color:#fff;
  font-family: 'Muli-bold';
}
footer .footer-title {
  font-size: 24px;
  color: #fff;
  padding-bottom: 25px;
  font-family: 'PTSerif-Bold';
}
footer .address {
  width: 65%;
}
footer ul {
  padding-left: 0px;
}
footer ul li {
  list-style: none;
  padding-bottom: 8px;
}
footer ul li p {
  padding-bottom: 0;
}
footer ul li span {
  line-height: 20px;
}
footer .social-icon {
  padding-top: 8px;
}
.social-icon span a {
  color: #fff;
  line-height: 45px;
}
.email-top {
  margin-top: 15px;
}
.copy-right p {
  padding: 0;
  font-size: 14px;
}
.social-icon span a {
  display: inline-block;
  padding: 0 15px;
  margin: 0 5px;
  text-align: center;
  background: #383536;
  font-size: 16px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 1px solid #383536;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.social-icon span a:hover {
  border: 1px solid #ffc423;
  background: #ffc423;
}
footer .col-sm-10.emailinput {
  -ms-flex: 75%;
  flex: 75%;
  max-width: 75%;
  padding-right: 0;
  padding-left: 0;
  float: left;
}
footer .col-sm-2.input-group-append {
  -ms-flex: 25%;
  flex: 25%;
  max-width: 25%;
  padding-right: 0;
  padding-left: 0;
}
footer .top-padding {
  padding-bottom: 35px;
}
.btn-outline-secondary {
  position: relative;
  border-color: #ffc423 !important;
  background-image: url('../images/arrow.png');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  min-width: 50px !important;
  border-radius: 0px !important;
}
.btn-outline-secondary:hover {
  background-image: url('../images/arrow.png');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  border-color: #777!important;
}
footer .col-sm-2.input-group-append input {
  width: 55px;
  float: right;
}
footer .input-group-append .btn, .input-group-prepend .btn {
  border: 2px solid #4f4c4d;
  border-left: transparent;
  text-indent: -9999px;
  height: 55px;
}
footer p {
  color: #777;
}
footer .form-control {
  border-radius: 0;
  -webkit-border-radius: 0;
  background: transparent;
  border: 2px solid #4f4c4d;
  border-right: transparent;
  color: #777777 !important;
  font-weight: 700;
}
.form-control {
  float: left;
  width: 100%;
  background: #f8f6f2;
  border: 1px solid #e1e1e1 !important;
  padding: 5px 20px;
  color: #222222;
  font-size: 14px;
  outline: medium none;
  height: 40px;
  margin-bottom: 12px;
  border-radius: 0;
  -webkit-border-radius: 0;
  border: none;
  box-shadow: none !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.emailinput .email-box{
  border: 2px solid #777 !important;
  height: 55px;
  border-right: transparent !important;
}
[placeholder] {
  color: #222222 !important;
  opacity: 1;
}
.copy-right {
  width: 100%;
  float: left;
  background-color: #332f30;
  padding: 20px 0;
}
.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.copy-right p {
  margin-bottom: 0;
  color: #777;
}
img#techark-logo {
  margin-left: 5px;
}
/*About  Page CSS Start*/
.about .banner-section {
  position: relative;
  width: 100%;
  float: left;
  /*background: url(../images/about-banner.png);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.about .banner-section:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.about .about-section .about-content p {
  line-height: 25px;
}
.about .about-section .about-content p.margin-10 {
  margin-bottom: 10px;
}
.call-us-section {
  padding: 115px 0 105px;
  position: relative;
  width: 100%;
  float: left;
  background: url('../images/call-us-bg.png');
  background-repeat: no-repeat;
  background-position: center;
}
.call-us {
  color: #ffc423 !important;
  font-family: 'Muli-bold';
}
.about .ptb8 {
  padding: 20px 0 15px;
}
.about-testimonials blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\f10d';
  font-family: FontAwesome;
  z-index: 1;
}
.about-testimonials blockquote:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '\f10e';
  font-family: FontAwesome;
  z-index: 1;
}
.about-testimonials .carousel-control.left {
  left: 36%;
}
.about-testimonials .carousel-control {
  font-size: 22px;
  padding: 0px 10px;
  color: #bbb;
}
.about-testimonials .carousel-control:hover {
  font-size: 22px;
  padding: 0px 10px;
  color: #ffc423;
}
.about-testimonials .autor {
  font-size: 20px;
  color: #222222;
   font-family: 'Muli-SemiBold';
}
.about .our-service {
  margin-top:25px;
  padding: 20px 10px 0
}
.about .our-img img {
  background: #fff;
  padding: 15px;
  border-radius: 100%;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}
.about .about-section .about-item {
  margin-bottom: 0;
}
.about .about-section .btn-wrap {
  padding: 15px 0 0;
}
.about .testimonial .gallery-title {
  margin-bottom: 10px;
}
.about .about-section p i {
  font-family: 'Muli-SemiBold';
  color:#333;
}
.about .menu-section .catring-title p {
  font-family: 'Muli-Regular';
}
.about .menu-section .our-decs-service h5 a {
  font-family: 'Muli-Bold';
}
.about .menu-section .our-decs-service h5 a:hover, .about .menu-section .our-decs-service h5 a:focus {
  color: #f8c33b;
}
.about .testimonial {
  padding-bottom: 100px;
}
.about .about-section {
  padding-bottom: 85px;
}
.about .about-section .about-content {
  padding-left: 5px;
}
.about .owl-carousel {
  width: 876px;
  margin: 0 auto;
}
.about .owl-carousel  .owl-item.center {
  box-shadow: none;
}
.about .owl-carousel .owl-item {
  margin-bottom: 5px;
  margin-top: 45px;
}
.about .owl-carousel .owl-nav {
  margin: 0;
}
.about .owl-carousel .owl-item .testimonials-item p {
  position: relative;
}
.about .owl-carousel .owl-item .testimonials-item p:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  content: "";
  z-index: 1;
}
.about .testimonial .owl-item .item .testimonials-item span {
  font-size: 20px;
  line-height: 26px;
  font-family: 'Muli-SemiBold';
  color: #222;
}
.about .testimonial .owl-item .item .testimonials-item p {
  position: relative;
  padding: 0 5px;
  text-align:center;
}
.about .testimonial .owl-item .item .testimonials-item p:before, .about .testimonial .owl-item .item .testimonials-item p:after {
  position: static;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/double-quote.png");
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: bottom;
  content: "";
  z-index: 1;
}
.about .testimonial .owl-item .item .testimonials-item p:before {
  height: 25px;
}
.about .testimonial .owl-item .item .testimonials-item p:after {
  right: 0;
  bottom: 0;
  background-image: url("../images/double-quote.png");
  transform: rotate(180deg)
}
.about .our-service .our-decs-service h5 {
  padding-bottom: 25px;
  font-size: 22px;
  color: #222;
}
.about .rating i {
  font-size: 20px;
}
/*About  Page CSS End*/
/*Catering_Menus Page CSS Start*/
.sub-menu .banner {
  position: relative;
  width: 100%;
  float: left;
  background: url(../images/catering-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 460px;
}
.catering-dcs {
  float: left;
  width: 100%;
  position: relative;
  padding: 85px 0px;
}
.catering-dcs .pb30 {
  padding-bottom: 60px; 
}
.catering-title {
  font-size: 24px;
  line-height: 36px;
  color: #222222;
  font-family: 'Muli-Regular';
}
.pb30 {
  padding-bottom: 30px;
}
.catering-menus .content {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.catering-menus .content-title {
  position: absolute;
}
.catering-menus .content .content-overlay {
  background: rgba(0,0,0,0.9);
  position: absolute;
  height: 90%;
  width: 90%;
  left: 16px;
  top: 16px;
  bottom: 16px;
  right: 16px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border: 1px solid #ffc423;
}
.catering-menus .content:hover .content-overlay {
  opacity: 1;
}
.catering-menus .content-image {
  width: 100%;
}
.catering-menus .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.catering-menus .content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}
.catering-menus .content-details h6 {
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.15em;
  padding-bottom: 0;
  text-transform: capitalize;
  font-family: 'Muli-Regular';
  line-height: 36px;
}
.catering-menus .content-details p {
  color: #fff;
  font-size: 15px;
  padding: 15px 15px;
}
/*Catering_Menus Page CSS End*/
/*Catering_Menus Page CSS Start*/
.gallery {
  float: left;
  width: 100%;
  position: relative;
}
.catering-menuss .balkcarryout {
  padding: 90px 0;
}
.catering-menuss .gallery-title {
  font-family: 'Muli-Regular';
  font-size: 24px;
  color: #222222;
  font-weight: normal;
  padding-bottom: 35px;
}
.gallery-title { 
  font-size: 24px;
  font-family: 'Muli-Regular';
  line-height: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.gallery .item {
   position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.gallery .item .item-details {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  vertical-align: bottom; 
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}
.gallery .item .img-block .lazy {
  width: 100%;
}
.gallery .item:hover .item-details {
  top: 0;
  opacity: 1;
  visibility: visible;
  background-image: url("../images/gallery-overlay.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
/**/
.gallery .content {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.gallery .content-title {
  position: absolute;
}
.gallery .content .content-overlay {
  background-image: url("../images/gallery-overlay.png");
  background-size: 100% 100%;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: 11;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.gallery .content:hover .content-overlay {
  opacity: 1;
}
.gallery .content:hover .content-overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.1) 35%, rgba(255, 255, 255, 0.1) 60%); 
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.1) 35%, rgba(255, 255, 255, 0.1) 60%); 
  background: linear-gradient(to top, rgba(255, 255, 255, 0.1) 35%, rgba(255, 255, 255, 0.1) 60%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); 
  vertical-align: bottom; 
  padding-bottom: 30px;
  z-index: 1;
}
.gallery .content-image {
  width: 100%;
}
.gallery .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 22;
}
.gallery .content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}
.gallery .content-details h6 {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.gallery .content-details p {
  color: #fff;
  font-size: 15px;
  padding: 15px 15px;
}
.btn-search {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.3);
  margin: 5px;
  color: #fff !important;
}
.btn-search:hover, .btn-search:focus {
  color: #efbc39 !important;
}
/*balk carry out css start*/
.balkcarryout {
  float: left;
  width: 100%;
  position: relative;
  padding: 60px 0px;
}
.carry-dcs {
  padding-top: 25px;
}
.balkcarryout .balk-title {
  float: left;
  font-size: 24px;
  color: #222222;
  font-family: 'Muli-bold';  
}
.balkcarryout .balk-rate {
  float: right;
  font-size: 18px; 
  color: #222222;
  font-family: 'Muli-bold';  
}
.balkcarryout .balk-dcs {
  font-size: 15px;
  display: inline-block;
}
.balkcarryout .balkcarry-data {
  padding-bottom: 20px;
}
.Service-Charges {
  text-align: center;
  padding-top: 25px;
  width: 100%;
}
.Service-Charges h3 {
  font-size: 18px;
  font-family: 'Muli-bold';  
  color: #ad502e;
}
.Service-Charges.style-two {
  display: block;
  overflow: hidden;
  padding: 40px 0 50px;
}
.balkcarryout .balk-rate strong {
  font-size: 24px; 
  font-family: 'Muli-bold';  
  color: #ffc423 !important;
}
/*balk carry out css end*/
/*restaurant menu css start*/
.restaurant-main {
  float: left;
  width: 100%;
  position: relative;
  padding: 60px 0px;
  display: inline-block;
}
.res-menu-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 50px;
  font-family: 'Muli-Regular';
  color: #222;
  line-height: 36px;
}
.menu-title {
  font-size: 30px;
  font-family: 'PTSerif-Bold';
  color: #222;
  text-align: center;
  margin-bottom: 40px;
}
.r-menu ul li {
  list-style: none;
  float: left;
  width: 50%;
  margin: 15px 0px;
}
.r-menu ul {
  display: inline-block;
  padding-left: 0px;
}
.r-menu-img {
  float: left;
  width: 18%;
  border: 8px solid #ccc;
}
.r-menu-img img {
  width: 100%;
}
.r-m-data {
 display: inline-block;
  padding: 0px 20px;
  float: left;
  width: 65%;
  margin: 15px 0 0;
}
.r-menu-rate {
  float: left;
  vertical-align: middle;
  border: 2px solid #ccc;
  height: 73px;   
  width: 73px;
  text-align: center;
  border-radius: 100%;
  margin: 15px 0px 0;
}
.r-menu-title {
  font-family: 'Muli-bold';
  font-size: 16px;
  color: #222;
 }
.r-menu-dcs {
  line-height: 22px;
  color: #6d6d6d;
  padding-right: 20px;
}
.r-menu-rate p {
  font-size: 16px;
  padding-bottom: 0px;
  vertical-align: middle;
  line-height: 70px;
  text-align: center;
  font-family: 'Muli-bold';
}
.grilled-chicken {
  background:#f5f5f5;
  padding: 0px 0px 50px;
  float: left;
  width: 100%;
}
.grilled-chicken .r-menu-img {
  float: left;
  width: 18%;
  border: 8px solid #fff;
}
.smoked-beef {
  background:#fff;
  padding: 70px 0px 25px;
  float: left;
  width: 100%;
}
.smoked-beef .r-menu-img {
  float: left;
  width: 18%;
  border: 8px solid #f5f5f5;
}
/*restaurant menu css end*/
/*testimonial-section Start*/
.testimonial-main {
  background-color:#f9f9f9;
  float: left;
  width: 100%;
  position: relative;
  padding: 100px 0;
}
.testimonial-section {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 75px;
  border: 1px solid #ececec;
  position: relative;
}
.testimonial-section:last-child {
  margin-bottom: 0;
}
.testimonial-block {
  padding: 20px 5px;
  margin-bottom: 75px;
  background-color: #ffffff;
  position: relative;
  border: 1px solid #efefef;
}
.testimonial-block:last-child {
  margin-bottom: 0;
}
.testimonial-block img {
  width: 100%;
}
.t-description {
  text-align: justify;
}
.author span {
  display: block;
}
.author-name {
  font-family: 'Muli-bold';
}
.testimonial-block:before {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  font-family: FontAwesome;
  font-size: 18px;
  color: #f9c33c;
  line-height: 46px;
  text-align: center;
  background-color: #ffffff;
  border: 2px solid #f9c33c;
  border-radius: 30px;
  content: "\f10d";
  z-index: 1;
}
/*breadcrumbs css start*/
.breadcrumbs {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 1.125rem;
  list-style-type: none;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li a {
  color: #ffffff;
  font-size: 16px;
}
.breadcrumbs li.separator {
  padding: 0 8px 0 9px;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li {
  display: inline-block;
}
.bread-current{
  color: #f9c33c;
  font-size: 16px;
}
/*breadcrumbs css End*/
.testimonial .carousel-item i {
  font-size: 20px;
}
#gallery .item:hover .item-details {
  background-image: none;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.testimonial-main .t-image img {
  width: 100%;
}
.grilled-chicken.family-bbq .r-menu-title {
  min-height: 40px;
}
.catering-item {
  position: relative;
  margin-bottom: 30px;
}
.catering-menuss .catering-dcs {
  padding: 80px 0;
}
.catering-item:hover .catering-info {
  opacity: 1;
}
.catering-item {
  position: relative;
}
.catering-item:before {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
.catering-item .catering-info {
  text-align: center;  
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  content: "";
  z-index: 5;
}
.catering-item .catering-info .info {
  background: rgba(0,0,0,0.9);
  height: 94.5%;
  width: 94.5%;
  border: 2px solid #ffc423;
  margin: 10px 8px 8px 10px;
  padding: 20px;
  color: #fff;
}
.catering-item:hover .item-name .table-wrap .align-wrap {
  opacity: 0;
}
.catering-menus .catering-info h6 {
  color: #fff;
  font-size: 30px;
  padding-bottom: 0;
  text-transform: capitalize;
  font-family: 'Muli-Regular';
  line-height: 36px;
}
.catering-menus .catering-info p {
  color: #fff;
  font-size: 15px;
  padding: 10px 0 20px;
}
.catering-item .item-name {
  text-align: center;  
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  content: "";
  z-index: 1;
}
.catering-item .item-name .align-wrap {
  font-size: 30px;
  font-family: 'Muli-Regular';
  line-height: 36px;
  color: #fff;
}
.gallery .item-details .table-wrap {
  background: rgba(255, 255, 255, 0.02);
}
/*specials-gallery*/
.specials-gallery {
  width: 100%;
  float: left;
  padding: 90px 0 100px;
}
.width-50 {
  width: 50%;
  float: left;
  padding: 0 15px 30px;
}
.width-25 {
  width: 25%;
  float: left;
  padding: 0 15px 30px;
}
.masonry-item .singal-img {
  position: relative;
  overflow: hidden;
}
.masonry-item .singal-img .overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.masonry-item .singal-img:hover .overlay {
  bottom: 0;
  opacity: 1;
}
.masonry-item .singal-img:hover .overlay .table-container {
  background-image: url(../images/gallery-overlay.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.table-container {
  display: table;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.masonry-item a {
  color: #ffffff;
  font-size: 24px;
  font-family: 'PTSerif-Bold';
  padding-bottom: 50px;
  display: inline-block;
}
.align-container {
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
}
.specials-gallery .gallery-title {
  padding-bottom: 65px;
}
.specials-gallery .btn-wrap {
  padding-top: 40px;
}
.owl-nav {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-top: 25px;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 35px;
  border: none;
  background: none;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.owl-nav .owl-prev:before, .owl-nav .owl-next:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 35px;
  content: "\f104";
  font-family: FontAwesome;
  color: #a9a8a8;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.owl-nav .owl-next:before {
  content: "\f105";
}
.owl-nav .owl-prev:hover:before, .owl-nav .owl-next:hover:before {
  color: #f8c33b;
}
.menu-section .tab-dcs ul li .row [class*="col-"] {
  padding: 0;
}/*
.menu-section .menu-description {
    padding: 22px 5px;
}*/
.menu-section .menu-description {
  display: inline-block;
  width: 100%;
}
.menu-list {
  position: relative;
}
.menu-list:before {
  position: absolute;
  top: 0;
  left: 90px;
  width: 1px;
  height: 100%;
  content: "";
  border-left: 1px solid #e1e1e1;
  z-index: 1;
}
.menu-section .tab-dcs ul li {
  padding: 0;
}
.menu-img {
  text-align: center;
}
.menu-section ul {
  margin-bottom: 0;
}
.catering-dcs .Service-Charges {
  padding-top: 35px;
}
#gallery .catering-dcs .gallery-title {
  font-family: 'PTSerif-Regular';
  color: #777;
}
.special-page .gallery-title {
  color: #222;
}
.restaurant-menu .restaurant-main {
  padding: 100px 0 60px;
}
.restaurant-main ul {
  margin-bottom: 0;
}
.grilled-chicken ul {
  margin-bottom: 0;
}
.menu-d, .item-rate, .item-title {
  padding-bottom: 0;
}
.location-content .location-box h2 {
  padding-bottom: 35px;
}
.item-btn {
  text-align: left;
}
/*contact-form*/
.contact-form {
  width: 100%;
  float: left;
  padding: 90px 0;
}
.contact-form form {
  margin-top: 50px;
}
label {
  font-size: 14px;
  cursor: pointer;
  color: #000;
  margin-bottom: 0;
  font-family: 'Muli-SemiBold';
}
.contact-form .form-control {
  background: transparent;
  border: 2px solid #e1e1e1 !important;
  border-radius: 4px;
  padding: 5px 18px;
}
.contact-form .form-control:focus {
  border: 2px solid #ffc423 !important;
}
.contact-form .dollar-sign {
  position: absolute;
  left: 24px;
  top: 31px;
  z-index: 1;
}
textarea {
  height: 200px !important;
}
/* Popup CSS */
.pignic-popup {
  display: inline-block;
}
.mfp-bg {
 background: rgba(0, 0, 0, 0.85);
 opacity: 1;
}
.mfp-close {
 position: absolute;
 right: 28px;
 top: 30px;
 width: 16px;
 height: 16px;
 padding: 0;
 cursor: pointer;
 opacity: 1;
 z-index: 9999;
}
.mfp-close:active {
 top: 30px;
}
.mfp-bottom-bar {
 display: none;
}
.mfp-bottom-bar a {
 color: #ffffff;
 font-weight: 700;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
 top: -30px;
 right: 0;
 width: 16px;
 padding-right: 0;
}
.mfp-image-holder .mfp-close {
 display: none;
}
.mfp-container {
 padding: 0 25px;
}
.mfp-container .mfp-img {
 padding: 0;
}
.mfp-container .mfp-arrow {
 width: auto;
 height: auto;
 margin: 0;
 color: #ffffff;
 opacity: 1;
 cursor: pointer;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 -webkit-tap-highlight-color: transparent;
 z-index: 9999;
}
.mfp-arrow:after {
 display: none;
}
.mfp-arrow:before {
 display: inline-block;
 margin: 0;
 font: normal normal normal 30px/1.42857143 FontAwesome;
 text-rendering: auto;
 content: "\f104";
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 border: none;
 position: static;
 opacity: 1;
 -webkit-transition: all ease .3s;
 -ms-transition: all ease .3s;
 transition: all ease .3s;
}
.mfp-arrow-left {
 left: 30px;
}
.mfp-arrow-right {
 right: 45px;
}
.mfp-arrow-right:before {
 content: "\f105";
}
.mfp-figure:after {
 display: none;
}
.mfp-close:before {
 position: absolute;
 top: -2px;
 left: 7px;
 width: 2px;
 height: 16px;
 background: #ffffff;
 content: "";
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 z-index: 1;
}
.mfp-close:after {
 position: absolute;
 top: -2px;
 right: 7px;
 width: 2px;
 height: 16px;
 background: #ffffff;
 content: "";
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 z-index: 1;
}
.mfp-container .mfp-img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -os-border-radius: 6px;
  border-radius: 6px;
}
.home .gallery-section .item .item-details .align-wrap {
  display: table;
  vertical-align: inherit;
}
.home .gallery-section .item .item-details .align-wrap .pignic-popup {
  display: table;
  width: 100%;
  height:100%;
}
.home .gallery-section .item .item-details .align-wrap a {
  display: table-cell;
  vertical-align: middle;
}
.specials-gallery .masonry-item .singal-img .overlay .align-container {
  display: table;
  vertical-align: inherit;
}
.specials-gallery .masonry-item .singal-img .overlay .align-container a {
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
  height:100%;
}
/* extra */
.place-card.place-card-large, .gm-style .place-card-large {
    display: block !important;
}
.archive-section .col-md-6 {
    margin: 0 !important;
    display: inline-block;
    vertical-align: top;
    padding-left: 0;
}
.home .banner-section h1{
	text-transform: capitalize;
}
.grecaptcha-badge{
	z-index: 9 !important;
}
.single-menu.postid-287 .menu-section .pull-left {
    width: 100%;
}
h2.menucat {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}
.single-menu .menu-section .col-md-6 span {
    color: #ad502e;
	font-family: 'Muli-bold';
}
.single-menu .menu-section h2{
    text-transform: uppercase;
}
.single-menu .menu-section .col-md-6 {
   /* padding: 0;*/
}
.single-menu .menu-section .col-md-6 .col-md-12 {
    margin: 0 1% 10px;
    background: #fff;
	float: left;
}
.single-menu .menu-section .col-md-6 .pull-right{
    color: #ad502e;
	font-family: 'Muli-Bold';
}
p.item-title a {
    color: #231f20;
    font-family: 'Muli-Bold';
}
.bullet-list li {
    color: #555;
}
#map{
  width:600px;
  height: 500px;
}
/*.testimonials-item p {
  text-overflow: ellipsis;
  line-height: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: hidden;
  max-height: 180px;
  line-height: 25px;
  text-align: justify;
  margin-bottom: 18px;
  -webkit-line-clamp: 7;
}*/
.catering-item .img-block img{
	width: 100%;
}
.home .testimonials-item p {
  text-overflow: ellipsis;
  line-height: 16px;
  display: -webkit-box;
  max-height: 32px;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: hidden;
  max-height: 122px;
  line-height: 25px;
  text-align: justify;
  margin-bottom: 18px;
  -webkit-line-clamp: 5;
letter-spacing: -1px;
}
.btn-wrap.item-btn.text-center.test-btn {
  margin-top: 50px;
}
.col-xs-12.form-block {
  width: 100%;
  float: left;
}
.error-banner, .search-section {
  float: left;
  width: 100%;
  padding: 100px 0;
}
.error-banner h1 span {
  color: #ffc423;
}
.error-banner h1 {
  font-size: 80px;
  color: #000;
  font-weight: 700;
}
span.wpcf7-not-valid-tip {
  display: inline-block;
}
footer .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  float: left;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
}
footer span.wpcf7-not-valid-tip {
  display: inline-block;
}
/*FANCYBOX CSS*/
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { 
  padding: 0; 
  margin: 0;
  border: 0; 
  outline: none; 
  vertical-align: top; 
}
.fancybox-opened { 
  color: #fff; 
  z-index: 8030; 
}
.fancybox-skin { 
  float: left; 
  width: 100% !important; 
  position: relative; 
  padding: 0 !important; 
}
.fancybox-inner { 
  overflow: visible !important; 
  width: auto !important; 
  height: auto !important; 
  position: relative; 
}
.fancybox-inner iframe { 
  position: fixed; 
  left: 0; 
  top: 0; 
  width: 100%; 
  height: 100%; 
}
.fancy-inner { 
  float: left; 
  width: 100%; 
  height: 100%; 
}
.fancy-inner video { 
  position: static; 
  float: left; 
  width: 100%; 
}
.fancybox-close { 
  position: fixed; 
  top: 30px; 
  /*right: 28px;*/ 
  width: 20px; 
  height: 20px; 
  background: url(../images/close-button.png) no-repeat 0 0; 
  background-size: contain; 
  opacity: 0.8; 
  z-index: 8040; 
}
.fancy-bg { 
  float: left; 
  height: 100%; 
  background: #fff; 
}
.fancybox-outer { 
  float: left; 
  width: 100%; 
}
.fancybox-type-iframe .fancybox-inner { 
  -webkit-overflow-scrolling: touch; 
}
.fancybox-error { 
  float: left; 
  width: 100%; 
  padding: 15px; 
  text-align: center; 
}
.fancybox-tmp { 
  position: absolute; 
  top: -99999px; 
  left: -99999px; 
  visibility: hidden; 
  max-width: 99999px; 
  max-height: 99999px; 
  overflow: visible !important; 
}
.fancybox-wrap { 
  position: absolute; 
  top: 0; 
  left: 0; 
  z-index: 8020; 
}
.fancybox-lock { 
  overflow: hidden !important; 
  width: auto; 
}
.fancybox-lock body { 
  overflow: hidden !important; 
}
.fancybox-lock-test { 
  overflow-y: hidden !important; 
}
.fancybox-overlay { 
  position: fixed; 
  top: 0; 
  bottom: 0; 
  left: 0; 
  right: 0; 
  display: none; 
  background: rgba(0, 0, 0, 0.9); 
  z-index: 9999; 
}
.fancybox-nav { 
  position: fixed; 
  top: 50%; 
  width: 15px; 
  height: 35px; 
  background-position:center center; 
  background-repeat: no-repeat; 
  background-size: contain; 
  opacity: 0.6; 
}
.fancybox-nav.fancybox-prev { 
  left: 20px; 
  background-image: url(../images/fancybox-prev.png); 
}
.fancybox-nav.fancybox-next { 
  right: 20px; 
  background-image: url(../images/fancybox-next.png); 
}
.fancybox-title { 
  float: left; 
  width: 100%; 
  padding: 10px 0; 
  color: #fff; 
  text-align: center; 
}
#fancybox-loading { 
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  background: url(../images/ajax-loader.gif) no-repeat 50% 50% #fff; 
  z-index: 8060; 
}
.fancybox-wrap {
  z-index: 99999;
}
.fancybox-image {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -os-border-radius: 6px;  
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: normal !important;
}
.search-section article {
  padding-bottom: 20px;
  font-family: 'Muli-Regular';
  font-size: 15px;
}
.search-section article h2 {
  font-size: 24px;
  font-family: 'PTSerif-Bold';
}
.search-section h1 {
  padding-bottom: 30px;
  font-size: 32px;
}
.single-menu .menu-section.odd-section {
  padding: 50px 0;
}
.single-menu .menu-section.even-section {
  padding: 50px 0;
}
.single-menu .about-section.charges {
  padding: 50px 0 40px;
}
.single-menu .menu-section.odd-section .container .text-center h2 {
  font-size: 28px;
  color: #231f20;
}
.single-menu .menu-section .container .text-center {
  padding-bottom: 40px;
}
.single-menu .menu-section .pull-left {
	width: 60%;
}
.single-menu .menu-section .col-md-6 .pull-right {
	width: 40%;
   	padding-left: 20px;
	text-align:right;
}
.single-menu .menu-section .pull-left, .single-menu .menu-section .pull-right {
  font-size: 14px;
  font-family: 'Muli-SemiBold';
  line-height: 26px;
  color: #231f20;
  padding-bottom: 5px;
  padding-top: 5px;
}
.single-menu .about-section.charges .Service-Charges {
  padding-top: 0;
}
.balkcarryout .gallery-title {
  color: #222222;
}
#nav-profile .menu-list {
  padding: 10px;
}
.menu-list a:hover .item-title {
  color: #f9c33c;
}
.menu-list a:hover .menu-d {
  color: #777777;
}
nav ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background: #efbc39;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    padding: 12px 15px;
    pointer-events: none;
    -webkit-transition: all ease .4s;
  	-ms-transition: all ease .4s;
  	transition: all ease .4s;
}
nav ul li.menu-item-has-children:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
nav ul li.menu-item ul.sub-menu li {
    display: block;
    clear: both;
    height: auto;
    line-height: normal;
    cursor: default;
}
nav ul li.menu-item {
    height: 85px;
    line-height: 65px;
}
nav ul li.menu-item-has-children {
    padding-right: 50px !important;
    cursor: pointer;
}
nav ul li.menu-item-has-children:before {
    position: absolute;
    top: 36px;
    right: 26px;
    z-index: 1;
    content: "";
    width: 1px;
    height: 12px;
    border-left: 1.8px solid #fff;
    transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
}
.navbar-expand-lg .navbar-nav .menu-item ul.sub-menu li a:hover, .navbar-expand-lg .navbar-nav .menu-item ul.sub-menu li a:focus {
    color: #000000;
}
nav ul li.menu-item-has-children:after {
    position: absolute;
    top: 36px;
    right: 18px;
    z-index: 1;
    content: "";
    width: 1px;
    height: 12px;
    border-right: 1.8px solid #fff;
    transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
}

.navbar-expand-lg .navbar-nav .menu-item a {
    display: block;
    clear: both;
}
nav ul li.menu-item ul.sub-menu li {
    padding-left: 0;
    padding-right: 0;
}
.navbar-expand-lg .navbar-nav .menu-item ul li.current-menu-item a {
    color: #000 !important;
}
.single-menu .menu-section.odd-section .row, .single-menu .menu-section.even-section .row {
	-ms-flex-align: start !important;
	align-items: flex-start !important
}
.owl-carousel.owl-drag .owl-item {
 -webkit-user-select: auto;
 -moz-user-select: auto;
 -ms-user-select: auto;
 user-select: auto;
}
#wpls-logo-showcase-slider-1 .wp-post-image, #wpls-logo-showcase-slider-1 .wp-post-image img.wp-post-image {
    max-height: 150px !important;
}

/** Wedding Page **/
.wedding-section{
  padding: 100px 0;
  position: relative;
  width: 100%;
  display: inline-block;
}

.new-listing {
	width: 100%;
	float: left;
	position: relative;
	padding-bottom:40px;
}
.new-listing img {
	width: 100%;
}
.new-listing .item {
	position: relative;
}
.new-listing ul {
	padding: 20px 15px 0;
  list-style-type: none;
}
.new-listing .item-box {
	border: 2px solid #eae8e8;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.new-listing ul li {
	font-size: 15px;
	line-height: 26px;
	color: #777;
	font-family: 'Montserrat',sans-serif;
	font-weight: 500;
}
.new-listing .overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.3);
}
.new-listing .item .overlay .table-container {
  background-image: url("../images/gallery-overlay.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.new-listing .overlay a {
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 25px;
	font-family: 'Playfair Display', serif;
}
.new-listing .overlay .align-container {
	vertical-align: bottom;
}
.new-listing .masonry-item {
	padding-bottom: 0;
}
.new-listing .item-box{
	border: none !important;
	background: #f5f5f5;
}
.new-listing .item-box li .opt-title{
	display: inline-block;
    width: 80%;
}
.new-listing .item-box li .price {
     width: 20%;
    text-align: right;
    display: inline-block;
}
.new-listing .item .overlay .table-container {
    -webkit-transition: background 5s ease-in-out;
    -moz-transition: background 5s ease-in-out;
    transition: background 5s ease-in-out;
}
.new-listing .item-box {
    margin-bottom: 30px;
}

.bullet-list li {
	position: relative;
	padding-left: 30px;
}
.bullet-list li:before {
	position: absolute;
	left: 0;
	top: 6px;
	width: 15px;
	height: 15px;
	content: "";
	background-image: url("../images/arrow-right.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.fancybox-image {
	width: 100%;
}
.fancybox-inner {
	text-align: center;
}
.content-before-options {
	padding: 20px 15px 0;
	font-size: 15px;
	line-height: 26px;
	color: #777;
	font-family: 'Montserrat',sans-serif;
	font-weight: 500;
}
.new-listing .overlay .align-container {
	cursor: default;
}
.our-story .btn-wrap {
	padding-bottom: 0;
}
.wedding-section .masonry-item a { 
  display: table-cell;
}
/** Wedding Page - End **/

/* catering css */
.wedding-catering .row.block-1 .item-price {
  width: 34%;
  display: flex;
  justify-content: space-between;
}
.cstm-sml{
  flex-direction: row;
  margin: 0 0 15px 0;
}
.cstm-sml .dot-line{
  border:none
}
.page-template-wedding-menu .banner-section {
  position: relative;
  background-position: center;
  height: 610px;
}

.page-template-wedding-menu .banner-section:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 42%);
  content: "";
}

.wedding-catering {
  background-image: url(https://mobilepignic.com/wp-content/uploads/2022/01/catering-background.jpg);
  margin: 40px 0;
  color: #fff;
  padding: 50px 0;
  background-size: cover;
}
.wedding-catering h2.cate-title {
  color: #fff;
  margin-bottom: 30px;
  padding: 0;
}
.wedding-catering .row.cstm-sml {
  flex-direction: row !important;
  margin-bottom: 20px;
}
.wedding-catering .row.cstm-sml .dot-line {
  border: none;
}
.wedding-catering .cate-item{
  display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 17px;
}
.wedding-catering p {
  color: #fff;
  font-size: 15px;
  /*padding-bottom: 2px;*/
}
.wedding-catering .dot-line{
    flex: 1;
    border-bottom: 2px dotted;
    margin: 0 15px;
}
.wedding-catering .row.block-1 .item-price.single-price {
  width: 7%;
}
.wedding-catering .cate-item-name {
  text-transform: uppercase;
  font-size: 14px;
}

.wedding-catering .item-price {
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 14px;
}
.wedding-catering .row.block-1 .item-price span {
  max-width: 33.33%;
  flex: 0 0 33.33%;
  text-align: right;
}
.wedding-catering .row.cstm-sml .item-price span {
  text-align: right;
  font-size: 12px;
}
.wedding-catering .row.cstm-sml .item-price span:nth-child(2) {
  position: relative;
  left: 7px;
}
.wedding-catering .img-cover {
  text-align: center;
}
.wedding-catering .row {
  margin: 60px 0;
}
.wedding-catering .row:nth-child(even) {
  flex-direction: row-reverse;
}
.wedding-catering .notes {
  text-align: center;
  margin-bottom: 8px;
}
.wedding-catering .notes a {
  color: #f8c33b;
}
.wedding-catering .notes a:hover {
  color: #777777;
}
.cate-item.col-md-12.no-padding {
  margin-bottom: 2px;
}

@media(max-width:991px){

  .wedding-catering .container{
    max-width: 90%;
  }
  .wedding-catering .cate-item-name {
      font-size: 11px;
  }
  .wedding-catering p {
    font-size: 14px;
    padding: 0;
  }
  .wedding-catering h2.cate-title {
      margin-bottom: 20px;
  }
  .wedding-catering .cate-item {
      margin-bottom: 12px;
  }
  .wedding-catering .item-price{
    letter-spacing: 0px;
    font-size: 12px;
  }
  .wedding-catering p {
    font-size: 12px;
    margin-top: 10px;
  }
}
@media(max-device-width:930px){
  .wedding-catering .row.block-1 .item-price {
    width: 38%;
  }
  .wedding-catering .row.block-1 .item-price span{
    font-size: 12px;
  }
  .wedding-catering p,
  .wedding-catering .item-price {
    font-size: 12px;
  }
  .wedding-catering .dot-line {
    margin: 0 8px;
}

}
@media (orientation:landscape) and (max-device-width: 767px){
.wedding-catering .row.block-1 .item-price span {
  font-size: 10px;
}
.wedding-catering .cate-item-name {
  font-size: 10px;
}
}
@media (orientation: landscape) and (max-device-width: 600px){
  .wedding-catering .cate-item-name {
    font-size: 14px;
}
.wedding-catering .row.block-1 .item-price span {
    font-size: 14px;
}
}
@media(max-width:600px){
  .wedding-catering .dot-line {
    margin: 0 3px;
}
  .wedding-catering {
    margin-top: 0;
  }
  .wedding-catering {
    padding: 10px 0;
}
  .wedding-catering p {
    font-size: 15px;
}
  .wedding-catering .row {
    margin: 50px 0;
}
  .wedding-catering .container {
    max-width: 100%;
}
  .wedding-catering .dot-line {
    margin: 0 8px;
}
  .wedding-catering .img-cover {
    margin-top: 25px;
  }
    .wedding-catering .row:nth-child(even) {
      flex-direction: row;
  }
}

@media(max-device-width:320px){
.wedding-catering .row.block-1 .item-price span {
  font-size: 10px;
}
}



