
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

/* back-to-to */
.back-to-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 50px;
    right: 40px;
    width: 50px;
    height: 40px;
    margin: 0px;
    font-size: 18px;
    background: #fab93e;
    color: #000000;
    transition: 0.5s;
    z-index: 999;
    /* transform: skew(18deg); */
}

.back-to-top a i {
    transform: skew(-18deg);
}

.back-to-top a:hover {
    background: var(--bs-dark);
    color: var(--bs-white); 
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 40px;
    height: 40px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-xl-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: #000000;
    border: none;
    /* transform: skew(18deg); */
    transition: 0.5s;
}

.btn.btn-primary span,
.btn.btn-primary i {
    display: inline-block;
    /* transform: skew(-18deg); */
}

.btn.btn-primary:hover {
    background: var(--bs-white);
    color: var(--bs-dark);

}

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
    transform: skew(18deg);
    transition: 0.5s;
}

.btn.btn-light span,
.btn.btn-light i {
    display: inline-block;
    transform: skew(-18deg);
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
}


.btn.btn-dark {
    color: var(--bs-primary);
    border: none;
    transform: skew(18deg);
    transition: 0.5s;
}

.btn.btn-dark span,
.btn.btn-dark i {
    display: inline-block;
    transform: skew(-18deg);
}

.btn.btn-dark:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
}

/*** Navbar Start ***/
.header-top {
    height: 100%;
    position: relative;
}

.header-top::after {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 16%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--bs-dark);
    z-index: 1;
}

.topbar .login-btn {
    position: relative;
}

.topbar .login-btn::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    right: -1px;
    background: var(--bs-primary);
    transform: skew(18deg);
}

@media (min-width: 992px) {
    .header-top::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 45px;
        top: 0;
        right: 0;
        background: var(--bs-dark);
        z-index: -1;
    }

    .navbar-brand-2 {
        display: none;
    }
}

@media (max-width: 991px) {
    .header-top {
        max-height: 80px;
    }

    .navbar {
        justify-content: space-between;
    }

    .header-top .container {
        max-height: 80px;
    }

    .navbar-brand {
        display: none;
    }

    .navbar-brand-2 {
        position: relative;
        overflow: hidden;
        width: 180px;
        height: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        z-index: 99;
    }

    .navbar-brand-2::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 600px;
        top: -200px;
        right: 18px;
        background: var(--bs-dark);
        transform: rotate(-18deg);
        z-index: -1;
    }

    .navbar.navbar-light {
        height: 100%;
        padding: 0;
    }

    .navbar .navbar-collapse {
        margin-top: -20px;
    }

}

.navbar-brand {
    position: relative;
    overflow: hidden;
    padding: 40px 50px 40px 0;
}

.navbar-brand::before {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 300px;
    height: 600px;
    top: -200px;
    right: 18px;
    background: var(--bs-dark);
    transform: rotate(-18deg);
    z-index: -1;
}

.header-top .navbar-brand {
    position: relative;
    z-index: 99;
}

.nav-bar .navbar {
    z-index: 9;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 50px;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 20px;
}

.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: var(--bs-primary);
}

@media (max-width: 991px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 12px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        margin-left: 50px;
        background: var(--bs-light);
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        flex-direction: column;
    }

    .navbar .navbar-nav .nav-btn a.btn {
        margin-right: 15px;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: none;
        background: var(--bs-primary);
        color: var(--bs-dark);
        transform: skew(18deg);
    }

    .navbar.navbar-expand-lg .navbar-toggler span {
        transform: skew(-18deg);
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .navbar-nav .nav-btn {
        display: inline-flex;
        margin-left: auto;
        background: transparent;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--bs-light);
        border-radius: 10px;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 19px;
        background: var(--bs-white);
        transition: .5s;
        opacity: 1;
    }

    .navbar-nav {
        background: transparent !important;
    }

    .nav-shaps-1 {
        position: absolute;
        overflow: hidden;
        min-width: calc(100% - 81%);
        height: 100%;
        top: 0;
        right: 0;
        transform: skew(18deg);
        background: var(--bs-dark);
        z-index: -1;
    }

    .nav-shaps-2 {
        position: absolute;
        overflow: hidden;
        width: 12%;
        height: 100%;
        top: 0;
        right: 0;
        background: var(--bs-dark);
        z-index: -1;
    }
}
/*** Navbar End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(12, 24, 68, 0.7), rgba(12, 24, 68, 0.7)), url(../img/goal-background-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/


/*** Carousel Hero Header Start ***/
.hero-section {
    background-image: url(../img/carousel-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 700px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero-bg-half-1 {
    background-image: url(../img/header-2.jpg);
    clip-path: polygon(0% 0%, 106% 0%, 100% 100%, 0% 100%);
    filter: grayscale(15%);
    transform: scale(100% - 50%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}

.hero-bg-half-2 {
    background-image: url(../img/header-1.jpg);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    filter: grayscale(15%);
    transform: scale(100% - 50%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}

@media (max-width: 991px) {
    .hero-bg-half-1 {
        background-image: url(../img/header-2.jpg);
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        filter: grayscale(0%);
        transform: scale(100% - 0%);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
    }

    .hero-bg-half-2 {
        background-image: url(../img/header-1.jpg);
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        filter: grayscale(0%);
        transform: scale(100% - 0%);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
    }
}

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
    height: 700px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    /* transform: skew(18deg); */
    background: var(--bs-white);
    color: #000000;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 51%;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    right: 51%;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
    z-index: 9;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }

    .header-carousel.owl-carousel,
    .header-carousel .header-carousel-item {
        height: 700px;
    }
}
/*** Carousel Hero Header End ***/


/*** About Start ***/
.about {
    position: relative;
    overflow: hidden;
    background: #000000;
}

@media (min-width: 992px) {
    .about::before {
        content: "";
        position: absolute;
        width: 70%;
        height: 100%;
        top: 0;
        right: -591px;
        background: #fabd3d;
        transform: skew(0deg);
    }

    .about .about-content {
        margin-bottom: 60px;
    }
}

@media (max-width: 991px) {
    .about::after {
        content: "";
        position: absolute;
        width: 70%;
        height: 100%;
        top: 0;
        left: -400px;
        background: #fab93e;
        transform: skew(28deg);
    }

    .about .about-content {
        margin-bottom: 0px !important;
    }
}

.about .about-content {
    position: relative;
    z-index: 9;
}

.about .about-img {
    position: relative;
    z-index: 10;
}

.about .tab-class .nav .nav-item a {
    position: relative;
    transform: skew(18deg);
    text-align: center;
    background: var(--bs-white);
    color: var(--bs-dark);
}

.about .tab-class .nav .nav-item a span {
    transform: skew(-18deg);
}

.about .tab-class .nav .nav-item a.active {
    background: var(--bs-primary);
    color: var(--bs-white);
}
/*** About End ***/

/*** Fitness Goal Start ***/
.goal {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(255, 245, 225, 0.9), rgba(12, 24, 68, 0.9)), url(../img/goal-background-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.goal::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    right: 0;
    margin-right: -200px;
    transform: skew(18deg);
    background: rgba(200, 0, 54, .1);
}

.goal .goal-item {
    transform: skew(10deg);
    box-shadow: 0 0 45px rgba(12, 24, 68, 0.4);
    margin: 0 15px 15px 15px;
}

@media (min-width: 992px) {
    .goal .goal-content {
        padding-bottom: 80px;
    }
}

@media (max-width: 991px) {
    .goal .goal-content {
        padding-bottom: 0;
    }
}
/*** Fitness Goal End ***/

/*** Features Start ***/
.feature {
    overflow: hidden;
}

.feature-carousel.owl-carousel {
    z-index: 9;
    padding: 0 60px;
    /* transform: skew(10deg); */
}

.feature .feature-shaps {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
    margin-top: -200px;
    /* transform: skewX(-10deg); */
    border: 3px solid #000000;
    z-index: 2;
}

@media (max-width: 576px) {
    .feature .feature-shaps {
        width: 90%;
        margin-left: 5%;
    }
}

.feature .feature-item {
    position: relative;
}

.feature .feature-item .feature-img {
    position: relative;
    overflow: hidden;
}

.feature .feature-item .feature-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: rgba(255, 245, 225, .5);
    transition: 0.5s;
}

.feature .feature-item:hover .feature-img::after {
    height: 100%;
    transform: scaleX(-1.1);
}

.feature .feature-item .feature-img img {
    transition: 0.5s;
}

.feature .feature-item:hover .feature-img img {
    transform: scaleX(-1.1);
}

.feature .feature-item .feature-content {
    position: relative;
    background: #000000;
    z-index: 1;
}

.feature .feature-item .feature-content h4 {
    transition: 0.5s;
}

.feature .feature-item:hover .feature-content h4 {
    color: var(--bs-primary);
}

.feature .feature-item .feature-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
    background: var(--bs-dark);
    transition: 0.5s;
    z-index: -1;
}

.feature .feature-item:hover .feature-content::after {
    height: 100%;
}

.feature-carousel .owl-nav .owl-prev,
.feature-carousel .owl-nav .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: -122px;
    /* transform: skew(18deg); */
    background: #fab93e;
    color: #000000;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.feature-carousel .owl-nav .owl-prev i,
.feature-carousel .owl-nav .owl-next i {
    /* transform: skew(-18deg); */
}

.feature-carousel .owl-nav .owl-prev {
    left: 0;
}
.feature-carousel .owl-nav .owl-next {
    right: 0px;
}

.feature-carousel .owl-nav .owl-prev:hover,
.feature-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}
/*** Features End ***/

/*** Courses Start ***/
.courses {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(12, 24, 68, 0.7), rgba(12, 24, 68, 0.7)), url(../img/services-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.courses .courses-item {
    position: relative;
    overflow: hidden;
}

.courses .courses-item p {
    color: var(--bs-white);
    transition: 0.5s;
}

.courses .courses-item:hover p {
    color: var(--bs-body);
}

.courses-item .courses-item-inner {
    position: relative;
    transform: skew(4deg);
    margin: 0 15px;
    background: rgba(255, 245, 225, .5);
    transition: 0.5s;
}

.courses-item:hover .courses-item-inner {
    background: none;
}

.courses-item .courses-item-inner:hover {
    transform: skew(-4deg);
}

.courses-item .courses-item-inner .data-info .courses-trainer {
    color: var(--bs-white);
    transition: 0.5s;
}

.courses-item:hover .courses-item-inner .data-info .courses-trainer {
    color: var(--bs-body);
}

.courses-item .courses-item-inner .data-info .courses-date {
    font-size: 13px;
}

.courses-item .courses-item-inner .courses-icon-img {
    width: 80px; 
    height: 80px;
    background: var(--bs-primary);
    transition: 0.5s;
}

.courses-item .courses-item-inner .courses-icon-img img {
    filter: grayscale(100%);
    transition: 0.5s;
}

.courses-item:hover .courses-item-inner .courses-icon-img img {
    filter: grayscale(0%);
}

.courses-item-inner:hover a {
    color: var(--bs-white);
    transition: 0.5s;
}

.courses-item-inner:hover a:hover {
    color: var(--bs-primary);
}

.courses-item-inner::after {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background: rgba(12, 24, 68, 0.9);
    transition: 0.5s;
    z-index: -1;
}

.courses-item-inner:hover:after {
    height: 100%;
}
/*** Courses End ***/

/*** Blog Start ***/
.blog {
    overflow: hidden;
}

.blog .blog-item {
    position: relative;
    border: 1px solid var(--bs-primary);
    transition: 0.5s;
}

.blog .blog-item .blog-content {
    background: var(--bs-white);
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.3);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: skew(100deg);
    background: rgba(200, 0, 54, 1);
    border: none;
    transition: 0.5s;
    z-index: -1;
}

.blog .blog-item .blog-img::before {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: skew(-100deg);
    background: rgba(12, 24, 68, 1);
    border: none;
    transition: 0.5s;
    z-index: -1;
}

.blog-content .blog-comment {
    transform: skew(8deg);
    background: rgba(12, 24, 68, 1);
}

.blog-content .blog-comment div.small,
.blog-content .blog-comment span {
    transform: skew(-4deg);
}

.blog-carousel .owl-stage-outer {
    margin-right: -1px;
}

.blog-carousel .owl-dots {
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.blog-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    margin: 30px 10px 0 10px;
    background: var(--bs-dark);
    transform: skew(18deg);
    transition: 0.5s;
}

.blog-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 50px;
    background: var(--bs-primary);
    transition: 0.5s;
}

.blog-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    margin-right: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.blog-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-white);
    height: 30px;
    margin-top: 10px;
}

.blog-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-primary);
    transition: 0.5s;
}
/*** Blog End ***/

/*** Explore Fitness Start ***/
.explore {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(12, 24, 68, 0.7), rgba(12, 24, 68, 0.7)), url(../img/services-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** Explore Fitness End ***/

/*** Team Start ***/
.team {
    overflow: hidden;
}

.team .team-item {
    position: relative;
}
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    transform: matrix(1, -0.1, 0, 1, 0, 0);
    transition: 0.5s;
}

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    transition: 0.5s;
    z-index: 1;
}

.team .team-item:hover .team-img::after {
    height: 100%;
    background: rgba(255, 245, 225, .5);
}

.team .team-item .team-img .team-icon {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    display: flex;
    z-index: 2;
}

.team .team-item .team-img .team-icon a {
    transition: 0.5s;
}

.team .team-item:hover .team-img .team-icon a  {
    margin: 0 7px;
}

.team .team-item .team-content {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 25px;
    border: 1px solid var(--bs-primary);
    border-top: none;
    transform: matrix(1, -0.1, 0, 1, 0, 0);
    transition: 0.5s;
}

.team .team-item .team-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    transition: 0.5s;
    z-index: -1;
}

.team .team-item:hover .team-content,
.team .team-item:hover .team-img {
    transform: matrix(1, 0.1, 0, 1, 0, 0);
    border: none;
}

.team .team-item:hover .team-content::after {
    height: 100%;
    background: var(--bs-dark);
}

.team .team-item .team-content h4 {
    transition: 0.5s;
}

.team .team-item:hover .team-content h4 {
    color: var(--bs-white);
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial {
    position: relative;
    overflow: hidden;
    /* background: linear-gradient(rgba(12, 24, 68, 0.9), rgba(12, 24, 68, 0.9)), url(../img/services-img.jpg); */
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-item .quote-icon {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--bs-white);
}

.testimonial-item .testimonial-img {
    border: 2px solid #fab93e;
}

.testimonial-item .testimonial-img img {
    width: 100px; 
    height: 100px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    /* transform: skew(18deg); */
    background: #fab93e;
    color: #000000;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev i,
.testimonial-carousel .owl-nav .owl-next i {
    /* transform: skew(-18deg); */
}

.testimonial-carousel .owl-nav .owl-prev {
    left: 0;
}
.testimonial-carousel .owl-nav .owl-next {
    right: 0;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--bs-white);
    color: var(--bs-primary);
}
/*** Testimonial End ***/

/*** Conatct Start ***/
.contact {
    overflow: hidden;
}

.contact .form-section form .form-section-col {
    transform: skewX(18deg);
    margin: 0 12px;
}

.contact .contact-banner {
    position: relative;
    overflow: hidden;
    display: flex;
    border: 2px solid var(--bs-dark);
    background: linear-gradient(rgba(255, 245, 225, 0.2), rgba(12, 24, 68, 0.1), rgba(200, 0, 54, 0.3));
}

.contact .contact-banner::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    bottom: 0;
    right: 0;
    background-image: url(../img/contact-banner.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.contact form button {
    border: none;
    transition: 0.5s;
}

.contact form button:hover {
    background: var(--bs-white);
    color: var(--bs-primary);
}
/*** Contact End ***/

/*** Footer Start ***/
.footer {
    overflow: hidden;
    background: linear-gradient(rgb(0 0 0), rgb(0 0 0)), url(../img/services-img.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer button {
    border: none;
    transition: 0.5s;
}

.footer button:hover {
    background: var(--bs-white);
    color: var(--bs-dark);
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item .footer-item-img {
    transform: matrix(1, -0.09, 0, 1, 0, 0);
    transition: 0.5s;
}

.footer .footer-item .footer-item-img:hover {
    transform: matrix(1, 0.09, 0, 1, 0, 0);
}

.footer .footer-item .footer-item-img img {
    filter: grayscale(50%);
    transition: 0.5s;
}

.footer .footer-item .footer-item-img:hover img {
    filter: grayscale(0%);
}

.footer .footer-item a {
    line-height: 35px;
    font-size: 16px;
    font-weight: 500;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover {
    color: var(--bs-primary);
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #000000;
}
/*** copyright end ***/




@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format('svg')
}




.cbp-spmenu {
    background: #dfdfdf;
    position: fixed
}

.cbp-spmenu h3 {
    color: #fff;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #000000;
}

.cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 1.1em;
    font-weight: 300
}

.cbp-spmenu a:hover {
    background: #000000;
}

.cbp-spmenu a:active {
    background: #333;
    color: #fff
}

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #ccc;
    padding: 1em
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: .8em;
    border-left: 1px solid #258ecd
}

.cbp-spmenu-left {
    left: -240px
}

.cbp-spmenu-right {
    right: -240px
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0
}

.cbp-spmenu-top {
    top: -150px
}

.cbp-spmenu-bottom {
    bottom: -150px
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0
}

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0
}

.cbp-spmenu-push-toright {
    left: 240px
}

.cbp-spmenu-push-toleft {
    left: -240px
}

.cbp-spmenu,.cbp-spmenu-push {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (max-width: 55.1875em) {
    .cbp-spmenu-horizontal {
        font-size:75%;
        height: 110px
    }

    .cbp-spmenu-top {
        top: -110px
    }

    .cbp-spmenu-bottom {
        bottom: -110px
    }
}

@media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical {
        font-size:90%;
        width: 190px
    }

    .cbp-spmenu-left,.cbp-spmenu-push-toleft {
        left: -190px
    }

    .cbp-spmenu-right {
        right: -190px
    }

    .cbp-spmenu-push-toright {
        left: 190px
    }
}


#showLeftPush {
    display: block;
    height: 30px;
    position: absolute;
    left: 8px;
    top: 18px;
    width: 40px;
    z-index: 2;
    background: 0 0;
    border: 0;
    cursor: pointer
}

#showLeftPush span,#showLeftPush:after,#showLeftPush:before {
    background: #000;
    content: "";
    display: block;
    height: 4px;
    left: 7px;
    position: absolute;
    width: 30px
}

#showLeftPush:before {
    top: 8px
}

#showLeftPush:after {
    top: 24px
}

#showLeftPush span {
    top: 16px
}

#showLeftPush.active:before {
    transform: rotate(45deg)
}

#showLeftPush.active:after,#showLeftPush.active:before {
    top: 10px
}

#showLeftPush.active:after {
    transform: rotate(-45deg)
}

#showLeftPush.active span {
    opacity: 0
}

.navbar {
    display: none
}

#ommenu a,#ommenu li,#ommenu span,#ommenu ul {
    margin: 0;
    padding: 0;
    position: relative
}

#ommenu {
    width: auto
}

#ommenu a {
    color: #fff;
    text-transform: normal;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    line-height: 32px;
    border-bottom: 2px solid #ccc;
    display: block;
    padding: 10px
}

#ommenu ul {
    list-style: none
}

#ommenu>ul>li {
    display: block;
    margin: 0
}

#ommenu.align-center {
    text-align: center
}

#ommenu.align-center>ul>li {
    float: none
}

#ommenu.align-center ul ul {
    text-align: left
}

#ommenu.align-right>ul {
    float: right
}

#ommenu.align-right ul ul {
    text-align: right
}

#ommenu>ul>li>a {
    color: #fff;
    font-size: 15px
}

a.nav-link {}

#ommenu .has-sub:hover>ul {
    display: block;
    z-index: 20
}

#ommenu .has-sub ul {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #222
}

#ommenu .has-sub ul li a {
    background: #fff;
    border-bottom: 2px solid #080808;
    font-size: 15px;
    display: block;
    line-height: 120%;
    padding: 12px;
    color: #000
}

#ommenu .has-sub ul li:hover a {
    background: #222;
    color: #fff
}

#ommenu ul ul li:hover>a {
    color: #000
}

#ommenu .has-sub .has-sub:hover>ul {
    display: block
}

#ommenu .has-sub .has-sub ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0
}

#ommenu .has-sub .has-sub ul li a {
    background: #0c7fb0;
    border-bottom: 1px dotted #31b7f1
}

#ommenu .has-sub .has-sub ul li a:hover {
    background: #0a6d98
}

body.cbp-spmenu-push-toleft {
    left: 240px
}

@media screen and (min-width: 768px) {
    #showLeftPush {
        display:none
    }

    .navbar {
        display: block
    }

    .navbar-inverse {
        background: 0 0;
        margin-top: 9px;
        margin-bottom: 0;
        border: 0;
        z-index: 1;
        min-height: auto;
        text-transform: none;
        border-radius: 0
    }

    #ommenu a {
        border-bottom: none;
        padding: 0 10px;
        font-weight: 400;
        line-height: 102px;
        text-transform: normal
    }

    #ommenu ul {
        display: table;
        margin: 0 auto
    }

    #ommenu ul ul {
        display: block
    }

    #ommenu .has-sub ul li a {
        background: #000;
        color: #fff;
        border-bottom-color: #222
    }

    #ommenu>ul>li>a {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        position: relative
    }

    #ommenu ul:after,#ommenu:after {
        content: '';
        display: block;
        clear: both
    }

    #ommenu>ul>li:hover:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 50%;
        bottom: 0
    }

    #ommenu>ul>li:first-child>a {
        border-radius: 5px 0 0;
        -moz-border-radius: 5px 0 0;
        -webkit-border-radius: 5px 0 0
    }

    #ommenu.align-center>ul>li:first-child>a,#ommenu.align-right>ul>li:first-child>a {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0
    }

    #ommenu.align-right>ul>li:last-child>a {
        border-radius: 0 5px 0 0;
        -moz-border-radius: 0 5px 0 0;
        -webkit-border-radius: 0 5px 0 0
    }

    #ommenu>ul>li.active>a {
        color: #688005;
        border-bottom-color: #688005;
        border-radius: 0
    }

    #ommenu>ul>li:hover>a {
        color: #264896;
        border-bottom-color: #264896;
        border-radius: 0
    }

    #ommenu .has-sub {
        z-index: 10
    }

    #ommenu.align-right .has-sub ul {
        left: auto;
        right: 0
    }

    #ommenu .has-sub ul li {
        *margin-bottom: -1px;
        background: #222
    }

    #ommenu.align-right .has-sub .has-sub ul,#ommenu.align-right ul ul ul {
        left: auto;
        right: 100%
    }

    #ommenu .has-sub ul li.last>a,#ommenu .has-sub ul li:last-child>a,#ommenu ul ul li.last>a,#ommenu ul ul li:last-child>a,#ommenu ul ul ul li.last>a,#ommenu ul ul ul li:last-child>a {
        border-bottom: 0
    }

    #ommenu>ul>li {
        display: inline-block;
        float: left;
        margin: 0
    }

    #ommenu .has-sub ul {
        width: 250px
    }
}

@media screen and (min-width: 992px) {
    #ommenu>ul>li>a {
        font-size:16px
    }

    #ommenu .has-sub ul li a {
        font-size: 14px
    }

    #ommenu a {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width: 992px) {
    #ommenu>ul>li>a {
        font-size:20px
    }
}



.button,.om-btn-wrapper a,.view-menu-btn {
    background: #f60207;
    color: #fff!important;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    border: none;
    margin: 15px auto 0;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    text-transform: normal;
    transition: all .2s ease-in-out 0s;
    min-width: 160px;
    text-decoration: none
}

.button:hover,.om-btn-wrapper a:hover,.view-menu-btn:hover {
    background: #ff8343;
    color: #fff!important;
}

.button.red-btn,.om-btn-wrapper a.red-btn,.view-menu-btn.red-btn {
    background: #688005;
    font-weight: 700;
    color: #fff!important
}

.button.red-btn:hover,.om-btn-wrapper a.red-btn:hover,.view-menu-btn.red-btn:hover {
    background: #404f03
}

.button a,.om-btn-wrapper a a,.view-menu-btn a {
    color: #fff
}

.button a:hover,.om-btn-wrapper a a:hover,.view-menu-btn a:hover {
    color: #000
}

.button.book-btn,.om-btn-wrapper a.book-btn,.view-menu-btn.book-btn {
    width: 50%
}

.order-online a {
    background: #688005;
    :;
    display: block;
    font-size: 16px;
    border: none;
    margin: 15px auto 0;
    padding: 8px 15px;
    position: relative;
    text-align: center;
    transition: all .2s ease-in-out 0s;
    min-width: 160px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase
}

.order-online a:hover {
    background: #546704;
    color: #fff!important
}

.slider-container .om-btn-wrapper a,.slider-container .view-menu-btn {
    font-size: 22px;
    background: #688005
}

.om-welcome {
    background: #efefef
}

body.black-page {
    background: #fff;
    color: #000
}

#header {
    background: #000000;
    width: 100%;
    padding: 14px
}

#header .container {
    position: relative;
    color: #fff;
    padding: 0
}

#header .container #logo {
    margin: 0 auto;
    width: 120px
}

#header .container #logo a {
    display: block
}

#header .container .order-online ul {
    padding: 0;
    margin: 0
}

#header .container .order-online ul li {
    display: block
}

#header .left-nav,#header .right-nav,.header-top .address,.header-top .oo-top {
    display: none
}





@media screen and (min-width: 700px) {
    #header,#header .container {
        padding:0
    }

    #header .container #logo {
        width: 140px;
        float: left;
        margin: 0;
        padding: 14px 0 14px 14px
    }

    #header .container #logo a {
        padding: 0
    }

    #header .container .navbar {
        float: right;
        padding: 0;
        margin-top: 0;
        margin-right: 175px
    }

    #header .container .navbar .navbar-collapse {
        display: block
    }

    #header .container .order-online {
        right: 0;
        top: 15px;
        position: absolute;
        margin: 0;
        padding: 0
    }

    #header .left-nav,#header .right-nav {
        display: block
    }

    #header .left-nav .nav ul,#header .right-nav .nav ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    #header .left-nav .nav ul li,#header .right-nav .nav ul li {
        display: inline-block
    }

    #header .left-nav .nav ul li a,#header .right-nav .nav ul li a {
        display: block;
        padding: 0 10px;
        font-size: 15px;
        font-weight: 700;
        line-height: 50px;
        color: #000
    }

    #header .left-nav .nav ul li a:hover,#header .right-nav .nav ul li a:hover {
        color: #ed1c24
    }

    #header .left-nav {
        float: left;
        margin-left: 70px
    }

    #header .right-nav {
        float: right
    }

    .contact-wrapper {
        padding-right: 80px
    }
}

@media screen and (min-width: 768px) {
    .m-visible {
        display:none!important
    }

    .d-visible {
        display: block!important
    }

    #header .container .navbar-collapse {
        padding: 0
    }
}

@media screen and (min-width: 980px) {
    #header .container #logo {
        width:158px;
        padding: 5px 0 0
    }

    #header .container .top-right .order-online {
        right: 80px;
        top: 52px
    }

    #header .container .navbar {
        margin-right: 265px;
        margin-top: 25px
    }

    section.about-us {
        padding: 40px;
        text-align: center
    }

    .menu-wrapper h2 {
        font-size: 32px
    }

    .menu-wrapper h3 {
        font-size: 30px
    }

    .menu-wrapper p {
        font-size: 20px
    }

    .menu-wrapper p.m-heading {
        font-size: 28px
    }
}

@media screen and (min-width: 992px) {
    .h1,h1 {
        font-size:32px
    }

    .h2,h2 {
        font-size: 28px
    }

    #header {
        position: static
    }

    #header .container,#header .container .navbar-inverse .navbar-collapse.collapse {
        padding: 0
    }

    .main-container h1 {
        margin-bottom: 65px
    }
}

@media screen and (min-width: 1180px) {
    #header .container .top-right .social-icon-list {
        margin-left:50px
    }

    .menu-items .menu-item {
        margin-bottom: 0
    }

    .header-top .oo-top {
        top: 12px
    }

    .header-top .oo-top a {
        font-size: 23px;
        padding-left: 10px;
        padding-right: 10px
    }

    .main-container {
        padding: 40px
    }
}

@media screen and (min-width: 1200px) {
    .menu-items .menu-item .desc {
        min-height:130px
    }

    .container {
        max-width: 1080px
    }
}

.jssor-slide-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(0,0,0,.7)
}

.jssorl-009-spin img {
    animation-name: jssorl009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.jssora051 {
    display: block;
    position: absolute;
    cursor: pointer
}

.jssora051 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 360;
    stroke-miterlimit: 10
}

.jssora051:hover {
    opacity: .8
}

.jssora051.jssora051dn {
    opacity: .5
}

.jssora051.jssora051ds {
    opacity: .3;
    pointer-events: none
}

#header .container:after,.header-right-bottom:after,.header-right-top:after,.menu-items:after,.order-online-btns ul:after,.social-icon-list ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

#header {
    padding-top: 0;
}

#header .container #logo {
    width: 245px;
    margin: 0px auto 10px auto;
    padding: 15px 0 0 0;
}

#header .container #logo h1 {
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    color: #033e4b;
}

a, .home-text h1, .box-section h2, h2 {
    color: #033e4b;
}



#showLeftPush span, #showLeftPush::after, #showLeftPush::before {
    background: #e9cb4f;
}

#ommenu > ul > li > a {
    color: #000;
}

#ommenu > ul > li:hover > a {
    color: #ffffff;
}




@media screen and (min-width: 768px) {
    #ommenu > ul > li.active > a, #ommenu > ul > li:hover > a:hover {
        color: #ffffff;
    }

    #ommenu > ul > li > a {
        color: #e9cb4f;
        text-transform: uppercase;
    }

   

    #header {
    }

    .menu-category .menu-category-wrapper {
        max-width: 1480px;
        margin: 0 auto;
        background: #fff
    }

    .menu-category .menu-category-wrapper .menu-items-wrapper {
        display: flex;
        margin: 0 -15px
    }

    .menu-category .menu-category-wrapper .menu-item {
        flex: 1;
        padding: 0 15px
    }

    .menu-category .menu-category-wrapper .menu-title {
        top: auto;
        bottom: -25px
    }

    #header .container #logo {
        margin: 0px auto 0px auto;
        width: 105px;
        z-index: 50;
    }

    #ommenu a {
        line-height: 60px;
    }

    #header .container .navbar {
        margin-top: 16px;
    }

    #header .container .order-online {
        top: 5px;
    }
}

@media screen and (min-width: 980px) {
    #header .container {
        display: flex;
        align-items: center;
    }

    #header .container .navbar {
        margin-top: 0px;
    }

    .order-online a {
        margin-top: 0;
    }

    #header .container .top-right {
        flex: 1;
    }

    #header .container #logo {
        padding-top: 0;
    }

    #header .container .top-right .order-online {
        top: 9px;
    }
}

@media screen and (min-width: 1200px) {
    #header {
        padding:10px;
        background: #000000;
    }

    #header .container #logo {
        width: 180px;
    }

    #header .container .top-right .order-online {
        top: 30px;
    }
}

@media screen and (min-width: 1500px) {
    .container {
        max-width: 1280px;
    }
}




@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format('svg')
}




.cbp-spmenu {
    background: #dfdfdf;
    position: fixed
}

.cbp-spmenu h3 {
    color: #fff;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #000000;
}

.cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 1.1em;
    font-weight: 300
}

.cbp-spmenu a:hover {
    background: #000000;
}

.cbp-spmenu a:active {
    background: #333;
    color: #fff
}

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #ccc;
    padding: 1em
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: .8em;
    border-left: 1px solid #258ecd
}

.cbp-spmenu-left {
    left: -240px
}

.cbp-spmenu-right {
    right: -240px
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0
}

.cbp-spmenu-top {
    top: -150px
}

.cbp-spmenu-bottom {
    bottom: -150px
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0
}

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0
}

.cbp-spmenu-push-toright {
    left: 240px
}

.cbp-spmenu-push-toleft {
    left: -240px
}

.cbp-spmenu,.cbp-spmenu-push {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (max-width: 55.1875em) {
    .cbp-spmenu-horizontal {
        font-size:75%;
        height: 110px
    }

    .cbp-spmenu-top {
        top: -110px
    }

    .cbp-spmenu-bottom {
        bottom: -110px
    }
}

@media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical {
        font-size:90%;
        width: 190px
    }

    .cbp-spmenu-left,.cbp-spmenu-push-toleft {
        left: -190px
    }

    .cbp-spmenu-right {
        right: -190px
    }

    .cbp-spmenu-push-toright {
        left: 190px
    }
}


#showLeftPush {
    display: block;
    height: 30px;
    position: absolute;
    left: 8px;
    top: 18px;
    width: 40px;
    z-index: 2;
    background: 0 0;
    border: 0;
    cursor: pointer
}

#showLeftPush span,#showLeftPush:after,#showLeftPush:before {
    background: #000;
    content: "";
    display: block;
    height: 4px;
    left: 7px;
    position: absolute;
    width: 30px
}

#showLeftPush:before {
    top: 8px
}

#showLeftPush:after {
    top: 24px
}

#showLeftPush span {
    top: 16px
}

#showLeftPush.active:before {
    transform: rotate(45deg)
}

#showLeftPush.active:after,#showLeftPush.active:before {
    top: 10px
}

#showLeftPush.active:after {
    transform: rotate(-45deg)
}

#showLeftPush.active span {
    opacity: 0
}

.navbar {
    display: none
}

#ommenu a,#ommenu li,#ommenu span,#ommenu ul {
    margin: 0;
    padding: 0;
    position: relative
}

#ommenu {
    width: auto
}

#ommenu a {
    color: #fff;
    text-transform: normal;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    line-height: 32px;
    border-bottom: 2px solid #ccc;
    display: block;
    padding: 10px
}

#ommenu ul {
    list-style: none
}

#ommenu>ul>li {
    display: block;
    margin: 0
}

#ommenu.align-center {
    text-align: center
}

#ommenu.align-center>ul>li {
    float: none
}

#ommenu.align-center ul ul {
    text-align: left
}

#ommenu.align-right>ul {
    float: right
}

#ommenu.align-right ul ul {
    text-align: right
}

#ommenu>ul>li>a {
    color: #fff;
    font-size: 15px
}

a.nav-link {}

#ommenu .has-sub:hover>ul {
    display: block;
    z-index: 20
}

#ommenu .has-sub ul {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #222
}

#ommenu .has-sub ul li a {
    background: #fff;
    border-bottom: 2px solid #080808;
    font-size: 15px;
    display: block;
    line-height: 120%;
    padding: 12px;
    color: #000
}

#ommenu .has-sub ul li:hover a {
    background: #222;
    color: #fff
}

#ommenu ul ul li:hover>a {
    color: #000
}

#ommenu .has-sub .has-sub:hover>ul {
    display: block
}

#ommenu .has-sub .has-sub ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0
}

#ommenu .has-sub .has-sub ul li a {
    background: #0c7fb0;
    border-bottom: 1px dotted #31b7f1
}

#ommenu .has-sub .has-sub ul li a:hover {
    background: #0a6d98
}

body.cbp-spmenu-push-toleft {
    left: 240px
}

@media screen and (min-width: 768px) {
    #showLeftPush {
        display:none
    }

    .navbar {
        display: block
    }

    .navbar-inverse {
        background: 0 0;
        margin-top: 9px;
        margin-bottom: 0;
        border: 0;
        z-index: 1;
        min-height: auto;
        text-transform: none;
        border-radius: 0
    }

    #ommenu a {
        border-bottom: none;
        padding: 0 10px;
        font-weight: 400;
        line-height: 102px;
        text-transform: normal
    }

    #ommenu ul {
        display: table;
        margin: 0 auto
    }

    #ommenu ul ul {
        display: block
    }

    #ommenu .has-sub ul li a {
        background: #000;
        color: #fff;
        border-bottom-color: #222
    }

    #ommenu>ul>li>a {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        position: relative
    }

    #ommenu ul:after,#ommenu:after {
        content: '';
        display: block;
        clear: both
    }

    #ommenu>ul>li:hover:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 50%;
        bottom: 0
    }

    #ommenu>ul>li:first-child>a {
        border-radius: 5px 0 0;
        -moz-border-radius: 5px 0 0;
        -webkit-border-radius: 5px 0 0
    }

    #ommenu.align-center>ul>li:first-child>a,#ommenu.align-right>ul>li:first-child>a {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0
    }

    #ommenu.align-right>ul>li:last-child>a {
        border-radius: 0 5px 0 0;
        -moz-border-radius: 0 5px 0 0;
        -webkit-border-radius: 0 5px 0 0
    }

    #ommenu>ul>li.active>a {
        color: #688005;
        border-bottom-color: #688005;
        border-radius: 0
    }

    #ommenu>ul>li:hover>a {
        color: #264896;
        border-bottom-color: #264896;
        border-radius: 0
    }

    #ommenu .has-sub {
        z-index: 10
    }

    #ommenu.align-right .has-sub ul {
        left: auto;
        right: 0
    }

    #ommenu .has-sub ul li {
        *margin-bottom: -1px;
        background: #222
    }

    #ommenu.align-right .has-sub .has-sub ul,#ommenu.align-right ul ul ul {
        left: auto;
        right: 100%
    }

    #ommenu .has-sub ul li.last>a,#ommenu .has-sub ul li:last-child>a,#ommenu ul ul li.last>a,#ommenu ul ul li:last-child>a,#ommenu ul ul ul li.last>a,#ommenu ul ul ul li:last-child>a {
        border-bottom: 0
    }

    #ommenu>ul>li {
        display: inline-block;
        float: left;
        margin: 0
    }

    #ommenu .has-sub ul {
        width: 250px
    }
}

@media screen and (min-width: 992px) {
    #ommenu>ul>li>a {
        font-size:16px
    }

    #ommenu .has-sub ul li a {
        font-size: 14px
    }

    #ommenu a {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width: 992px) {
    #ommenu>ul>li>a {
        font-size:20px
    }
}



.button,.om-btn-wrapper a,.view-menu-btn {
    background: #f60207;
    color: #fff!important;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    border: none;
    margin: 15px auto 0;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    text-transform: normal;
    transition: all .2s ease-in-out 0s;
    min-width: 160px;
    text-decoration: none
}

.button:hover,.om-btn-wrapper a:hover,.view-menu-btn:hover {
    background: #ff8343;
    color: #fff!important;
}

.button.red-btn,.om-btn-wrapper a.red-btn,.view-menu-btn.red-btn {
    background: #688005;
    font-weight: 700;
    color: #fff!important
}

.button.red-btn:hover,.om-btn-wrapper a.red-btn:hover,.view-menu-btn.red-btn:hover {
    background: #404f03
}

.button a,.om-btn-wrapper a a,.view-menu-btn a {
    color: #fff
}

.button a:hover,.om-btn-wrapper a a:hover,.view-menu-btn a:hover {
    color: #000
}

.button.book-btn,.om-btn-wrapper a.book-btn,.view-menu-btn.book-btn {
    width: 50%
}

.order-online a {
    background: #fab93e;
    :;
    display: block;
    font-size: 16px;
    border: none;
    margin: 15px auto 0;
    padding: 8px 15px;
    position: relative;
    text-align: center;
    transition: all .2s ease-in-out 0s;
    min-width: 160px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase
}

.order-online a:hover {
    background: #546704;
    color: #fff!important
}

.slider-container .om-btn-wrapper a,.slider-container .view-menu-btn {
    font-size: 22px;
    background: #688005
}

.om-welcome {
    background: #efefef
}

body.black-page {
    background: #fff;
    color: #000
}

#header {
    background: #000000;
    width: 100%;
    padding: 14px
}

#header .container {
    position: relative;
    color: #fff;
    padding: 0
}

#header .container #logo {
    margin: 0 auto;
    width: 120px
}

#header .container #logo a {
    display: block
}

#header .container .order-online ul {
    padding: 0;
    margin: 0
}

#header .container .order-online ul li {
    display: block
}

#header .left-nav,#header .right-nav,.header-top .address,.header-top .oo-top {
    display: none
}





@media screen and (min-width: 700px) {
    #header,#header .container {
        padding:0
    }

    #header .container #logo {
        width: 140px;
        float: left;
        margin: 0;
        padding: 14px 0 14px 14px
    }

    #header .container #logo a {
        padding: 0
    }

    #header .container .navbar {
        float: right;
        padding: 0;
        margin-top: 0;
        margin-right: 175px
    }

    #header .container .navbar .navbar-collapse {
        display: block
    }

    #header .container .order-online {
        right: 0;
        top: 15px;
        position: absolute;
        margin: 0;
        padding: 0
    }

    #header .left-nav,#header .right-nav {
        display: block
    }

    #header .left-nav .nav ul,#header .right-nav .nav ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    #header .left-nav .nav ul li,#header .right-nav .nav ul li {
        display: inline-block
    }

    #header .left-nav .nav ul li a,#header .right-nav .nav ul li a {
        display: block;
        padding: 0 10px;
        font-size: 15px;
        font-weight: 700;
        line-height: 50px;
        color: #000
    }

    #header .left-nav .nav ul li a:hover,#header .right-nav .nav ul li a:hover {
        color: #ed1c24
    }

    #header .left-nav {
        float: left;
        margin-left: 70px
    }

    #header .right-nav {
        float: right
    }

    .contact-wrapper {
        padding-right: 80px
    }
}

@media screen and (min-width: 768px) {
    .m-visible {
        display:none!important
    }

    .d-visible {
        display: block!important
    }

    #header .container .navbar-collapse {
        padding: 0
    }
}

@media screen and (min-width: 980px) {
    #header .container #logo {
        width:158px;
        padding: 5px 0 0
    }

    #header .container .top-right .order-online {
        right: 80px;
        top: 52px
    }

    #header .container .navbar {
        margin-right: 265px;
        margin-top: 25px
    }

    section.about-us {
        padding: 40px;
        text-align: center
    }

    .menu-wrapper h2 {
        font-size: 32px
    }

    .menu-wrapper h3 {
        font-size: 30px
    }

    .menu-wrapper p {
        font-size: 20px
    }

    .menu-wrapper p.m-heading {
        font-size: 28px
    }
}

@media screen and (min-width: 992px) {
    .h1,h1 {
        font-size:32px
    }

    .h2,h2 {
        font-size: 28px
    }

    #header {
        position: static
    }

    #header .container,#header .container .navbar-inverse .navbar-collapse.collapse {
        padding: 0
    }

    .main-container h1 {
        margin-bottom: 65px
    }
}

@media screen and (min-width: 1180px) {
    #header .container .top-right .social-icon-list {
        margin-left:50px
    }

    .menu-items .menu-item {
        margin-bottom: 0
    }

    .header-top .oo-top {
        top: 12px
    }

    .header-top .oo-top a {
        font-size: 23px;
        padding-left: 10px;
        padding-right: 10px
    }

    .main-container {
        padding: 40px
    }
}

@media screen and (min-width: 1200px) {
    .menu-items .menu-item .desc {
        min-height:130px
    }

    .container {
        max-width: 1080px
    }
}

.jssor-slide-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(0,0,0,.7)
}

.jssorl-009-spin img {
    animation-name: jssorl009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.jssora051 {
    display: block;
    position: absolute;
    cursor: pointer
}

.jssora051 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 360;
    stroke-miterlimit: 10
}

.jssora051:hover {
    opacity: .8
}

.jssora051.jssora051dn {
    opacity: .5
}

.jssora051.jssora051ds {
    opacity: .3;
    pointer-events: none
}

#header .container:after,.header-right-bottom:after,.header-right-top:after,.menu-items:after,.order-online-btns ul:after,.social-icon-list ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

#header {
    padding-top: 0;
}

#header .container #logo {
    width: 245px;
    margin: 0px auto 10px auto;
    padding: 15px 0 0 0;
}

#header .container #logo h1 {
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    color: #033e4b;
}

a, .home-text h1, .box-section h2, h2 {
    color: #ffffff;
}



#showLeftPush span, #showLeftPush::after, #showLeftPush::before {
    background: #fab93e;
}

#ommenu > ul > li > a {
    color: #000;
}

#ommenu > ul > li:hover > a {
    color: #ffffff;
}




@media screen and (min-width: 768px) {
    #ommenu > ul > li.active > a, #ommenu > ul > li:hover > a:hover {
        color: #fab93e;
    }

    #ommenu > ul > li > a {
        color: #ffffff;
        text-transform: uppercase;
    }

   

    #header {
    }

    .menu-category .menu-category-wrapper {
        max-width: 1480px;
        margin: 0 auto;
        background: #fff
    }

    .menu-category .menu-category-wrapper .menu-items-wrapper {
        display: flex;
        margin: 0 -15px
    }

    .menu-category .menu-category-wrapper .menu-item {
        flex: 1;
        padding: 0 15px
    }

    .menu-category .menu-category-wrapper .menu-title {
        top: auto;
        bottom: -25px
    }

    #header .container #logo {
        margin: 0px auto 0px auto;
        width: 105px;
        z-index: 50;
    }

    #ommenu a {
        line-height: 60px;
    }

    #header .container .navbar {
        margin-top: 16px;
    }

    #header .container .order-online {
        top: 5px;
    }
}

@media screen and (min-width: 980px) {
    #header .container {
        display: flex;
        align-items: center;
    }

    #header .container .navbar {
        margin-top: 0px;
    }

    .order-online a {
        margin-top: 0;
    }

    #header .container .top-right {
        flex: 1;
    }

    #header .container #logo {
        padding-top: 0;
    }

    #header .container .top-right .order-online {
        top: 9px;
    }
}

@media screen and (min-width: 1200px) {
    #header {
        padding:10px;
        background: #000000;
    }

    #header .container #logo {
        width: 180px;
    }

    #header .container .top-right .order-online {
        top: 27px;
    }
}

@media screen and (min-width: 1500px) {
    .container {
        max-width: 1280px;
    }
}





