<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
  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: #d3ad59;
    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: #d3ad59;
    color: #fff;
}

.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&gt;.navbar-header,
.container-fluid&gt;.navbar-header,
.container&gt;.navbar-collapse,
.container-fluid&gt;.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}


/*==================
 NAVBAR SECTION
====================*/

.mu-main-navbar {
    /* background-color: #fff; */
    background: #d3ad59;
    /*border-bottom: 1px solid #d3ad59;*/
    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;
}

.mu-main-navbar .mu-main-nav {
    font-family: "Open Sans", sans-serif;
}





.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: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    /*padding: 20px;*/
    display: block;
    transition: all 0.3s ease 0s;
}

.mu-main-navbar .mu-main-nav li a:hover {
    color: #fff;
    /* text-shadow: 0 0 2px #000; */
}

.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: 335px;
    margin: -20px;
}

.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&gt;.active&gt;a,
.navbar-default .navbar-nav&gt;.active&gt;a:hover,
.navbar-default .navbar-nav&gt;.active&gt;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: 65px;
    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: 45px;
    font-weight: bold;
    color: #d3ad59;
}

.mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
    color: #d3ad59;
    font-size: 25px;
    line-height: 1.2;
    margin-top: 10px;
}

.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: #d3ad59;
    border: 1px solid #d3ad59;
}

.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: #d3ad59;
    padding: 50px 0px;
}

.footer-bg .delivery h2 {
    color: #fff;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    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;
}
.landline-icon{
     width: 18px;
     margin-right: 12px;
}
.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: 260px;
    }
    .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: 21%;
        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: 767px) {
    .mu-main-navbar .mu-main-nav li a {
        border-bottom: 1px solid #dcb044;
    }
}

@media (max-width: 991px) {
    .mu-main-navbar .mu-main-nav li a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 11px;
    }
    .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&gt;li&gt;a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;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: 229px;
        margin:-7px;
    }
    .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: 23px;
        line-height: 26px;
    }
    .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: 16px;
        line-height: 29px;
    }
}

@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-icon +++++++++*/
.social-icon{
    display: flex;
    align-items: center;
    justify-content: center; 
}
.fb-bg {
    color: #222025;
    font-size: 16px;
    width: 30px;
    height: 30px;
    background: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.fb-bg:hover {
    background: #3b5998;
    color: #fff;
}
.twitter-bg {
   color: #222025;
    font-size: 16px;
    width: 30px;
    height: 30px;
    background: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin-left:20px;
}

.twitter-bg:hover {
    background: #111111;
    color: #fff;
}
.tiktok-bg {
   color: #222025;
    font-size: 16px;
    width: 30px;
    height: 30px;
    background: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin-left:20px;
}

.tiktok-bg:hover {
    background: #000;
    color: #fff;
}

.inista-bg {
    color: #222025;
    font-size: 16px;
    width: 30px;
    height: 30px;
    background: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin-left:20px;
}

.inista-bg:hover {
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf)

    color: #fff;
}

.link-bg {
    color: #222025;
    font-size: 16px;
    width: 30px;
    height: 30px;
    background: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin-left:20px;
}

.link-bg:hover {
    background: #2867B2;
    color: #fff;
}

.you-bg {
    color: #222025;
    font-size: 16px;
    width: 30px;
    height: 30px;
    background: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin-left:20px;
}

.you-bg:hover {
    background: #FF0000;
    color: #fff;
}

.trip-bg {
    color: #222025;
    font-size: 16px;
    width: 30px;
    height: 30px;
    background: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin-left:20px;
}

.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: 767px) {
    .download {
        position: fixed;
        top: 40%;
        right: -50px;
        left: auto;
        z-index: 999;
    }
}

@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: 194px;
        margin: -2px
    }
    .aboutUs .row{
        display: block !important;
    } 
    .reverse{
        flex-direction: column-reverse;
        display: flex !important;
    }
    .mu-top-slider .mu-top-slider-single img {
    object-fit: fill;
    width: 100%;
    height: 315px;
}
}


/* -------------about-us----------------- */

.aboutUs{
padding: 4% 0;
}
.aboutUs .row{
    display: flex;
    align-items: center;
   
}
.mt{
    margin-top: 9rem;
}
.aboutUsText h3{
    color: #d3ad59;
    background: #fff;
    font-size: 34px;
    font-weight: 700;
}
.aboutUsText p{
    color: #696666;
    font-size: 15px;
    font-weight: 100;
    background: #fff;
    text-align: justify;
    letter-spacing: 0;
    padding-bottom: 8px;
}
@media screen and (max-width: 767px){
    .aboutUs .row{
        display: block;
    } 
    .aboutUsText h5 {
        font-size: 16px;
        line-height: 25px;
    }
    .reverse{
        flex-direction: column-reverse;
        display: flex !important;
    }
    .mt {
        margin-top: 4rem;
    }
    .mu-top-slider .mu-top-slider-single img {
        object-fit: fill;
        width: 100%;
        height: 175px;
    }
}
.suggeStion{
    background: #6fa341;
    margin-top: 10rem;
    padding: 4% 0;
}
.suggeStion img{
    display:block;
    margin:auto;
    border-radius: 10px;
}
/*--------------------------------------*/
.chatbox {
    position: fixed;
     bottom: 21px;
    right: 33px;
    z-index:9999999999;
}

.toolbarLB {
    text-align: right;
    padding: 3px;
    position: absolute;
    right: 6px;
    top: 2px
}

.closeLB {
    color:#c5312d;
    cursor: pointer;
    font-size: 22px
}

.chatbox .iframeContainer {
    vertical-align: middle;
   background: #46c254;
    padding: 2px;
    width: 65px;
    height:65px;
    border-radius: 50px;
   display: flex;
    align-items: center;
    justify-content: center;
}
  .whatsup-bg{
      color:#fff;
      font-size:40px;
    text-align: center;
    display: block;
  }
  @media screen and (max-width: 767px){
      .chatbox .iframeContainer{
          width:45px;
          height:45px;
      }
      .whatsup-bg {
    font-size: 30px;
}
.chatbox {
       right: 8px;
    left: auto;
}
.social-icon {
    padding: 3% 0;
}
  }
/*---------------------------------------*/
.gallery{
    padding:3% 0;
}
.gallery h3{
    color: #d3ad59;
     font-size: 34px;
    text-align: center;
    background: #fff;
    font-weight: 700;
    margin-bottom:20px;
}
.gallery img{
    width:100%;
    margin-bottom:20px;
    border-radius:7px;
}
.viewGalleryBtn{
        color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: #d3ad59;
    padding: 15px 44px;
    border-radius: 4px;
    margin: 0px auto;
    display: table;
}
/*--------------------------------------*/
.lightbox {
  position: fixed;
    top: 50px;
   left: 40%;
    z-index: 9999;
}

.toolbarLB {
    text-align: right;
    padding: 3px;
    position: absolute;
    right: -13px;
    top: -17px;
}

.closeLB {
   color: #c5312d;
    cursor: pointer;
    font-size: 22px;
    background: #000;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.lightbox .iframeContainer {
    vertical-align: middle;
    background:#e8d5c1;
    padding: 2px;
    width: 320px;
    border-radius: 6px;
    padding: 37px 0 15px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.pay1 p {
      color: #000;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    line-height:1.7;
    margin-bottom: 15px;
    /*font-family: "Lora", Georgia, serif;*/
      animation: effect 2s linear infinite;
    
}
@keyframes effect {
        0% {
            color: #000;
        }
        50% {
            color: #E7A33C;
        }
        100% {
            color: #c5312d
        }
    }

 @media screen and (max-width: 767px){
  .lightbox {
    margin: 0;
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translate(-50%, -50%);
}  
.closeLB {
    width: 30px;
    height: 30px;
}
.lightbox .iframeContainer {
    width: 247px;
    padding: 25px 0 2px;
}
.pay1 p {
    font-size: 14px;
}
#mu-slider {
    margin-top: 92px;
}
 }
 @media screen and (min-width: 768px) and  (max-width: 1024px){
  .lightbox {
   margin: 0;
  position: fixed;
  top: 13%;
  left: 50%;
  transform: translate(-50%, -50%);
}   
.closeLB {
    width: 30px;
    height: 30px;
}
 }

/*---------------------------------------*/</pre></body></html>