@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css?family=Kristi&display=swap');
body {
  font-family: 'Lato', sans-serif!important;
  transition: background-color .5s;
}
a{
  color: #fff;
}
a:hover{
  text-decoration: none;
  color: #000;
}
@media (min-width: 1200px){
  /*.container {
      width: 1260px;
  }*/
}
#main{
  overflow: hidden;
}
header{
  z-index: 10000;
  background: #fff;
  padding-top: 10px;
}
.sidenav {
  float:right;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.sidenav li{
    list-style:none;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0%!important;
    padding-right: 9%;
    background: rgba(0,0,0,0.7);
}
.fixed-header img{
    width:80%!important;
}

.navbar-brand>img {
    display: block;
    width: 70%;
    position: absolute;
}
.desk-logo{
  width: 18%;
}
.desk-logo img{
  width: 100%;
}
/*header section*/
.logo{
  display: none;
}
.top_bar{
  background: #e8cd67;
  margin: -16px -20px 15px -20px;
  padding: 30px 10px 2px 10px;
}
/*.row{
  margin: -16px -20px 15px -20px;
}*/
.navi li a{
  font-size: 16px;
  color: #e8cd67;
  padding: 2px 15px;
  text-shadow: 0.5px 0.5px #d2ad23;
}
.navi li a:hover{
  text-decoration: none;
  color: #ffc00f;
}
.mob-nav{
  font-size: 30px;
  cursor: pointer;
  float: right;
}
/*slider css*/
.main-part {
    width: 100%;
    position: absolute;
    display: block;
    margin-top: -220px;
}
.home-slider{padding:0px;height:650px;}
.home-slider .tp-bullets{display:none !important;}
.tparrows.preview1:after{display:none !important;}
.tp-leftarrow{width:50px;height:50px;background:url('../images/arrow-left.png') no-repeat center center !important;}
.tp-leftarrow:hover{background:url('../images/arrow-left-active.png') no-repeat center center !important;}
.tp-rightarrow{width:50px;height:50px;background:url('../images/arrow-right.png') no-repeat center center !important;}
.tp-rightarrow:hover{background:url('../images/arrow-right-active.png') no-repeat center center !important;}
.tp-caption span{color:#e4b95b;}
.tp-caption i{font-weight:300;font-style:normal;}
.swiper-container {
  width: 100%;
  height: 100%;
}

.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}
.slide-image {
  position: absolute;
  top: -200px;
  left: -200px;
  width: calc(100% + 400px);
  height: calc(100% + 400px);
  background-position: 50% 50%;
  background-size: cover;
}
.slide-title {
  font-size: 4rem;
  line-height: 1;
  max-width: 65%;
  white-space: normal;
  word-break: break-word;
  color: #FFF;
  z-index: 100;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
@media (min-width: 45em) {
  .slide-title {
    font-size: 6vw;
    max-width: none;
  }
}
.slide-title span {
  white-space: pre;
  display: inline-block;
  opacity: 0;
}

.slideshow {
  position: relative;
}
.slideshow-pagination {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: .3s opacity;
  z-index: 10;
}
.slideshow-pagination-item {
  display: flex;
  align-items: center;
}
.slideshow-pagination-item .pagination-number {
  opacity: 0.5;
}
.slideshow-pagination-item:hover, .slideshow-pagination-item:focus {
  cursor: pointer;
}
.slideshow-pagination-item:last-of-type .pagination-separator {
  width: 0;
}
.slideshow-pagination-item.active .pagination-number {
  opacity: 1;
}
.slideshow-pagination-item.active .pagination-separator {
  width: 10vw;
}
.slideshow-navigation-button {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 5rem;
  z-index: 1000;
  transition: all .3s ease;
  color: #FFF;
}
.slideshow-navigation-button:hover, .slideshow-navigation-button:focus {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow-navigation-button.prev {
  left: 0;
}
.slideshow-navigation-button.next {
  right: 0;
}

.pagination-number {
  font-size: 1.8rem;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  padding: 0 0.5rem;
}

.pagination-separator {
  display: none;
  position: relative;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  transition: all .3s ease;
}
@media (min-width: 45em) {
  .pagination-separator {
    display: block;
  }
}
.pagination-separator-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  transform-origin: 0 0;
}
.btn-slider{
  position: absolute;
    top: 70%!important;
}
.btn-menu{
  font-weight: 500;
    font-size: 1.5em;
    color: #fff;
    padding: 5px;
    border: 3px solid #fff;
    margin-right: 10px;
}
/*slider css ends*/

/*branches section*/
.branches{
  background: #FE8F20;   
    position: relative;
    display: block;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-top: 430px;
}
/*.branches .row{
      margin: -16px -20px 15px -20px;
    padding: 12px 10px 2px 10px;
}*/
/*branches section*/
.header {
  background: transparent;
  /*background: 
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(../images/s7.jpg);*/
  background-size: cover;
  background-position: center;
  height: 25vh;
}

.margin-tb{
  margin-top: -45px;
  margin-bottom: 45px;
}

.title {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}
.title h1 {
  text-transform: uppercase;
  margin: 0;
  font-size: 3rem;
  white-space: nowrap;
  color: #fff;
  text-shadow: 0.5px 0.5px #000;
  margin-top: -55px;
}
.title h2 {
  font-size: 18px;
  margin: 10px auto;
  color: #313131!important;
}
.btn-warning {
  color: #fff;
  background-color: #bd6f00;
  border-color: #bd6f00;
}
/*branches ends*/

/*os*/
.os{
  margin: 80px auto;
}
.content-side{
  width: 40%;
  position: absolute;
  left: 90px;
  padding: 16px;
  margin-top: 5px;
  z-index: 2;
  background: blanchedalmond;
  display: block;
  transform: translate3d(0px, 16.5px, 0px);
}
.os h1{
  font-size: 60px;
  text-transform: uppercase;
  margin-top: -26px;
}
.os h1 span{
  font-family: Kristi, "Comic Sans MS", cursive, sans-serif;
  font-size: 70px;
  line-height: 50px;
  color: #e8cd67;
  text-transform: lowercase;
}
.os p{
  margin: 0 0 10px;
  line-height: 28px;
  padding: 20px;
}
.img-section{
  width: 65%;
  float: right;
  margin-right: 0;
  clear: right;
}
.img-section{
  height: 530px;
}

.content-side2{
  width: 40%;
  position: absolute;
  right: 90px;
  padding: 32px;
  margin-top: 18px;
  background: blanchedalmond;
  display: block;
  transform: translate3d(0px, 3.3px, 0px);
}
.img-section2{
  width: 65%;
  float: left;
  margin-right: 3.5%;
  box-sizing: border-box;
}
.img-section2 img{
  height: 530px;
}
/*os ends*/
.pg-title h1{
  font-size: 60px;
  text-transform: uppercase;
  margin-top: -90px;
}
.pg-title h1 span{
  font-family: Kristi, "Comic Sans MS", cursive, sans-serif;
  font-size: 70px;
  line-height: 50px;
  color: #e8cd67;
  text-transform: lowercase;
}
.cn-pg-title h1{
  font-size: 60px;
  text-transform: uppercase;
  margin-top: 20px;
}
.cn-pg-title h1 span{
  font-family: Kristi, "Comic Sans MS", cursive, sans-serif;
  font-size: 70px;
  line-height: 50px;
  color: #e8cd67;
  text-transform: lowercase;
}
/*some of our Favourites */
.sf{
  background-image: url(../images/charcoal.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 50px;
  margin-bottom: 100px;
}
.sf h1{
  font-size: 45px;
  text-transform: uppercase;
  margin-top: 0px;
  color: #fff;
}
.sf h1 span{
  font-family: Kristi, "Comic Sans MS", cursive, sans-serif;
  font-size: 70px;
  line-height: 50px;
  color: #e8cd67;
  text-transform: lowercase;
}
.bar{
  border-bottom: 1px solid hsla(0,0%,100%,.2);
  color: #fff;
  padding: 35px 0px;
  margin: 20px 28px;
  height: 200px;
}
.bar h3 span{
  font-style: italic;
  font-size: 20px;
}
.cost{
  margin-top: 25px;
}
.bar-title{
  margin-bottom: .5rem!important;
}
/*Favourites ends*/

/*Our Best Sellings!*/
.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
  left: 0px;
  height: 40px;
  width: 40px;
  margin-top: 220px;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
}
.carousel-control.right {
  right: 0px;
}
/* The indicators */
.carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
  background: #cecece;
}
.carousel-indicators .active {
background: #428bca;
}
/*Our Best Sellings! ends*/

/*footer*/
footer{
  background: #333;
  padding: 15px;
  color: #fff;
}
/*footer*/

/*scroll top*/
.scrolltop {
  display:none;
  width:100%;
  margin:0 auto;
  position:fixed;
  bottom:20px;
  right:10px; 
}
.scroll {
  position:absolute;
  right:5px;
  bottom:20px;
  background:#b2b2b2;
  background:rgba(178,178,178,0.7);
  padding:20px;
  text-align: center;
  margin: 0 0 0 0;
  cursor:pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;    
}
.scroll:hover {
  background:rgba(178,178,178,1.0);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;    
}
.scroll:hover .fa {
  padding-top:-10px;
}
.scroll .fa {
  font-size:30px;
  margin-top:-5px;
  margin-left:1px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;  
}
/*scroll top ends*/
/*menu page css*/
.inner-img{
  width: 100%;
    height: 400px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    margin-top: -171px;
}
.inner-img img{
  width: 100%;
}
.after-slider{
  margin-top: 20%;
}
/*.menu-title {
  position: relative;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  text-align: center;
  font-weight: 600;
  font-size: 40px;
}*/
.menu-title span {
  display: inline-block;
  border-bottom: 4px solid #fbcd65;
  padding-bottom: 2px;
}
.menu-page-title{
  padding: 80px 0px 0px 0px;
}
.menu-section {
    padding: 20px 0px;
    width: 100%;
}
/*.menu-section-row {
    padding: 30px 0px;
}*/
.menu-1 {
    width: 100%;
    margin: 0 auto;
    height: 130px;
    background-repeat: no-repeat;
    background-position: center center;
    list-style: none;
}
.menu-1 a {
    height: 100%;
    color: #fbcd65;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    line-height: 70px;
    vertical-align: middle;
    font-size: 20px;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    background-position: center;
    letter-spacing: 2px;
    background-color: #dce3db;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 130px;
    vertical-align: middle;
    font-size: 1.18182em;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    /* background: url(../img/rgbapng/00000033-5.png?1462937517); */
    background: rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 1px #000000;
}
.menu-1 a span {
    border: 3px solid #efc360;
    border-radius: 4px;
    display: inline-block;
    line-height: normal;
    padding: 7px 10px;
    background: rgba(0, 0, 0, 0.6);
}
.menu-1 a:hover{
  background: transparent;
}
.starter-content ul {
  list-style-type: none;
  padding: 0;
  margin: 25px 0 50px;
}
.starter-content ul li {
  margin-bottom: 20px!important;
  background-color: #e8cd67;
  padding-left: 15px;
  padding-right: 15px;
  color: #000000;
  padding-bottom: 15px;
  width: 90%;
  margin: 0 auto;
}
.main-li {
  border-bottom: 2px dotted #565656;
  margin-bottom: 25px;
}
.title-main {
  font-weight: 600;
  font-size: 45px;
  color: #4a3402;
  text-align: center;
  padding: 15px 0px;
  text-transform: uppercase;
}
.starter-content ul li h3.menu-title {
  display: table-cell;
  float: left;
  font-weight: 400;
  font-size: 30px;
  color: #3a3a3a;
  text-transform: uppercase;
}
.starter-content ul li h3.price-tag.text-right {
  text-align: right;
  padding: 16px 0px;
  color: #4a3402;
  text-transform: uppercase;
}
.main-li p {
  color: #404040;
  font-weight: 400;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
}
.main-li p span {
  color: #4a3402;
  font-weight: bold;
}
.tagline{
  color: #e87926;
  font-weight: bold;
  text-align: center;
  margin-top: -25px;
}
.tagline-inside{
  color: #e87926;
  font-weight: bold;
  text-align: center;
}
.price-tag span{
  color: #e87926;
  font-weight: bold;
}
.transition {
  -webkit-transform: scale(1.2); 
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
/*book a table*/
.form{
  background: #ffc00f!important;
  padding: 20px;
  border: 5px solid #e8cd67;
}
.form label{
  color: #000!important;
}
label.error{
  color: red!important;
}
.btn-theme{
  background-color: #fbcd65;
}
/*bo*/
/*galler page*/
#gallery {
  height:100%;
  position:relative;
  overflow:hidden;
}
.gallery .green{
  background-color:#6fb936;
}
.gallery .thumb{
    margin-bottom: 30px;
}

.gallery img.zoom {
  width: 100%;
  height: 200px;
  border-radius:5px;
  object-fit:cover;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
}
.gallery .transition {
  -webkit-transform: scale(1.2); 
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.gallery .modal-header {

 border-bottom: none;
}
.gallery .modal-title {
    color:#000;
}
.gallery .modal-footer{
  display:none;  
}
.bg-theme{
  background-color: #e8cd67;
}
/*contact page*/
.content-side23{
  width: 40%;
  height: 400px;
  position: absolute;
  right: 90px;
  padding: 32px;
  margin-top: 0px;
  background: blanchedalmond;
  display: block;
  padding: 54px;
  transform: translate3d(0px, 3.3px, 0px);
}
.img-section23{
  width: 50%;
  height: 400px;
  float: left;
  margin-right: 3.5%;
  padding: 30px;
  box-sizing: border-box;
}
.contact-page{
  padding-bottom: 20px;
  margin-top: 40px;
}
.contact-page h1 {
    font-size: 45px;
    text-transform: uppercase;
    margin-top: -26px;
}
.contact-page i{
  color: #754747;
}
.contact-title {
  position: relative;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  text-align: center;
  font-weight: 600;
  font-size: 40px;
}
.contact-title span {
  display: inline-block;
  border-bottom: 4px solid #ffc00f;
  padding-bottom: 2px;
}
.contact-page h4{
  font-size: 30px;
  font-weight: 600;
  text-decoration: underline;
  padding-bottom: 10px;
}
.contact-page h5{
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: bold;
}
.contact-page ul{
  list-style: none;
}
.contact-page ul li{
  font-size: 17px;
  line-height: 1.4;
  font-weight: bold;
}
/*contact-page ends*/
.hosting{
  margin: 100px auto;
}
.bg-charcoal {
    background-image: url(../images/charcoal.jpg);
    padding: 150px 42px;
    color: #fff;
}
.list--dash li {
  font-size: 26px;
    list-style: none;
    line-height: 44px;
}
.list--dash li i{
  padding-right: 10px;
}

.mt-0{
  margin-left: 22%;
}
.ma-title{
    font-size: 45px;
    text-transform: uppercase;
    margin-top: 40px;
    color: #000;
}
.ma-title span {
    font-family: Kristi, "Comic Sans MS", cursive, sans-serif;
    font-size: 70px;
    line-height: 50px;
    color: #e8cd67;
    text-transform: lowercase;
}
.ma-h3{
  font-size: 40px;
    line-height: 56px;
    letter-spacing: -.3px;
}
.ma-p {
    font-size: 18px;
    padding: 10px 0px;
    line-height: 30px;
    color: #444;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    padding: 12px 25px;
    border-radius: 0px;
    font-size: 15px;
}
.slide-image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 745px;
    background-position: 10% 10%;
    background-size: cover;
}
.after-slider-index {
    margin-top: 530px;
    position: relative;
    display: block;
}
.cn-left{
    width:40%;
    float:left;
}
.cn-right{
    width:60%;
    float:right;
}