body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-size: 16px;
    background-color: #fff;
    color: #7d7f89;
    font-family: 'Poppins', sans-serif;
    line-height: 1.75em;
    overflow-x: hidden;
    position: relative
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    color: #212330;
    font-weight: 500;
    font-family: 'Merriweather', serif
}

h1 {
    font-size: 30px;
    line-height: 42px
}

h5 {
    font-family: 'Poppins', sans-serif
}

ul,
ol {
    margin: 0
}

a {
    color: #7a8080;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

a:focus,
a:hover {
    text-decoration: none;
    color: #d41b2c
}

.listnone {
    list-style: none;
    padding: 0px
}

::selection {
    background: #d41b2c;
    color: #fff
}

.btn {
    display: inline-block;
    padding: 16px 20px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1.42857143;
    text-align: center;
    border: none;
    text-transform: uppercase;
    border-radius: 0px
}

.btn-default {
    color: #fff;
    background-color: #d41b2c
}

.btn-default:hover {
    color: #fff;
    background-color: #212330;
    border-color: #212330
}

.btn-white {
    color: #d41b2c;
    background-color: #fff;
    border: 1px solid #fff
}

.btn-white:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.bg-light {
    background-color: #f6f3ec
}

.bg-default {
    background-color: #f1f2f4;
    background-image: url(../images/bodybg.jpg)
}

.bg-white {
    background-color: #fff
}

.outline {
    border: 1px solid #e5e7ec
}

.section-title {
    margin-bottom: 60px;
    letter-spacing: 2px;
    text-transform: uppercase
}

.section-title h1 {
    margin-bottom: 10px;
    color: #d41b2c;
    font-family: 'Kaushan Script', cursive;
    text-transform: capitalize
}

.section-title h5 {
    color: #7d7f89
}

.title {
    color: #212330
}

.text-white {
    color: #fff
}

.icon {}

.icon-1x {
    font-size: 18px
}

.icon-2x {
    font-size: 38px
}

.icon-4x {
    font-size: 65px
}

.icon-6x {
    font-size: 88px
}

.icon-8x {
    font-size: 108px
}

.icon-default {
    color: #d41b2c
}

.icon-primary {
    color: #474954
}

.icon-secondary {
    color: #fff
}

.icon-white {
    color: #fff
}

@media(max-width:500px) {
    .header {
        padding: 5px 0
    }

    .social-link {
        display: none
    }

    .btn-white {
        margin: 10px 0
    }
}

.header {
    -webkit-transition: background-color .8s ease-out;
    -moz-transition: background-color .8s ease-out;
    background-color: rgba(0, 0, 0, 0.9);
    -o-transition: background-color .8s ease-out;
    transition: background-color .8s ease-out;
    z-index: 9999;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 1px 7px 23px rgba(0, 0, 0, 0.09)
}

.top-header {
    font-size: 13px;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 12px
}

.top-social ul li {
    float: left;
    margin-right: 10px
}

.top-social ul li a {
    color: #fff;
    font-size: 24px
}

.top-social ul li a:hover {
    color: #fff
}

.top-text {
    text-align: right
}

.top-text .text-block {
    padding-left: 20px;
    color: #fff;
    line-height: 18px
}

.hero-section {
    background: url(../images/banner5.png) no-repeat center;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    padding-top: 180px;
    padding-bottom: 180px;
    position: relative
}

.hero-caption {
    padding: 100px
}

.hero-title {
    font-size: 60px;
    color: #fff;
    line-height: 70px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px
}

.hero-text {
    font-size: 24px;
    color: #fff;
    margin-bottom: 60px
}

@media(max-width:787px) {
    .hero-section {
        padding: 50px 0px 50px 0px
    }

    .hero-caption {
        padding: 20px
    }

    .hero-title {
        font-size: 40px;
        line-height: 50px
    }

    .hero-text {
        font-size: 16px;
        margin-bottom: 20px
    }
}

.social-link {
    position: fixed;
    top: 50%;
    right: 0;
    background: #c11727;
    padding: 10px;
    z-index: 99999
}

.social-link i {
    color: #fff;
    font-size: 24px;
    margin-top: 20px
}

.menu-link {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #c11727;
    padding: 10px;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: space-around
}

.menu-link i {
    color: #fff;
    font-size: 24px;
    margin-top: 20px
}

@media(max-width:787px) {
    .menu-link {
        width: 100%;
        height: 60px;
        z-index: 99999
    }

    .menu-link li {
        display: inline-block;
        margin: -80px 20px
    }
}

#navigation,
#navigation ul,
#navigation ul li,
#navigation ul li a,
#navigation #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#navigation:after,
#navigation>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#navigation #menu-button {
    display: none
}

#navigation {}

#navigation>ul>li {
    float: left
}

#navigation.align-center>ul {
    font-size: 0;
    text-align: center
}

#navigation.align-center>ul>li {
    display: inline-block;
    float: none
}

#navigation.align-center ul ul {
    text-align: left
}

#navigation.align-right>ul>li {
    float: right
}

#navigation>ul>li>a {
    padding: 28px 15px;
    font-size: 13px;
    letter-spacing: 2px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

#navigation>ul>li:hover>a {
    color: #fff;
    background-color: #c11727
}

#navigation>ul>li.has-sub>a {
    padding-right: 30px
}

#navigation>ul>li.has-sub>a:before {
    position: absolute;
    right: 14px;
    font-family: FontAwesome;
    content: "f107";
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

#navigation>ul>li.has-sub:hover>a:before {
    transform: rotate(180deg)
}

#navigation ul ul {
    position: absolute;
    left: -9999px
}

#navigation.align-right ul ul {
    text-align: right
}

#navigation ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

#navigation li:hover>ul {
    left: auto
}

#navigation.align-right li:hover>ul {
    left: auto;
    right: 0
}

#navigation li:hover>ul>li {
    height: 47px
}

#navigation ul ul ul {
    margin-left: 100%;
    top: 0
}

#navigation.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%
}

#navigation ul ul li a {
    padding: 16px;
    width: 170px;
    font-size: 14px;
    text-decoration: none;
    color: #f8d3d6;
    font-weight: 600;
    background: #c11727;
    text-transform: uppercase;
    border-bottom: 2px solid #a50615
}

#navigation ul ul li:last-child>a,
#navigation ul ul li.last-item>a {
    border-bottom: 0
}

#navigation ul ul li:hover>a,
#navigation ul ul li a:hover {
    color: #fff;
    background-color: #c11727
}

#navigation ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#navigation.align-right ul ul li.has-sub>a:after {
    right: auto;
    left: 11px
}

#navigation ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

#navigation.align-right ul ul li.has-sub>a:before {
    right: auto;
    left: 14px
}

#navigation ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0
}

#navigation.small-screen {
    width: 100%
}

#navigation.small-screen ul {
    width: 100%;
    display: none
}

#navigation.small-screen.align-center>ul {
    text-align: left
}

#navigation.small-screen ul li {
    width: 100%;
    border-top: 1px solid #a50615
}

#navigation.small-screen ul ul li,
#navigation.small-screen li:hover>ul>li {
    height: auto
}

#navigation.small-screen ul li a,
#navigation.small-screen ul ul li a {
    width: 100%;
    border-bottom: 0;
    padding: 20px 15px
}

#navigation.small-screen>ul>li {
    float: none
}

#navigation.small-screen ul ul li a {
    padding-left: 25px
}

#navigation.small-screen ul ul ul li a {
    padding-left: 35px
}

#navigation.small-screen ul ul li a {
    color: #fff;
    background: none
}

#navigation.small-screen ul ul li:hover>a,
#navigation.small-screen ul ul li.active>a {
    color: #fff
}

#navigation.small-screen ul ul,
#navigation.small-screen ul ul ul,
#navigation.small-screen.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left
}

#navigation.small-screen>ul>li.has-sub>a:after,
#navigation.small-screen>ul>li.has-sub>a:before,
#navigation.small-screen ul ul>li.has-sub>a:after,
#navigation.small-screen ul ul>li.has-sub>a:before {
    display: none
}

#navigation.small-screen #menu-button {
    display: block;
    padding: 15px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    border-top: 1px solid #a50615;
    text-transform: uppercase;
    font-weight: 700
}

#navigation.small-screen #menu-button:after {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 12px;
    width: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: ''
}

#navigation.small-screen #menu-button:before {
    position: absolute;
    top: 21px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #fff;
    content: ''
}

#navigation.small-screen #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#navigation.small-screen #menu-button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#navigation.small-screen .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #a50615;
    height: 53px;
    width: 53px;
    cursor: pointer
}

#navigation.small-screen .submenu-button.submenu-opened {
    background: #a50615
}

#navigation.small-screen ul ul .submenu-button {
    height: 34px;
    width: 34px
}

#navigation.small-screen .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#navigation.small-screen ul ul .submenu-button:after {
    top: 15px;
    right: 13px
}

#navigation.small-screen .submenu-button.submenu-opened:after {
    background: #fff
}

#navigation.small-screen .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 23px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: ''
}

#navigation.small-screen ul ul .submenu-button:before {
    top: 12px;
    right: 16px
}

#navigation.small-screen .submenu-button.submenu-opened:before {
    display: none
}

#navigation.small-screen.select-list {
    padding: 5px
}

.is-sticky .navigation {
    background-color: background-color:rgba(0, 0, 0, 0.8)
}

.space-medium {
    padding: 90px 0px
}

#abt-section {
    background-image: url(../images/abtbg2.jpg);
    background-position: center;
    background-size: cover
}

.about-us {
    position: relative;
    padding: 20px
}

.abt {
    background: transparent;
    padding: 20px;
    outline: 1px solid #353434;
    margin-bottom: 20px;
    box-shadow: 0px 13px 12px rgba(0, 0, 0, 0.9)
}

.abt h3 {
    color: #fff;
    margin-bottom: 20px
}

.abt ul {
    padding-left: 5px;
    list-style: none
}

.abt li {
    margin: 10px 0
}

.abt li i {
    margin: 10px 0;
    color: limegreen
}

.abt p {
    margin-bottom: 20px;
    position: relative
}

.leaf {
    position: absolute;
    bottom: 0;
    right: 0
}

.abt2 {
    background: transparent;
    padding: 20px;
    outline: 1px solid #353434;
    margin-bottom: 20px;
    box-shadow: 0px 13px 12px rgba(0, 0, 0, 0.9)
}

.abt2 h3 {
    color: #fff;
    margin-bottom: 20px
}

.choose-us {
    background: transparent;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0px 13px 12px rgba(0, 0, 0, 0.9)
}

.choose-us h4 {
    color: #7a8080;
    font-family: 'Poppins', sans-serif
}

.choose-us i {
    color: limegreen;
    font-size: 50px;
    margin-bottom: 10px
}

.no-padding {
    padding: 0
}

.service-list {
    background: #212330;
    margin-bottom: 20px
}

.service-block-text {
    padding: 40px;
    display: flex;
    justify-content: center;
    align-content: center
}

.service-text {
    margin: auto;
    align-self: center
}

.service-block-text h3 {
    color: #fff;
    margin: 30px 0
}

#bg-light-dark {
    background: #212330
}

.our-menu {
    background-image: url(../images/wood.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.view-menu {
    background: rgba(0, 0, 0, 0.5);
    padding: 50px 10px;
    color: #fff;
    outline: 1px solid #fff;
    outline-offset: -12px
}

.view-menu h1 {
    padding: 50px 10px;
    color: #fff
}

.btn-menu {
    border: 1px solid #fff;
    padding: 12px 36px;
    color: #fff
}

.btn-menu:hover {
    background: #fff;
    color: #000
}

.menu-img {
    border: 1px solid #f4f4f4;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden
}

.menu-img:hover {
    box-shadow: -15px 13px 50px rgba(0, 0, 0, 0.09)
}

.menu-des {
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #f4f4f4
}

#menu-bg {
    background-color: #000;
    background-image: url(../images/bgmenu.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.no-gutters {
    padding: 10px
}

.menu-block {
    position: relative;
    width: 100%;
    background: #000;
    overflow: hidden;
    transition: all 0.5s ease
}

.menu-block .spl-menu-img {
    position: relative
}

.menu-block .spl-menu-img img {
    opacity: 0.5;
    transition: all 0.5s ease
}

.menu-block:hover .spl-menu-img img {
    opacity: 1;
    transform: scale(1.5)
}

.menu-block .spl-text {
    position: absolute;
    bottom: -40px;
    left: 0;
    padding: 20px;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.25s ease-out
}

.menu-block:hover .spl-text {
    opacity: 1;
    bottom: 0
}

.spl-menu-img h1 {
    color: #fff;
    padding: 20px 0px;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease-out
}

.menu-block:hover .spl-menu-img h1 {
    left: -50%
}

.service-title {
    background: #fff;
    padding: 15px;
    box-shadow: 1px 7px 23px rgba(0, 0, 0, 0.05)
}

.serve-btn {
    margin-top: 30px
}

.menu-list li {
    padding: 5px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.bg-testi {
    background-image: url(../images/testi_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 150px 0px
}

.testimonial-block {
    padding: 40px;
    box-shadow: 1px 7px 23px rgba(0, 0, 0, 0.5);
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    margin-bottom: 10px
}

.testimonial-name {
    color: #d41b2c;
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px
}

.cta-block {
    padding: 80px 20px
}

.cta-title {
    font-size: 40px
}

.post-img {
    background-color: floralwhite;
    position: relative
}

.offer-caption {
    position: absolute;
    top: 30%;
    left: 10%;
    background-color: #d41b2c;
    padding: 30px 60px
}

.offer-caption h1,
.offer-caption h4 {
    color: lightpink
}

.offer-caption span {
    color: #fff;
    font-size: 60px
}

@media (max-width:767px) {
    .offer-caption {
        padding: 20px 40px;
        top: 20%
    }

    .offer-caption span {
        font-size: 30px
    }
}

@media (max-width:480px) {
    .offer-caption {
        padding: 0px;
        top: 10%;
        background: none
    }

    .offer-caption span {
        font-size: 20px
    }

    .offer-caption h1,
    .offer-caption h4 {
        font-size: 20px;
        color: #fff
    }
}

.owl-theme .owl-dots .owl-dot span {
    background: #212330
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #d41b2c
}

.about-img img {
    max-width: 75%;
    margin: auto
}

.bg-black-menu {
    background: #000103
}

.section-title2 {
    text-transform: uppercase;
    margin: 30px 0px;
    color: #fff
}

.service-single-content p {
    margin: 20px 0
}

.form-control {
    margin-bottom: 20px
}

.submit-btn {
    height: 50px
}

.no-padding-col {
    padding: 10px
}

.gallery-img {
    overflow: hidden;
    background: #000
}

.gallery-img img {
    cursor: zoom-in;
    transform: scale(1);
    transition: all 0.5s ease-in
}

.gallery-img:hover.gallery-img img {
    transform: scale(1.2);
    opacity: 0.5
}

.abt3 {
    margin-bottom: 20px
}

.abt3 ul {
    padding: 0;
    list-style: none
}

.abt3 li {
    margin: 15px 0;
    background: rgba(0, 0, 0, 0.2);
    padding: 20px
}

.choose-us2 {
    background: rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: center;
    margin-bottom: 20px
}

.choose-us2 h4 {
    color: #7a8080;
    font-family: 'Poppins', sans-serif
}

.choose-us2 i {
    color: limegreen;
    font-size: 50px;
    margin-bottom: 10px
}

#bg-texture {
    background-image: url(../images/bgmenu2.svg)
}

.dish-content {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #B7B7C1
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background: #a50615;
    color: #fff;
    border: none;
    border-radius: 0px
}

.nav-tabs>li>a {
    border-radius: 0px;
    text-transform: uppercase
}

.nav-tabs>li>a:hover {
    background: #a50615;
    color: #fff;
    border: none
}

.nav-tabs>li {
    margin-bottom: -2px
}

.tab-content h3 {
    padding: 20px 0
}

.form-group {
    padding: 50px;
    background: #f4f4f4
}

input[type="checkbox"] {
    margin: 8px -20px !important
}

.nav-tabs {
    background: #000;
    border: none
}

.calculate {
    width: 100%;
    padding: 60px
}

.form-calc {
    margin: auto;
    text-align: center
}

.form-content {
    padding: 30px;
    background-color: #f4f4f4
}

.form-title {
    padding: 20px 0
}

.btn-calc {
    padding: 0px
}

.footer {
    background-image: url(../images/footerbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px
}

.footer-title {
    margin-bottom: 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 32px
}

.footer-widget {}

.footer-widget ul {}

.footer-widget li {
    margin-bottom: 5px
}

.footer-widget li a {
    color: #75757c;
    font-size: 14px;
    line-height: 34px
}

.footer-widget li a:hover {
    color: #d41b2c
}

.footer-widget p {
    color: #75757c
}

.footer-link {}

.footer-social {}

.footer-social ul {}

.footer-social ul li {
    float: left;
    margin-right: 20px
}

.footer-social ul li a i {
    color: #fff;
    font-size: 22px
}

.footer-social ul li a:hover i {
    color: #d41b2c
}

.footer-widget .form-control {
    height: 48px;
    color: #666;
    background-color: #242428;
    border: none;
    box-shadow: none
}

.footer-contact {}

.footer-contact i {
    float: left
}

.footer-contact ul li {
    margin-bottom: 20px
}

.footer-contact i {
    color: #d41b2c;
    font-size: 30px;
    padding: 10px;
    margin-right: 15px;
    float: left
}

.footer-contact p {
    margin-left: 65px;
    padding-top: 7px
}

.sub-btn {
    margin-top: 30px
}

.tiny-footer {
    background-color: #212330;
    padding-top: 9px;
    font-size: 12px;
    color: #56575e;
    text-align: center
}

@media screen and (max-width:768px) {
    .post-content {
        position: relative;
        width: 100%;
        right: 0px;
        top: 0px
    }
}

@media screen and (max-width:320px) {}