/*fonts*/
@import url('https://fonts.googleapis.com/css?family=Catamaran:400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');
/*common*/
body { font-family: 'Catamaran', sans-serif; overflow-x: hidden; }
::placeholder { color: #2b3034; font-weight: 600; font-size: 12.5px; opacity: 1; letter-spacing: 1px;}

/*header*/
html{scroll-behavior:smooth}
.header {
    width: 100%;
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    text-align: right;
    background: #fbac40;
    z-index: 99;
    top: 0;
}
#menuToggle
{
  display: block;
  /* You can also use relative/absolute here if you want to stay on the top */
  position: fixed;
  top: 15px;
  left: 50px;
  z-index: 9999;
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle a {
    text-decoration: none;
    color: #dd3b2a;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    transition: color 0.3s ease;
}
#menuToggle a:hover
{
  color: tomato;
}
#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #FAAB40;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}
.header h3 {
    color: #faab41;
    position: absolute;
    text-align: center;
    margin-left: 150px;
    margin-top: 11px;
}
ul#menu li {
    text-align: center;
}
ul#menu li img {
    width: 150px;
}
#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #FAAB40;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}
/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
    position: absolute;
    max-width: 400px;
    width: 100vw;
    max-height: 100vh;
    margin: -100px 0 0 -50px;
    padding: 50px 50px 25px 50px;
    padding-top: 125px;
    box-sizing: border-box;
    overflow-y: auto;
    background: #fff;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

#menu li label
{
  cursor: pointer;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}
.indi-logo {
    position: fixed;
    top: 0;
    z-index: 999;
}
.indi-logo img {
    margin-top: 10px;
    width: 160px;
    margin-left: 70px;
}
.catering-form-section {
    padding-top: 150px !important;
}
.copyright p {
    margin-bottom: 0px;
}
.copyright.text-center p {
    color: grey;
}
.contact-home {
    padding: 70px 60px 10px 70px;
    background: #2e2e2e;
}
.contact-details h3, .social h3 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}
#content > div.contact-home > div.columns.col-lg-12 > div > div.contact-details.col-lg-6 > p:nth-child(3) {
    display: none;
}
.contact-home p {
    color: #fff;
}
.social p {
    display: inline-block;
    padding: 10px 10px 10px 5px;
}.social img {
    width: 25px;
}
.logosec { float: left;
 margin-left: 50px;
}
.logosec img {
    width: 150px;
    margin-top: 10px;
    background: black;
    border-radius: 50%;
    padding: 15px;
}.sidebar-header img {
    width: 200px;
}
div#cusine {
    position: relative;
    width: 100%;
    padding: 60px 0px;
}
.static-1-home {
    padding: 60px 0px;
    display: flex;
}
.static-1-home-about.col-lg-6, .static-1-home-img.col-lg-6 {
    float: left;
}
.catering-form-section, .social-section {
    padding: 50px 100px;
}
.social-section p {
    text-align: center;
}
.social-section p {
    color: black;
    text-transform: uppercase;
    text-align: center;
    background: #fdb513;
    padding: 10px 10px;
    border-radius: 10px;
    display: block;
    margin: 10px auto;
    width: 50%;
}
.social-section p a {
    color: black;
}
.social-section {
    text-align: center;
}
.des-menu ul li.active a {
    color: #fdb513;
}
.oo-btn-odd p {
    background: #b9b9ff;
    display: inline-block;
    padding: 2px 20px;
    border-radius: 50px;
}
.oo-btn-even p {
    background: #b9b9ff;
    display: inline-block;
    padding: 2px 20px;
    border-radius: 50px;
}
.main-banner h6 {
    text-align: center;
    vertical-align: middle;
    line-height: 35vh;
    font-size: 2rem;
    color: #393939;
    font-family: 'Catamaran', sans-serif;
}
.header li {
    color: white;
    padding: 10px 20px;
}

.des-menu { float: right;margin-right: 50px;  }
.mob-menu { color: #612611; margin-top: 5px; display: none;}
.mob-menu a { color: #612611;   }
.des-menu ul li { display: inline;text-transform: uppercase;    font-weight: bold; }
.des-menu ul li a {
    color: #2e2e2e;
    padding-left: 20px;
    text-decoration: none;
    font-size: 14px;
}
.des-menu ul li a:hover {
    color: #db2927;
    text-decoration: none;
}
.des-menu ul { margin-bottom: 0; margin-top: 6px;}
.contact-home {
    display: flex
;
}
/*FOOTER*/
p.about-footer {
    font-size: 14px;
    color: #5f5f5f;
}
.footer-contact p, .footer-contact span {
    font-size: 15px;
}
.footer-contact b {
    color: #737373;
    font-weight: normal;
}
.footer-contact p {
    margin-bottom: .5rem;
}
section#contact {
    margin-top: 10px;
    margin-bottom: 100px;
}
span.footer-contact {
    display: inline-block;
}span.txt.footer-left {
    padding-left: 30px;
}span.pull-right.txt.float-right {
    padding-right: 30px;
}
span.txt.footer-left, .made-txt span, span.pull-right.txt.float-right, .desk-footer a, .mob-footer a {
    font-size: 12px;
    color: #b3b3b3;
}
.made-txt img {
    width: 16px;
    margin-top: -2px;
    padding: 2px;
}
.desk-footer a, .mob-footer a {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #fa124e;
}
.desk-footer a:hover, .mob-footer a:hover
{
    text-decoration: none;
    color:white;
}

::placeholder {
    font-family: 'Catamaran', sans-serif;
    font-size: 12px;
    color: #8c8c8c;
    font-weight: normal;
    text-transform: lowercase;
}.top-footer h4 {
    color:#737373;
}
ul.social i {
    color: #a5a5a5;
}
ul.social i:hover {
     color:#737373;
}
.desk-footer {
    background: #454545;
    padding: 8px 10px 2px 10px;
    width: 100%;
    float: left;
    color: #fff;
    bottom: 0px;
        position: fixed;
}
.mob-footer {background: #2e2e2c;float: left;width: 100%;color: #fff; padding: 15px 5px;}
@media (min-width:768px) {
.desk-footer { display: block;}  
.mob-footer, #menuToggle { display: none;}
}
@media (min-width:1024px) {
.header h3
{
    display: none;
}
}
@media (max-width:768px) {
    .first-row {
    height: auto;
}
.indi-logo img {
    margin-top: 20px !important;
    width: 100px !important;
    margin-left: 20px !important;
}
}
@media (max-width:768px) {
    .header ul {
    display: none;
}

.jasbaa-bbk img {
    width: 35% !important;
    margin-top: 30px !important;
    margin-left: 10px !important;
}
.indi-logo{
    display: none;
}
.header {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        top: 0 !important;
        height: 50px;
        background: #2e2e2e;
    }
.social-section p {
    width: 80% !important;
}
.showbook .heading { padding: 40px 10px 40px 10px; }
.mob-menu {display: block !important}
.about-section { padding: 10px 0; }
.about-section .headingsec {   margin-left: 0;   }
.about-section .rightside .headingsec {min-width: 100%;margin-right: 0;}
.about-section .content-sec { margin-top: 15px;}
.top-footer .boxes:nth-child(2) {
    border-top: 0;
    border-bottom: 0;
    border-left: 1px solid #545351;
    border-right: 1px solid #545351;
}
.top-footer  { margin-bottom: 0;}
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 280px;
    position: fixed;
    top: 0;
    left: -280px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    color: #fff; font-family: 'Open Sans', sans-serif;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    background: #3c3c3c;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #DEE9F6;
}

.overlaybg {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.overlaybg.active {
    display: block;
    opacity: 1;
}
#sidebar .sidebar-header {   padding: 10px 20px;  background: #FBF7F4;}
#sidebar .sidebar-header h3 { color: #3c3c3c; font-size: 20px; text-transform: uppercase;  margin-top:5px; font-weight: 700; }
#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}
.btn-floating:hover img {
  margin-bottom: -3px
}

.btn-floating {
    position: fixed;
    right: 25px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .2s;
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: .2s;
    line-height: 0px;
    display: none;
}

.btn-floating:hover span {
    display: inline-block;
}

/* Phone */
.btn-floating.phone {
    bottom: 85px;
    background-color: #760f10;
}

.btn-floating.phone:hover {
    background-color: #c03421;
}

#sidebar ul li a {
    padding: 10px 20px;
    font-size: .9em;
    display: block; color: #3c3c3c; text-decoration: none;
}
.container-fluid {
    bottom: 20%;
    position: absolute;
}
#sidebar ul li a:hover {
    color: #3c3c3c; 
    background: #fff; text-decoration: none;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #3c3c3c;
    background: #f1f1f1; text-decoration: none;
}

a[data-toggle="collapse"] {
    position: relative;
}