/*
  Template Name: OsteriaX
  Author : MarkUps
  Author URI: http://www.markups.io/
  Version: 1.0
  Tags: light, white, restaurant, multi page, landing page, custom-colors, Bootstrap, responsive, html5, css3, Sass, template, web template

*/


/* Table of Content
==================================================
#BASIC TYPOGRAPHY
#HEADER SECTION
#NAVBAR SECTION
#SLIDER SECTION
#ABOUT US SECTION
#COUNTER SECTION
#MENU ITEM SECTION
#RESERVATION SECTION
#GALLERY SECTION
#TESTIMONIAL SECTION
#CHEF SECTION
#CONTACT SECTION
#MAP SECTION
#FOOTER SECTION
#RESPONSIVE DESIGN
*/

body {
    background-color: #ffffff;
    font-family: "Prata", serif;
    color: #333333;
    font-size: 15px;
    overflow-x: hidden;
    line-height: 24px;
}

.no-padding {
    padding: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

.s1 {
    color: #f80707;
    font-weight: bold;
    font-size: 16px;
}

.span1 {
    color: #000;
    font-weight: bold;
}

.span2 {
    color: #558bf7;
    font-weight: bold;
}

a,
ul,
li,
td,
tr,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
}

h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
}

img {
    border: none;
    max-width: 100%;
}

.mu-readmore-btn {
    background: #c60403;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    font-size: 16px;
    padding: 15px 35px;
    margin-top: 50px;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mu-readmore-btn::after {
    bottom: 5px;
    content: "";
    left: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.mu-readmore-btn:hover,
.mu-readmore-btn:focus {
    background: #000;
    color: #c60403;
}

.mu-readmore-btn:hover::after,
.mu-readmore-btn:focus::after {
    bottom: 0px;
    content: "";
    left: 0px;
    right: 0px;
    top: 0px;
}

.mu-browsmore-btn {
    background-color: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.5px;
    padding: 12px 25px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mu-browsmore-btn:hover,
.mu-browsmore-btn:focus {
    color: #fff;
}

.mu-send-btn {
    background-color: transparent;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 16px;
    padding: 10px 18px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mu-send-btn:hover,
.mu-send-btn:focus {
    color: #fff;
}


/*==================
 HEADER SECTION
====================*/

#mu-header {
    background-color: #2e3d50;
    /* border-bottom: 1px solid #ddd; */
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}


/*==================
 NAVBAR SECTION
====================*/

.mu-main-navbar {
    /* background-color: #fff; */
    background: #000;
    border: none;
    padding: 20px 0;
    border-radius: 0;
    margin-bottom: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-bottom: 4px solid #c60403;
}

.mu-main-navbar .mu-main-nav {
    font-family: "Open Sans", sans-serif;
}


/* .mu-main-navbar .mu-main-nav li a {
    color: #e52154;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    transition: all .2s ease-in-out;
} */


/* .mu-main-navbar .mu-main-nav li a:hover {
    color: #f3b52d;
    transform: scale(0.7);
} */

.mu-main-navbar .mu-main-nav li a {
    font-family: 'PT Sans', sans-serif;
    display: inline-block;
    position: relative;
}

.mu-main-navbar .mu-main-nav li a {
    color: #FFBC0C;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    display: block;
    transition: all 0.3s ease 0s;
}

.mu-main-navbar .mu-main-nav li a:hover {
    color: #c60403;
}

.mu-main-navbar .mu-main-nav li a:before {
    content: '';
    height: 5px;
    width: 100%;
    /* background-color: #34b67a; */
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
}

/* .mu-main-navbar .mu-main-nav li a:hover:before {
    height: 100%;
    background-color: rgb(254, 203, 48, 0.7);
    ;
} */

@media only screen and (max-width: 990px) {
    .mu-main-navbar .mu-main-nav li a {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .mu-main-navbar .mu-main-nav li a {
        margin-bottom: 20px;
    }
}

.mu-main-navbar .mu-main-nav .dropdown-menu {
    /* background-color: #fff; */
    border-radius: 0;
}

.mu-main-navbar .mu-main-nav .dropdown-menu li a {
    padding: 10px 20px;
}

.mu-main-navbar .navbar-header .navbar-brand {
    color: #333;
    display: inline-block;
    font-weight: 700;
    padding: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mu-main-navbar .navbar-header .navbar-brand img {
    width: 110px;
    margin: -16px;
}

.mu-main-navbar .navbar-header .navbar-brand-small {
    height: 20px;
    margin-top: 16px;
    width: 105px;
}

.mu-main-navbar .navbar-header .navbar-brand-small span {
    margin-top: -4px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
}


/*scrol to top*/

.scrollToTop {
    bottom: 60px;
    color: #fff;
    display: none;
    font-size: 30px;
    line-height: 50px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    width: 55px;
    z-index: 999;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    height: 55px;
    border-radius: 50%;
}

.scrollToTop:hover,
.scrollToTop:focus {
    color: #fff;
}


/*==================
	SLIDER SECTION
====================*/

#mu-slider {
    display: inline;
    float: left;
    margin-top: 90px;
    width: 100%;
    position: relative;
}

.mu-slider-area {
    display: inline;
    float: left;
    width: 100%;
}

.mu-top-slider {
    display: inline;
    float: left;
    width: 100%;
}

.mu-top-slider-single {
    display: inline;
    float: left;
    position: relative;
    width: 100%;
}

.mu-top-slider .mu-top-slider-single img {
    width: 100%;
}

.mu-top-slider .mu-top-slider-single .mu-top-slider-content {
    position: absolute;
    left: 15%;
    top: 30%;
    right: 15%;
    z-index: 99;
}

.mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-small-title {
    /* font-family: "Tangerine", cursive; */
    font-size: 40px;
    font-weight: bold;
    color: #000;
}

.mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
    color: #df2921;
    font-size: 21px;
    line-height: 1.2;
    margin-top: 10px;
    font-style: italic;
}

.mu-top-slider .mu-top-slider-single .mu-top-slider-content p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 10px;
    padding: 0 30px;
}

.mu-top-slider .slick-prev::before {
    content: "\f177";
    font-family: fontAwesome;
}

.mu-top-slider .slick-next::before {
    content: "\f178";
    font-family: fontAwesome;
}

.mu-top-slider .slick-prev,
.mu-top-slider .slick-next {
    background-color: transparent;
    border: 2px solid #888;
    height: 60px;
    top: 50%;
    width: 70px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mu-top-slider .slick-prev::before,
.mu-top-slider .slick-next::before {
    color: #888;
}

.mu-top-slider .slick-prev:hover,
.mu-top-slider .slick-prev:focus,
.mu-top-slider .slick-next:hover,
.mu-top-slider .slick-next:focus {
    color: #fff;
}

.mu-top-slider .slick-prev:hover::before,
.mu-top-slider .slick-prev:focus::before,
.mu-top-slider .slick-next:hover::before,
.mu-top-slider .slick-next:focus::before {
    color: #fff;
}

.mu-top-slider .slick-prev {
    left: 20px;
}

.mu-top-slider .slick-next {
    right: 20px;
}

.mu-top-slider .slick-dots {
    bottom: 20px;
}

.mu-top-slider .slick-dots li button {
    border-radius: 50%;
    background: #000;
    border: 2px solid #C60403;
}

.mu-top-slider .slick-dots li button::before {
    color: transparent;
    background: transparent;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mu-top-slider .slick-dots li.slick-active button::before {
    color: transparent;
    border-radius: 50%;
    opacity: 1;
}


/* /*==================
	ABOUT US SECTION
====================*/

#mu-about-us {
    display: inline;
    float: left;
    width: 100%;
    /* padding: 100px 0 0; */
    padding: 80px 0px 80px 0px;
    background: #a0edec;
}


/* .mu-title .mu-subtitle {
    font-size: 50px;
    font-family: "Tangerine", cursive;
    line-height: 30px;
} */

.mu-title {
    margin-top: 120px;
}

.mu-title h2 {
    color: #000;
    font-size: 35px;
    margin-bottom: 5px;
    text-align: center;
}


/* .mu-about-us-area .mu-title:after {
    content: '';
    height: 4px;
    background: #f15f2a;
    width: 31px;
    position: absolute;
    left: 126px;
    top: 138px;
} */

.mu-about-us-right p {
    color: #9294a0;
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 20px;
    text-align: center;
}

.mu-about-us-left img {
    width: 100%;
}

.hr {
    border-bottom: 1px dashed #ccc;
    width: 100%;
}


/*==================
 MAP SECTION
====================*/


/*#mu-map{*/


/*  margin:30px;*/


/*}*/


/* #mu-map {
    background: #fdc7c4;
} */


/*==================
 FOOTER SECTION
====================*/


/*---------footer---------*/

.footer-bg {
    background: #040205;
    padding: 50px 0px;
}

.footer-bg .delivery h2 {
    color: #fff;
    font-size: 20px;
    border-bottom: 1px solid #9294a0;
    line-height: 2;
}

.footer-bg .delivery li {
    color: #fff;
    margin-bottom: 15px;
    display: flex;
}

.footer-bg .delivery i {
    margin-right: 15px;
}

.text-white {
    color: #fff!important;
}

.footer-bg .social-icon .fa {
    padding: 10px;
    font-size: 16px;
    width: 34px;
    height: 34px;
    text-align: center;
    text-decoration: none;
    margin: 5px 8px;
    border-radius: 50%;
    background: #fff;
    color: #000;
}

.privacy {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.privacy a {
    color: #fff;
    text-decoration: none;
}

.text {
    display: flex;
    margin-top: 13px;
}

.text p {
    margin-right: auto;
}

.footer-bg .list-unstyled li a {
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
}

.footer-bg .delivery i {
    margin-right: 15px;
}


/*==================
 RESPONSIVE DESIGN
====================*/

@media (max-width: 1199px) {
    .mu-top-slider .mu-top-slider-single img {
        object-fit: fill;
        width: 100%;
        height: 375px;
    }
    .mu-main-navbar .mu-main-nav li a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .mu-top-slider .mu-top-slider-single .mu-top-slider-content {
        position: absolute;
        left: 5%;
        top: 32%;
        right: 5%;
    }
    .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-small-title {
        font-size: 30px;
    }
    .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
        font-size: 27px;
    }
    .mu-reservation-content {
        padding: 0;
    }
    .mu-testimonial-slider li .mu-testimonial-single {
        padding: 0 50px;
    }
    .mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-social {
        padding: 23px 5px;
    }
    .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
        padding-top: 26%;
    }
}

@media (max-width: 991px) {
    .mu-main-navbar .mu-main-nav li a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px;
    }
    .mu-about-us-left,
    .mu-reservation-form {
        text-align: center;
    }
    .mu-reservation-right {
        margin-top: 60px;
    }
    #mu-contact .mu-contact-area .mu-contact-content .mu-contact-right {
        margin-top: 50px;
        padding: 0;
    }
    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
        padding-top: 22%;
    }
    #mu-client-testimonial .mu-client-testimonial-area .mu-testimonial-content .mu-testimonial-slider li .mu-testimonial-single {
        padding: 0 60px;
    }
    #mu-client-testimonial .mu-client-testimonial-area .mu-testimonial-content .mu-testimonial-slider li .mu-testimonial-single .mu-testimonial-info p::before {
        top: 40%;
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-toggle {
        border-radius: 0px;
        background: #000;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: #000;
        color: #fff;
    }
    .mu-main-navbar .mu-main-nav {
        /* background-color: #fff; */
        text-align: center;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        /* background-color: #fff; */
        background: #000;
        color: #fff;
    }
    #mu-counter .mu-counter-overlay .mu-counter-area .mu-counter-nav li {
        margin-top: 10px;
        margin-bottom: 10px;
        border-right: none;
    }
    .about-us h1 {
        font-size: 23px;
    }
}

@media (max-width: 640px) {
    .mu-main-navbar .navbar-header .navbar-brand img {
        width: 62px;
        margin: 0px;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: #000;
        color: #fff;
    }
    #mu-slider .mu-slider-area .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
        font-size: 40px;
    }
    .mu-top-slider .mu-top-slider-single .mu-top-slider-content {
        top: 18%;
    }
    #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-restaurant-menu li a {
        font-size: 16px;
        margin: 0 5px;
    }
    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
        padding-top: 18%;
    }
    #mu-client-testimonial .mu-client-testimonial-area .mu-testimonial-content .mu-testimonial-slider li .mu-testimonial-single {
        padding: 0;
    }
    .mu-testimonial-slider li .mu-testimonial-single .mu-testimonial-info p {
        font-size: 16px;
        line-height: 30px;
    }
    #mu-chef .mu-chef-area .mu-chef-content .mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-social a {
        margin: 0 3px;
        padding: 3px 0;
        width: 30px;
    }
    .mu-top-slider .slick-dots {
        display: none !important;
    }
    .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-small-title {
        font-size: 20px;
        line-height: 0px;
    }
    .mu-top-slider .mu-top-slider-single .mu-top-slider-content p {
        font-size: 14px;
        margin-bottom: 0;
        margin-top: 0px;
        padding: 0 5px;
    }
    #mu-slider .mu-slider-area .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
        font-size: 15px;
        line-height: 27px;
    }
    .mu-top-slider .mu-top-slider-single img {
        height: 170px;
    }
}

@media (max-width: 480px) {
    .mu-top-slider .mu-top-slider-single .mu-top-slider-content {
        top: 20%;
    }
    .mu-readmore-btn {
        display: inline-block;
        font-size: 17px;
        padding: 9px 14px;
        margin-top: 9px;
    }
    .mu-top-slider .mu-top-slider-single .mu-top-slider-content p {
        display: none;
    }
    .mu-reservation-content p {
        padding: 0;
    }
    .mu-title {
        margin-bottom: 0;
    }
    #mu-client-testimonial .mu-client-testimonial-area .mu-testimonial-content .mu-testimonial-slider li .mu-testimonial-single {
        padding: 0;
    }
    #mu-subscription .mu-subscription-area .mu-subscription-form input[type="text"] {
        width: 100%;
        margin-bottom: 20px;
    }
    #mu-subscription .mu-subscription-area {
        padding: 0;
        text-align: center;
    }
    #mu-subscription .mu-subscription-area .mu-subscription-form .mu-readmore-btn {
        width: auto;
    }
    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery {
        width: 100%;
    }
    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
        padding-top: 30%;
    }
    #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-restaurant-menu li {
        margin-bottom: 10px;
    }
}

@media (max-width: 360px) {
    .mu-main-navbar .navbar-header .navbar-brand img {
        width: 70px;
        margin: 0px;
    }
    .mu-readmore-btn {
        padding: 10px 20px;
        margin-top: 10px;
    }
    #mu-slider .mu-slider-area .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
        font-size: 17px;
        line-height: 1.2;
    }
    .mu-top-slider .mu-top-slider-single img {
        height: 192px;
        object-fit: fill;
    }
    .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-small-title {
        font-size: 18px;
        line-height: 25px;
    }
    #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-restaurant-menu li {
        margin-bottom: 12px;
    }
    #mu-about-us {
        padding: 50px 0 50px;
    }
    #mu-restaurant-menu {
        padding: 0;
    }
    .mu-menu-item-nav li {
        padding-bottom: 0;
    }
    #mu-restaurant-menu {
        padding-bottom: 50px;
    }
    #mu-reservation .mu-reservation-area .mu-reservation-content {
        padding: 0;
    }
    .mu-opening-hour h2 {
        font-size: 42px;
        padding-bottom: 10px;
    }
    .mu-title h2 {
        font-size: 28px;
    }
    #mu-client-testimonial .mu-client-testimonial-area .mu-testimonial-content .mu-testimonial-slider li .mu-testimonial-single .mu-testimonial-info p {
        font-size: 16px;
        line-height: 24px;
    }
    #mu-contact .mu-contact-area .mu-contact-content .mu-contact-right {
        text-align: center;
    }
    #mu-contact .mu-contact-area .mu-contact-content .mu-contact-right .mu-contact-widget address {
        text-align: left;
    }
    #mu-contact {
        padding: 100px 0 50px;
    }
    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
        padding-top: 27%;
    }
    #mu-footer .mu-footer-area .mu-footer-social a {
        font-size: 18px;
    }
    .mu-menu-item-nav li {
        text-align: center;
    }
    #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-tab-content-area .mu-menu-item-nav li .media .media-left {
        height: auto;
        width: 100%;
        margin-right: 0;
        float: left;
    }
    #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-tab-content-area .mu-menu-item-nav li .media .media-left a {
        display: inline-block;
        margin-bottom: 10px;
    }
    #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-tab-content-area .mu-menu-item-nav li .media .media-left a img {
        display: inline-block;
    }
    #mu-map {
        position: relative;
    }
    .mu-contact-form .mu-send-btn {
        width: 100%;
    }
    .mu-title {
        margin-top: 0px;
    }
}

@media (max-width: 320px) {
    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
        padding-top: 25.5%;
    }
}


/* ----------social icons---------------------- */

.fb-bg {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #222025;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 800;
    margin: 10px;
}

.fb-bg:hover {
    background: #3b5998;
    color: #fff;
}

.inista-bg {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #222025;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 800;
    margin: 10px;
}

.inista-bg:hover {
    background: #e95950;
    color: #fff;
}

.link-bg {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #222025;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 800;
    margin: 10px;
}

.link-bg:hover {
    background: #2867B2;
    color: #fff;
}

.you-bg {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #222025;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 800;
    margin: 10px;
}

.you-bg:hover {
    background: #FF0000;
    color: #fff;
}

.trip-bg {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #222025;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 800;
    margin: 10px;
}

.trip-bg:hover {
    background: #00af87;
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .link-bg {
        margin: 5px;
    }
}


/* ---------social icons-------------------------- */

.fb-bg {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #222025;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 800;
    margin: 10px;
}

.fb-bg:hover {
    background: #3b5998;
    color: #fff;
}

.inista-bg {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #222025;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 800;
    margin: 10px;
}

.inista-bg:hover {
    background: #e95950;
    color: #fff;
}

.link-bg {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #222025;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 800;
    margin: 10px;
}

.link-bg:hover {
    background: #2867B2;
    color: #fff;
}

.you-bg {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #222025;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 800;
    margin: 10px;
}

.you-bg:hover {
    background: #FF0000;
    color: #fff;
}

.trip-bg {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #222025;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 800;
    margin: 10px;
}

.trip-bg:hover {
    background: #00af87;
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .link-bg {
        margin: 5px;
    }
}


/* footer------------ */

@media (max-width: 767px) {
    .footer-bg {
        padding: 5px;
    }
    .privacy {
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .privacy {
        flex-direction: column;
    }
}


/*download--apps------------------*/

.download {
    position: relative;
}

.download {
    position: fixed;
    top: 40%;
    left: -50px;
    z-index: 999;
}

.download .App {
    margin-left: 0px;
    padding-left: 0;
}

.download .App li img {
    width: 140px !important;
    height: auto !important;
    opacity: 0.4;
}

.download .App li img:hover {
    opacity: 1;
}

.download .App li {
    display: block;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
    .download {
        position: fixed;
        top: 40%;
        right: -50px;
        left: auto;
        z-index: 999;
    }
    .about-us .row {
        display: block !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .download {
        position: fixed;
        top: 40%;
        right: -46px;
        left: auto;
        z-index: 999;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .mu-main-navbar .navbar-header .navbar-brand img {
        width: 68px;
        margin: 0px;
    }
    .mu-readmore-btn {
        background-color: #dbb552;
        color: #fff;
        margin-top: 29px;
    }
    .about-us img {
        width: 100% !important;
        margin: 20px !important;
    }
    .mu-top-slider .mu-top-slider-single img {
        height: 275px;
    }
}


/* -------------about-us----------------- */
.about-us{
  padding: 3% 0;
}
.about-us .row{
    display: flex;
    align-items: center;
}
.about-text {
    padding-top: 40px;
}

.about-us h3 {
    color: #000;
    font-size: 40px;
    font-weight: bold;
    position: relative;
    z-index: 0;
}

.about-us p {
    color: #6b6b6b;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-us img {
    width:100%;
    display: block;
    margin: auto;
}

@media only screen and (max-width: 768px) {
    .about-us {
        padding: 0% 0;
    }
    .about-text{
        padding: 0;
    }
    .about-us h3 {
        font-size: 33px;
        margin-top: 30px;
    }
    .about-us img {
        margin-top: 30px;
    }
    .about-us p {
        margin: 0px;
        font-size: 11px;
    }
}