<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Muli:wght@400;500;800;900&amp;family=Spartan:wght@500;600;700&amp;display=swap');
:root {
	--gold:#FFBF00;
	--dark-gold:#FF9800;
	--black:#000;
	--white:#fff;
	--font1:'Spartan', sans-serif;
	--font2:'Muli', sans-serif;
}
.alert {
  padding: 20px;
  background-color: #f44336;
  margin:0;
color:#fff;
    position: absolute;
    width: 100%;
    bottom: -66px;
}
nav.navbar {
    padding: 10px 0;
}
.content {
    text-align: center;
}
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}
.main-common {
    padding: 100px 0px;
}
.main-common h2 {
    margin-bottom:20px !important;
}
ul.social {
    display: inline-block;
    margin-left: 30px;
}
*{ padding:0px; margin:0px;}
button:focus{outline:none;}
a,a:hover,a:focus,a:active{text-decoration:none;}
ul,li{list-style:none;}
img{width:100%;}
.style {
    color: var(--gold);
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 10px;
	font-family: var(--font1);
}
.style span {
    font-size: 60px!important;
    color: #FF9800;
    line-height: 1;
	font-weight: 800;
}
body{ font-family: var(--font1) ;}
.main-header{height:100vh;overflow:hidden;position:relative; }
p{font-size:15px;}
a.navbar-brand {font-size: 20px; padding:0;}
li.nav-item a {font-size: 20px;color: #fff;}
.header-box{}
.navbar-dark .navbar-nav .nav-link {
    font-size: 15px;
	font-weight: 400;
}
.fixed-top .navbar-dark .navbar-nav .nav-link{
	color:#fff;
}
.fa-bars {
    color:#fff!important; 
}
.navbar-dark .navbar-toggler {border:none;}
.header-title h2 {
    color: #fff;
    font-size: 60px;
}
.header-title h2 span{
	font-family: var(--font1);
	font-weight:900;
}
.header-title p{
	color:#fff;
	font-size:25px;
}
.header-bottom{
	position:absolute;
}
.header-bottom {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%);
    display: inline-block;
	z-index:100;
}
.header-bottom a {
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
	color: var(--gold);
}
.top-area {
	 position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.top-header{
  background:#FFBF00;
}
.home-section-1{
background:url(../img/bg1.jpg);
background-size:cover;
background-repeat:no-repeat;
height:500px;
}

.home-section-2{
background:url(../img/book2.jpg);
}

.about-area-inner {
    padding: 100px 0px;
}
.left-about-content h2, .home-menu-content h2, .home-section-inner h2 {
    font-size: 40px;
    color: #fff;
    line-height: 0.6;
    margin-bottom: 30px;
}
.left-about-content h1,.home-menu-content h4,.home-section-inner h4 {
    font-size: 25px;
	font-weight:bold;
}
.my_btn {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
	background:var(--gold);
    font-weight: 700; 
    text-transform: uppercase;
	border:1px solid var(--gold);
}
.main-voucher p{color:#fff;margin: 0;}
.home-section-1{
	position:relative;
}
.home-section-1-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home-section-1-content h2 {
    font-size: 60px;
    color: #fff;
}
.home-section-1-content p {
    color: #fff;
    font-size: 20px;
}
.home-section-menu {
    padding: 100px 0;
}
.home-section-3-inner {
    padding: 100px 0px;
}
.main-voucher {
    padding: 15px 0;
    background: var(--dark-gold);
}
.content-bt .my_btn {
    background: var(--white);
    color: var(--gold);
}
.content-bt .my_btn:hover {
    background: var(--dark-gold);
    color: var(--white);
	border:1px solid var(--white);
}
.main-voucher h3 {
    color: #fff;
    margin: 0;
	font-weight: 800;
}
.footer-area {
    padding: 1px 0px;
    position: relative;
    background: var(--black);
}
.footer-content h2 {
    color: #fff;
}
a {
    color: var(--gold);
}
a:hover{
    color: #FF9800;
}
.footer-content p {
    color: #fff;
    font-size: 20px;
}
.footer-left h2{
	color:#fff;
	
}
.footer-left ul{
	margin-top:10px;
}
.footer-left ul li {
    color: #6c757d;
    display: inline-block;
    margin-left: 5px;
	position:relative;
}
.footer-left ul li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    width: 5px;
    height: 5px;
    background: var(--gold);
    transform: translateY(-50%);
    border-radius: 12px;
}
.footer-left ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    width: 5px;
    height: 5px;
    background: var(--gold);
    transform: translateY(-50%);
    border-radius: 12px;
	display:none;
}
.footer-left ul li:last-child:before{
	display:block;
}

.footer-left ul li a{
	color:#6c757d;
	text-transform:uppercase;
	transition:.3s;

	
}
.footer-left ul li a:hover{
	text-decoration:none;
	color:var(--gold);
}
.footer-left ul li span{
	color:#fff;
}
.footer-bottom-area {
	margin-top:50px;
}
.footer-left input {
    width: 50%;
	display:inline-block;
}
ul.social .fab {
    font-size: 30px;
    margin-left: 20px;
}
.footer-bottom {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX( -50%);
    display: inline-block;
}
section.footer-down.text-center {
    background: #000000;
    padding: 15px;
    color: #fff;
    font-size: 20px;
    border-top: 1px solid rgba(255,255,255,.1);
}
.footer-bottom a {
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
	color: var(--gold);
}
section.testi_s {
    padding: 100px 0;
    margin: 0;
    background-image: url(../img/testi_one.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.testi_text h3 {
    font-size: 40px;
    color: var(--gold);
    font-family: var(--font1);
	font-weight:800;
}
.testi_text h4 {
    color: var(--white);
    font-size: 20px;
}
.bg-color {
    background: var(--black);
}

.main-header {
    z-index: 100;
}
.bg-color .nav-link:hover{
	color:#FF9800!important;
}

li.nav-item {
    margin-left: 30px;
}
.main-header2 {
    background: url(../img/banner.jpg);
    height: 300px;
    background-position:center;
    background-size: cover;
}

section.menu-section-part {
    padding-bottom:100px;
}
.content-right h3 {
    font-size: 15px;
    text-align: right;
}
.content-left h3 {
    text-align: left;
    font-size: 15px;
    margin-bottom: 20px;
    text-transform: capitalize;
	
}
.menu-header-title h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--gold);
    line-height: 70px;
	color:var(--gold);
}
.main-menu-call h2{
}
.main-menu-call {
    padding: 50px 0px;
    color: #1d2124cf;
}
section.booking-section-part {
    padding: 100px;
}
.book-content h2 {
    color: var(--gold);
    font-size: 50px;
}
section.testi-mony {
    padding: 100px 0;
    background: url(../img/home-1.jpg);
}
section.contact-info {
    padding: 100px 0;
}
section.contact-info h2 {
    color: var(--gold);
}
.contact-left h3 {
    color: var(--gold);
}
.contact-left .fab {
    color: var(--gold);
    font-size: 30px;
    margin-left: 20px;
}
.email-form .my_btn {
    background: var(--gold);
   border:none;
    
    margin-top: 10px;
 
}
.email-form label {
    margin-top: 15px;
}
.cleint-review {
    background: #f8f9fa;
    padding: 50px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.cleint-review .fa {
    font-size: 40px;
    color: var(--gold);
    border-radius: 2px solid red;
    margin-bottom: 20px;
    border: 1px solid;
    border-radius: 50px;
    padding: 20px;
}
.client-testi-mony h2 {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 700;
	color:#fff;
}
.slider-area {
    width: 800px;
    margin: 0 auto;
}
.main-gallery-inner{
	padding:100px 0;
}
.main-gallery-inner img{
	margin-bottom:30px;
	border-radius:20px;
}
span.fa.fa-bars {
    color: #1d2129;
}
.form-offer {
    box-shadow: 1px 1px 6px #ea2625;
    padding: 15px;
    position: relative;
}
.form-offer .icon {
    position: absolute;
    top: -50px;
    /* box-shadow: 1px 1px; */
    /* right: 0; */
    left: 50%;
    transform: translateX(-50%);
}
.form-offer .icon svg {
    width: 90px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 1px 1px 5px #ea2625;
}
.form-offer h2 {
    margin-top: 30px;
    font-size: 25px;
    text-align: center;
}
div#mc_embed_signup_scroll h2 {
    font-size: 14px;
}
#mc_embed_signup .mc-field-group {
    margin: 0px !important;
    padding-bottom: 0px !important;
}
#mc_embed_signup .mc-field-group label {
    margin-top: 12px;
}
#mc_embed_signup .button {
    background: #ea2625;
    padding: 22px 60px;
    height: 0px;
    line-height: 0px;
}
ul.list-selling li {
    margin-bottom: 10px;
	position:relative;
	color: var(--black);
}
ul.list-selling li:before {
    position: absolute;
    top: 8px;
    left: -10px;
    width: 5px;
    height: 5px;
    background: #ea2625;
    content: "";
}
.about-content-box.aboutbox {
background:#f2f2f2;
}
.main-offer-box{
	padding:100px 0px;
}

.footer-content .style {
    color: #fff!important;
    font-size: 24px;
}
p.offer-text {
    font-size: 15px;
    font-weight: 600;
    color: var(--gold);
}
ul.main-content-info {
    padding: 0;
}

a.navbar-brand img {
    width: 100px;
}
.navbar-nav .active .nav-link {
    color: #FF9800!important;
}
.navbar-nav .nav-link {
    color: #fff!important;
}
.slider-item2 {
    background: url(../img/spice_1.jpg);
    background-size: cover!important;
    height: 100vh;
	background-position: 50%;
}
.slider-item3 {
	background: url(../img/spice_2.jpg);
    background-size: cover!important;
    height: 100vh;
	background-position: 50%;
}
.caption-area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width:50%;
}

nav.navbar.navbar-expand-md.navbar-dark {
    border-radius: 50px;
}
nav.navbar.navbar-expand-md.navbar-dark.fixed-top.bg-color {
    border-radius: 0px;
	box-shadow: 0px 0px 1px #b6b3b3;
}

.main-content h2 {
    color: #000;
	font-size:50px;
}
.main-content p{
	color:#fff;
	font-size: 15px;
	margin-top:10px;
	font-weight:700;
}
.slider-item2.slider-item3 h2, .slider-item2 .main-content h2 {
    color: #fff;
    font-size: 60px;
   text-transform: capitalize;
	font-family: var(--font1);
	font-weight:900;
}
/*------ */
$animation-time: 2s;

.carousel {
  width: 600px;
  height: 400px;
  margin: 30px auto 0;
}

.owl-item.in.active {
  z-index: 2!important;
  opacity: 1;
}

.item {
  width: 600px;
  overflow: hidden;
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: inherit;
}

.owl-carousel .owl-nav {
  text-align: center;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  padding: 5px 10px !important;
  display: inline-block;
  font-size: 30px;
}

.animated  {
  animation-duration: $animation-time !important;
  animation-fill-mode: both;
}

.in .bg-image {
  animation-name: slideIn;
  animation-duration : $animation-time;
  animation-fill-mode: both;
}

@keyframes slideIn {
  from { transform: translateX(-50%); }
  to { transform: translateX(0%); }
}

@keyframes slideInReverse {
  from { transform: translateX(50%); }
  to { transform: translateX(0%); }
}


.out .bg-image {
  animation-name: slideOut;
  animation-duration : $animation-time;
  animation-fill-mode: both;
}

@keyframes slideOut {
  from { transform: translateX(0%); }
  to { transform: translateX(50%); }
}

@keyframes slideOutReverse {
  from { transform: translateX(0%); }
  to { transform: translateX(-50%); }
}

.reverse {
  .in .bg-image { animation-name: slideInReverse; }
  .out .bg-image { animation-name: slideOutReverse; }
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.section-title5 {
    margin-bottom: 50px;
	padding: 0 10px;
}
.slider-area{
	width:100%!important;
}
.footer-content .style {
    margin-bottom: 20px!important;
}	
}

button.owl-prev {
    left: 0;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
button.owl-next {
    right: 0;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-carousel .owl-nav span {
    color: #fff;
    width: 40px;
    height: 50px;
    background: var(--gold);
    display: inline-block;
    
}
.right-about-content {
    position: relative;
	border-top-left-radius: 30px;
}
.about-new-inside {
    position: absolute;
    top: -42px;
    width: 250px;
    left: -42px;
	overflow:hidden;
	border-top-left-radius: 30px;
}
.right-about-content img{
	transition:2s;
}
.right-about-content img:hover{
	   
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0;
}

.right-about-content img {
    border-top-left-radius: 30px;
	
}
.new-content h2 {
    font-size: 20px;
	opacity:0;
}
.new-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 19px;
}
.home-m-gallery {
    margin-bottom: 15px;
}
.out-side {
    overflow: hidden;
    border-bottom-right-radius: 30px;
    box-shadow: 5px 5px 10px rgba(73, 80, 87, 0.32);
}
.main-content h2 span{
	color:var(--gold);
}
.footer-content .style {
    color: var(--gold);
}




/*
.header-box .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.header-box .owl-item.active img{
	-webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-delay: 0.3s;
}
.header-box .owl-item.active p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

.header-box .owl-item.active .mobil{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-name: fadeInRight;
  animation-delay: 0.3s;
}
.header-box .owl-item.active .my_btn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}*/
.offer-box {
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.1) 0%, rgba(255,255,255,.1) 100%);
    background-image: linear-gradient(bottom, rgba(0,0,0,.1) 0%, rgba(255,255,255,.1) 100%);
    padding: 40px;
}
.offer-box a{
	color: #fff;
    border-color: #fff;
	overflow: hidden;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	border: 3px solid;
	padding: 1em 2em;
	position:relative;
	display:inline-block;
	text-transform:uppercase;
}
.offer-box a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #fff;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.offer-box a:hover {
    color: #fff;
    border-color: var(--gold);
}
.offer-box a:hover::before {
    opacity: 1;
    background-color: var(--gold);
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.home-section-1-content h2 {
    color: #fff;
}
.home-section-1-content p{
	color:#fff;
}
.header-title.text-center {
   margin-top:10%;
}

.header-box {
    position: relative;
}
.my_btn{
	transition:1s;}
.my_btn:hover {
    color: var(--gold);
    background: transparent;
    border: 1px solid var(--gold);
}
.main-menu-call .style {
    margin-bottom: 15px;
}
.main-menu-call .style {
    margin-bottom: 15px;
}
.book-content h2 {
    margin-bottom: 15px;
}
.offer-box2 a {
    color: var(--gold);
    border-color: var(--gold);
    overflow: hidden;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    border: 3px solid;
    padding: 1em 2em;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}
.offer-box2 a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #fff;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.offer-box2 a:hover {
    color: #fff;
    border-color: var(--gold);
}
.offer-box2 a:hover::before {
    opacity: 1;
    background-color: var(--gold);
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.left-booking-img {
	position:relative;
}


.testi-mony {
	position:relative;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1d2124c7;
    z-index: -14;
}
.contact-left h2 {
    color: var(--gold);
    border-bottom: 1px solid var(--gold);
	margin-bottom:30px;
}
ul.main-content-info span {
    color: var(--gold);
    font-size: 20px;
    margin-right: 10px;
}
ul.main-content-info li {
    font-size: 15px;
    margin-bottom: 15px;
}
.main-gallery-inner .gallery-book {
    background-size: cover!important;
    height: 250px;
    margin-bottom: 30px;
	position:relative;
}
.main-gallery-inner .gallery-book:after{
	width:100%;
	height:100%;
	background:rgba(29, 33, 36, 0.56);
	content:"";
	position:absolute;
	opacity:0;
	transform: scale(.9);
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden;
	}
.main-gallery-inner .gallery-book a{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:100;
	font-size:30px;
	color:#fff;
	opacity:0;
	-webkit-transition: .3s;
    transition: .3s;
	
}
.awards .heading {
    margin-bottom: 40px;
}
.main-gallery-inner .gallery-book:hover a{
	opacity:1;
}
.award-part {
	padding:50px 0;
	background:#ddd;
}
.main-gallery-inner .gallery-book:hover:after{
	opacity:1;
	transform: scale(1);
}
.main-gallery-inner .img {
    background: url(../img/gallery-7.jpg);
	
}
.gallery-h{
	height:500px;
}
.main-gallery-inner .img1 {
    background: url(../img/gallery-1.jpg);
	
}.main-gallery-inner .img2 {
    background: url(../img/gallery-2.jpg);
	
}.main-gallery-inner .img3 {
    background: url(../img/gallery-3.jpg);
	
}.main-gallery-inner .img4 {
    background: url(../img/gallery-4.jpg);
	
}.main-gallery-inner .img5 {
    background: url(../img/gallery-5.jpg);
	
}
.main-gallery-inner .img6 {
    background: url(../img/gallery-6.jpg);
	
}
.footer-content .style, .offer-box2 .style {
    margin-bottom: 20px;
	text

}
ul.social li a:hover{
	color:#FF9800!important;
}
section.menu-section-part-6 {
    padding: 50px 0;
}
section.menu-section-part-7 {
    padding: 100px 0px;
	background: #ddd;
}
.main-menu-call.Onenew {
    background: var(--gold)33396;
    border-radius: 0px;
}
.navbar-nav.mobile-res.mr-auto a {
    background:var(--gold);
	color:#fff!important;
	 border-radius: 25px;
    padding: 10px;
	transition:.3s;
	border: 1px solid var(--gold);
}
.navbar-nav.mobile-res.mr-auto a:hover{
	 background:#fff;
	border: 1px solid var(--gold);
	color:var(--gold)!important;
   
}
.msg.error {
    margin-top: 10px;
    font-size: 15px;
}
.msg{ margin-top: 10px;
    font-size: 15px;}
.awards{
	background: url(../img/bg.gif);
	padding:100px 0;
}
.menu .panel a { pointer-events:none; cursor:default; }
	.menu .panel .product_dv { margin-bottom:10px; border-bottom:1px solid #eee; }
	.menu .panel .panel-title { margin:20px 0 10px; letter-spacing:0; background:var(--gold); padding:5px;color: #f8f9fa; }
	.menu .panel .panel-title a { font-size:26px; color:#fff!important; }
	.menu .panel .sub_product { padding-left:20px; }
	.menu .panel .price_dv { text-align:right; font-weight:700; font-size:15px; }
	.menu .panel .product_name { margin:0; font-size:16px; font-weight:700; letter-spacing:0; }
	.menu .panel .product_description { margin:0 0 10px; font-size:15px; letter-spacing:0; font-weight:600; opacity:0.8; }
	.menu .panel .add_icon,
	.menu .panel .product_images { display:none; }
.main-menu-call .my_btn {
    padding: 20px 50px;
    margin-bottom: 20px;
	font-size:20px;
}
.main-menu-call p {
    margin-bottom: 5px;
}
.book-content .style {
    text-transform: none;
}
.fixed-top .active .nav-link {
    color: #FF9800!important;
}
section.map {
    height: 450px;
}
.about-main-content a {
    text-decoration: none;
}
/*titas web control  */
/*---Home ---  about Area Start --&gt; */
.about-content-box{
	padding:100px 0px;
}
.btm-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
	z-index:-1;
}



 
.footer-left img {
    width: 200px;
}
.footer-left p {
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}
ul.social li a {
    color: #fff;
}
ul.follow li:after {
    display: none;
}
ul.follow .fab {
    font-size: 40px;
    color: var(--gold);
	transition:.3s;


}
ul.follow .fab:hover {
    font-size: 40px;
    color: #fff;
}
.testimony-s {
    background:url(../img/chutney_banner.jpg);
    background-size: cover;
}
.home-section-inner.testimony {
    padding: 50px;
    background: rgba(34, 104, 124, 0.64);
    width: 600px;
    margin: 0 auto;
}
.user img {
    width: 80px!important;
    border-radius: 50px;
}
.user {
    display: flex;
	justify-content:center;
}
.user h3 {
    font-size: 15px;
    margin-left: 17px;
    font-weight: 900;
	color:#FF9800;
}
.user h3 span{
	color:#fff;
	font-weight:normal;
	font-size:12px;
}
.main-testi-content {
    padding: 20px;
	position:relative;
	color:#fff;

}
ul.social li {
    padding: 4px 0;
}
.my_bt3 {
    position: relative;
    text-align: center;
    height: 55px;
    line-height: 50px;
    background: #FFF;
    color: #000;
    border-radius: 3px;
    z-index: 1;
	padding-left: 25px !important;
    padding-right: 25px !important;
	display: inline-block;
}
.my_bt3:hover:before {
    height: 100%;
    border: 1px solid #000;
}
.my_bt3:hover:after {
    height: 100%;
}
.my_bt3:hover {
    color: var(--gold);
}
.my_bt3:before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    height: 2px;
    background: #FFFFFF;
    z-index: -1;
    -webkit-transition: all .1s .2s ease-in;
    transition: all .1s ease-in;
}
.my_bt3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #000;
    z-index: -2;
    -webkit-transition: all .1s ease-in;
    transition: all .1s .1s ease-in;
}
.booking-inner.new-book {
    width: 600px;
    margin: 0 auto;
    padding: 50px;
    border: 1px solid var(--gold);
}
.book-fixed {
    position: fixed;
    top: 52.5%;
    min-height: 180px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 92px;
	background:url(../img/titas-bg-book.png);
	right:0;
	z-index:1000000;
	transition:.3s;
}
.book-fixed p {
    -webkit-transform: rotate(270deg) translate(-82px, 16px);
    -moz-transform: rotate(270deg) translate(-82px, 16px);
    -ms-transform: rotate(270deg) translate(-82px, 16px);
    -o-transform: rotate(270deg) translate(-82px, 16px);
    transform: rotate(270deg) translate(-82px, 16px);
	transition:.3s;
}


.new-book .book-content.text-center h2 {
    line-height: 40px;
} 

.book-fixed p a {
    text-transform: uppercase;
    font-size: 13px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	text-decoration:none;
	 color: #f8f9fa;
    font-weight: 600;
}
.book-fixed:hover p {
    -webkit-transform: rotate(360deg) translate(5px, 80px);
    -moz-transform: rotate(360deg) translate(5px, 80px);
    -ms-transform: rotate(360deg) translate(5px, 80px);
    -o-transform: rotate(360deg) translate(5px, 80px);
    transform: rotate(360deg) translate(5px, 80px);
}
.top-area-left .fa {
    margin-right: -8px;
}
.top-area-right .fa{
	 margin-right: -5px;
}
.contact-left h2 {
    line-height: 1;
}
.footer-text {
    font-size: 15px;
}
.top-area-right {
    
	text-align:right;
}
.top-area-right .fa, .top-area-left .fa {
    padding: 9px 0;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 13px;
}

.top-area-left ,.top-area-right {
color:rgb(255,255,255);
padding:0px;
 font-size: 14px;}
nav.navbar.navbar-expand-md.navbar-dark .navbar-brand {
}
.slider-one-right img {
    width: 400px!important;
}
.cross_icon .fa {
    color: #000;
	display:none;
}

@media (max-width:580px){
	.caption-area{
		width:80%!important;
		}
	.awards_text.text-left {
    margin-top: 40px!important;
}
	.main-content p {
    
    font-size: 15px;
   
}
	.cross_icon .fa{
		display:block;}
	.home-section-inner.testimony{
		width:100%;
		padding:10px;}
	main-content p {
    font-size: 15px;
}
.mobile-res {
	margin-top:5px;
	margin-right: -5px!important;
}
.about-main-content {
    padding-bottom: 10px;
}
	.slider-one-right img {
    width: 200px!important;
	display:inline-block!important;
	margin-top:20px;
	}
	nav.navbar.navbar-expand-md.navbar-dark {
    position: fixed;
    top: 0;
    left: 0;
    background: var(--gold);
    width: 100%;
	border-radius: 0px;
}nav.navbar.navbar-expand-md.navbar-dark .navbar-brand {
    display: inline-block;
}
nav.navbar.navbar-expand-md.navbar-dark{
	z-index:111;
}
a.navbar-brand img {
    width: 100px!important;
	margin-left: 15px;
}
.row.mobile {
    display: none;
}

	.main-menu {
    position: absolute;
    background: #fff;
    top: 56px;
    width: 200px;
    left: -200px;
    z-index: -98;
    height: 100vh;
	transition:.3s;
}
.main-menu.slide_menu{
	left:0;
	
}
	.booking-inner.new-book {
    width: 100%;}
	.left-booking-img {
    margin-top: 30px;
}
	.slider-item2.slider-item3 h2, .slider-item2 .main-content h2 {
    font-size: 40px;
}
.top-area-left, .top-area-right{
    text-align: center!important;
}
.about-main-content h2 {
    margin: 20px 0!important;
	line-height: 1;
}
.home-section-inner.testimony h2 {
    margin-bottom: 20px!important;
}
}

@media (max-width: 991.98px) { 
	.mobile-res {
	margin-top:5px;
	margin-right: -5px!important;
}
.about-main-content {
    padding-bottom: 10px;
}
	.slider-one-right img {
    width: 200px!important;
	display:inline-block!important;
	margin-top:20px;
	}
	nav.navbar.navbar-expand-md.navbar-dark {
    position: fixed;
    top: 0;
    left: 0;
    background:var(--black);
    width: 100%;
	border-radius: 0px;
}nav.navbar.navbar-expand-md.navbar-dark .navbar-brand {
    display: inline-block;
}
nav.navbar.navbar-expand-md.navbar-dark{
	z-index:111;
}
a.navbar-brand img {
    width: 100px!important;
	margin-left: 15px;
}
.row.mobile {
    display: none;
}

	.main-menu {
    position: absolute;
    background:var(--black);
    top: 76px;
    width: 200px;
    left: -200px;
    z-index: -98;
    height: 100vh;
	transition:.3s;
}
.main-menu.slide_menu{
	left:0;
	
}
.home-section-inner.testimony {
    width: 100%;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	nav.navbar.navbar-expand-md.navbar-dark{
	z-index:111;
}
a.navbar-brand img {
    width: 100px!important;
	margin-left: 15px;
}
	.mobile-res {
	margin-top:5px;
	margin-right: -5px!important;
}
.about-main-content {
    padding-bottom: 10px;
}
	.slider-one-right img {
    width: 200px!important;
	display:inline-block!important;
	margin-top:20px;
	}
	nav.navbar.navbar-expand-md.navbar-dark {
    position: fixed;
    top: 0;
    left: 0;
    background: #031634;
    width: 100%;
	border-radius: 0px;
}nav.navbar.navbar-expand-md.navbar-dark .navbar-brand {
    display: inline-block;
}
a.navbar-brand img {
    width: 150px;
	margin-left: 15px;
}
.row.mobile {
    display: none;
}
.main-menu {
    position: absolute;
    background: rgb(3, 22, 52);
    top: 80px;
    width: 200px;
    left: -200px;
    z-index: -98;
    height: 100vh;
	transition:.3s;
	display: block!important;
}
.main-menu.slide_menu{
	left:0;
	
}
.navbar-expand-md .navbar-toggler {
    display: block;
}
ul.navbar-nav {
    display: block;
}
.home-section-inner.testimony {
    width: 100%;
}
ul.navbar-nav {
    display: block;
    position: absolute;
    top: 10px;
}
}


@media (min-width: 992px) and (max-width: 1199.98px) { 
	
	
}

@media (min-width: 1200px) { 
	
	
}
@media (max-width: 575.98px) { 
	.slider-item3,.slider-item2,.main-header {
    height: 60vh
	}
	.about-content-box.text-left.aboutbox .row {
    flex-direction: column-reverse;
}
	.navbar-nav.mobile-res.mr-auto a {
		margin-right:15px;}
	.alert{bottom: -85px!important;}
	.main-voucher {
    text-align: center;}
	.main-voucher h3,.main-voucher p{
		margin-bottom:5px!important;}
	.style span{
		font-size:40px!important;}
	.header-title.text-center {
    margin-top: 50%!important;
}
	.book-content h2 {
    margin-bottom: 15px!important;
}
.client-testi-mony {
    margin-bottom: 20px;
}
section.footer-area {
    padding: 10px 0!important;
}
section.contact-info h2 {
    color: var(--gold);
    margin-bottom: 20px!important;
}
.footer-left img {
    width: 120px!important;
}
ul.social {
    padding: 0;
}
iframe {
    display: table;
    margin: 0 auto;
}
.menu-header-title {
    margin-bottom: 31px;
}
	.header-title h2 {
    font-size: 50px;}
	.left-about-content {
    margin-bottom: 40px;
	}
	.home-m-gallery {
    margin-bottom: 30px;
	}
	.about-new-inside {
    top: -50px!important;
    width: 200px!important;
    left: 0px!important;
   
}
.footer-content .style {
    margin-bottom: 20px!important;
	
}
.home-sec-inner {
    margin-top: 30px;
}
.home-section-1-content {
    width: 100%;

}
.home-section-1-content p {
    margin-top: 15px;
}
.style {
    margin-bottom: -10px!important;
}
.slider-area {
    width: 100%;
}
.style {
 
    font-size: 30px!important;
}
section.booking-section-part {
    padding: 100px 0px;
}
.book-content h2 {
    margin-top: 20px;
}
.offer-box2 a{
	margin-top:30px;
}
.main-menu-call .my_btn {
    padding: 10px!important;
    font-size: 15px!important;
}
.contact-left {
    border-bottom: 1px solid var(--gold);
}
.header-title.text-center {
    top: 150px!important;
}
}
.CatAcc.menu-active a {
    text-align: left;
    display: block;
    background: #ddd;
    padding: 10px;
}
.meal .sub-item {
    width: 50%;
    text-align: left;
}

.meal h5 {
    width: 50%;
    text-align: left;
    margin: 0;
    /* padding: 10px; */
    /* border-bottom: 1px solid red; */
}
.meal {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.meal .sub-item {
    width: 50%;
    text-align: left;
}
.menucatdescription {
    text-align: left;
}
.price {
    text-align: right;
}
section.menu h4 {
    margin: 10px 0;
    padding: 8px;
    width: 100%;
    background: #91744a;
    /* margin-top: 10px; */
    color: #fff;
}
section.menu ul {
    list-style: none;
    margin: 15px 0;
	padding: 0;
}
.subproductdescription {
    margin-top: 10px;
}
h4.sub-main-pro {
    background: #ffbf00;
    display: block;
    width: 100%;
    padding: 8px;
    color: #fff;
}
.order_header_btn span {
    font-size: 11px;
}
.order_header_btn {
    padding: 5px 10px 5px 10px!important;
    font-size: 15px!important;
    line-height: 15px;
    text-align: center;
    border-radius: 0px!important;
}
#menu .item { width:100%; padding:0 10px 20px; }
#menu .item .title { background:#ffbf00; color:var(--light); padding:10px; border:1px solid #ffbf00; }
#menu .item .title p { font-size:20px; font-weight:700; margin:0; text-transform:capitalize; color: #000;}
#menu .item .title small { font-size:12px; display:block; margin:0; font-weight:700; font-style:italic; color: #ff0000; }
#menu .content { padding:20px 15px 10px;  border-top:0; }
#menu .content .meal { display:flex; align-items:center; justify-content:space-between; margin:0 0 15px; }
#menu .content .meal .name { font-size:14px; font-weight:600; text-transform:capitalize; }
#menu .content .meal .dots { flex-grow:1;  height:15px; margin:0 10px; }
#menu .content .meal .price { font-size:14px; font-weight:700; color:#000; }
#menu .content .detail { font-size:13px; font-weight:400; font-style:italic; margin:-15px 0 15px; color:#ff0303; margin-top: 2px; text-align: left;}
#menu .content .meal.sub { padding-left:15px; }
span.fa.fa-phone{
    transform: rotate(100deg);
}</pre></body></html>