@import url('css/bootstrap.css');
@import url('css/font-awesome-1/css/font-awesome.css');
@import url('css/owl.carousel.css');
@import url('css/owl.theme.css');
@import url('css/css-plugin-collections.css');
@import url('css/menuzord-rounded-boxed.css');
@import url('css/revolution/css/settings.css');
@import url('css/revolution/css/layers.css');
@import url('css/revolution/css/navigation.css');
@import url('css/gsdk-bootstrap-wizard.css');
@import url('css/demo.css');
@import url('css/animate.css');
@import url('css/prettyPhoto.css');
@import url('css/daterangepicker.css');
@import url('css/bootstrap-select.css');
@import url('fonts/flaticon.css');
@import url('fonts/fonts2/flaticon.css');
/*fonts*/

@font-face {
  font-family: 'Montserrat-Bold';
  src: url(fonts/kiddy.ttf);  
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url(fonts/Montserrat-Regular.ttf);  
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url(fonts/Montserrat-Light.otf);  
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url(fonts/Montserrat-Bold.otf);  
}
@font-face {
  font-family: 'Montserrat-UltraLight';
  src: url(fonts/Montserrat-UltraLight.otf);  
}
@font-face {
  font-family: 'WorkSans-Regular';
  src: url(fonts/WorkSans-Regular.otf);  
}
@font-face {
  font-family: 'WorkSans-Medium';
  src: url(fonts/WorkSans-Medium.otf);  
}

@font-face {
  font-family: 'WorkSans-SemiBold';
  src: url(fonts/WorkSans-SemiBold.otf);  
}

body
{
margin:0;
padding: 0;
font-family: 'WorkSans-Regular';
font-size: 14px;
color: #606062;
    overflow-x: hidden;
}
p
{
	margin: 0px;
}
a , a:hover , a:focus
{
	text-decoration: none;
}
h1, h2,h3,h4,h5
{
    margin-top: 0px;
}
h2
{
    line-height: 30px;
}

.heading-left h2
{
font-family: 'Montserrat-Bold';
color: #fd911d;
text-transform: uppercase;
letter-spacing: 6px;
}
.heading-left h2 span
{
font-size: 15px;
font-weight: 600;
letter-spacing: 6px;
color: #000;
} 
.heading-center
{
    text-align:center;
}
.heading-center h2
{
font-family: 'Montserrat-Bold';
color: #244a33;
text-transform: uppercase;
letter-spacing:5px;
text-align: center;
font-size:30px;    margin-bottom: 10px;
}
.heading-center h2 span
{
font-size: 15px;
font-weight: 600;
letter-spacing: 6px;
color: #000;
    line-height: 25px;
} 
.heading-center h2:last-child
{
  margin-bottom: 30px;
}
.heading-center
{
  z-index: 999;
  position: relative;
}
h2.yellow
{
  color: #feae27;
}








/*===========loader=============*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .preloader .loader .image-1 {
    display: inline-block;
    padding-left: 15px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate;
    -moz-animation-name: rotate;
    -o-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-direction: linear;
    -moz-animation-direction: linear;
    -o-animation-direction: linear;
    animation-direction: linear; }

@-webkit-keyframes rotate {
  0% {
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -webkit-transform: rotate(360deg);
    /* Chrome, Safari, Opera */
    transform: rotate(360deg); }
  100% {
    -ms-transform: rotate(-360deg);
    /* IE 9 */
    -webkit-transform: rotate(-360deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-360deg); } }

@-moz-keyframes rotate {
  0% {
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -webkit-transform: rotate(360deg);
    /* Chrome, Safari, Opera */
    transform: rotate(360deg); }
  100% {
    -ms-transform: rotate(-360deg);
    /* IE 9 */
    -webkit-transform: rotate(-360deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-360deg); } }

@-o-keyframes rotate {
  0% {
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -webkit-transform: rotate(360deg);
    /* Chrome, Safari, Opera */
    transform: rotate(360deg); }
  100% {
    -ms-transform: rotate(-360deg);
    /* IE 9 */
    -webkit-transform: rotate(-360deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-360deg); } }

@keyframes rotate {
  0% {
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -webkit-transform: rotate(360deg);
    /* Chrome, Safari, Opera */
    transform: rotate(360deg); }
  100% {
    -ms-transform: rotate(-360deg);
    /* IE 9 */
    -webkit-transform: rotate(-360deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-360deg); } }

/*========================================*/
/*==============header=====================*/
/*=========================================*/
.header-top {
 padding: 0;
}
.header-top .header-contact {
 
}
.header-top .header-contact  {
  position: relative;
  padding-left: 55px;
}
.header-top .header-contact  i {
  position: absolute; 
  text-align: center;
  left: 0;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background:#245237;
  padding: 0px 10px;
  font-size: 20px ;
  color: #fff;
}
.header-top .info-text a {
  color: #505050;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  display: inline-block;font-family: 'WorkSans-Regular';
}
.header-top .info-text a  b
{
  text-transform: uppercase;
}
.header-top .info-text span {
 display: block;
color: #101010;
line-height: 20px;
text-transform: uppercase;
font-family: 'WorkSans-SemiBold';
font-size: 15px;
}

.header-top .col-md-4:first-child .header-contact {
    float: left;
}
.logo-area
{
    text-align:center;
}
.logo-area img
{
    height: 100px;
    padding:5px 0px;
    
}
.header-contact
{
    padding: 30px 0px;
}



/*========================================*/
/*=========   navbar  =====================*/
/*=========================================*/
.menuzord {
    background: transparent;
   text-align: center;
}
.menuzord-menu
{
    display: inline-block;
    height: 45px;
}
.menuzord-brand
{
    display:none;
}
.menu-section
{
    background: #245237;
}
.menuzord-menu li.active a,  .menuzord-menu li:hover a
{
    background: #fdc049;
}
.menuzord-menu > li > a {
    padding: 0px 25px;
    color: #fff;
    font-family: 'WorkSans-Medium';
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 50px;
    text-transform: uppercase;
}
.menuzord-menu > li {
  padding: 0px 15px;
}
.menuzord-menu ul.dropdown {
    top: 50px;
}
.menuzord-right li
{
  background: #fcb54b;
}
.menuzord-right li a
{
  color: #fff;
}
.menuzord-menu > li.active > a, .menuzord-menu > li:hover > a {
    color: #245237;
}
.menuzord-menu ul.dropdown li a
{
    text-transform: uppercase;
    padding: 10px 15px;
    text-align: left;
    letter-spacing: 1px;
}
.menuzord .menuzord-menu ul.dropdown li:hover > a {
    background: #fcb54b;
    color: #fff;
}

/*===========================================*/
.rev_slider .donation
{
    background:rgba(0,0,0,0.5);    
    border-left:5px solid #f27b34;
}
.rev_slider .donation-1
{
  background:rgba(0,0,0,0.5);    
  border-left: 5px solid #fdc049;
}
.rev_slider .donation h3
{
  font-size: 15px;
  line-height:20px;
  color:#fff;
  padding:10px 15px;
  letter-spacing: 1px;
  font-family: 'Montserrat-Regular';
  letter-spacing:1px;
  text-transform: uppercase;
  background:#f27b34;
}
.rev_slider .donation-1 h3
{
  font-size: 15px;
  line-height:20px;
  color:#222;
  padding:10px 15px;
  letter-spacing: 1px;
  font-family: 'Montserrat-Regular';
  letter-spacing:1px;
  text-transform: uppercase;
  background: #fdc049;
}
.rev_slider .donation h4
{
  font-size: 20px;
  line-height:30px;
  color:#222;
  letter-spacing: 1px;
  font-family: 'Montserrat-Bold';
  letter-spacing:2px;
  text-transform: uppercase;
  background:#f27b34;
}

.rev_slider .donation p, .rev_slider .donation-1 p 
{
  font-size: 14px;
  line-height:25px;
  color:#fff;
  letter-spacing: 1.5px;
  font-family: 'Montserrat-Light';
  font-style: italic;
  padding: 0px 15px;
}
.rev_slider .donation h5, .rev_slider .donation-1 h5 
{
  font-size: 18px;
  line-height:30px;
  color:#fff;
  letter-spacing: 1px;
  font-family: 'Montserrat-Regular';
  padding: 0px 15px;  
  padding-bottom: 15px;
  text-transform: uppercase;
}

.tparrows
{
  background:rgba(0,0,0,0.5);
  width: 60px;
  height: 60px;
  border-radius: 50%;
transition: all 0.3s ease 0s;
}
.tp-rightarrow
{
  left: 97%;
}
.tparrows::before {
    font-family: "revicons";
  
    color: #fff;
    display: block;
    line-height: 60px;
    text-align: center;
}

/*========================================*/
/*========= about us section =====================*/
/*=========================================*/
.about-us-sec
{
  padding: 60px 0px;
  background: #f4f4f4;
  overflow: hidden;
}
.about-us-sec h2
{
  font-family: 'Montserrat-Bold';
  color: #244a33;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 20px;
}
.about-us-sec h2 span
{
  font-size: 18px;
  letter-spacing: 2px;
  color: #000;
  line-height: 20px;
  margin-top: 10px;
  display: inherit;
} 

.about-us-sec p
{
  color: #444444;
  text-align: justify;
  font-size: 14px;
  line-height: 25px;
  font-family: 'WorkSans-Regular';
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  padding-right: 15px;
}
.about-img-block
{
  padding: 0px;
}
.about-img img
{
  position: relative;
  z-index: 999;
  max-height: 310px;
}
.about-img
{
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.about-img:after
{
  content: '';
  position: absolute;
  right: -25%;
  top: 0;
  height: 100%;
  width: 90%;
  border-width: 10px;
  border-style: solid;
  border-color: #ffc20e !important;
}
.read-more-btn
{
  display: inline-block;
  width: 100%;
  margin-top: 23px;
}
.read-more-btn a
{
    background: #244a33;
    padding: 0px 25px;
    border-radius: 23px;
    color: #fff;
    text-transform: uppercase;
    width: 150px;
    display: inherit;
    text-align: center;
    line-height: 45px;
}
.read-more-btn a:first-child
{
    margin-right:10px;
}
#find-us .modal-dialog
{
  max-width:450px;
  margin-top: 10%;
}

.find-us-block a
{
  font-family: 'WorkSans-Semibold';
  font-size:16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #222;
  line-height: 25px;  
  padding: 10px 0px;
  border-bottom: 4px double #222;
  display: inline-block;
}
.find-us-block a:last-child
{
  border: none;
}
.pop-up-modal
{

}
.pop-up-modal .modal-header
{
  padding: 15px;
  border-bottom:none;
  background: #fdc049;
  border-radius: 5px 5px 0px 0px;
}
.pop-up-modal .close {
  position: absolute;
  background: rgb(36, 74, 51);
  opacity: 1;
  color: #fff;
  padding: 0px;
  width: 40px;
  height: 40px;
  right: 5px;
  top: 6px;
}
.pop-up-modal .modal-title
{
  text-align: left;
  line-height: 20px;
  font-family: 'Montserrat-Bold';
  font-size: 20px;color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.pop-up-modal .modal-body
{
  display: inline-block;
}
/*====================================*/
/*========== our menu section=============*/
/*=====================================*/
.home-menu-sec
{
  padding: 60px 0px;
  background: #fdba4c;
}
.menu-top-content {
 display: inline-block;
width: 100%;
}

.our-menu  ul{

  padding: 0px;
}

.our-menu li {
  display: block;
}
ul.menu-ul
{
display: inline-block;
width: 100%;
padding-left: 10px;
margin-bottom: 4px;
}
.our-menu li a 
{
  color: #fff;
  display: block;
  margin-bottom: 0;
  padding: 0px;
  position: relative;
  z-index: 1;
  background: #244a33;
  text-transform: uppercase;
  padding-left: 20px;
  line-height: 49px;
  border-bottom: 1px solid #fdba4c;
  font-size: 15px;
}

.our-menu li.active a {
  color: #ffffff;
}

.our-menu li a::before,
.our-menu li a::after {
  background: #9f2721;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: -1;
}
.soup-block .mn-category-inner
{
    height:auto;
}
.salads-block .mn-category-inner
{
    height:auto;
}



.our-menu li a::after {
  background: transparent none repeat scroll 0 0;
  border-bottom: 24px solid transparent;
border-left: 22px solid #9f2721;
border-top: 24px solid transparent;
  height: 0;
  left: auto;
  opacity: 0;
  right: -22px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center 0;
  transform-origin: left center 0;
  width: 0;
}

.our-menu li.active a::before,
.our-menu li:hover a::before {
  opacity: 1;
}

.our-menu li.active a::after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.menu-content {
 background: #ffdfac;
  padding: 22px;
}

.menu-details {
display: inline-block;
width: 100%;

}
.menu-ul li div
{
  padding-left: 0;
  padding-right: 0;
}
.menu-ul li
{
  list-style: none;
}
.menu-content .tab-content
{
  display: inline-block;
width: 100%;
}
.menu-margin
{
  margin-left: -30px;
}
.menu-ul li 
{
  display: inline-block;
  width: 100%;
}
.menu-ul li p
{
color: #000;
font-size: 14px;
letter-spacing: 1px;
text-transform: uppercase;
line-height: 30px;
}
.menu-details .col-md-6
{
  padding-left: 0;
}
.yellow
{
  color: #fdba4c;
}
.view-more-btn
{
  display: inline-block;
width: 80%;
text-align: center;
margin-top: 45px;
}
.view-more-btn a
{
padding: 10px 25px;
background: #9f2721;
color: #fff;
text-transform: uppercase;
}
.view-more-btn a:hover
{
background: #000;
color: #fff;
}


/*====================================*/
/*=====     home svices    ===========*/
/*===================================*/
.home-services
{

    position: relative;
}

.home-services:before {
    background: url(images/bg.jpg);
    top: 0px;
    right: 0px;
    width: 100%;
    content: " ";
    position: absolute;
    height: 100%;
    opacity: 0.2;
    z-index: -1;
}
.home-services .heading-center h2
{
    text-align:left;
    letter-spacing: 2px;
    text-align:center;
}
.home-services .container
{
    background: #fff;
    padding-top:60px;
    padding-bottom:60px;
}

.home-services-box
{
    text-align: center
}
.home-services-box .img-block
{

    width: 120px;
    height: 120px;
    margin: 0px auto;
    position: relative;
    background: rgb(36, 74, 51);
    border-radius: 50%;
    padding: 30px;
}
.home-services-box .img-block:before
{
    content: " ";
    position: absolute;
}
.home-services-box img
{
    width: 100%;
}
.home-services-box h4
{
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #222;
    text-transform: uppercase;
    font-family: 'Montserrat-Light';
    letter-spacing: 1px;
    margin: 10px 0px;
    margin-bottom: 5px;
}
.home-services-box h4 span
{
display: inline-block;
font-size: 12px;
line-height: 14px;
text-transform: capitalize;
width: 100%;
color: #777;
}

.home-services-box p
{
  font-size: 14px;
  line-height: 25px;
    text-align: center;
}
.home-services-box p span
{
  display: inherit;
}
/*====================================*/
/*========== gallery section=============*/
/*=====================================*/
.home-gallery-sec
{
  padding: 60px 0px 60px 0px;
      position: relative;
}
.home-gallery-sec:before {
    background: url(images/bg.jpg);
    top: 0px;
    right: 0px;
    width: 100%;
    content: " ";
    position: absolute;
    height: 100%;
    opacity: 0.2;
    z-index: -1;
}
.home-gallery-sec img
{
  /*height: 100%;*/
}
.home-gallery-sec .image-content
{
  overflow: hidden;
width: 100%;
position: relative;
z-index: 1;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
padding: 0;
text-align: center;
  margin-bottom: 30px;
}
.image-content:after
{
  content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: rgb(253, 186, 76);
z-index: 2;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}

.image-content:hover:after{
    background:rgba(253, 186, 76,0.8);
    cursor: e-resize;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all linear 0.3s 0s;
    -moz-transition: all linear 0.3s 0s;
    -ms-transition: all linear 0.3s 0s;
    -o-transition: all linear 0.3s 0s;
    transition: all linear 0.3s 0s;
}

.image-content a {
    margin-left: -24px;
    margin-top: -24px;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 3;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 48px;
    height: 48px;
    border:1px solid #ffffff;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; 
    text-align: center;
}
.image-content:hover a{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.image-content a:hover{
    border-radius: 50%;
}
.image-content a i {
    color: rgb(255, 255, 255);
    padding: 16px 0 !important;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.image-content a:hover i{
    animation: 2s linear 0s normal none infinite running rotate-icon;
}
.view-more-btn2
{
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.view-more-btn2 a
{
    padding: 5px 30px;
    background: #244a33;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1.5px;
}
.view-more-btn2 a:hover
{
  color: #000;
  background:#fdba4c;
}


/*+=========facebook posts=========*/
.facebookposts
{
padding: 60px 0px;
background: #000;
}
.outer_post
{
  margin: 0px 25px;
}
.outer_post img
{
width: 100%;

height: 300px;

border-bottom: 1px solid #aaa;
}
.profile-message
{
height: 134px;

overflow: hidden;

padding-top: 10px;
}
.time-ago
{
    border-bottom: 1px solid #aaa;
    text-align: right;
    padding-bottom:5px;
}
.post_desc
{
    background:#fff;
    padding:10px;
}
.facebookposts .heading-center h2
{
    color:#244a33;
}
.facebookposts .heading-center h5 a
{
    color: #4867aa;
}
/*==============================*/
/*=======Customer Reviews=======*/
/*==============================*/
.customer-review-sec
{
 padding: 60px 0px;
background: url(images/clients-say-bg-pattan.png);
background-repeat: repeat; 
position: relative;
z-index: 999;
}
.customer-review-sec:before
{
  content: "";
height: 100%;
width: 100%;
position: absolute;
background: #ffe0aa;
opacity: 0.8;
top: 0;
}
#customer-testimonial .info-box
{
  display: inline-block;
  position: relative;
  top: -2px;
  left: 2px;
}
#customer-testimonial .img-box 
{
 display: inline-block;
}
#customer-testimonial .img-box img
{
      margin-top: 29px;
    margin-left: 22px;
    position: relative;
    height: 100px;
border-radius: 50%;
border: 2px solid #feae27;
}
#customer-testimonial .testimonial-authore
{
      display: inline-block;
    position: relative;
    top: -32px;
    left: -2px;
}
#customer-testimonial .testimonial-authore h3
{
     font-size: 20px;
position: relative;
top: 64px;
left: 8px;
color: #222222;
z-index: 999;
text-transform: uppercase;
letter-spacing: 1px;
}
#customer-testimonial .slide-text
{
   position: relative;
margin: 42px 0px 0px 0px;
background: #ffffff;
padding: 20px;
border-radius: 5px;
box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.06);
border: 2px solid #feae27;
}
#customer-testimonial .slide-text:before
{
      content: '';
    position: absolute;
    top: -12px;
    left: 39px;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 31px solid transparent;
    border-top: 21px solid #fff;
    transform: rotate(64deg);
}
#customer-testimonial .slide-text p
{
      margin-top: 12px;
    margin-bottom: 25px;
    font-size: 14px;
    color: #000;
    line-height: 26px;
    margin-left: 4px;
}
#customer-testimonial .item
{
  padding-left:15px;
  padding-right: 15px;
}
#customer-testimonial .slide-text:after
{
 content: "";
position: absolute;
border: 1px solid #feae27;
top: -16px;
left: 43px;
width: 0;
height: 0;
border-left: 29px solid #feae27;
border-right: 3px solid #feae27;
transform: rotate(103deg); 

}
#customer-testimonial .slide-text p:after
{
content: "";
position: absolute;
border: 1px solid #feae27;
top: -16px;
left: 54px;
width: 0;
height: 0;
border-left: 29px solid #feae27;
border-right: 3px solid #feae27;
transform: rotate(65deg);
}

#customer-testimonial   .owl-buttons div
  {
    border-radius: 0px;
    width: 40px;
    height: 40px;
    line-height: 33px;
    font-size: 20px;
    background: #222;
    color: #FFF;   
    -webkit-transition:0.2s all ease-in-out;
    -moz-transition:0.2s all ease-in-out;
    -o-transition:0.2s all ease-in-out;
    transition:0.2s all ease-in-out;
  }

#customer-testimonial .owl-buttons .owl-prev
  {
    float: left;
    position: absolute;
    top: 40%;
    left: -48px;transition: all .9s ease;
  }
#customer-testimonial .owl-buttons .owl-next
  {
    float: left;
    position: absolute;
    top: 40%;
    right: -48px;transition: all .9s ease;
  }
#customer-testimonial :hover .owl-buttons .owl-prev
  {
    left: 10px;
    opacity: 1;
  }
#customer-testimonial :hover .owl-buttons .owl-next
  {
    right: 10px;
    opacity: 1;
  }

  .view-more-btn3
{
  display: inline-block;
  width: 100%;
  text-align: center;
margin-top: 45px;
position: relative;
}
.view-more-btn3 a
{
 padding: 10px 25px;
background: #244a33;
color: #fff;
text-transform: uppercase;
position: relative;
}
.view-more-btn3 a:hover
{
  background:#000;
}
/*==============================*/
/*============footer============*/
/*==============================*/
footer
{
	background:url('images/footer-bg.jpg');
	background-size: cover;
	padding: 40px 0px;
	border-top: 5px solid #feae27;
	position: relative;
	
}

.footer-block h4
{
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: 'Montserrat-Bold';
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	letter-spacing: 2px;text-transform: uppercase;
}

.footer-block p 
{
    line-height: 25px;
    margin-top: 0px;
    color: #fff;
    margin-bottom: 0px;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.footer-block p  span
{
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  font-size: 16px;
}
.footer-contact {
	float: left;
}

.footer-contact div:first-child 
{
    padding-top: 0px;
   
}
.footer-contact div:last-child 
{
    padding-bottom: 0px;
}
.footer-contact div 
{
  padding: 15px 0px;
  float: left;
  width: 100%;
}
.footer-contact  h5
{
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.footer-contact p 
{
  margin-left: 0px;
  line-height: 25px;
  margin-top: 0px;
  color: #fff;
  margin-bottom: 0px;
  font-size: 14px;
  letter-spacing: 0.3px;
}
.footer-block .dishes
{
  float: left;
  margin:0;
  padding:0;
}
.footer-block .dishes li
{
  list-style: none;
}
.footer-block .dishes li a
{
  position: relative;
  display: inline-block;
  padding-left: 25px;
  text-decoration: none;
  color: #FFF;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 37.5px;
}
.footer-block .dishes li:last-child a
{
  margin-bottom: 0;
}
.footer-block .dishes li a:before
{
content: "\f0c8";
font-family: "FontAwesome";
font-size: 18px;
position: absolute;
left: 0;
top: 0;
color: #feae27;
font-size: 13px;
}
.phone-no p
{
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
  padding-bottom: 20px;
}

.opening-hours p
{
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1px;
}
.opening-hours p span
{
  display: inline-block;
  width: 100%;

}
.scroll-top-wrapper {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        text-align: center;
        z-index: 99999999;
        background-color: #333;
        color: #eeeeee;
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: 30px;
        bottom: 30px;
        transition: all 0.5s ease-in-out;
    }
    .scroll-top-wrapper:hover {
        background-color: #84C125;
        color: #fff;
    }
    .scroll-top-wrapper.show {
        visibility:visible;
        cursor:pointer;
        opacity: 1.0;
    }
    .scroll-top-wrapper i{
        line-height: inherit;
        font-size: 24px;
    }
.copy-right
{
  background: #000;
  color: #fff;
}
  .copy-right p
  {
    color: #fff;
    font-family: Montserrat-Regular;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 30px;
    padding: 10px 0px;
  }
.footer-media
{
  float: right;
  margin-top: 10px;
}
.footer-media li
{
  float: left;
list-style: outside none none;
}
.footer-media li a
{
  background: #feae27  none repeat scroll 0 0;
  border-radius: 0%;
  color: #222;
  display: block;
  height: 33px;
  line-height: 33px;
  margin-right: 15px;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
  width: 35px;
}

.mobile-screen-footer
{
    background-color: #fdbf2a;
    float:left;    
    position: fixed;
    z-index: 999;
    bottom: 0px;
    display:none;
    width:100%;border-radius: 25px 25px 0px 0px;
}
.mobile-footer-box
{
  width: 33.33%;
  float: left;
  text-align: center;
  padding: 5px;
  border-left: 2px solid #fff
}
.mobile-footer-box:first-child
{
    border-left:0px;
}
.mobile-footer-box a
{
  display:inline-block;
  width:100%;
  text-decoration: none
    
}
.mobile-footer-box  img
{
    width:20px;
    margin:0px auto;
}
.mobile-footer-box  h5
{
    font-size: 12px;
    margin: 5px 0px 0px 0px;
    color: #fff;
    line-height: 15px;
    text-transform: uppercase;
}
#call-us .modal-dialog, #menu-book .modal-dialog, #call-us .modal-dialog
{
  max-width:450px;
  margin:0px auto;
  margin-top: 10%;
}

.google-map-block a, .call-us-block a
{
  font-family: 'WorkSans-Semibold';
  font-size:16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #222;
  line-height: 25px;  
  padding: 10px 0px;
  border-bottom: 4px double #222;
  display: inline-block;
  width:100%;
}
/*
.google-map-block a span
{
  width: 100%;
  display: inline-block;
  padding-left: 20px;
}
*/
.call-us-block a span
{
  width: 100%;
  display: inline-block;
}
.google-map-block a:last-child, .call-us-block a:last-child 
{
  border: none;
}
/*==============================*/
/*=========page banner==========*/
/*==============================*/
.page-banner {
    background-image: url("images/banner-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;   
    position: relative;
    text-align: left;
    z-index: 1;
    padding-top: 30px;
    padding-bottom: 10px;
    background-position: 0 30%;
    border-bottom:1px solid;
}
.page-banner::before {
  background-color:rgb(255, 255, 255);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  z-index: -1;
}

.page-banner  h3 {
  color: #333;
  font-family: 'Montserrat-UltraLight';
  font-size: 30px;
  letter-spacing:5px;
  margin-top: 0;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.page-banner  .breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  display: inline-block;

}
.page-banner  .breadcrumb li, 
.page-banner  .breadcrumb li a {
  color: #333;
  font-family: 'Montserrat-Light';
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 2px; line-height: 25px;
  text-transform: uppercase;
}
.page-banner .banner-content .breadcrumb li a:hover {
  color: #fbd744;
}
.page-banner .banner-content .breadcrumb > li + li::before {
  color: #333;
    content: "|";
    padding: 0 10px;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #222;
    content: "/\00a0";
}
/*==============================*/
/*==========about us Page========*/
/*==============================*/
.about-page-section
{
  padding: 60px 0px;
}
.about-page-img
{
  text-align:center;
}
.about-page-img img
{
  max-width: 380px;
  width:100%;
  border-radius: 50%;    
  margin: 0px auto;
}
.about-img-bottom
{
    padding:20px;    
    text-align: center;
}
.about-img-bottom p
{
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    font-style: italic;
}
.about-img-bottom p span
{
    color:#a91e0f;
}
.about-img-bottom h4
{
   font-family: "Montserrat-Bold";
   font-size:20px;
   line-height:30px;
   margin-top:15px;letter-spacing: 0.5px;
   text-transform: capitalize;
}
/*
.about-page-img:hover img
{

    -webkit-transform: scale(1.2);
    transform: scale(1.2); 
}
.about-page-img:before
{
position: absolute;
content: '';
left: 0px;
top: 0px;
right: 0px;
bottom: 0;
z-index: 10;
outline: 4px solid #fcb54b;
outline-offset: -42px;
}*/
.about-sec-title
{
 
}
.about-sec-title h2
{
font-family: 'Montserrat-Bold';
color: #244a33;
text-transform: uppercase;
letter-spacing: 5px;
text-align: left;
font-size: 30px;
line-height: 30px;
margin-bottom: 20px;
}
.about-sec-title h2 span
{
font-size: 18px;
letter-spacing: 4px;
color: #000;
line-height: 20px;
margin-bottom: 10px;
display: inherit;
}

.about-page-text p
{
  color: #444444;
  font-size: 15px;
  line-height:30px;
  font-family: 'WorkSans-Regular';
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.about-page-text ul
{
	padding-left: 0px;
	list-style: none;
	margin: 0px auto;
	margin-bottom: 10px;
}

.about-page-text ul li
{
    line-height: 45px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    letter-spacing: 0.5px;
    border-bottom:1px solid #eceaea;
    margin:0px;

}
.about-page-text ul li:last-child
{
	margin-bottom: 0px;
	border:none;
}
.about-page-text ul li::after {
    position: absolute;
    content: "\f0c8";
    top: 0px;
    font-size:10px;
    left: 5px;
    font-family: FontAwesome;
    color: #b28439;
}
.vision-mission-sec
{
  padding-bottom: 60px;
}
.vm-heading h4
{
text-transform: uppercase;
color: #244a33;
font-size: 30px;
line-height: 25px;
margin-bottom: 30px;
}
.vm-heading h4:before
{
 content: "";
position: absolute;
height: 3px;
width: 13%;
top: 35px;
background: #244a33;
left: 22px; 
}
.vision-mission-sec p
{
    color: #444444;
text-align: justify;
font-size: 14px;
line-height: 25px;
font-family: 'WorkSans-Regular';
margin-bottom: 10px;
letter-spacing: 0.5px;
}
.our-services-sec
{
  background: #eee;
  padding: 60px 0px;
}

.our-services-sec .serv-main-sec
{ 
  margin: 20px 0px 0px 0px;
  background: #244a33;
}

.our-services-sec .service-sec{ 
 border: 4px double #fff;
padding: 10px; 
   text-align: center;
}
.our-services-sec .service-sec h6
{     
margin: 15px 0 0 0;
color: #fff;
font-size: 20px;
line-height: 25px;
}
.our-services-sec .service-sec p
{ 
  margin: 5px 0 0 0;
}
.our-services-sec .service-sec a{
 margin: 32px 0 0 0; 
 background-color: #fff; 
 border: solid 1px #dbdbdb; 
 color: #5d5d5d; 
 text-transform: uppercase;
  font-size: 14px;
 padding: 10px 20px; 
 display: inline-block;
}
.our-services-sec .service-sec a:hover{
 background:#000;
  color:#fff; 
  border:solid 1px #000;
}
.our-services-sec .service-sec img{
 font-size: 70px;
width: 120px;
height: 120px;
padding: 10px;
  display: inline-block;
   -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.our-services-sec .service-sec:hover img
{
   -webkit-transform: scale(1.2);
    transform: scale(1.2); 
}
.our-services-sec .serv-main-sec:hover
{
  background:#f27b34; 
}


/*=================================*/
/*===========menu page=============*/
/*=================================*/
.starter-salad-sec
{
  padding: 60px 0px;
  display: inline-block;
  width: 100%;
  position: relative;

}
/*.starter-salad-sec:before
{
  content: "";
background: url(images/veg-soup.png);
background-repeat: repeat;
background-size: auto auto;
position: absolute;
left: 0px;
bottom: 0px;
width: 20%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
z-index: -1;
}
.starter-salad-sec:after
{
content: "";
background: url(images/buttermilk.png);
    background-repeat: repeat;
    background-size: auto auto;
position: absolute;
right: 0px;
top: 0px;
width: 20%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
z-index: -1;
}*/
.menu-heading h4
{
font-family: 'Montserrat-Bold';
color: #fff;
text-transform: uppercase;
letter-spacing: 5px;
text-align: left;
font-size: 20px;
line-height: 35px;
margin-bottom: 20px;
font-weight: 600;
position: relative;
}

.starter-salad-sec
{
  padding: 60px 0px;
display: inline-block;
width: 100%;
}
.starter-salad-sec p
{
font-size: 16px;
line-height: 45px;
text-transform: uppercase;
color: #fff;
}
.menu-img
{
    
}
.menu-img img
{
    margin-bottom:30px;
}
.menu-img img:last-child
{
 margin:0px auto;   
}
.menu-bottom img
{
    margin-bottom:30px !important;
}
.menu-img-1 img
{
    margin-bottom:35px !important;
}
.menu-img-1 img:last-child
{
   margin-bottom:0px !important; 
}
.soupbg, .saladbg, .kathiawadibg, .tavabg, .punjabibg, .tandoorbg, .chinesebg, .basmatibg, .icecreambg
{
    background: url(images/soup.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 30px;
    position: relative;
    margin-bottom: 30px;
}
.soupbg:before, .saladbg:before, .kathiawadibg:before, .tavabg:before, .punjabibg:before, .tandoorbg:before, .chinesebg:before, .basmatibg:before, .icecreambg:before
{
position: absolute;
content: "";
width: 100%;
height: 100%;
background:#000;
opacity: 0.7;
top: 0;
left: 0;

}
.soupbg:after, .saladbg:after, .kathiawadibg:after, .tavabg:after, .punjabibg:after, .tandoorbg:after, .chinesebg:after, .basmatibg:after, .icecreambg:after
{
position: absolute;
content: '';
left: 0px;
top: 0px;
right: 0px;
bottom: 0;
z-index: 10;
outline: 4px solid #fcb54b;
outline-offset: -13px;
}
.saladbg
{
  background: url(images/salad.jpg);
  background-size: 100% 100%;
}
.kathiawadibg
{
 background: url(images/kathiawadi.jpg);
  background-size: 100% 100%;
}
.tavabg
{
 background: url(images/tava.jpg);
  background-size: 100% 100%;
}
.punjabibg
{
background: url(images/punjabi.jpg);
  background-size: 100% 100%;
}
.tandoorbg
{
background: url(images/tandoor.jpg);
  background-size: 100% 100%;
}
.chinesebg
{
 background: url(images/chinese.jpg);
  background-size: 100% 100%; 
}
.basmatibg
{
  background: url(images/basmati.jpg);
  background-size: 100% 100%; 
}
.icecreambg
{
   background: url(images/icecream.jpg);
  background-size: 100% 100%; 
}


/*==============================*/
/*==========menu Page2========*/
/*==============================*/
.menu-pg-sec
{
      padding: 60px 0px;
}
      .mn-category{
      padding:20px;
      position:relative;
      background:#f3c76f;
     
      
}

.menu-pg-sec .row
{
      margin-bottom: 30px;
      border-bottom: 4px double #000;
      padding-bottom: 40px;
}

.mn-category .mn-category-inner{
      background:#333;
      border:4px double #f3c76f;
      padding:20px;
}
.title{
      margin:0px;
      line-height:1.1;
}
 .title h3{
      font-family: 'Montserrat-Bold';
color: #244a33;
text-transform: uppercase;
letter-spacing: 2px;
text-align: left;
font-size: 25px;
line-height: 35px;
margin-bottom: 20px;
font-weight: 600;
position: relative;
text-align: center;
margin-bottom: 40px;
}
.gallery-item .image-content
{
       overflow: hidden;
width: 100%;
position: relative;
z-index: 1;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
padding: 0;
text-align: center;
  margin-bottom: 30px;
}
.gallery-1 .gallery-item:last-child .image-content
{
  margin-bottom: 0;
}
.gallery-item .image-content img
{
      width: 100%;
}
.mn-category .mn-category-inner .list-ul
{
      padding-left: 0;
}

 .993-inline
{
    display:none;
}
.mn-category .mn-category-inner .list-ul li{
      border-bottom:1px dashed #666;
      padding:11px 0px;
      list-style: none;
}
.mn-category .mn-category-inner .list-ul li a
{
      color: #fff;
      text-transform: uppercase;
}
.mn-category .mn-category-inner .list-ul li > span{
      float:right;
      color: #fff;
}

/*
.icecream, .basmati, .tava

{
      height: 314px;
}
.chinese
{
      height: 250px;
}
.punjabi
{
height: 186px;
}
.salad
{
  height: 227px;    
}
.kathiawadi
{
      height: 228px;
}
.soup
{
height: 207px;
}*/


/*==============================*/
/*==========gallery Page========*/
/*==============================*/
.gallery-page-sec
{
  padding: 60px 0px ;
}
.gallery-page-sec h2 , .gallery-page-sec-1 h2
{
    text-transform: uppercase;
    color: #244a33;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
    padding-left:15px;
}
.gallery-page-sec img
{

width: 100%;
}
.image-content
{
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    padding: 0;
    text-align: center;
    margin-bottom: 30px;
}
.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  padding:0px 0px;
  background:#fff;
  z-index:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.fixed-header .sticky-header
{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;   
}
.photo-gallery-nav ul
{
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    text-align: center;
}
.photo-gallery-nav ul li
{
    float: none;
    display: initial;
}
.photo-gallery-nav ul li a
{
    color: #222;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 0px 20px;
    font-family: 'WorkSans-Medium';
    font-size: 14px;
    line-height: 50px;
}
.photo-gallery-nav ul li a b
{
  display: none;
}

.photo-gallery-nav ul li a.active
{
  background: #000;
}

/*==============================*/
/*=========testimonial page=======*/
/*==================================*/
.testimonials-page-sec 
{
  padding: 60px 0px 30px 0px;
}

.testimonials-page-sec .info-box
{
  display: inline-block;
  position: relative;
  top: -2px;
  left: 2px;
}
.testimonials-page-sec .img-box 
{
 display: inline-block;
}
.testimonials-page-sec .img-box img
{
      margin-top: 0;
    margin-left: 22px;
    position: relative;
    height: 100px;
border-radius: 50%;
border: 2px solid #feae27;
}
.testimonials-page-sec .testimonial-authore
{
      display: inline-block;
    position: relative;
    top: -32px;
    left: -2px;
}
.testimonials-page-sec .testimonial-authore h3
{
     font-size: 20px;
position: relative;
top: 64px;
left: 8px;
color: #222222;
z-index: 999;
text-transform: uppercase;
letter-spacing: 1px;
}
.testimonials-page-sec .slide-text
{
   position: relative;
margin: 42px 0px 0px 0px;
background: #ffffff;
padding: 20px;
border-radius: 5px;
box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.06);
border: 2px solid #feae27;
}
.testimonials-page-sec .slide-text:before
{
      content: '';
    position: absolute;
    top: -12px;
    left: 39px;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 31px solid transparent;
    border-top: 21px solid #fff;
    transform: rotate(64deg);
}
.testimonials-page-sec .slide-text p
{
      margin-top: 12px;
    margin-bottom: 25px;
    font-size: 14px;
    color: #000;
    line-height: 26px;
    margin-left: 4px;
}
.testimonials-page-sec .item
{
  padding-left:15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.testimonials-page-sec .slide-text:after
{
 content: "";
position: absolute;
border: 1px solid #feae27;
top: -16px;
left: 43px;
width: 0;
height: 0;
border-left: 29px solid #feae27;
border-right: 3px solid #feae27;
transform: rotate(103deg); 

}
.testimonials-page-sec .slide-text p:after
{
content: "";
position: absolute;
border: 1px solid #feae27;
top: -16px;
left: 54px;
width: 0;
height: 0;
border-left: 29px solid #feae27;
border-right: 3px solid #feae27;
transform: rotate(65deg);
}

.testimonials-page-sec   .owl-buttons div
  {
    border-radius: 0px;
    width: 40px;
    height: 40px;
    line-height: 33px;
    font-size: 20px;
    background: #222;
    color: #FFF;   
    -webkit-transition:0.2s all ease-in-out;
    -moz-transition:0.2s all ease-in-out;
    -o-transition:0.2s all ease-in-out;
    transition:0.2s all ease-in-out;
  }


/*=================================*/
/*==========book now page==========*/
/*=================================*/
.book-now-page-sec
{
  padding:60px 0px;
}
.book-now-page-sec h2
{
  font-size: 30px;
letter-spacing: 2px;
line-height: 30px;
margin-bottom: 20px;
font-family: 'Montserrat-Bold';
color: #244a33;
text-transform: uppercase;
padding-left: 15px;
}
.book-now-img 
{
border: 3px solid #f27b34;
overflow: hidden;
display: inline-block;
width: 100%;
}
.book-now-img img
{

  -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.book-now-img:hover img
{
   -webkit-transform: scale(1.2);
    transform: scale(1.2); 
}
.daterangepicker td.active, .daterangepicker td.active:hover
{
  background-color: #fcb54b;
}
/*==============================*/
/*==========contact Page========*/
/*==============================*/
.contact-page-sec
{
  padding: 60px 0px;
}
.contact-bg
{
  background-size: cover;
}
#content-carousel .carousel-indicators {
    position: relative;
    margin: 0px;
    text-align: left;
    left: 0;
    width: 100%;
    bottom: 0;
    margin-bottom: 5px;float: left;
}
#content-carousel .carousel-indicators > li {
  display: block;
  position: relative;
  float: left;
  text-indent: 0;
  padding:0px 20px;
  text-align: center;
  border: none;
  border-radius: 0;
  color: #222;
  font-weight: 400;
  line-height: 50px;
  width: auto;
  height: auto;
  text-transform: uppercase;
  background: #fff;
  margin: 0px;
  margin-right: 10px;
  font-size: 15px;
  font-family: 'WorkSans-Semibold';
  letter-spacing: 1.5px;
  box-shadow: inset 0px 0px 2px rgba(0,0,0,0.5);
}
#content-carousel .carousel-indicators > li:last-child
{
  margin: 0px;
}
#content-carousel .carousel-indicators li.active 
{
  background: #fdc049;
  color: #245237;
  box-shadow: inset 0px 0px 1px rgba(0,0,0,0.5);
}
.content-block
{
  padding: 20px;
  background: #245237;
}
.content-box 
{
  padding-bottom: 9px;
  padding-top: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}
.content-box:first-child
{
  padding-top: 0px;
}
.content-box:last-child
{
  padding-bottom: 0px;
  border-bottom: none;
}

.content-box h3 
{
  font-size: 18px;
  color: #fff;
  text-align: left;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-family: 'WorkSans-Semibold';
}
.content-box p 
{
  margin-left: 0px;
  line-height: 25px;
  margin-top: 0px;
  color: #fff;
  margin-bottom: 0px;
  text-align: left;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.content-box  p span
{
  display: inherit;
}
.line-height-1 p
{
  line-height: 25px;
}
.contact-from-section
{
  padding-top: 40px;
  padding-bottom: 50px;
  background: #f5f5f5;
}

.contact-block
{
  margin-bottom: 10px;
}

.contact-from-block h2, .contact-block h2
{
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 20px;
  font-family: 'Montserrat-Bold';
  color: #244a33;
  text-transform: uppercase;
  padding-left: 15px;
}
.contact-from-block h2 span, .contact-block h2 span
{
  display: inherit;
  font-size: 24px;
}
.contact-block h2
{
   padding-left: 0px; 
}
.form-control 
{
  border: 1px solid  rgba(0,0,0,0.2);
  padding: 0px 10px;
  border-radius: 0;
  margin-bottom:0px;
  height: 40px;
  font-size: 12px;
  font-family: 'Montserrat-Light';  
  letter-spacing: 1px;color: #888
}
.contact-from textarea.form-control
{
  height: 100px;
  padding: 10px 10px;
}
.contact-from .captcha label 
{
  width: 35%;
  float: left;
}

.contact-from .captcha input[type="text"]
{
  width: 65%;
  float: left;
}
.contact-from input[type="submit"] 
{
  padding: 0px 50px;
  border: none;
  color: #244a33;
  border-radius: 0;
  margin-top: 0;
  line-height: 45px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 15px;
  font-family: 'WorkSans-Medium';
  background: #fcb54b;
}

.contact-from input[type="submit"]:hover
{
background: #244a33;
color: #fff;
}

.menu-btn
{
  position: absolute;
  top: -50px; 
}
.menu-btn a 
{
  background: #feae27;
  padding: 0px 20px;
  font-size: 18px;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
}
.menu-btn a:after 
{
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: -40px;
  top: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0px 0px 50px 40px;
  border-color:transparent transparent #feae27 transparent;
}
.menu-btn a:before 
{
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  right: -40px;
  top: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0px 40px 50px 0px;
  border-color: transparent transparent #feae27 transparent;
}
.google-map iframe
{
  width: 95%;
  height: 320px;
  border: 5px solid #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  margin-top: 5px;
  border-radius: 5px;
}
/*==============================*/
/*==========Media Screen========*/
/*==============================*/
@media screen and (max-width: 1200px) {
  .photo-gallery-nav ul 
  {
    padding: 0px;
  }
  .photo-gallery-nav ul li a
  {
    letter-spacing: 0px;
  }
.about-img::after {
  right: -27%;
}
.mn-category .mn-category-inner .list-ul li
{
  font-size: 11px;
}
.salads-block .mn-category-inner
{
        height: 400px;
}
.soup {
    height: 189px;
}
.salad {
    height: 208px;
}
.kathiawadi {
    height: 209px;
}
.opening-time
{
    min-height:270px;
}
.tava {
    height: 293px;
}
.punjabi {
    height: 165px;
}
.chinese {
    height: 228px;
}
.tandoor
{
  height: 293px;
}
.icecream, .basmati
{
  height: 293px;
}
}

@media screen and (max-width: 993px) {
    .menuzord-menu
{
    display: inline-block;
    height:auto;
}
.photo-gallery-nav ul li a
{
  font-size: 10px;
}
.menu-img-block, .menu-img img
{
    display:none;
}
.993-inline
{
    display
}
.salads-block .mn-category-inner
{
    height:auto;
}
.footer-gal img {
  height: auto;
  }
  .menu-section
  {
    background: #fff;
  }
  .menuzord .showhide em
  {
    background: #245237;
  }
  .opening-time .contact-box {
    padding-top: 30%;
}
  .menuzord-responsive .menuzord-brand
  {
      height:100px;    display: inherit;
  }
  .menuzord-responsive .menuzord-brand
  {
    margin: 0;
    padding:5px 20px;
  }
  .menuzord-brand img
  {
      max-height:90px;
  }
  .menuzord-menu > li > a
  {
    line-height: 40px;
  }
  .menuzord-responsive .menuzord-menu > li > a
  {
      color:#333;
  }
  .menuzord-menu li.active a, .menuzord-menu li:hover a
  {
      color:#fff;
  }
  .header-top
  {
      display: none;
  }
.icecream, .basmati, .tandoor, .tava, .chinese, .punjabi, .salad, .kathiawadi, .soup
{
height:100%;
}
.gallery-1 .gallery-item:last-child .image-content
{
  margin-bottom: 30px;
}
.mn-category
{
  margin-bottom: 30px;
}
.opening-time {
    min-height: 245px;
}
.mn-category .mn-category-inner .list-ul li
{
  font-size: 16px;
}
.menuzord-responsive .menuzord-menu > li > a
{
        padding: 0px 15px !important;
}
.menuzord-right li 
{
        background: transparent;
}

.menuzord-right li a
{
    color:#fff;
}


.footer-block
{
    padding:10px 15px;
    min-height:auto;
    width:50%;
}
.footer-block:nth-child(2)
{
    min-height:120px;
}
}

@media screen and (max-width: 767px) {
  .header-contact
  {
    display: none;
  }
  .photo-gallery-nav ul li a 
  {
    font-size: 10px;
    padding: 0px 5px;
  }
  /*.rev_slider .donation p, .rev_slider .donation-1 p 
  {
      font-size: 12px !important;
      line-height: 20px !important;
      letter-spacing: 0.5px !important;
  }
  .rev_slider .donation h5, .rev_slider .donation-1 h5 
  {
    font-size: 15px !important;
    margin-top: 10px !important;
  }*/
  .menu-margin {
    margin-left: 0;
  }
  .our-menu ul
  {
    padding-left: 0;
  }
  .menu-img
  {
      display:none;
  }
  .opening-time .contact-box {
    padding-top: 0;
}
  .title h3
  {
      margin-bottom:15px;
  }
  #customer-testimonial .owl-buttons .owl-next
    {
      right: 0;
    }
    #customer-testimonial .owl-buttons .owl-prev {
      left: 0;
    }
    .gallery-1 .gallery-item:last-child .image-content
    {
      margin-bottom: 30px;
    }
    .about-us-sec; .facebookposts
    {
      padding: 40px 0px;
    }
    .home-services .container
    {
      padding-top: 40px;
      padding-bottom: 40px;
    }
.opening-time {
    min-height: auto;
}
.contact-block:first-child
{
    margin-top:20px;
}
.mn-category
{
  margin-bottom: 30px;
  width: 100%;
  display: inline-block;
}
.icecream, .basmati, .tandoor, .tava, .chinese, .punjabi, .salad, .kathiawadi, .soup
{
height:100%;
}
.mobile-screen-footer {
    display: inherit;
}

.footer-block
{
    padding:10px 15px;
    min-height:auto;
    width:100%;
}
.footer-block:nth-child(2) {
    min-height: auto;
}
.footer-block h4
{

}
.menu-btn
{
    display:none;
}
.gallery-block
{
    width:50%;
    float:left;
}
.read-more-btn a
{
  width: auto;
}
.home-services-box
{
  margin: 15px auto;
}

}

@media screen and (max-width: 700px) 
{
    .photo-gallery-nav ul li a span
    {
      display: none;
    }
    .photo-gallery-nav ul li a b
    {
      display: inline;
      font-size: 20px;
      padding: 0px 10px;
    }
    .find-us-block a 
    {
        font-size: 12px;
        width: 100%;
    }
}
@media screen and (max-width: 479px) {
  .heading-left h2, .heading-center h2{ 
      font-size:25px;
      letter-spacing: 1px;

    }
    .about-img
    {
        margin-top:30px;
    }
    .about-img::after {
      height: 260px;
    }
    section
    {
      overflow: hidden;
    }
    .starter-salad-sec p {
      font-size: 13px;
    }
    .about-page-img
    {
      margin-bottom: 25px;
    }
    .vision-mission-sec .vision-mission-wrap:first-child
    {
      margin-bottom: 25px;
    }
    .contact-page-sec .contact-block:last-child
    {
      margin-bottom: 30px;
    }
    .footer-block
    {
      margin-bottom: 0px;
    }
    .footer-block:last-child
    {
      margin-bottom: 0;
    }
    .book-now-img
    {
      margin-top: 20px;
    }
    .soupbg, .saladbg, .kathiawadibg, .tavabg, .punjabibg, .tandoorbg, .chinesebg, .basmatibg, .icecreambg
    {
      background-size: contain;
      background-repeat: repeat;
    }
 .gallery-1 .gallery-item:last-child .image-content
{
  margin-bottom: 30px;
}
.mn-category
{
  margin-bottom: 30px;
}
.mn-category .mn-category-inner .list-ul li
{
font-size: 13px;
}
.gallery-block
{
    width:80%;
    float:none;
    margin:15px auto;

}