@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');
.carousel-caption h1, #about_us .title, .section-title, .btn-border, #footer .control-label, .item_name,
.navbar-nav>li>a,
.item_link,
.more_btn,
#footer .footer_ttl,
#footer .copy_text,
#about_us .short, .carousel-caption p,
.reserv_box .short,
button, input, select, textarea,
#footer .footer_txt,
#footer .week_row,
#footer .footer_cnt span
{
    font-family: "Cairo", sans-serif !important;
}
.nav>li+li:after {
    right: 0;
    left: auto;
}

#navbar_search .close {
    left: 0;
    right: auto;
}

.top_addr span {
    margin-left: 15px;
    margin-right: 0;
}

.top_addr i.fa {
    margin-left: 15px;
    margin-right: 0;
}

.top_addr span+span {
    padding-right: 11px;
    border-right: 1px solid #ffd630;
    padding-left: 0;
    border-left: unset;
}

.reserv_box .section-title,
.reserv_box .short {
    text-align: right;
}

.more_btn .fa {
    margin-left: 3px;
    margin-right: 0;
}

#footer .social-links {
    float: left;
}

#googleMap {
    height: 200px;
}

#footer .footer_border {
    padding-right: 30px;
    border-right: 1px solid #d69021;
    padding-left: 0;
    border-left: unset;
}

#footer .footer_cnt .fa {
    right: -12px;
    left: auto;
}

#footer .footer_cnt {
    padding-right: 20px;
    padding-left: 0%;
}

#footer .week_day {
    float: right;
    padding-left: 20px;
    padding-right: 0;
}

#footer .week_time {
    float: left;
    padding-right: 20px;
    padding-left: 0;
}

#footer .footer_ttl_padd {
    font-weight: 700;
}

/* menu */
nav.float-action-button {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 1em;
    z-index: 9999;
  }
  
  a.buttons {
    box-shadow: 0 5px 11px -2px rgba(0, 0, 0, 0.18), 0 4px 12px -7px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    width: 56px;
    height: 56px;
    color: #fff;
    text-shadow: #222;
    font-size: 2.6em;
    padding: 1px 0 0 0;
    text-align: center;
    display: block;
    margin: 20px auto 0;
    position: relative;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
  }
  
  a.buttons:active,
  a.buttons:focus,
  a.buttons:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    text-decoration: none;
  }
  
  a.buttons:not(:last-child) {
    width: 40px;
    height: 40px;
    margin: 20px auto 0;
    opacity: 0;
    font-size: 1.6em;
    padding-top: 4px;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  
  a.buttons.main-button > i:first-child {
    position: relative;
    margin-top: 10px;
  }
  
  nav.float-action-button:hover a.buttons:not(:last-child) {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 20px auto 0;
  }
  
  a.buttons:nth-last-child(1) {
    -webkit-transition-delay: 25ms;
    transition-delay: 25ms;
    background-color: #ffd630;
    color:#222
    /* Button color */
  }
  
  a.buttons:nth-last-child(1) i.fa {
    transform: rotate3d(0, 0, 1, 0);
    transition: content 0.4s, transform 0.4s, opacity 0.4s;
  }
  
  a.buttons:nth-last-child(1):hover i.fa {
    transform: rotate3d(0, 0, 1, -180deg);
  }
  
  a.buttons:nth-last-child(1) i.fa:nth-last-child(1) {
    position: absolute;
    margin: 0;
    top: 19%;
    left: 25%;
  }
  
  a.buttons:nth-last-child(1) i.fa:nth-last-child(2) {
    opacity: 0;
  }
  
  a.buttons:nth-last-child(1):hover i.fa:nth-last-child(1) {
    opacity: 0;
  }
  
  a.buttons:nth-last-child(1):hover i.fa:nth-last-child(2) {
    opacity: 1;
  }
  
  a.buttons:not(:last-child):nth-last-child(2) {
    -webkit-transition-delay: 50ms;
    transition-delay: 20ms;
    background-color: #3b5998;
    /* Facebook color */
  }
  
  a.buttons:not(:last-child):nth-last-child(3) {
    -webkit-transition-delay: 75ms;
    transition-delay: 40ms;
    background-color: #198754;
    /* Twitter color */
  }
  
  a.buttons:not(:last-child):nth-last-child(4) {
    -webkit-transition-delay: 100ms;
    transition-delay: 60ms;
    background-color: #198754;
    /* Google plus color */
  }
  
  .tooltip.left {
    margin-left: -10px;
  }  