/* ===================================
    About
====================================== */
/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5
 */

/* ===================================
    Table of Content
====================================== */
/*  - Fonts
    - General
    - Scrollbar
    - Header & Navigation
    - Banner
    - About
    - menu food
    - Counter
    - Portfolio Section
    - Client
    - Mega Dael
    - Map
    - Contact
    - footer
    - Stand Alone
    - loader
    - Media Queries   */

/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

/* ===================================
    General
====================================== */

body {font-size: 16px;color: #ffffff;font-weight: normal;line-height: 25px;width: 100%; overflow-x: hidden!important;}
a, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative; overflow: hidden;}
a {color:inherit;text-decoration: none;}
.btn.focus, .btn:focus{-webkit-box-shadow: none;box-shadow: none;}
.fa, .far, .fas{display: inline;}
li{list-style: none;text-decoration: none;}
blockquote {border-left: 2px solid;padding: 10px 15px 10px 35px;margin: 25px 0;font-size: 18px;line-height: 28px;}
blockquote > cite {font-weight: 400;font-size: 14px;display: block;}
.hidden{display: none;}
section{padding: 7.5rem 0;}
.padding-top{padding-top: 7.5rem;}
.padding-bottom{padding-bottom: 7.5rem;}
.padding-half-top{padding-top: 90px;}

/*text  color */
.text-gradient{
    background: -moz-linear-gradient(left, #fc2a40, #ff5606);
    background: -webkit-linear-gradient(left, #fc2a40, #ff5606);
    background: linear-gradient(to right, #fc2a40, #ff5606);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc2a40', endColorstr='#ff5606', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*background  color */
.bg-green{background-color: #84b813;}

.bg-gradient{
    background: -moz-linear-gradient(left, #fc2a40, #ff5606);
    background: -webkit-linear-gradient(left, #fc2a40, #ff5606);
    background: linear-gradient(to right, #fc2a40, #ff5606);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc2a40', endColorstr='#ff5606', GradientType=1);
}

/*Social Icon Hover Text Hover */
.facebook-text-hvr:hover{color:#4267B2 !important;}
.twitter-text-hvr:hover{color:#1DA1F2 !important;}
.instagram-text-hvr:hover{color:#C32AA3 !important;}
.linkedin-text-hvr:hover{color:#0077B5 !important;}
.pinterest-text-hvr:hover{color:#BD081C !important;}
.google-text-hvr:hover{color:#DB4437 !important;}

/*icon bg hover */
.facebook-bg-hvr:hover{background:#4267B2 !important;color: #fff !important;}
.twitter-bg-hvr:hover{background:#1DA1F2 !important;color: #fff !important;}
.instagram-bg-hvr:hover{background: -webkit-gradient(linear, left top, left bottom, from(#aa2fb5), color-stop(93%, #f1762c))!important;background: -o-linear-gradient(top, #aa2fb5 0%, #f1762c 93%)!important;background: linear-gradient(to bottom, #aa2fb5 0%, #f1762c 93%)!important;color: #fff !important;}
.linkedin-bg-hvr:hover{background:#0077B5 !important;color: #fff !important;}
.pinterest-bg-hvr:hover{background:#BD081C !important;color: #fff !important;border: 1px solid #BD081C !important;}
.google-bg-hvr:hover{background:#DB4437 !important;color: #fff !important;}
.mail-bg-hvr:hover{background:#c32aa3 !important;color: #fff !important;border: 1px solid #c32aa3 !important;}

/*Social Icon Hover Bg Hover */
.facebook_bg_hvr2:hover{color:#FFFFFF !important; background: #4267b2 !important; -webkit-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;transition: .3s ease-in-out;}
.twitter_bg_hvr2:hover{color:#FFFFFF !important; background: #00a7e6; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.linkdin_bg_hvr2:hover{color:#FFFFFF !important; background: #1682ab; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.googleplus_bg_hvr2:hover{color:#FFFFFF !important; background: #d5463a; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.pintrest_bg_hvr2:hover{color:#FFFFFF !important; background: #c8232c; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.instagram_bg_hvr2:before{
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    opacity: 0;
    visibility: hidden;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
    border-radius: inherit;
    z-index: -1;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.instagram_bg_hvr2:hover{color:#FFFFFF !important; z-index: 999}
.instagram_bg_hvr2:hover:before{opacity: 1;visibility: visible;-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}

/* Transition none */
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial;  transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s;}

/* Button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 18px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto; font-family: 'Roboto', sans-serif; font-weight: bold; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important; color: #FFFFFF;}

/* button size */
.btn.btn-medium {font-size:16px; padding: 12px 48px; line-height: 1.8em}
.btn.btn-large {font-size:16px;  padding: 14px 32px; line-height: 1.8em;}
.btn.btn-large-1 {font-size:15px;  padding: 9px 35px; line-height: 2em;}
.btn.btn-rounded {border-radius: 50px;}

.btn.btn-gradient-hvr:hover{
color: #FFFFFF;
    background-position: right center;
}

/* button hover */
.btn.btn-green {background: #84b813; border-color: #84b813; color: #FFFFFF}
.btn.btn-green-hvr:hover {background: #ff5606 !important; border-color: #ff5606; color: #FFFFFF!important}

.black-and-white-btn{font-size: 16px;font-family: 'Roboto', sans-serif;padding: 11px 38px;color:#ffffff;font-weight: 600;background-color:#ff5606;border:1px solid transparent;border-radius: 0;}
.black-and-white-btn:hover{color: #FFFFFF !important;background-color: #84b813 !important;border: 1px solid transparent;}

.green-and-black-btn{font-size: 16px;font-family: 'Roboto', sans-serif;padding: 11px 38px;color:#ffffff;font-weight: 600;background-color:#4a6a12;border:1px solid transparent;border-radius: 0;}
.green-and-black-btn:hover{color: #FFFFFF !important;background-color: #202020 !important;border: 1px solid transparent;}

/* ===================================
    Image Hover
====================================== */

.hover-effect::before,
.hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1s !important;
    -o-transition-duration: 1s;
    transition-duration: 1s !important;
}
.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}
.hover-effect::after {
    top: 0;
    opacity: .7;
    left: 0;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
/* Use in BLog */
.image {
    overflow: hidden;
}
a.image{
    display: block;
}
.image img {
    width: 100%;
    height: 100%;
    display: block;
}
.image, .image img {
    position: relative;
}
/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    width: 6px;
    background:#ffffff;
    border-left: 0 solid white;
    border-right: 0 solid white;
}
::-webkit-scrollbar-thumb {
    background: #84b813;
    width: 0;
    height: 25%;
    transition: .5s ease;
    cursor: pointer;
}
/* ===================================
        Header & Navigation
   ====================================== */
/*Navbar*/
.rounded-nav{
    background: -moz-linear-gradient(left, #fc2a40, #ff5606);
    background: -webkit-linear-gradient(left, #fc2a40, #ff5606);
    background: linear-gradient(to right, #fc2a40, #ff5606);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc2a40', endColorstr='#ff5606', GradientType=1);
    border-radius: 50px;
    padding: 10px;
    margin-top: 50px;
    width: 84%;
}

.header-appear .rounded-nav{
    background: none;
    width: 78%;
    padding: 0;
    margin-top: 0;
}

.header-with-topbar.header-appear .logo-default ul:first-child {
        margin-right: auto;
        margin-left: -90px;
    }

.logo-default {
    position: absolute;
    left: 50%;
    transform: translateX(-45%);
}
/*.logo-default{*/
/*    max-width: 150px;*/
/*    top: 8px;*/
/*}*/

.header-appear .header-with-topbar.header-appear .center-logo ul:last-child {
    margin-left: -5px;
    margin-right: 0;
}

.header-appear .navbar .logo-default,
.navbar .logo-scrolled {
    display: none;
}
.header-appear .navbar .logo-scrolled,
.navbar .logo-default{
    display: inline-block;
    max-width: 150px;
}

/* nav top default */
.navbar-top-default{
    position: absolute;
    top: 0;
    z-index: 99;
    height: 90px;
    width: 100%;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.navbar-top-default .navbar-nav .nav-link {
    font-family: 'Playfair Display', sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    padding: 0.4rem 1.2rem;
    margin-right: 18px;
    margin-left: 18px;
    text-transform: capitalize;
}

.header-appear .navbar-top-default .navbar-nav .nav-link{
    color: #444444;
}

.side-nav-btn{
    position: absolute;
    top: -26px;
    left: 16px;
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    transition: all 0.3s ease;
    width: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: all linear 300ms;
}

.header-appear .side-nav-btn{
    top: 31px;
}

.side-nav-btn span {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: relative;
    top: 50%;
    margin-top: 4px;
    right: 0;
    -webkit-transition: all linear 300ms;
}
.side-nav-btn:hover span:nth-child(1),.side-nav-btn:hover span:nth-child(3){
    width: 60%;
    -webkit-transition: all linear 300ms;
}
.side-nav-btn.active{
    display: none;
}

.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
    padding: 0;
}

.social-icons-simple li{
    display: inline-block;
}

.social-icons-simple li a {
    display: block;
    font-size: 16px;
    color: #FFFFFF;
    height: 38px;
    line-height: 38px;
    border: 1px solid transparent;
    text-align: center;
    width: 38px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.social-icons-simple li a:hover{
    color: #FFFFFF;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.modal-content{border-radius: 0}


.social_icons{
    position: absolute;
    right: 10px;
    top: -30px;
    color: #444444;
}

.header-appear .social_icons{
    position: absolute;
    right: 15px;
    top: 24px;
    color: #444444;
}

.social_icons li{
    display: inline-block;
    text-align: center;
}
.social_icons li a{
    height: 30px;
    width: 30px;
    border-radius: 30px;
    color: #444444;
    background: transparent;
    display: block;
    line-height: 32px;
    font-size: 14px;
}

.social_icons li{
    display: inline-block;
}

/* header with top bar */
.header-with-topbar .top-header-area {
    font-size: 13px;
    position: absolute;
    top: 0;
    z-index: 21;
    height: 50px;
    line-height: 50px;
    width: 100%;
    transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
}
.header-with-topbar .navbar-top-default {
    position: absolute;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}
.header-with-topbar div.bar-social-icon> li {
    text-align: center;
}
.bar-social-icon a {
    font-size: 13px;
    color: #ffffff;
    height: 36px;
    width: 37px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 50%;
}
.bar-social-icon.black a {
    color: #1f1f1f;
}

/*header with top bar center logo*/
.header-with-topbar .center-logo ul:first-child {
    margin-left: auto;
}
.header-with-topbar .center-logo ul:last-child {
    margin-right: auto;
}

.header-with-topbar.header-appear .center-logo ul:last-child {
    margin-left: auto;
    margin-right: 0;
}

/*header with top bar style two */
.header-with-topbar.style-two .top-header-area {
    margin-top: 20px;
}
.header-with-topbar.style-two .full-nav {
    margin-top: 70px;
}
.header-with-topbar.header-appear.style-two .full-nav {
    margin-top: 0;
}
.header-appear.header-with-topbar.style-two .top-header-area .logo img {
    display: none;
}

.header-appear .navbar-top-default {
    height: 75px;
    position: fixed;
    background: #ffffff;
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}
@-webkit-keyframes animationFade {
    from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
    to { opacity: 1; -webkit-transform: none; transform: none; }
}
@-o-keyframes animationFade {
    from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
    to { opacity: 1; -webkit-transform: none; -o-transform: none; transform: none; }
}
@keyframes animationFade {
    from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0);
    }
    to { opacity: 1; -webkit-transform: none; -o-transform: none; transform: none; }
}


/* full nav */
.full-nav {
    height: 70px;
    margin-top: 40px;
}
.header-with-topbar .full-nav {
    margin-top: 50px
}
.header-appear .full-nav, .header-appear.header-with-topbar.style-two .full-nav {
    margin-top: 0;
}

.header-appear .logo{
    top: 25px;
}

/* nav box shadow */
.nav-box-shadow {
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
}

/*nav line*/

.nav-line .navbar-nav .nav-link.active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
}


.nav-line .navbar-nav .nav-link:before {
    position: relative;
    content: '';
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: table;
    height: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    bottom: -28px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #84b813;
    visibility: hidden;
    opacity: 0;
}

.nav-line .navbar-nav .nav-link:hover:before {
    background: #FFFFFF;
}

.header-appear .nav-line .navbar-nav .nav-link:hover:before {
    background: #ff5606;
}
.nav-line .navbar-nav .nav-link.active:hover:before {
    background: #84b813;
}

.side-menu {
    width: 25%;
    position: fixed;
    left: 0;
    top: 0;
    background: #84b813;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: .8s ease;
    overflow: hidden;
}
.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
    width: 280px;
}
.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}
.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}


.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 10px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after, .side-nav .navbar-nav .nav-link:focus::after, .side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}



/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 15px;
    cursor: pointer;
}
.side-menu.before-side .btn-close{
    display: none;
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}
.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/

.sidemenu_btn.left {
    left: 15px;
    right: auto;
}
.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #FFFFFF;
    display: block;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.side-menu .inner-wrapper {
    padding: 3.5rem 3rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.side-menu .side-nav {
    margin-bottom: 20px;
    display: block;
}
.side-nav .navbar-nav .nav-link {
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-link {
    opacity: 1;
}
.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #fff;
    padding: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}
.side-menu p{
    font-size: 12px;
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
}

.social-icons-simple li a, .multipage .social-icons-simple li a {
    display: block;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    border: 1px solid transparent;
    text-align: center;
    width: 26px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}
.social-icons-simple li a:hover{
    background-color: transparent;
}

.social-icons-simple li.animated-wrap a:hover{
    background-color: transparent;
    color: #ffffff;
}

.wrapper.pushmenu-push-toLeft {
    margin-left: 20%;
    width: 80% !important;
}


/* ===================================
        banner
   ====================================== */
.banner-img{
    background-image: url("../images/layer.png");
    background-position: center;
    background-size: cover;
    height: 100vh;
}

.image-layer-2{
    position: absolute;
    top: 0;
    right: 150px;
    max-width: 70px;
}

.image-layer-1{
    position: absolute;
    top: 0;
    width: 125px;
    left: 80px;
}

.banner-heading{
    font-family: 'Playfair Display', sans-serif;
    font-weight: normal;
    font-size: 52px;
    color: #353535;
}

.banner-des{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #444444;
    line-height: 1.6;
    width: 80%;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 20px;
}

.banner-sec .height{
    height: 90vh;
}

.banner-sec .vector-image {
    width: 70%;
}

/* ===================================
        About
   ====================================== */
.about-des{
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.about-heading{
    font-family: 'Playfair Display', sans-serif;
    font-size: 39px;
    font-weight: 400;
    color: #1f1f1f;
    margin-top: 20px;
}

.about-text{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #1f1f1f;
    line-height: 1.4;
    margin-top: 70px;
}

.about-box {
    border-radius: 5px;
    padding: 50px 15px 50px;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0 0 18px rgba(127, 123, 123, 0.5);
    box-shadow: 0 0 18px rgba(127, 123, 123, 0.5);
    transition: ease-in-out 0.3s;
}

.about-box:hover {
    background: -moz-linear-gradient(left, #fc2a40, #ff5606);
    background: -webkit-linear-gradient(left, #fc2a40, #ff5606);
    background: linear-gradient(to right, #fc2a40, #ff5606);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc2a40', endColorstr='#ff5606', GradientType=1);
    -webkit-box-shadow: 0 0 10px -2px rgba(127, 123, 123, 0.9);
    box-shadow: 0 0 10px -2px rgba(127, 123, 123, 0.9);
}

.about-box .about-main-icon i {
    color: #86b917;
    font-size: 40px;
    transform: translateY(0);
    transition: ease-in-out 0.3s;
}

.about-box:hover .about-main-icon i {
    transform: translateY(-10px);
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.about-box h5 {
    font-size: 22px;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 500;
    color: #1f1f1f;
}

.about-box:hover i, .about-box:hover h5 {
    color: #fff;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.about-opacity-icon {
    width: 100%;
    display: flex;
    justify-content: center;
}

.about-opacity-icon i {
    position: absolute;
    color: #03b3cb;
    top: 30px;
    font-size: 120px;
    font-weight: 800;
    line-height: 1;
    text-transform: capitalize;
    opacity: 0;
    animation: scale .6s alternate infinite linear both;
}

@keyframes scale {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px)
    }
}

.about-box:hover .about-opacity-icon i {
    opacity: .09;
}

.about-box.active {
    background: -moz-linear-gradient(left, #fc2a40, #ff5606);
    background: -webkit-linear-gradient(left, #fc2a40, #ff5606);
    background: linear-gradient(to right, #fc2a40, #ff5606);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc2a40', endColorstr='#ff5606', GradientType=1);
    -webkit-box-shadow: 0 0 10px -2px rgba(127, 123, 123, 0.9);
    box-shadow: 0 0 10px -2px rgba(127, 123, 123, 0.9);
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.about-box.active i, .about-box.active h5 {
    color: #fff;
}

.about-box.active .about-opacity-icon i {
    opacity: .09;
}

.about-box.active:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
    box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.about-box.active:hover i{
    color: #0a69de;
}

.about-box.active:hover h5 {
    color: #1f1f1f;
}

.about-box.active:hover .about-opacity-icon i {
    opacity: .09;
}

.about-box.active.about-box-green {
    background: #fff;
    -webkit-box-shadow: 0 0 18px rgba(127, 123, 123, 0.5);
    box-shadow: 0 0 18px rgba(127, 123, 123, 0.5);
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.about-box.active.about-box-green i {
    color: #86b917;
}

.about-box.active.about-box-green h5 {
    color: #1f1f1f;
}

.about-box.active.about-box-green .about-opacity-icon i {
    opacity: 0;
}

.about-box.active.about-box-green:hover {
    background: -moz-linear-gradient(left, #fc2a40, #ff5606);
    background: -webkit-linear-gradient(left, #fc2a40, #ff5606);
    background: linear-gradient(to right, #fc2a40, #ff5606);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc2a40', endColorstr='#ff5606', GradientType=1);
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.about-box.active.about-box-green:hover i {
    color: #ffffff;
}

.about-box.active.about-box-green:hover h5 {
    color: #ffffff;
}

.about-box.active.about-box-green:hover .about-opacity-icon i {
    opacity: .09;
}


/*===============================
      menu food
================================*/

.da-thumbs {
    list-style: none;
}

.menu-price{
    z-index: 1;
}

.da-thumbs .menu-price{
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.da-thumbs .menu-price {
    overflow: hidden;
}
.da-thumbs .menu-price .overlay {
    position: absolute;
    background: #84b813;
    width: 100%;
    height: 100%;
    top: 100%;
    z-index: -1;
}
.menu-price p,
.menu-price span,
.menu-price h5,
.menu-price .justify-content-between,
.menu-price .text-gradient{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.menu-price:hover p,
.menu-price:hover span,
.menu-price:hover h3{
    color: #fff !important;
}
.menu-price:hover .text-gradient{
    -webkit-text-fill-color: #fff !important;
}
.menu-price:hover .justify-content-between{
    padding-left: 20px;
}

.icon-font{
    font-size: 40px;
    font-weight: 400;
}

.icon-up{
    z-index: 1;
}

.icon-up:hover .icon {
    transform: translate(0,-13px);
    transition: .5s linear;
}

.icon{
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.icon-up:hover i{
    color: #84b813 !important;
}

.icon-up:hover h3{
    color: #6c757d !important;
}

.icon-up.breakfast:hover i{
    color: #84b813!important;
}

.icon-up.breakfast:hover h3{
    color: #6c757d!important;
}

.icon-up.dinner:hover i{
    color: #84b813!important;
}

.icon-up.dinner:hover h3{
    color: #6c757d!important;
}

.food-img{
    z-index: 0;
}

.food-img-before{
    position: absolute;
    left: -285px;
}

.food-img-after{
    position: absolute;
    top: 580px;
    right: -280px;
}

.price{
    font-size: 15px;
    position: absolute;
    left: -9px;
    top: -5px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}



.price:hover{
    background: #84b813;
    color: #fff;
}

.price2{
    font-size: 26px;
    position: relative;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.hr-line {
    width: 530px;
    height: 1px;
    background: #b8b8b8;
    display: block;
}

.hr-line2 {
    width: 698px;
    height: 2px;
    background: #f9f9f9;
    display: block;
}

.tab-to-accordion.accordion-mod .tabset-list {
    height: 0;
    visibility: hidden;
    overflow: hidden;
}
.tab-to-accordion.accordion-mod .accordion-item {
    height: auto;
    overflow: visible;
    visibility: visible;
    margin: 0 0 15px;
}
.accordion-item {
    height: 0;
    visibility: hidden;
    overflow: hidden;
}
.tabset-list {
    max-width: 720px;
    margin: 0 auto;
}
li {
    list-style: none;
}
.tabset-list .active i {
    color: #84b813;
}
.tabset-list .active h3 {
    color: #444;
}

.menu-heading{
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #444444;
}
.tab-animation {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-delay: 300ms;
    transition: 1s ease-in-out !important;
    visibility: visible !important;
}

.icon-block{
    background: #000;
    opacity: .8;
    padding-top: 70px;
    padding-bottom: 70px;
}

.back .icon-block{
    background: -moz-linear-gradient(left, #fc2a40, #ff5606);
    background: -webkit-linear-gradient(left, #fc2a40, #ff5606);
    background: linear-gradient(to right, #fc2a40, #ff5606);
    opacity: .8;
}

.back .icon-block i{
    color: #fff;
}

.two{
    padding: 0;
    margin: 0 10px;
    max-width: 261px;
}

.dinner-hover{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 20px;
    padding-top: 14px;
    display: inline-block;
    position: relative;
}

.mb-50 {
    margin-bottom: 50px;
}

.bg-light-grey {
    color: #b8b8b8;
}
.pb-10 {
    padding-bottom: 10px;
}
.icon-font {
    font-size: 40px;
    font-weight: 400;
}
.food-img-before{
    position: absolute;
    left: -285px;
}

.food-img-after{
    position: absolute;
    top: 580px;
    right: -280px;
}

p {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #444444;

}

.pt-20 {
    padding-top: 20px;
}

.food-des{
    font-size: 24px;
    font-family: 'Playfair Display', sans-serif;
    color: #444444;
    font-weight: normal;
}

.food-heading{
    font-size: 48px;
    font-family: 'Playfair Display', sans-serif;
    font-weight: normal;
}

/*===============================
      counter
================================*/

.counter-heading{
    font-size: 32px;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
}

.counter-des{
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 25px;
}

.parallax-box{
    cursor: pointer;
    text-align: center;
}

.parallax-box i{
    font-size: 35px;
    color:#FFFFFF;
}

.stats-number-inner {
    font-size: 36px;
    margin: 20px 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.parallax-box h5{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
    font-weight: 400;
}

/* ===================================
    Portfolio Section
====================================== */
.portfolio-sec .container {
    max-width: 1140px;
}

.cbp-item-off {
    display: none!important;
}

.portfolio-sec .portfolio-heading{
    color: #202020;
    margin-bottom:0;
    font-size: 48px;
    font-weight: 500;
    font-family: 'Playfair Display', sans-serif;
}

.portfolio-sec .cbp-wrapper-outer {
    overflow: visible;
}

.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link {
    padding: 12px 32px;
}

.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link:hover,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link:focus,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link:focus{
    color: #fff;
}

.portfolio-sec .cbp-l-filters-button .cbp-filter-item {
    background: transparent;
    padding: 0;
    margin: 0;
    margin-right: 25px;
    border: none;
    font-size: 12px;
    font-weight: normal;
    color: #202020;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    border-bottom: solid 2px transparent ;
}

.portfolio-sec .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    color: #fd3b2a;
    background: transparent;
    border-bottom: solid 3px #fd3b2a;
}

.portfolio-sec .cbp-l-filters-button .cbp-filter-item,
.portfolio-sec .cbp-item.even{
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
}

.portfolio-sec .cbp-item.even {
    margin-top: -190px;
}

.portfolio-sec .cbp-l-grid-mosaic .cbp-caption-activeWrap {
    background: rgba(143, 190, 43, .8);
}

.portfolio-sec .cbp-l-filters-button .cbp-filter-item:hover {
    color: #202020;
    border-color: #fd3b2a;
}

.portfolio-sec .cbp-l-caption-title {
    color: #ffffff !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
}

.portfolio-sec .portfolio-detail-text {
    color: #FFFFFF;
    font-style: italic;
}

.portfolio-sec .portfolio-hover-effect .hover-text{
    padding-left: 3%;
    padding-bottom: 2%;
}

.portfolio-sec .portfolio-hover-effect .portfolio-inner-content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.portfolio-sec .portfolio-hover-effect .portfolio-inner-content span{
    background-color: #FFFFFF;
    height: 3px;
    width: 70px;
    display: block;
}

.portfolio-sec .portfolio-hover-effect .portfolio-inner-content span:nth-child(2){
    transform: rotate(90deg);
}

.portfolio-sec .portfolio-hover-effect .hover-text .p-hover-title{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 0;
}

.portfolio-sec .portfolio-hover-effect .hover-text .p-hover-des{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #FFFFFF;
}

.portfolio-sec #js-loadMore-lightbox-gallery {
    margin-top: 45px;
}

.portfolio-sec #js-loadMore-lightbox-gallery.active {
    margin-top: -150px;
    position: relative;
}

.portfolio-sec #js-loadMore-lightbox-gallery.active-outer {
    margin-top: -250px;
}

.portfolio-sec .cbp-caption-active .cbp-caption-activeWrap {
    width: 94%;
    position: absolute;
    z-index: 2;
    height: 94%;
}

.portfolio-sec .cbp-caption-active .cbp-caption-activeWrap:hover .text-data{
    z-index: -1 !important;
}

.portfolio-sec .cbp-caption-zoom .cbp-caption-activeWrap {
    opacity: 0;
    top: 3%;
    left: 3%;
}

.portfolio-sec .portfolio-foot-detail{
    padding-bottom: 3%;
}

.portfolio-sec .portfolio-foot-detail .p-text{
    color: #202020;
    font-size: 15px;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 8px;
    font-family: 'Roboto', sans-serif;
}

.portfolio-sec .portfolio-foot-detail .p-text:last-child{
    margin-bottom: 0;
}

.portfolio-sec .portfolio-foot-detail .p-num{
    color: #202020;
    font-size: 60px;
    font-weight: 500;
    font-family: 'Playfair Display', sans-serif;
}
/*================================================
        Client
=================================================*/
.feedback-slides {
    position: relative;
}

.feedback-slides .client-feedback {
    position: relative;
}

.feedback-slides .client-feedback .single-feedback {
    text-align: center;
    position: relative;
    padding-top: 20px;
}

.feedback-slides .client-feedback .single-feedback p {
    position: relative;
    max-width: 700px;
    line-height: 1.5;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
}

.feedback-slides .client-thumbnails {
    position: relative;
    max-width: 450px;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}

.feedback-slides .client-thumbnails .item .img-fill {
    cursor: pointer;
    position: relative;
    text-align: center;
}

.feedback-slides .client-thumbnails .item .img-fill img {
    opacity: .8;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}

.feedback-slides .client-thumbnails .item .title {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: 20px -100px 0;
    text-align: center;
}

.feedback-slides .client-thumbnails .item .title h3 {
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 48px;
    font-weight: 400;
    font-family: 'Playfair Display', sans-serif;
}

.feedback-slides .client-thumbnails .item .title span {
    display: block;
    color: #3aade1;
    font-size: 14px;
    margin-top: 5px;
}

.feedback-slides .client-thumbnails .item.slick-center .title {
    opacity: 1;
    visibility: visible;
}

.feedback-slides .client-thumbnails .item.slick-center .img-fill img {
    border-color: #002e5b;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    color: #ffff;
    outline: none;
    border:0;
    background: #FFFFFF;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    padding: 0;
    cursor: pointer;
}

.slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

.feedback-slides:hover .next-arrow, .feedback-slides:hover .prev-arrow {
    opacity: 1;
    visibility: visible;
}

.feedback-slides .slick-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.single-feedback-item {
    position: relative;
    margin-left: 25px;
    margin-top: 25px;
    margin-bottom: 8px;
}

.client-feedback{
    text-align: center;
}

/* ===================================
        Mega Deal
====================================== */
.deal-para{
    max-width: 400px;
    color: #646a7c;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.deal-response{
    font-size: 24px;
    font-family: 'Playfair Display', sans-serif;
    font-weight: normal;
    color: #444444;
}

.zic-img h2{
    font-size: 48px;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 500;
}

.item-deal{
    margin: 0 10px;
    display: inline-block;
    max-width: 380px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

#deal-slider .owl-theme .owl-nav [class*=owl-] {
    color: #18191d;
    margin: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    border-radius: 40px;
    transition: .5s;
}
#deal-slider .owl-theme .owl-nav [class*=owl-]:hover {
    background: #24c1dd;
    color: #ffffff;
    text-decoration: none;
    transition: .5s;
}

#deal-slider .owl-prev, #deal-slider .owl-next {
    position: absolute;
    top: 25%;
}
#deal-slider .owl-prev {
    left: 0;
    transform: translateX(-120%);
    font-size: 25px;
}
#deal-slider .owl-next {
    right: 0;
    transform: translateX(120%);
    font-size: 25px;
}
#deal-slider .owl-next span {
    display: inline-block;
}
#deal-slider .owl-next:hover .caret.right::before {
    box-shadow:1px 1px 0 0 #ffffff;
}
#deal-slider .owl-prev:hover .caret.left::before {
    box-shadow:-1px -1px 0 0 #ffffff;
}

.caret{
    border-radius: 36px;
    color: #b9b3ad;
    width: 45px;
    height: 45px;
    line-height: 47px;
    transition: 1s;
}

.feature-para{
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    color: #232530;
    font-weight: 400;
    margin: 40px 0 15px 0;
}

.item-deal:hover{
    cursor: pointer;
}

.item-deal:hover .feature-para{
    cursor: pointer;
    color: #fd3b2a;
}

.mega-deal .item-deal .deal-img{
    overflow: hidden;
    position: relative;
    -webkit-transition: .8s ease-in-out;
    -o-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
}

.mega-deal .item-deal .deal-img img{
    width: 100%;
    transition: .5s ease;
}

.mega-deal .item-deal:hover .deal-img img{
    transform: scale(1.1);
    -webkit-transition: .8s ease-in-out;
    -o-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
}
/* ===================================
        map
====================================== */
#google-map {
    height: 400px;
    width: 100%;
}
.col-map #google-map {
    height: 418px;
}
/* ===================================
      Contact sec
====================================== */
.contact-sec .heading{
    color: #fd3b2a;
    font-size: 24px;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
    margin-bottom: 70px;
}

.contact-sec .heading span{
    font-size: 48px;
    font-family: 'Playfair Display', sans-serif;
    margin-top: 5px;
    color: #444444;
}

.contact-sec .contact-form{
    width: 95%;
}

.contact-sec .contact-form input{
    color: #444444;
    font-size: 16px;
    height: 50px;
    padding: 25px;
    box-shadow: none;
}

.contact-sec .contact-form .form-control{
    border-radius: 0;
    box-shadow: none;
    border:solid 2px #eceef2;
}

.contact-sec .contact-form input::placeholder{
    color: #8799a3;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.contact-sec .contact-form textarea{
    padding: 13px;
    padding-left: 25px;
    height: 202px;
    color: #444444;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.contact-sec .contact-form .contact_btn{
    margin-top: 15px;
}

.contact-img{
    position: relative;
    top: -20px;
}
/* ===================================
     Footer
====================================== */
.footer-social ul{
    margin: 0;
    padding: 0;
}
.footer-social li{
    display: inline-block;
}
.footer-social a {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    color: #202020;
    font-size: 17px;
    margin: 0 10px 0 0;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.footer-social li:nth-last-child(1) a{
    margin-right: 0;
}

.company-about{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #888888;
    text-align: end;
}
/* ===================================
    Standalone
====================================== */
.page-title{
    position:relative;
    text-align:center;
    padding: 200px 0;
    background-image: url("../images/standalone-bg.png");
    background-size: cover;
    background-position: center;
}

.page-title .auto-container{
    position:relative;
}

.page-title h2{
    position:relative;
    color:#444444;
    font-weight:600;
    line-height:1.2em;
    padding-top: 10%;
    margin-bottom: 10px;
    font-size:4rem;
    text-transform:capitalize;
    font-family: 'Roboto', sans-serif;
}

.page-breadcrumb{
    position:relative;
}

.page-breadcrumb li{
    position:relative;
    display:inline-block;
    margin-right:10px;
    padding-right:15px;
    color:#444444;
    font-size:14px;
    font-weight:400;
    text-transform:capitalize;
    font-family: 'Raleway', sans-serif;
}

.page-breadcrumb li:after{
    position:absolute;
    content: "\f101";
    right:-5px;
    top:1px;
    color:#444444;
    font-size:14px;
    font-weight:900;
    font-family: "Font Awesome 5 Free";
}

.page-breadcrumb li:last-child::after{
    display: none;
}

.page-breadcrumb li:last-child{
    padding-right:0;
    margin-right:0;
}

.page-breadcrumb li a{
    color:#444444;
    font-weight:400;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.page-breadcrumb li a .icon{
    margin-right: 4px;
    color: #444444;
}

.page-breadcrumb li a:hover{
    color:#444444;
}

.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}

.standalone-row .stand-img-des{
    padding-left: 30px;
    text-align: center;
}

.standalone-row:nth-child(2) .stand-img-des{
    padding-left: 0;
    padding-right: 30px;
}

.standalone-detail .sub-heading{
    margin-bottom: 10px;
}

.standalone-area .sub-heading{
    margin-bottom: 8px;
}

.standalone-detail .heading{
    margin-bottom: 20px;
    font-size: 60px;
    color: #444444;
    font-weight: 400;
    font-family: 'Playfair Display', sans-serif;
}

.standalone-detail .para_text{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    margin: 0 auto;
    color: #444444;
}

.standalone-detail{
    padding-bottom: 100px;
}

.standalone-area .heading-text{
    font-weight: 500;
    margin-bottom: 12px;
    font-family: 'Playfair Display', sans-serif;
    font-size: 45px;
    color: #444444;
}

.standalone-area .stand-img-des .para_text{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #444444;
    font-weight: normal;
}
/* ===================================
        loader
====================================== */
.loader-bg {
    position: fixed;
    z-index: 99999;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
}

.loading-animation-behind {
    display: block;
    position: relative;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #000000;
    box-shadow: 0 4px 17px rgba(0, 0, 0, 0.04), 0 12px 34px rgba(0, 0, 0, 0.14),
    0 0 34px 4px rgba(0, 0, 0, 0.18);
}

.loading-animation {
    display: block;
    position: relative;
    top: -71px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top: 3px solid #84b813;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    background: #000000;
}

.loading-animation::before,
.loading-animation::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 3px solid transparent;
}

.loading-animation::before {
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-top-color: #FFFFFF;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3.5s linear infinite;
}

.loading-animation::after {
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-top-color: #fd3b2a;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.75s linear infinite;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.centerAndFillEverything {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}







/* ===================================
        Media Query
====================================== */
@media screen and (width: 1920px){
    .side-nav-btn{
        left: 36px;
    }
    .social_icons{
        right: 25px;
    }
    .logo-default{
        margin-top: 18px;
    }
    .header-with-topbar.style-two .full-nav {
        margin-top: 115px;
    }
    /* banner */
    .banner-sec .height {
        height: 96vh;
    }
    .banner-heading{
        font-size: 65px;
        font-weight: bold;
    }
    .banner-des{
        margin-top: 50px;
        margin-bottom: 30px;
        font-size: 15px;
        text-align: justify;
    }
    .banner-sec .vector-image{
        width: auto;
    }
    .image-layer-1 {
        position: absolute;
        top: 0;
        width: 160px;
        left: 17%;
    }
    .image-layer-2 {
        position: absolute;
        top: 0;
        right: 19%;
        max-width: 85px;
    }
    .header-with-topbar.header-appear .center-logo ul:last-child {
        margin-left: 0;
        margin-right: 0;
    }
    /* food */
    .food-img-before {
        position: absolute;
        left: -391px;
    }
    .food-img-after {
        position: absolute;
        top: 510px;
        right: -390px;
    }
    /* Standalone */
    .page-title{
        padding: 250px 0;
    }
}
@media (max-width: 1600px) and (min-width: 1400px){
    /* banner */
    .image-layer-1{
        left: 165px;
    }
    .image-layer-2{
        right: 200px;
    }
}
@media screen and (max-width: 1024px){
    /* side navbar */
    .side-menu {
        width: 30%;
    }
    /* navbar */
    .rounded-nav{
        margin-top: 30px;
    }
    .navbar-top-default .navbar-nav .nav-link{
        padding: 0.4rem 1.0rem;
        margin-right: 10px;
        margin-left: 12px;
    }
    .header-with-topbar.header-appear .center-logo ul:last-child{
        margin: auto;
    }
    .header-appear .navbar-top-default .navbar-nav .nav-link{
        padding: 0.4rem 0;
    }
    /* banner */
    .image-layer-2{
        right: 130px;
    }
    .banner-img{
        height: 66vh;
    }
    .banner-sec .height {
        height: 60vh;
    }
    .banner-des{
        font-size: 17px;
        width: auto;
    }
    /* about */
    .about-heading{
        font-size: 30px;
    }
    .about-text {
        font-size: 17px;
        margin-top: 50px;
    }
    .about-des {
        font-size: 20px;
    }
    /* food */
    .food-menu-list{
        margin: auto;
        text-align: center;
    }
    .menu-heading {
        font-size: 18px;
    }
    /* counter */
    .counter-heading {
        font-size: 28px;
    }
    .counter-des {
        font-size: 12px;
        margin-top: 15px;
    }
    /* portfolio */
    .portfolio-sec .cbp-l-filters-button .cbp-filter-item {
        margin-right: 12px;
        font-size: 16px;
    }
    .portfolio-sec #js-loadMore-lightbox-gallery.active {
        margin-top: 30px;
    }
    .btn.btn-large-1 {
        font-size: 15px;
        padding: 9px 33px;
    }


    /* deal */
    #deal-slider .owl-next {
        transform: translateX(72%);
    }
    #deal-slider .owl-prev {
        transform: translateX(-72%);
    }
    /* contact */
    .contact-img {
        top: 15px;
    }
    /* standalone*/
    .standalone-area .heading-text{
        font-size: 36px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px){
    /* general */
    .padding-half-top {
        padding-top: 60px;
    }
    .padding-bottom {
        padding-bottom: 4.5rem;
    }
    p {
        font-size: 15px;
    }
    .padding-top{
        padding-top: 5.5rem;
    }
    section{
        padding: 5.5rem 0;
    }
    /* side navbar */
    .side-menu {
        width: 34%;
    }
    .side-menu .inner-wrapper {
        padding: 3.5rem 2rem;
        height: 95%;
    }
    /* navbar */
    .rounded-nav{
        background: none;
        padding: 0;
        margin-top: 0;
    }
    .logo-default{
        top: -32px;
        transform: translateX(-60%);
    }
    .header-appear .navbar .logo-scrolled{
        position: relative;
        left: 50%;
        transform: translateX(127px);
    }
    /* banner */
    .banner-sec .height{
        height: 36vh;
    }
    .banner-img {
        height: 100vh;
    }
    .banner-sec .vector-image{
        margin-top: 15%;
        width: auto;
    }
    .banner-area{
        text-align: center;
        margin-top: -10px;
    }
    .banner-des{
        font-size: 15px;
        text-align: center;
        width: auto;
    }
    .banner-heading{
        font-size: 46px;
    }
    /* about */
    .about-des {
        font-size: 20px;
    }
    .about-heading{
        font-size: 34px;
    }
    .about-area{
        text-align: center;
    }
    .about-text {
        font-size: 17px;
        margin-top: 25px;
    }
    .about-box{
        padding: 40px 15px 40px;
    }
    /* food */
    .zic-img h2 {
        font-size: 44px;
    }
    .food-des {
        font-size: 22px;
    }
    .menu-heading {
        font-size: 18px;
    }
    .food-menu-list{
        margin: auto;
        text-align: center;
    }
    /* counter */
    .counter-heading {
        font-size: 30px;
    }
    .counter-des {
        font-size: 16px;
    }
    .counter-area{
        text-align: center;
    }
    .parallax-box{
        margin-top: 30px;
    }
    /* portfolio */
    .portfolio-sec .cbp-l-filters-button .cbp-filter-item{
        font-size: 14px;
    }
    .portfolio-sec #js-loadMore-lightbox-gallery.active {
        margin-top: 40px;
    }
    /* client */
    .feedback-slides .client-feedback .single-feedback p {
        max-width: 620px;
        font-size: 18px;
    }
    /* contact */
    .contact-sec .contact-form{
        width: auto;
    }
    .contact-img {
        position: relative;
        top: 45px;
    }
    /* footer */
    .company-about {
        font-size: 15px;
        text-align: center;
    }
    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-area .gradient-text1{
        font-size: 30px;
    }
    .standalone-detail .heading{
        font-size: 42px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .standalone-detail .para_text{
        font-size: 17px;
    }
    .standalone-area .stand-img-des .para_text{
        font-size: 17px;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2){
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .para_text {
        font-size: 18px;
    }
    .page-title h2{
        padding: 0;
    }
}
@media screen and (max-width: 767px){
    /* general */
    .padding-half-top {
        padding-top: 60px;
    }
    .padding-top{
        padding-top: 4.5rem;
    }
    .padding-bottom{
        padding-bottom: 4.5rem;
    }
    section {
        padding: 4.5rem 0;
    }
    /* side nav */
    .side-menu {
        width: 67%;
    }
    .side-menu .inner-wrapper {
        padding: 3.5rem 2rem;
    }
    /* navbar */
    .rounded-nav{
      background: none;
        padding: 0;
    }
    .social_icons{
        display: none;
    }
    .banner-layer-img{
      display: none;
    }
    .logo-default{
        right: 12px;
        transform: translate(14px, -80px);
    }
    .header-appear .navbar .logo-scrolled{
        transform: translate(100%, 4px);
    }
    /* banner */
    .banner-heading{
        font-size: 34px;
    }
    .banner-des{
        width: auto;
        font-size: 13px;
    }
    .banner-area{
        text-align: center;
    }
    .banner-sec .height {
        height: 42vh;
    }
    .banner-img {
        height: 95vh;
    }
    /* about */
    .about-des {
        font-size: 18px;
    }
    .about-heading {
        font-size: 26px;
        margin-top: 10px;
    }
    .about-area{
      text-align: center;
    }
    .about-text {
        font-size: 14px;
        margin-top: 30px;
    }
    .about-box{
        margin-bottom: 30px;
    }
    /* food*/
    .food-des {
        font-size: 20px;
    }
    .zic-img h2 {
        font-size: 32px;
    }
    .food-menu-list{
        margin: auto;
        text-align: center;
    }
    .food-img-after{
        display: none;
    }
    .food-img-before{
        display: none;
    }
    /* counter */
    .counter-heading {
        font-size: 28px;
    }
    .counter-area{
        text-align: center;
    }
    .counter-des {
        font-size: 14px;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .parallax-box{
        margin-bottom: 50px;
    }
    /* portfolio */
    .portfolio-sec .portfolio-heading{
        font-size: 36px;
    }
    .portfolio-sec .cbp-l-filters-button .cbp-filter-item{
        margin-right: 12px;
        font-size: 12px;
    }
    .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-next, .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-prev, .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-close{
        visibility: hidden;
    }
    .portfolio-sec .portfolio-foot-detail .p-num{
        font-size: 36px;
    }
    .portfolio-sec #js-loadMore-lightbox-gallery.active {
        margin-top: 30px;
    }
    .btn.btn-large-1 {
        font-size: 15px;
        padding: 9px 26px;
    }
    /* client */
    .feedback-slides .client-feedback .single-feedback p{
        font-size: 16px;
    }
    .feedback-slides .client-thumbnails .item .title h3{
        font-size: 40px ;
    }
    /*deal */
    .deal-response {
        font-size: 22px;
     }
    /* contact*/
    .contact-sec .heading {
        font-size: 22px;
        margin-bottom: 50px;
    }
    .contact-sec .heading span {
        font-size: 36px;
    }
    .contact-sec .contact-form{
        width:auto;
    }
    .contact-img {
        top: 25px;
    }
    /* footer */
    .company-about {
        font-size: 13px;
        text-align: center;
    }
    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-detail .heading{
        font-size: 36px;
        font-weight: 500;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
        font-size: 16px;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2){
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .page-title {
        padding: 200px 0;
    }
    .page-title h2{
        font-size: 2.5rem;
    }
    .standalone-area .heading-text {
        font-size: 30px;
    }
}
@media (max-width: 360px){
    /* navbar*/
    .header-with-topbar.style-two .full-nav {
        margin-top: 50px;
    }
    /* banner*/
    .banner-area{
        padding-top: 70px;
    }
    .banner-sec .height {
        height: 43vh;
    }
    .banner-img{
        padding: 0;
    }
    .banner-sec .height {
        height: 50vh;
    }
    .banner-img {
        height: 100vh;
    }
    .banner-des{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    /* contact*/
    .contact-sec .heading span {
        font-size: 35px;
    }
    /* portfolio*/
    .portfolio-sec .cbp-l-filters-button .cbp-filter-item {
        margin-right: 10px;
        font-size: 11px;
    }
    .btn.btn-large-1 {
        font-size: 15px;
        padding: 9px 23px;
    }
    /* BLog*/
    .zic-img h2 {
        font-size: 30px;
    }
    /* standalone*/
    .page-title h2{
        font-size: 35px;
    }
    .standalone-detail .para_text{
        font-size: 14px;
    }
    .standalone-area .stand-img-des .para_text{
        font-size: 14px;
    }
}