/*------------------------------------------------------------------
[Master Stylesheet]
Theme : ESS Restaurant
Author Name: Naveen Kumar Verma
Description: Restaurant - Responsive theme and desgin
Version: 1.0
license: https://euclidesoftwaresolutions.com/
Copyright 2021 ESS Authors
*/
@charset "UTF-8";

/*==========================================================
							Fonts 
==========================================================*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400|Oswald:300,400,700&display=swap");

/*======================================================
[Table of contents]

+ General
	- body
	- h1,h2,h3,h4,h5,h6
	- Padding and margins
    - Font Family
    - Colors
    - buttons
    - Bs modal css
    - border zigzap
    - forms
    - 
+ Header
	- Logo
	- Navbar
+ Footer
+ Homepage
	- Banner
	- Story section
	- Gallery section
	- Testimonial section
	- Private Dinning
	- Our Menu
	- Instagram Gallery
    - Press + News
    - Make Reservarion
    - Keep upto Date
+ Inner Page
	- menu
	- gallery page
	- story page
	- news Page
        - news-detail 
	- Contact page
+ Kayframes animation


-------------------------------------------------------------------*/

/*==========================================================
							General 
==========================================================*/

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none !important;
}
body {
  margin: 0;
  -ms-text-size-adjust: 100%;

  font-family: "Avenir Next LT Pro";
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #000000;
}

.clearfix:after,
.clearfix:before,
.col,
article,
aside,
figure,
footer,
header,
hgroup,
hr,
nav,
section {
  display: block;
}
html ol,
html ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
button,
input,
select,
textarea {
  margin: 0;
}
a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  cursor: pointer;
}
a:hover {
  color: #fe4e2b;
}
a,
li {
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
a:hover,
li:hover {
  text-decoration: none !important;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
a:focus,
button:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
body::selection {
  background: #fe4e2b;
}
h1 {
  font-size: 3.125rem;
  font-family: "Futura PT";
}
h2 {
  font-size: 2.75rem;
  font-family: "Futura PT";
}
h3 {
  font-size: 2.375rem;
  font-family: "Futura PT";
}
h4 {
  font-size: 2rem;
  font-family: "Futura PT";
}
h5 {
  font-size: 1.75rem;
  font-family: "Futura PT";
}
h6 {
  font-size: 1.5rem;
  font-family: "Futura PT";
}
img {
  width: 100%;
}
.parallex {
  background-attachment: fixed;
}
/*Padding and margins*/
.py-110 {
  padding: 110px 0;
}
.py-130 {
  padding: 130px 0;
}
.py-210 {
  padding: 210px 0;
}
.py-60 {
  padding: 60px 0;
}
.py-50 {
  padding: 50px 0;
}
.py-80 {
  padding: 80px 0;
}
.py-100 {
  padding: 100px 0;
}
.py-180 {
  padding: 180px 0;
}
.border {
  border: 1px solid #ffffff !important;
}
.border-5 {
  border-width: 5px !important;
}
/*Font Family css*/
.font-cursive {
  font-family: "Great Vibes", cursive;
}
.font-futura {
  font-family: "Futura PT";
}
.font-Av {
  font-family: "Avenir Next LT Pro" !important;
}

@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../font/AvenirNextLTPro-Regular.woff2") format("woff2"),
    url("../font/AvenirNextLTPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*Colors*/
.text-default {
  color: #000000;
}
.primary {
  color: #fe4e2b;
}
.secondry {
  color: #000000;
}
.text-gray {
  color: #afb9bd;
}
.text-white {
  color: #ffffff;
}
.text-sky {
  color: #e7f0f3;
}
.cursive-title {
  font-size: 50px;
  line-height: 1;
  font-family: "Great Vibes", cursive;
}

/*--background--*/
.bg-default {
  background-color: #000000;
}
.primary-bg {
  background-color: #3cbcdb;
}
.secondry-bg {
  background-color: #000000;
}
.gray-bg {
  background-color: #afb9bd;
}
.white-bg {
  background-color: #ffffff;
  text-align: center;
}
.sky-bg {
  background-color: #3cbcdb;
}

/*--buttons--*/
.btn {
  padding: 15px 25px;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 3px;
  color: #ffffff;
  font-family: "Futura PT";
  text-transform: uppercase;
  transition: 0.5s ease-in-out;
  position: relative;
  outline: none !important;
}
.btn-primary {
  background: #fe4e2b;
  border-color: #fe4e2b;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #fe4e2b;
  background: #ffffff;
  border-color: #fe4e2b;
  box-shadow: inset 0 -50px 0 #ffffff !important;
}
.btn-outline {
  border-color: #ffffff;
}
.btn-outline:hover,
.btn-outline:focus {
  background: #fe4e2b;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: inset 0 -50px 0 #fe4e2b !important;
}
.btn-black {
  background: #000000;
}
.btn-black:hover,
.btn-black:focus {
  color: #fe4e2b;
  background: #ffffff;
  border-color: #fe4e2b;
  box-shadow: inset 0 -50px 0 #ffffff !important;
}

/*Bs modal css overwrite */
.modal-backdrop {
  z-index: -1;
}
.modal {
  background: rgb(0 0 0 / 50%);
}
.modal-body .reservation-form .form-control {
  border: 1px solid #000000;
}
/*border zigzap*/
.border-zigzag-up {
  position: relative;
}
.border-zigzag-up::after {
  background: linear-gradient(
      -45deg,
      #ffffff 10px,
      #ffffff 10px,
      #ffffff 10px,
      transparent 0
    ),
    linear-gradient(45deg, #ffffff 10px, transparent 0);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 12px 32px;
  content: " ";
  display: block;
  height: 32px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.border-zigzag-down {
  position: relative;
}
.border-zigzag-down::after {
  background: linear-gradient(
      -45deg,
      #ffffff 10px,
      #ffffff 10px,
      #ffffff 10px,
      transparent 0
    ),
    linear-gradient(45deg, #ffffff 10px, transparent 0);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 12px 32px;
  content: " ";
  display: block;
  height: 32px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: rotate(180deg);
}
.border-gray {
  border: 1px solid #e6eff3;
}



/*kayframes animation*/
@keyframes stuckMoveDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

/* Bottom to top css */
a#toTopBtn {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  background: #181818;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 30px;
  transition: 0.5s ease;
}

/*--navbar--*/




@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format('svg')
}




.cbp-spmenu {
    background: #dfdfdf;
    position: fixed
}

.cbp-spmenu h3 {
    color: #fff;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #000000;
}

.cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 1.1em;
    font-weight: 300
}

.cbp-spmenu a:hover {
    background: #000000;
}

.cbp-spmenu a:active {
    background: #333;
    color: #fff
}

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #ccc;
    padding: 1em
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: .8em;
    border-left: 1px solid #258ecd
}

.cbp-spmenu-left {
    left: -240px
}

.cbp-spmenu-right {
    right: -240px
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0
}

.cbp-spmenu-top {
    top: -150px
}

.cbp-spmenu-bottom {
    bottom: -150px
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0
}

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0
}

.cbp-spmenu-push-toright {
    left: 240px
}

.cbp-spmenu-push-toleft {
    left: -240px
}

.cbp-spmenu,.cbp-spmenu-push {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (max-width: 55.1875em) {
    .cbp-spmenu-horizontal {
        font-size:75%;
        height: 110px
    }

    .cbp-spmenu-top {
        top: -110px
    }

    .cbp-spmenu-bottom {
        bottom: -110px
    }
}

@media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical {
        font-size:90%;
        width: 190px
    }

    .cbp-spmenu-left,.cbp-spmenu-push-toleft {
        left: -190px
    }

    .cbp-spmenu-right {
        right: -190px
    }

    .cbp-spmenu-push-toright {
        left: 190px
    }
}


#showLeftPush {
    display: block;
    height: 30px;
    position: absolute;
    left: 8px;
    top: 18px;
    width: 40px;
    z-index: 2;
    background: 0 0;
    border: 0;
    cursor: pointer
}

#showLeftPush span,#showLeftPush:after,#showLeftPush:before {
    background: #000;
    content: "";
    display: block;
    height: 4px;
    left: 7px;
    position: absolute;
    width: 30px
}

#showLeftPush:before {
    top: 8px
}

#showLeftPush:after {
    top: 24px
}

#showLeftPush span {
    top: 16px
}

#showLeftPush.active:before {
    transform: rotate(45deg)
}

#showLeftPush.active:after,#showLeftPush.active:before {
    top: 10px
}

#showLeftPush.active:after {
    transform: rotate(-45deg)
}

#showLeftPush.active span {
    opacity: 0
}

.navbar {
    display: none
}

#ommenu a,#ommenu li,#ommenu span,#ommenu ul {
    margin: 0;
    padding: 0;
    position: relative
}

#ommenu {
    width: auto
}

#ommenu a {
    color: #fff;
    text-transform: normal;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    line-height: 32px;
    border-bottom: 2px solid #ccc;
    display: block;
    padding: 10px
}

#ommenu ul {
    list-style: none
}

#ommenu>ul>li {
    display: block;
    margin: 0
}

#ommenu.align-center {
    text-align: center
}

#ommenu.align-center>ul>li {
    float: none
}

#ommenu.align-center ul ul {
    text-align: left
}

#ommenu.align-right>ul {
    float: right
}

#ommenu.align-right ul ul {
    text-align: right
}

#ommenu>ul>li>a {
    color: #fff;
    font-size: 15px
}

a.nav-link {}

#ommenu .has-sub:hover>ul {
    display: block;
    z-index: 20
}

#ommenu .has-sub ul {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #222
}

#ommenu .has-sub ul li a {
    background: #fff;
    border-bottom: 2px solid #080808;
    font-size: 15px;
    display: block;
    line-height: 120%;
    padding: 12px;
    color: #000
}

#ommenu .has-sub ul li:hover a {
    background: #222;
    color: #fff
}

#ommenu ul ul li:hover>a {
    color: #000
}

#ommenu .has-sub .has-sub:hover>ul {
    display: block
}

#ommenu .has-sub .has-sub ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0
}

#ommenu .has-sub .has-sub ul li a {
    background: #0c7fb0;
    border-bottom: 1px dotted #31b7f1
}

#ommenu .has-sub .has-sub ul li a:hover {
    background: #0a6d98
}

body.cbp-spmenu-push-toleft {
    left: 240px
}

@media screen and (min-width: 768px) {
    #showLeftPush {
        display:none
    }

    .navbar {
        display: block
    }

    .navbar-inverse {
        background: 0 0;
        margin-top: 9px;
        margin-bottom: 0;
        border: 0;
        z-index: 1;
        min-height: auto;
        text-transform: none;
        border-radius: 0
    }

    #ommenu a {
        border-bottom: none;
        padding: 0 10px;
        font-weight: 400;
        line-height: 102px;
        text-transform: normal
    }

    #ommenu ul {
        display: table;
        margin: 0 auto
    }

    #ommenu ul ul {
        display: block
    }

    #ommenu .has-sub ul li a {
        background: #000;
        color: #fff;
        border-bottom-color: #222
    }

    #ommenu>ul>li>a {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        position: relative
    }

    #ommenu ul:after,#ommenu:after {
        content: '';
        display: block;
        clear: both
    }

    #ommenu>ul>li:hover:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 50%;
        bottom: 0
    }

    #ommenu>ul>li:first-child>a {
        border-radius: 5px 0 0;
        -moz-border-radius: 5px 0 0;
        -webkit-border-radius: 5px 0 0
    }

    #ommenu.align-center>ul>li:first-child>a,#ommenu.align-right>ul>li:first-child>a {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0
    }

    #ommenu.align-right>ul>li:last-child>a {
        border-radius: 0 5px 0 0;
        -moz-border-radius: 0 5px 0 0;
        -webkit-border-radius: 0 5px 0 0
    }

    #ommenu>ul>li.active>a {
        color: #688005;
        border-bottom-color: #688005;
        border-radius: 0
    }

    #ommenu>ul>li:hover>a {
        color: #264896;
        border-bottom-color: #264896;
        border-radius: 0
    }

    #ommenu .has-sub {
        z-index: 10
    }

    #ommenu.align-right .has-sub ul {
        left: auto;
        right: 0
    }

    #ommenu .has-sub ul li {
        *margin-bottom: -1px;
        background: #222
    }

    #ommenu.align-right .has-sub .has-sub ul,#ommenu.align-right ul ul ul {
        left: auto;
        right: 100%
    }

    #ommenu .has-sub ul li.last>a,#ommenu .has-sub ul li:last-child>a,#ommenu ul ul li.last>a,#ommenu ul ul li:last-child>a,#ommenu ul ul ul li.last>a,#ommenu ul ul ul li:last-child>a {
        border-bottom: 0
    }

    #ommenu>ul>li {
        display: inline-block;
        float: left;
        margin: 0
    }

    #ommenu .has-sub ul {
        width: 250px
    }
}

@media screen and (min-width: 992px) {
    #ommenu>ul>li>a {
        font-size:16px
    }

    #ommenu .has-sub ul li a {
        font-size: 14px
    }

    #ommenu a {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width: 992px) {
    #ommenu>ul>li>a {
        font-size:20px
    }
}



.button,.om-btn-wrapper a,.view-menu-btn {
    background: #f60207;
    color: #fff!important;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    border: none;
    margin: 15px auto 0;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    text-transform: normal;
    transition: all .2s ease-in-out 0s;
    min-width: 160px;
    text-decoration: none
}

.button:hover,.om-btn-wrapper a:hover,.view-menu-btn:hover {
    background: #ff8343;
    color: #fff!important;
}

.button.red-btn,.om-btn-wrapper a.red-btn,.view-menu-btn.red-btn {
    background: #688005;
    font-weight: 700;
    color: #fff!important
}

.button.red-btn:hover,.om-btn-wrapper a.red-btn:hover,.view-menu-btn.red-btn:hover {
    background: #404f03
}

.button a,.om-btn-wrapper a a,.view-menu-btn a {
    color: #fff
}

.button a:hover,.om-btn-wrapper a a:hover,.view-menu-btn a:hover {
    color: #000
}

.button.book-btn,.om-btn-wrapper a.book-btn,.view-menu-btn.book-btn {
    width: 50%
}

.order-online a {
    background: #f6242a;
    :;
    display: block;
    font-size: 16px;
    border: none;
    margin: 15px auto 0;
    padding: 8px 15px;
    position: relative;
    text-align: center;
    transition: all .2s ease-in-out 0s;
    min-width: 160px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.order-online a:hover {
    background: #546704;
    color: #fff!important
}

.slider-container .om-btn-wrapper a,.slider-container .view-menu-btn {
    font-size: 22px;
    background: #688005
}

.om-welcome {
    background: #efefef
}

body.black-page {
    background: #fff;
    color: #000
}

#header {
    background: #ffffff;
    width: 100%;
    padding: 14px
}

#header .container {
    position: relative;
    color: #fff;
    padding: 0
}

#header .container #logo {
    margin: 0 auto;
    width: 120px
}

#header .container #logo a {
    display: block
}

#header .container .order-online ul {
    padding: 0;
    margin: 0
}

#header .container .order-online ul li {
    display: block
}

#header .left-nav,#header .right-nav,.header-top .address,.header-top .oo-top {
    display: none
}





@media screen and (min-width: 700px) {
    #header,#header .container {
        padding:0
    }

    #header .container #logo {
        width: 140px;
        float: left;
        margin: 0;
        padding: 14px 0 14px 14px
    }

    #header .container #logo a {
        padding: 0
    }

    #header .container .navbar {
        float: right;
        padding: 0;
        margin-top: 0;
        margin-right: 175px
    }

    #header .container .navbar .navbar-collapse {
        display: block
    }

    #header .container .order-online {
        right: 0;
        top: 15px;
        position: absolute;
        margin: 0;
        padding: 0
    }

    #header .left-nav,#header .right-nav {
        display: block
    }

    #header .left-nav .nav ul,#header .right-nav .nav ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    #header .left-nav .nav ul li,#header .right-nav .nav ul li {
        display: inline-block
    }

    #header .left-nav .nav ul li a,#header .right-nav .nav ul li a {
        display: block;
        padding: 0 10px;
        font-size: 15px;
        font-weight: 700;
        line-height: 50px;
        color: #000
    }

    #header .left-nav .nav ul li a:hover,#header .right-nav .nav ul li a:hover {
        color: #ed1c24
    }

    #header .left-nav {
        float: left;
        margin-left: 70px
    }

    #header .right-nav {
        float: right
    }

    .contact-wrapper {
        padding-right: 80px
    }
}

@media screen and (min-width: 768px) {
    .m-visible {
        display:none!important
    }

    .d-visible {
        display: block!important
    }

    #header .container .navbar-collapse {
        padding: 0
    }
}

@media screen and (min-width: 980px) {
    #header .container #logo {
        width:158px;
        padding: 5px 0 0
    }

    #header .container .top-right .order-online {
        right: 80px;
        top: 52px
    }

    #header .container .navbar {
        margin-right: 265px;
        margin-top: 25px
    }

    section.about-us {
        padding: 40px;
        text-align: center
    }

    .menu-wrapper h2 {
        font-size: 32px
    }

    .menu-wrapper h3 {
        font-size: 30px
    }

    .menu-wrapper p {
        font-size: 20px
    }

    .menu-wrapper p.m-heading {
        font-size: 28px
    }
}

@media screen and (min-width: 992px) {
    .h1,h1 {
        font-size:32px
    }

    .h2,h2 {
        font-size: 28px
    }

    #header {
        position: static
    }

    #header .container,#header .container .navbar-inverse .navbar-collapse.collapse {
        padding: 0
    }

    .main-container h1 {
        margin-bottom: 65px
    }
}

@media screen and (min-width: 1180px) {
    #header .container .top-right .social-icon-list {
        margin-left:50px
    }

    .menu-items .menu-item {
        margin-bottom: 0
    }

    .header-top .oo-top {
        top: 12px
    }

    .header-top .oo-top a {
        font-size: 23px;
        padding-left: 10px;
        padding-right: 10px
    }

    .main-container {
        padding: 40px
    }
}

@media screen and (min-width: 1200px) {
    .menu-items .menu-item .desc {
        min-height:130px
    }

    .container {
        max-width: 1080px
    }
}

.jssor-slide-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(0,0,0,.7)
}

.jssorl-009-spin img {
    animation-name: jssorl009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.jssora051 {
    display: block;
    position: absolute;
    cursor: pointer
}

.jssora051 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 360;
    stroke-miterlimit: 10
}

.jssora051:hover {
    opacity: .8
}

.jssora051.jssora051dn {
    opacity: .5
}

.jssora051.jssora051ds {
    opacity: .3;
    pointer-events: none
}

#header .container:after,.header-right-bottom:after,.header-right-top:after,.menu-items:after,.order-online-btns ul:after,.social-icon-list ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

#header {
    padding-top: 0;
}

#header .container #logo {
    width: 245px;
    margin: 0px auto 10px auto;
    padding: 15px 0 0 0;
}

#header .container #logo h1 {
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    color: #033e4b;
}

a, .home-text h1, .box-section h2, h2 {
    color: #033e4b;
}



#showLeftPush span, #showLeftPush::after, #showLeftPush::before {
    background: #f6242a;
}

#ommenu > ul > li > a {
    color: #000;
}

#ommenu > ul > li:hover > a {
    color: #ffffff;
}




@media screen and (min-width: 768px) {
    #ommenu > ul > li.active > a, #ommenu > ul > li:hover > a:hover {
        color: #f6242a;
    }

    #ommenu > ul > li > a {
        color: #000000;
        text-transform: uppercase;
    }

   

    #header {
    }

    .menu-category .menu-category-wrapper {
        max-width: 1480px;
        margin: 0 auto;
        background: #fff
    }

    .menu-category .menu-category-wrapper .menu-items-wrapper {
        display: flex;
        margin: 0 -15px
    }

    .menu-category .menu-category-wrapper .menu-item {
        flex: 1;
        padding: 0 15px
    }

    .menu-category .menu-category-wrapper .menu-title {
        top: auto;
        bottom: -25px
    }

    #header .container #logo {
        margin: 0px auto 0px auto;
        width: 105px;
        z-index: 50;
    }

    #ommenu a {
        line-height: 60px;
    }

    #header .container .navbar {
        margin-top: 16px;
    }

    #header .container .order-online {
        top: 5px;
    }
}

@media screen and (min-width: 980px) {
    #header .container {
        display: flex;
        align-items: center;
    }

    #header .container .navbar {
        margin-top: 0px;
    }

    .order-online a {
        margin-top: 0;
    }

    #header .container .top-right {
        flex: 1;
    }

    #header .container #logo {
        padding-top: 0;
    }

    #header .container .top-right .order-online {
        top: 9px;
    }
}

@media screen and (min-width: 1200px) {
    #header {
        padding:10px;
        background: #ffffff;
    }

    #header .container #logo {
        width: 180px;
    }

    #header .container .top-right .order-online {
        top: 42px;
    }
}

@media screen and (min-width: 1500px) {
    .container {
        max-width: 1280px;
    }
}


/*==========================================================
							Footer
==========================================================*/
.footer .main-footer .footer-widget ul.widget-list li a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.footer .main-footer .footer-widget ul.widget-list li a .details {
  text-align: left;
}
.footer .main-footer.footer-widget ul.widget-list li a i {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
  transform: rotate(45deg);
  margin-right: 30px;
  line-height: 1;
  top: 15px;
  position: relative;
}
.footer .main-footer .footer-widget ul.widget-list li a i {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: 0.5s ease;
  transform: rotate(45deg);
  position: relative;
  top: 10px;
}
.footer .main-footer.footer-widget ul.widget-list li a .details {
  text-align: left;
  min-width: 50%;
}
.footer .main-footer.footer-widget ul.widget-list li a .details h4 {
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 10px;
  font-weight: 400;
}
.footer .main-footer .footer-widget ul.widget-list li a .details p {
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  font-weight: 400;
}
.footer .main-footer h4.footer-title {
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
.footer .main-footer .footer-widget ul.widget-list li a:hover i {
  transform: rotate(90deg);
  background: #fe4e2b;
}
.footer .main-footer .footer-widget ul.widget-list li a:hover i::before {
  transform: rotate(-90deg);
}
.footer .main-footer .footer-widget ul.widget-list li i::before {
  transition: 0.5s ease;
}
.footer .main-footer .footer-widget ul.widget-list li a:hover .details p {
  color: #fe4e2b;
}
.footer .main-footer .footer-widget ul.widget-list li a i::before {
  transform: rotate(-45deg);
}
.footer .main-footer .footer-widget ul.widget-list li a h4 {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 22px;
  color: #000000;
  font-weight: bold;
}
.copyright-bar ul.social-media {
  margin-bottom: 20px;
}

.copyright-bar ul.social-media li {
  margin: 0 8px;
}

.copyright-bar ul.social-media li a {
  background-color: #fd5728;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
  border-radius: 50%;
  transition: 0.5s ease;
}

.copyright-bar ul.social-media li a:hover {
  transform: rotate(360deg);
  background: #000000;
}
/*==========================================================
							Homepage
==========================================================*/

/*Banner*/
.home-banner {
  min-height: 850px;
  position: relative;
}
.fixed-header .btn-primary {
  background: #000;
  border-color: #000;
}
.home-banner .carousel-inner .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / 45%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-banner .carousel-inner .item img {
  height: 100vh !important;
  object-fit: cover;
}
.home-banner .carousel-inner .item {
  position: relative;
}
.home-banner .carousel-inner .item .carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 0;
  bottom: inherit !important;
  min-width: 810px;
  z-index: 2;
}
.home-banner .carousel-inner .item .carousel-caption h5 {
  font-size: 70px;
  line-height: 0.6;
}
.home-banner .carousel-inner .item .carousel-caption h2 {
  font-size: 90px;
  letter-spacing: 4px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
.home-banner .carousel-inner .item .carousel-caption .address p {
  margin: 0 0 0px 0;
  font-size: 20px;
  letter-spacing: 2px;
  color: #ffffff;
  font-family: "Futura PT";
  text-align: center;
}

.carousel-control-next,
.carousel-control-prev {
  z-index: 4;
}
.home-banner .carousel {
  position: relative;
  z-index: 2;
}

/*Story section*/
.story-block .story-detail h5 {
  font-size: 50px;
  line-height: 1;
}
.story-block .story-detail h2 {
  font-size: 50px;
  letter-spacing: 2px;
  color: #000000;
  font-weight: bold;
  font-family: "Futura PT";
  line-height: 1;
  margin: -10px 0 20px 0;
}
.gallery-block .gallery-content {
  height: 100%;
  padding: 20px 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.gallery-block .gallery-content h5 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 400;
}
.gallery-block .gallery-content h2 {
  font-size: 70px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: bold;
  margin: -10px 0 0 0;
}
.gallery-block .gallery-content p {
  margin: 0 0;
  font-size: 24px;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
}
.galleryrow > .column {
  padding: 0 8px;
}

.galleryrow:after {
  content: "";
  display: table;
  clear: both;
}

.gallerycolumn {
  float: left;
  width: 25%;
}
.gallery-img {
  position: relative;
  overflow: hidden;
}

.gallery-img .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 70%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translate(0px, 100%);
  transition: 0.5s ease;
}
.gallerymodal .mySlides img {
  height: 600px;
  object-fit: contain;
}

.gallerymodal .mySlides {
  background: black;
}
.gallery-img .gallery-overlay h4,
.gallery-img .gallery-overlay p {
  position: relative;
  z-index: 4;
  color: #ffffff;
  margin: 0 0;
}

.gallery-img:hover .gallery-overlay {
  transform: translate(0px, 0px);
}
/* The Modal (background) */
.gallerymodal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
  z-index: 1000;
}
/* Modal Content */
.gallerymodal .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}
/* The Close Button */
.gallerymodal .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.gallerymodal .close:hover,
.gallerymodal .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.gallerymodal .mySlides {
  display: none;
}
.modal-header .btn-close {
  transition: 0.5s ease;
}
.modal-header .btn-close:hover {
  transform: rotate(360deg);
}
.cursor {
  cursor: pointer;
}
/* Next & previous buttons */
.gallerymodal .prev,
.gallerymodal .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
/* Position the "next button" to the right */
.gallerymodal .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.gallerymodal .prev:hover,
.gallerymodal .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */
.gallerymodal .numbertext {
  color: #f2f2f2;
  font-size: 18px;
  padding: 8px 12px;
  text-align: center;
}
.gallerymodal img {
  margin-bottom: -4px;
}
.gallerymodal .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
.gallerymodal .demo {
  opacity: 0.6;
}
.gallerymodal .active,
.gallerymodal .demo:hover {
  opacity: 1;
}
.gallerymodal img.hover-shadow {
  transition: 0.3s;
}
.gallerymodal .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*Testimonial bar*/
.Testimonial-block .testimonial-bar i {
  font-size: 40px;
  margin-bottom: 30px;
}
.Testimonial-block .testimonial-bar p.reviewbar {
  max-width: 920px;
  margin: 0 auto 20px auto;
  font-size: 26px;
  line-height: 36px;
  color: #08303e;
  font-weight: bold;
  font-family: "Futura PT";
}
.Testimonial-block .testimonial-bar h6.review-name {
  margin: 0 0;
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
}
.Testimonial-block .carousel-indicators {
  position: relative;
  margin: 50px 0 0 0 !important;
}
.Testimonial-block .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #08303e;
  opacity: 1 !important;
  margin: 0 3.5px;
}
.Testimonial-block .carousel-indicators button.active {
  border-color: #fe4e2b;
  background: #fe4e2b;
}
.content-white.Testimonial-block .carousel-indicators button {
  border: 1px solid #ffffff;
}
.content-white.Testimonial-block .carousel-indicators button.active {
  background: #ffffff;
}
/*dinning css*/
.private-dining {
  background-image: url("../images/dining-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.private-dining h4 {
  font-size: 50px;
  letter-spacing: 2px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.btn-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-row a {
  margin: 0 10px;
  position: relative;
}
/*Our Menu */
.order-menu h4 {
  font-size: 44px;
  font-weight: bold;
  font-family: "Futura PT";
  text-transform: uppercase;
}
.tabs-bar .nav {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e8f1f5;
}
.tabs-bar .nav .nav-link {
  font-size: 18px;
  color: #afb9bd;
  font-family: "Futura PT";
  text-align: center;
  padding: 0 0 20px 0;
  background: transparent;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  transition: 0.5s ease;
}
.tabs-bar .nav li {
  margin: 0 20px;
}
.tabs-bar .nav .nav-link.active,
.tabs-bar .nav .nav-link:hover {
  border-bottom: 1px solid #fe4e2b;
  color: #000000;
}
ul.menu-listing li .leftbar {
  flex: 0 0 80%;
  max-width: 80%;
  padding-right: 20px;
}
ul.menu-listing li .rightbar {
  flex: 0 0 20%;
  max-width: 20%;
  justify-content: space-between;
}
ul.menu-listing h5 {
  margin: 0 0;
  font-size: 22px;
  color: #000000;
  font-weight: 500;
  font-family: "Futura PT";
}
ul.menu-listing p {
  margin: 0 0;
  font-size: 16px;
  color: #000000;
  line-height: 1.3;
}
ul.menu-listing li {
  margin-bottom: 30px;
}
/*Our Menu */

/*Book order primary */

.book-order-bar h4 {
  font-size: 14px;
  font-weight: bold;
}
.book-order-bar a.btn {
  padding: 15px 35px;
}
/*Book order primary */
.primary-title {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  font-family: "Futura PT";
  text-align: center;
}
.instagram-gallery-bar h6 {
  font-size: 22px;
}
.insta-box {
  height: 485px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ffffff;
  box-sizing: border-box;
}
.insta-box img {
  object-fit: cover;
  height: 485px;
  transition: 0.5s ease-in-out;
}
.insta-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(0 0 0 / 30%);
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: 0.5s ease-in-out;
  opacity: 0;
}
.insta-box .overlay i {
  font-size: 40px;
  color: #fe4e2b;
}
.insta-box:hover .overlay {
  opacity: 1;
  transform: scale(1);
}
.rule-war h4 {
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 36px;
  font-weight: bold;
}
.Instagram-new i {
  font-size: 40px;
  margin-bottom: 10px;
}
/*Press news*/
.Press-news h4 {
  font-size: 44px;
  font-weight: bold;
  font-family: "Futura PT";
  text-transform: uppercase;
}
.Press-news .press-news-box h6 {
  font-size: 18px;
  line-height: 30px;
}
.Press-news .press-news-box h5 {
  font-size: 24px;
  line-height: 34px;
  color: #08303e;
  font-weight: 500;
  margin-bottom: 20px;
}
.Press-news .press-news-box p {
  font-size: 16px;
  line-height: 26px;
  color: #303030;
}
.readmore a {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Futura PT";
}
.Press-news .col-lg-4.press-news-box {
  padding: 0 30px;
}
/*Reservation-bar */
section.Reservation-bar {
  background-image: url(../images/Reservation-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*Keepup-date*/
.Keepup-date h4 {
  font-size: 44px;
  font-weight: bold;
  font-family: "Futura PT";
  text-transform: uppercase;
}
.Keepup-date p {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 30px;
}
.contact .Keepup-date {
  background: #e7f0f3;
  padding: 100px 0 !important;
}

.contact-form
  form.formreply
  .form-control[type="number"]::-webkit-inner-spin-button,
.contact-form
  form.formreply
  .form-control[type="number"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.contact .footer .copyright-bar {
  background: #e7f0f3;
  padding-top: 0;
}
/*Banner inner pages*/
.banner-inner {
  padding: 390px 0 130px 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.banner-title {
  font-size: 90px;
  letter-spacing: 4px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  margin: 0 0;
}
.max-880 {
  max-width: 890px;
}
.letter-spacing-0 {
  letter-spacing: 0 !important;
}
.story-boxes .story-content {
  max-width: 48%;
  margin: 0 auto;
}
.story-boxes .story-content h4 {
  font-size: 36px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #000000;
  font-weight: bold;
}
.booktable-bg {
  background-image: url("../images/booktable-bg.jpg") !important;
}
/*News post css*/
.newsbar .new-img {
  padding-right: 20px;
  overflow: hidden;
}
.newsbar .new-img img {
  transition: 0.5s ease;
}
.newsbar .new-img:hover img {
  transform: scale(1.1);
}
.newsbar .news-content p {
  margin-bottom: 5px;
}
.newsbar .news-content .date {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
}
.newsbar .news-content .author {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 30px;
}
.newsbar .news-content h4.news-title {
  font-size: 24px;
  line-height: 34px;
  color: #08303e;
  max-width: 100%;
  font-weight: bold;
}
.newsbar .news-content .news-description {
  font-size: 16px;
  line-height: 26px;
  color: #303030;
  max-width: 90%;
  margin-bottom: 20px;
}
.numeric-bar .listing {
  display: flex;
  align-items: center;
  justify-content: center;
}
.numeric-bar {
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding: 50px 0;
}
.numeric-bar .listing li a {
  border: 1px solid #f3f3f3;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
  font-weight: 500;
}
.numeric-bar .listing li a.active,
.numeric-bar .listing li a:hover {
  border: 1px solid #000000;
  color: #000000;
}
.news-detail .news-content .news-title {
  font-size: 36px !important;
  line-height: 50px !important;
  margin-bottom: 40px !important;
}
.news-detail .news-content .new-img {
  padding: 0 0 !important;
  height: 460px;
  margin-bottom: 20px;
}
.news-detail .news-content .new-img img {
  height: 100%;
  object-fit: cover;
}
.news-detail .news-content .news-description {
  max-width: 100% !important;
  margin-bottom: 0px !important;
  margin-top: 40px;
}
.news-detail .news-content h5 {
  margin-top: 40px;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 32px;
  color: #303030;
  font-weight: bold;
  font-family: "Futura PT";
}
.contact-form {
  padding: 50px 55px;
  position: relative;
  background: #e7eff3;
}
.contactformbar .contact-form {
  background: transparent;
  padding: 0 !important;
}
.contactformbar .contact-form .form-control {
  border: 1px solid #000000 !important;
}
.contact .main-footer {
  display: none;
}
.contact-form h3 {
  font-size: 22px;
  line-height: 34px;
  color: #08303e;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact-form form.formreply .form-control {
  height: auto;
  padding: 15px 18px;
  background: #ffffff;
  border: none;
  outline: none;
  border-radius: 0;
  font-size: 16px;
  letter-spacing: 0px;
  color: #000000;
  font-family: "Avenir Next LT Pro";
}
.contact-form form.formreply .form-select {
  height: auto;
  padding: 15px 18px;
  border-radius: 0;
  font-size: 16px;
  letter-spacing: 0px;
  color: #000;
  font-family: "Avenir Next LT Pro";
  border: 1px solid #000;
}
.contact-form form.formreply .form-control::placeholder {
  color: #000000;
  text-transform: capitalize;
  font-size: 16px;
}
.contact-form form.formreply textarea.form-control {
  height: 90px;
}

/*Blog detail css*/
.blogbarin a {
  display: flex;
  align-items: center;
  opacity: 0.7;
  transition: 0.5s ease;
}
.blogbarin a:hover {
  opacity: 1;
}
.blogbarin a i {
  padding-right: 30px;
  font-size: 24px;
}
.blogbarin .blogdetail h4 {
  margin: 0 0;
  font-size: 16px;
  line-height: 22px;
  color: #afb9bd;
  font-family: "Futura PT";
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.blogbarin .blogdetail h5 {
  font-size: 16px;
  line-height: 22px;
  color: #08303e;
  font-family: "Futura PT";
  text-transform: uppercase;
  font-weight: 600;
}
.blogsnext.blogbarin a i {
  padding-left: 30px;
  padding-right: 0;
}
.blogsnext.blogbarin a {
  justify-content: flex-end;
}
.blogbarin a .blogdetail {
  flex: 0 0 400px;
  max-width: 400px;
  text-align: left;
}
.blogsnext.blogbarin .blogdetail {
  text-align: right;
}
.blogs-sidebar form.search-form .forminput {
  position: relative;
}
.blogs-sidebar form.search-form .forminput .form-control {
  height: auto;
  padding: 17px 50px 17px 17px;
  border: 1px solid #08303e;
  border-radius: 0;
  font-size: 18px;
  color: #08303e;
  font-family: "Futura PT";
}
.blogs-sidebar form.search-form .forminput .form-control::placeholder {
  font-size: 18px;
  color: #08303e;
  font-family: "Futura PT";
}
.blogs-sidebar form.search-form .forminput button.btnsearch {
  border: none;
  background: transparent;
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
}
.blogs-sidebar .search-form {
  margin-bottom: 60px;
}
.news-detail .news-content {
  padding-right: 50px;
}
.blogs-sidebar .sidebar-title {
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #08303e;
  font-weight: bold;
}
.blogs-sidebar .sidebar-blogs-listing ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9f2f5;
}
.blogs-sidebar .sidebar-blogs-listing ul li h5 {
  font-size: 16px;
  line-height: 22px;
  color: #08303e;
  font-family: "Futura PT";
  text-transform: uppercase;
  margin: 0 0;
  transition: 0.5s ease;
  font-weight: 600;
}
.blogs-sidebar .sidebar-blogs-listing ul li a:hover h5 {
  color: #fe4e2b;
}
.blogs-sidebar .sidebar-blogs-listing ul li .date {
  margin: 0 0;
}
/*Contact css*/
.contactus .contact-map {
  height: 450px;
}
.contactus .contact-map .mapouter,
.contactus .contact-map .mapouter .gmap_canvas {
  height: 100%;
}
.contactus .contact-map .mapouter .gmap_canvas iframe {
  width: 100%;
  height: 100%;
}
.contactformbar h4 {
  font-size: 32px;
  letter-spacing: 1px;
  color: #313131;
  font-weight: bold;
}
.contactus .contact-detail {
  padding-left: 30px;
}
.contactus .contact-detail h4 {
  font-size: 32px;
  letter-spacing: 1px;
  color: #313131;
  font-weight: bold;
  font-family: "Futura PT";
}
.contactus .contact-detail ul li h6 {
  font-size: 20px;
  letter-spacing: 1px;
  color: #313131;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Futura PT";
}
.contactus .contact-detail ul li a {
  font-size: 18px;
  letter-spacing: 1px;
  color: #313131;
  font-family: "Futura PT";
  line-height: 20px;
  display: inline-block;
}
/*Theme OPtion change css ends here*/

.hover-overlay {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.hover-overlay img {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  overflow: hidden;
  -webkit-transition: transform 400ms;
  -moz-transition: transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
}

.pbox:hover img {
  transform: scale(1.06);
  -ms-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -o-transform: scale(1.06);
  -moz-transform: scale(1.06);
}

#banner-3 {
  margin-top: 40px;
}

.bg-yellow {
  background-color: #fd5728;
}

.coffee-color h2,
.coffee-color h4 {
  color: #642f21;
}

.banner-3-img {
  text-align: center;
  margin-top: -40px;
  margin-left: -30px;
}

.banner-3-txt h4 {
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
  color: #fff;
}

.banner-3-txt h2 {
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 10px;
  color: #fff;
}

.banner-3-txt p {
  padding-right: 10%;
  margin-bottom: 25px;
  color: #fff;
}

.store {
  display: inline-block;
  text-align: center;
  float: left;
  margin-right: 15px;
}

img.appstore-original {
  display: block;
  width: 163px;
  height: 50px;
}

img.googleplay-original {
  display: block;
  width: 163px;
  height: 50px;
}
div#logo img {
    width: 75%;
}