@import url('https://fonts.googleapis.com/css?family=Merienda');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script&display=swap');
.mt-10{
margin-top:10px;
}
.mt-20{
margin-top:20px;
}
.mt-30{
margin-top:30px;
}
.mt-35{
margin-top:35px;
}
.mt-40{
margin-top:40px;
}
.mt-60{
margin-top:60px;
}
.mb-50{
margin-bottom:50px;
}
.mt-70{
margin-top:70px;
}
.mr-10{
	margin-right:10px;
}
.mb-20{
	margin-bottom:20px;
}
.mb-40{
	margin-bottom:40px;
}
.mb-35{
	margin-bottom:35px;
}
nav ul li.telnumber a {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.3;
    letter-spacing: 0.4px;
    text-align: left;
    color: #e1ae46;
}
nav ul li.telnumber a img {
   animation: shake 2s linear infinite;
}
@keyframes shake {
    0% {
       transform: scale(0.5);
       transition: 1s linear;
     }
    100% {
       transform: scale(1);
       transition: 6s linear; 
     }
}
nav ul li.telnumber a i {
    width: 21px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 0px;
}
/*nav ul li.active::after {
    content: '';
    width: 41px;
    height: 3px;
    background-image: linear-gradient(to right, #f9d162 28%, #ffde86);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px auto;
}*/
.slider {
  background: url(../img/home-bg.jpg) no-repeat;
  background-size: cover;
  min-height: 650px; }
 
	  .slider-title_box {
    text-align: center;
        margin-top: 60px;
}
.email-input {
   padding: 15px;
    border: 0;
    width: 50%;
    margin-top: 15px;
    color: #2f0000;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.email-submit {
    background-color: #e70021;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    padding:18px;
    color: #fff;
   border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    position: relative;
    left: -5px;
    top: -2px;
}
.home-form{
	margin-top:0px;
}
/*------Welcome Section--------*/
.opening-timings {
    background: url(../img/old-charminar2.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0px;
}
.opening-timings .openning-image {
    width: 362px;
    height: 467px;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
}
.opening-timings .openning-image img {
    width: 100%;
    height: 100%;
}
.openning-image-layer {
    position: absolute;
    top: 35%;
    width: 275px;
    height: auto;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.openning-image-layer .open-timis {
        text-align: center;
    margin-top: 20px!important;
}
.mt-2, .my-2 {
    margin-top: .5rem!important;
}

.openning-image-layer .open-timis h5 {
    margin: 0;
    font-weight: 800;
    text-align: center;
    line-height: 1.5;
font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #191919;
}
.openning-image-layer .open-timis p {
    font-weight: 600;
    line-height: 2;
    margin: 0;
    text-align: center;
    width: 95%;
    margin: 0px auto;
    font-size: 10px;
}
.opening-timings h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
    /*text-transform: uppercase;*/
	color:#e70021!important;
}

.opening-timings h3 {
font-size: 40px;
font-weight: 200;
font-style: normal;
font-stretch: normal;
line-height: 1.5;
letter-spacing: 0.8px;
font-weight: 600;
color:#e70021!important;
}
.opening-timings p {
margin-top: 34px;
margin-bottom: 25px;
text-align: justify;
color: #000;
font-weight: 500;
}



@media screen and (max-width: 320px){
.openning-image-layer .open-timis h5 {
    line-height: 1.5;
}
.openning-image-layer .open-timis p {
    width: 86%;
}
}
@media screen and (max-width: 375px){
.openning-image-layer .open-timis h5 {
    line-height: 1.5;
}
.openning-image-layer .open-timis p {
    width: auto;
    font-size: 10px;
    padding: 0px!important;
    text-align: center;
}
}

.btn-danger {
  
  border: 2px solid #e70021!important;
  border-radius: 40px;
  background: #e70021!important;
  transition: all 0.3s ease 0s;
}
.btn-warning {
    color: #000;
	border-radius: 40px;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-light {
    padding: 10px 16px;
	margin: 5px 0px;
}
.btn-outline-light {
   color: #f8f9fa;
    background-color: rgb(231, 0, 33)!important;
    background-image: none;
    border-color: rgb(231, 0, 33)!important;
}
/*------------Food Section--------------*/
.food-items {
    /*background-color: #fff;*/
    padding: 60px 0px;
}
.food-items h2 {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.5px;
    text-align: left;
    color: #191919;
    text-transform: capitalize;
}

/*-----Noted Section---*/
.note-details{
	background:url(../img/our-specality.png);
	 padding: 20px 0px 40px 0px;
	 background-size:cover;
}
.media-body h3{
	color:#FFF!important;
}
.media-body p{
	color:#FFF!important;
}
/*-----Features Section-----------*/

.featured-rating-orange{
        position: absolute;
    right: 10px;
    width: 80px;
    height: 80px;
    text-align: center;
    margin: -60px 10px 0 0;
    font-size: 17px;
    background: #ff7474;
    color: #404044;
    padding: 25px 10px;
    border-radius: 50%;
    font-weight: 600;
}

.featured-rating-orange {
    background: #ffae00!important;
    color: #000;
    font-weight: 600;
}

.featured-rating-green {
    background: #46cd38!important;
}

.featured-title-box {
    padding: 22px 20px;
}
.featured-title-box h6{
    text-align: center;
    font-size: 15px;
    color: #000;
    font-weight: 700;
    padding: 12px;
}	

/*---Concact Us----*/
.contact-us-banner {
    background: url(../img/contact-us-bg.png) no-repeat;
    background-size: cover;
}
.contact-us-banner .layer {
    background: url(../img/contact-us-bg-layer.png) no-repeat;
    background-size: cover;
    padding: 160px 0px 100px;
}
.catering-banner .layer {
    background: url(../img/contact-us-bg-layer.png) no-repeat;
    background-size: cover;
    padding: 160px 0px 100px;
}
.contact-us-banner .layer h1 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: 0.5px;
    text-align: left;
    color: #fff!important;
    text-transform: uppercase;
}
.catering-banner .layer h1 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: 0.5px;
    text-align: left;
    color: #fff!important;
    text-transform: uppercase;
}
/*---Reservation----*/
.reservation-table {
    background: url(../img/reservation.png) no-repeat;
    background-size: cover;
}

.reservation-table h1 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: 0.5px;
    text-align: left;
    color: #fff!important;
    text-transform: uppercase;
}
.reservation-table .layer {
    background: url(../images/contact-us-bg-layer.png) no-repeat;
    background-size: cover;
    padding: 140px 0px 100px;
}
/*form {
  width: 100%;
  margin: 60px auto;
  background: #efefef;
  padding: 60px 120px 80px 120px;
  text-align: center;
  -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
  box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
}*/
label {
  display: block;
  position: relative;
  margin: 40px 0px;
}
.label-txt {
  position: absolute;
  top: -2.6em;
  padding: 10px;
  font-family: sans-serif;
  font-size: .8em;
  letter-spacing: 1px;
  color: rgb(120,120,120);
  transition: ease .3s;
}
.input {
  width: 100%;
  padding: 10px;
  background: transparent;
  border: none;
  outline: none;
  color: #FFF;
}

.line-box {
  position: relative;
  width: 100%;
  height: 2px;
  background: #BCBCBC;
}

.line {
  position: absolute;
  width: 0%;
  height: 2px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: #8BC34A;
  transition: ease .6s;
}

.input:focus + .line-box .line {
  width: 100%;
}

.label-active {
  top: -3em;
}

button {
  display: inline-block;
  padding: 15px 10px;
  background: rgb(220,220,220);
  font-weight: bold;
  color: rgb(120,120,120);
  border: none;
  outline: none;
  border-radius: 3px;
  cursor: pointer;
  transition: ease .3s;
}

button:hover {
  background: #e1ae46;
  color: #ffffff;
}
.contact-section i{
	font-size:20px;
}
.contact-section p{
	font-size:15px;
	color:#000!important;
}
.ico-style{
	color:#3c131a!important;
	margin-right:10px;
}
/*----About Us----*/
.about-us-banner {
    background: url(../img/about-us-bg.png) no-repeat;
    background-size: cover;
    padding: 200px 0px 120px;
}
.about-us-banner h1 {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: 0.5px;
    color: #fff!important;
    margin-top: 20px;
    text-transform: uppercase;
}
.about-us-banner p {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: 0.3px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}
.about-us-special {
    background-color: #fff;
    /*padding-top: 16px;*/
    position: relative;
}
.about-us-special .order-2 {
    padding: 30px 15px;
}
.order-2 h2{
	font-size:30px;
	margin-top:20px;
}
.about-us-services {
    background: url(../img/services-bg.png) no-repeat;
    background-size: cover;
    padding: 75px 0px;
}
.about-us-services h2 {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: 0.5px;
    text-align: left;
    color: #fff;
    margin-top: 20px;
}
.about-us-services .card {
    padding: 30px 10px;
    width: 100%;
    background-image: linear-gradient(to right, #ffffff 28%, #ffffff);
    margin: 10px 0px;
    max-height: 147px;
}
.card {
    background-color: #3c131a;
    box-shadow: 0px 5px 10px 0 rgba(130,130,130,0.25);
    width: 259px;
}
.about-us-services .card p {
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.4px;
    text-align: center;
    color: #fe0000;
    margin-top: 16px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 600;
}
/*------menu-----------*/
.items {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.items h2 {
    font-family: 'Merienda', cursive;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: 0.3px;
    text-align: left;
    color: #191919;
    margin-bottom: 8px;
    position: relative;
    width: 96%;
}
.items p {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.2px;
    text-align: justify;
    color: #939393;
    margin-bottom: 0px;
    width: 96%;
}
 .items h2 span {
    float: right;
}
.text-right {
    text-align: right!important;
}
.label.green {
    background-color: #2ba600;
    padding: 7px 50px;
	color:#FFF;
	font-weight:600;
}
.label.red {
    background-color: #cc1f38;
    padding: 7px 50px;
	color:#FFF;
	font-weight:600;
}
.label.yellow {
    background-color: #ffb400;
    padding: 7px 50px;
	color:#FFF;
	font-weight:600;
}
 .tab-content {
    background-color: #fff;
    padding: 25px;
    margin-top:25px;
}
@media (max-width: 991.98px){
.contact-us-banner .layer {
    background: url(../img/contact-us-bg-layer.png) no-repeat;
    background-size: cover;
    padding: 20px 0px 20px;
}
.catering-banner .layer {
    padding: 20px 0px 20px;
}
.about-us-banner {
    background: url(../img/about-us-bg.png) no-repeat;
    background-size: cover;
    padding: 20px 0px 20px;
}
.reservation-table .layer {
    background: url(../images/contact-us-bg-layer.png) no-repeat;
    background-size: cover;
    padding: 20px 0px;
}
}


/* footer social icons */
.module-gray {
    background: #27272bfa;
    padding: 20px 0px;
}
.module {
    position: relative;
    background: #fff;
    padding: 20px 0;
}
.module-header {
    text-align: center;
    margin: 0 0 20px!important;
}
.module-title{
    font-size: 50px;
    color: #fff!important;
 font: 700 28px/1.2 'Dancing Script', cursive;
    margin: 0 0 18px;
}

.social-links {
	list-style: none;
	padding: 0;
}

.social-links li {
	display: inline-block;
	margin: 0 5px;
}
ul.social-links li a {
    /* background: red; */
    width: 42px;
    height: 42px;
    border-radius: 50px;
    display: block;
text-align:center;
}
ul.social-links li a i {
    line-height: 45px;
    color: #fff;
}
ul.social-links li:nth-child(1) a {
    background: #3b5998;
}
ul.social-links li:nth-child(2) a {
    background: #55acee;
}
ul.social-links li:nth-child(3) a {
    background: #dc4e41;
}
ul.social-links li:nth-child(4) a {
    background: #0077b5;
}
ul.social-links li:nth-child(5) a {
    background: #bd081c;
}
.call-to-action {
    background: url(../img/Restaurant-Reservation1.jpg);
    padding: 118px 0px;
    background-size: cover;
    text-align: center;
    background-position: center center;
    background-blend-mode: overlay;
    background-color: #404040e0;
}
section.call-to-action a {
    border: 2px solid #e70021;
    color: #fff;
    background-color: #e70021;
}
section.call-to-action a:hover {
    background: transparent;
    color: #FFF;
}
.catering-banner {
    background: url(../img/catering.jpg) no-repeat;
    background-size: cover;
}
section.enquiry-section.ftco-section {
    background: aliceblue;
}
.cat-boy>img{
    margin-top: 59px;
    margin-left: 22px;
}
.menu-banner{
background: url(../img/menu-bg2.jpg) no-repeat;
background-size: cover;
}

.book-table a {
    border: 2px solid #e70021;
    color: #fff;
    background-color: #e70021;
}
.book-table a:hover {
    background: transparent;
    color: #FFF;
}

/*-------------Gallery------------------*/
.viewbox-container{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	z-index: 700;
}
.viewbox-body{
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	overflow: auto;
}
.viewbox-header{
	margin: 10px;
}
.viewbox-content{
	margin: 10px;
	width: 300px;
	height: 300px;
}
.viewbox-footer{
	margin: 10px;
}
.viewbox-content .viewbox-image{
	width: 100%;
	height: 100%;
}

/* buttons */
.viewbox-button-default{
	cursor: pointer;
    height: 64px;
    width: 64px;
}
.viewbox-button-default > svg{
	width: 100%;
	height: 100%;
	background: inherit;
	fill: inherit;
	pointer-events: none;
	transform: translateX(0px);
}
.viewbox-button-default{
	fill: #999;
}
.viewbox-button-default:hover{
    fill: #fff;
}

.viewbox-button-close{
	position:absolute;
	top:10px;
	right: 10px;
	z-index:9;
}
.viewbox-button-full-screen{
	position:absolute;
	top:84px;
	right: 10px;
	z-index:9;
}
.viewbox-button-next,
.viewbox-button-prev{
	position:absolute;
	top: 50%;
	height: 128px;
    width: 128px;
	margin: -64px 0 0;
	z-index:9;
}
.viewbox-button-next{
	right: 10px;
}
.viewbox-button-prev{
	left: 10px;
}
@media (max-width: 480px) {
	.viewbox-button-close{
		top: 0;
		right: 0;
	}
	.viewbox-button-next,
	.viewbox-button-prev{
		height: 81px;
    	width: 81px;
		margin-top: -40px;
	}
	.viewbox-button-next{
		right:-15px;
	}
	.viewbox-button-prev{
		left:-15px;
	}
}

/* loader */
.viewbox-container .loader{
	widows: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-25px 0 0 -25px;
}
.viewbox-container .loader *{
	margin: 0;
	padding: 0;
}
.viewbox-container .loader .spinner{
	width: 50px;
	height: 50px;
	position: relative;
	margin: 0 auto;
}
.viewbox-container .loader .double-bounce1,
.viewbox-container .loader .double-bounce2{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #999;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.viewbox-container .loader .double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce{
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce{
	0%, 100% { 
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 50% { 
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}


.card-box{
box-shadow: 0 1px 3px 0 #ffffff, 0 0 0 1px #ffffff;
    margin: auto;
    border-radius: 5px;
    background-color: #ffc653;
    padding: 1.5rem;
    height: 400px;
}

.Header_logoSection___3Jt4h {
    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;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 24px;
}
.Button_root___1Fnwf {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}
.dxWBFx {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    vertical-align: middle;
    height: 27px;
}
.dwyDIa {
    line-height: 0;
    margin-left: 13px;
}



.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.dropdown button{
display: inline-block;
    background: transparent!important;
    font-weight: bold;
    color: rgb(243, 243, 243);
    border: none;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
    /* transition: ease .3s; */
}

.testimony-wrap {
      background: #fff;
    display: block;
    position: relative;
    border: 1px solid #f4f4f5;
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px; }
  .testimony-wrap .user-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -80px; }
  .testimony-wrap .name {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    color: #404044; }
  .testimony-wrap .position {
    font-size: 13px;
    color: #c0c0c3; }
  .testimony-wrap .star-rate {
    font-size: 16px; }
    .testimony-wrap .star-rate span {
      margin-left: 1px;
      margin-right: 1px;
      color: #ffb400; }

.instagram col-sm-12{
padding:5px;
}
/*-----Testimonial-------*/
.testimonial_subtitle{
    color: #0aaa7a;
    font-size: 12px;
}
  .testimonial_btn{
    background-color: #373d4b !important;
    color: #fff !important;
 }
 .seprator {
    height: 2px;
    width: 56px;
    background-color: #0aaa7a;
    margin: 7px 0 10px 0;
}
.featured-place-wrap{
    text-align: center;
}
.top-btn a.to-top {
    position: fixed;
    bottom: 15px;
    right: 13px;
    padding: 10px;
    background: #ed3237;
    color: #fff;
    font-size: 20px;
    display: none;
    transition: .5s;
    cursor: pointer;
} 
.card-img img{
animation:shake 2s linear infinite;
}