
@font-face {
    font-family: AvenirNext-Regular;
    src: url(../font/AvenirNextLTPro-Regular.otf);
}

@font-face {
    font-family: AvenirNext-Demi;
    src: url(../font/AvenirNextLTPro-Demi.otf);
}

@font-face {
    font-family: AvenirNext-DemiCn;
    src: url(../font/AvenirNextLTPro-DemiCn.otf);
}

@font-face {
    font-family: AvenirNext-bold;
    src: url(../font/AvenirNextLTPro-Bold.otf);
}

body {
    font-family: 'AvenirNext-Regular', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #444444;
    font-weight: 400;
}

h1, h2, h3, h4 {
    font-family: AvenirNext-bold;
}

a, a:hover {
    text-decoration: none;
}


header.header {
    position: absolute;
    width: 100%;
    display: block;
    z-index: 99;
    color: #fff;
}

header.header:before {
    /*content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    /*top: 0;*/
    background-color: rgba(255, 255, 255, 0.7);*/
}

/* Float Panel: class="header fixed" */

.sticky {
    position: fixed !important;
    box-shadow:0 2px 6px rgba(0,0,0,0.2);  
    /*padding:4px 0;*/
    animation:slide-down 1s;
    opacity: 1;
    background-color: #fff;
    z-index: 99999;
    width: 100%;
    border-top: 2px solid #ed1c24;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}

header.header .top_bar {
    /*background-size: cover;
    background-position: top;
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
    background-attachment: fixed;*/
}


header.header.sticky .top_bar {
    display: none !important;
}

header .top_bar ul {
    padding: 0px;
    margin: 0px;
    display: block;
    list-style: none;
}

header .top_bar ul li {
    display: inline-block !important;
    padding: 15px 0px;
}

header .top_bar ul li + li {
    margin-left: 20px;
}

header .top_bar ul li,
header .top_bar ul li a {
    color: #333;
}

header .top_bar ul li strong {
    color: #ed1c24;
}

header .bottom_bar {
    background-color: #fff;
    padding: 10px 0px;
}


header.header.sticky .bottom_bar {
    padding: 15px 0px 17px;
}

.logo {
    max-width: 200px;
}

.sticky .navbar .navbar-brand {
    padding: 0px!important; 
}

.navbar .navbar-nav .nav-link {
    padding: 10px 20px;
    text-transform: capitalize;
    font-weight: 700;
    color: #333333;
}

.sticky .navbar .navbar-nav .nav-link {
    color: #333333;
}

.navbar .navbar-nav a.nav-link.btn_order {
    background-color: #ed1c24;
    color: #fff!important;
    border-radius: 5px;
    margin-left: 10px;
    box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.3);
}

.navbar .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link:hover,
.sticky .navbar .navbar-nav .active>.nav-link,
.sticky .navbar-light .navbar-nav .nav-link:hover {
    color: #ed1c24;
}

header .bottom_bar .profile_details #navbarDropdown {
    padding: 0px 10px;
}

header .bottom_bar .profile_details #navbarDropdown span.user_img {
    width: 45px;
    height: 45px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    background-color: #ededed;
    border-radius: 50%;
    border: 1px solid #cecece;
    box-shadow: 0px 4px 10px -4px rgb(0 0 0 / 0.3);
}

header .bottom_bar .profile_details #navbarDropdown:after {
    margin-left: 0px;
    vertical-align: middle;
}

header .bottom_bar .profile_details .dropdown-menu {
    position: absolute;
    padding: 10px 5px;
    left: auto;
    right: 0px;
    top: calc(100% + 10px);
}

header .bottom_bar .profile_details .dropdown-menu a.dropdown-item {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 5px 10px;
}

header .bottom_bar .profile_details .dropdown-menu a.dropdown-item:hover {
    background-color: #ed1c24;
    color: #fff;
}

.triangle-decor {
    position: relative;
    /*top: -13px;*/
    margin-top: -14px;
    margin-bottom: -14px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    z-index: 2;
}

.triangle-decor svg path {
    fill: #333333;
}

.triangle-decor.white svg path {
    fill: #ffffff !important;
}

.triangle-decor.green svg path {
    fill: #bdd956 !important;
}


.triangle-decor.last,
.triangle-decor.white {
    margin-bottom: -12px;
}


/*******************
Login register and recover password Page
******************/

#login_wrapper {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-image: url(http://technoprofile.website/durango-taco-shop-admin/assets/newfront/images/bg_service.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
}

#login_wrapper .row {
    height: 100vh;
}

#login_wrapper .login-box.card {
    padding: 30px;
    border-radius: 5px !important;
    box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.3);
}

#login_wrapper .login-box img {
    width: 180px;
    margin: 0 auto 30px;
    display: block;
}

#login_wrapper .login-register {
    /* background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    padding: 10% 0;
    position: fixed;*/
}

#login_wrapper .login-box.card form .form-control {
    border: 1px solid #9f9f9f;
}

#login_wrapper .login-box .footer {
    width: 100%;
    left: 0px;
    right: 0px;
}
	
#login_wrapper .login-box .social {
    display: block;
    margin-bottom: 30px;
}

#home_about {
    padding: 100px 0px;
    background-color: #333333;
    color: #fff;
    position: relative;
    overflow: hidden;
}

#home_about:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 128px;
    height: 171px;
    background-image: url(../images/durango-07.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

#home_about:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 200px;
    height: 200px;
    background-image: url(../images/roquettes.png);
    background-size: contain;
    background-repeat: no-repeat;
}


#home_about .inner_txt_box {
    position: relative;
    z-index: 1;
    /*padding: 15% 50px 15% 0px;*/
}

#home_about .heading_one {
    color: #fff;
    font-size: 56px;
    line-height: 40px;
    margin: 20px 0px;
}

#home_about .heading_one span {
    color: #e6b252;
    font-size: 34px !important;
}

#home_about .border_outside_image {
    position: relative;
    z-index: 1;
}

/*#home_about .border_outside_image:before {
    content: "";
    background-color: #fff;
    border: 3px solid #ffffff;
    position: absolute;
    right: 44px;
    margin-top: -20px;
    width: 320px;
    height: 320px;
    z-index: 0;
    border-radius: 50%;
}*/

#home_about .border_outside_image img {
    position: relative;
    /*max-width: 380px;*/
}

#home_about .about_bg {
    width: 60%;
    position: absolute;
    top: 0px;
    left: 0px;
}

#home_story {
    background-image: url(../images/story-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 80px 0px;
    color: #fff;
    font-weight: 700;
}

#home_story,
#home_chapter {
    position: relative;
    overflow: hidden;
    padding: 80px 0px;
}

#home_story:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7) !important;
}

#home_chapter:before,
#catering_section .menu_bg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    top: 0;
    opacity: 0.05;
    background-image: url('../images/bgFood.jpg') !important;
    background-repeat-y: repeat;
    background-size: contain;
}


#home_chapter h1.heading_one {
    font-size: 56px;
    line-height: 40px;
    margin: 20px 0px;
}

#home_chapter h1.heading_one span {
    font-size: 34px !important;
    color: #84a700;
}

/*slider teachers*/
.shadow-effect {
    background: #fff;
    padding: 0;
    border-radius: 4px;
    text-align: center
}
#customers-testimonials .item {
    text-align: center;
    padding: 0;
    /*margin-bottom: 80px;*/
    opacity: 1;
    /*-webkit-transform: scale(0.8);
    transform: scale(0.8);*/
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 0;
}

#customers-testimonials .item:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.6;
    z-index: 1;
}

#customers-testimonials .item h4 {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
}
#customers-testimonials .item p {
    display: none
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 15px 0px #000;
}

#customers-testimonials .owl-item.active.center .item:before {
    content: none;
}

#customers-testimonials .owl-item.active.center .item p {
    display: block;
    text-align: center;
    font-size: 12px!important;
    line-height: 16px!important;
    font-weight: 400;
    margin-bottom: 0px;
}
#customers-testimonials .owl-item.active.center .item h4 {
    color: #c09d53;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    margin: 0 auto;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #ed1c24;
    /*transform: translate3d(0px, -50%, 0px) scale(0.7)*/
}
#customers-testimonials.owl-carousel .owl-dots {
    /*display: none;*/
    width: 100%;
    text-align: center
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #b1b1b1;
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 0 2px;
    /* transform: translate3d(0px, -50%, 0px) scale(0.3); */
    /* transform-origin: 50% 50% 0; */
    transition: all 250ms ease-out 0s;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    color: #ffffff!important;
    top: 50%;
    width: 50px;
    height: 30px;
    font-size: 20px;
    text-align: center;
    -webkit-transform: translate(0,-100%);
    -ms-transform: translate(0,-100%);
    transform: translate(0,-100%);
    cursor: pointer;
    color: transparent;
    background-color: #c2ac7e;
    padding: 3px;
    z-index: 99;
}
.owl-nav .owl-next {
    right: 0px!important;
}

#inner_header {
    background-image: url(../images/slide-01.jpg);
    padding: 150px 0px 0px;
    background-position: bottom;
    background-color: #000;
    background-size: cover;
    margin-bottom: 20px;
}

#inner_header h4 {
    color: #fff;
    background-color: #c2ac7e;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 0;
    position: relative;
    bottom: -19px;
}

#home_catering {
    position: relative;
    padding: 100px 0px;
    overflow: hidden;
    background-image: url(../images/bg_service.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
}

#home_catering h1.heading_one {
    color: #fff;
    font-size: 56px;
    line-height: 40px;
    margin: 20px 0px;
}

#home_catering h1.heading_one span {
    color: #e6b252;
    font-size: 32px !important;
}

#home_catering .item_service {
  padding-top: 128px;
  display: block;
  position: relative;
}
#home_catering .item_service .service_inner {
  background-color: #ffffff;
  padding: 0 30px 50px 30px;
}
#home_catering .item_service .service_inner .icon {
  position: absolute;
  width: 100%;
  top: 27px;
  left: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#home_catering .item_service .service_inner .icon .icon_inner {
  width: 100px;
  height: 55px;
  display: inline-block;
  background: #ffffff;
  position: relative;
}

#home_catering .item_service .service_inner .icon .icon_inner img {
    width: 50px;
}

#home_catering .item_service .service_inner .icon .icon_inner i {
  font-size: 36px;
  line-height: 55px;
  color: #000000;
}
#home_catering .item_service .service_inner .icon .icon_inner:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 25px solid #ffffff;
}
#home_catering .item_service .service_inner .icon .icon_inner:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 25px solid #ffffff;
}
#home_catering .item_service .service_inner .title h3 {
  display: inline-block;
  color: #21201e;
  margin-top: 30px;
  font-size: 24px;
}
#home_catering .item_service .service_inner .content {
  margin-bottom: 35px;
  line-height: 28px;
}
#home_catering .item_service .service_inner .more {
  font-family: 'poppinssemibold';
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
  color: #21201e;
  border-bottom: 1px solid #80807f;
}
#home_catering .item_service .service_inner .more:hover {
  color: #d0c194;
}
#home_catering .item_service:before {
  border-bottom: 45px solid #ffffff;
  border-left: 0 solid transparent;
  border-right: 88px solid transparent;
  height: 0;
  width: 180px;
  position: absolute;
  content: "";
  left: 0;
  top: 84px;
}
#home_catering .item_service:after {
  border-bottom: 45px solid #ffffff;
  border-right: 0 solid transparent;
  border-left: 88px solid transparent;
  height: 0;
  width: 180px;
  position: absolute;
  content: "";
  right: 0;
  top: 84px;
}
#home_catering .item_service:hover .service_inner .icon {
  top: 35px;
}

#home_blogs {
    position: relative;
    padding: 100px 0px;
    overflow: hidden;
    background-color: #bdd855;
}

#home_blogs:before{
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/canvas-lg.png);
    background-size: auto;
    background-repeat-y: repeat;
    background-attachment: fixed;
}

#home_blogs h1.heading_one {
    color: #ffffff;
    font-size: 42px;
    line-height: 30px;
    margin: 20px 0px;
    text-align: center;
    text-shadow: 0px 1px 1px #333;
}

#home_blogs h1.heading_one span {
    color: #5c862d;
    font-size: 24px !important;
}

#home_blogs .home_dailyMenu .carousel .carousel-inner {
    background-color: #fff;
    padding: 15px 15px;
    text-align: center;
    border-radius: 5px !important;
    box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.3);
}

#home_blogs .home_dailyMenu .carousel .carousel-inner .carousel-item img {
    width: 250px;
    margin: 0 auto;
    display: block;
}

#home_blogs .home_dailyMenu .carousel .carousel-inner .carousel-item .carousel_content h1.slide_title {
    font-size: 20px;
    font-weight: 600;
    color: #5d872f;
    margin: 15px 0px;
	min-height: 50px;
}

#home_blogs .home_dailyMenu .carousel .carousel-inner .carousel-item .carousel_content p {
    font-size: 14px;
    font-weight: 300;
    margin: 0px;
    height: 80px;
    overflow: hidden;
}

#home_blogs .home_dailyMenu .carousel .carousel-inner .carousel-item .carousel_content p strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

#home_blogs .home_dailyMenu .carousel .carousel-inner .carousel-item .carousel_content .carousel_footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
}

#home_blogs .home_dailyMenu .carousel .carousel-inner .carousel-item .carousel_content .carousel_footer a.btn,
#home_blogs .home_dailyMenu .carousel .carousel-inner .carousel-item .carousel_content .carousel_footer .btn_containerOne.btnThree {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100px;
    position: relative;
    width: 100%;    
    text-align: center;
    align-self: center;
    background-color: #ed1c24;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.3);
    height: 38px;
    line-height: 36px;
    border: 1px solid #ed1c24;
}

#home_blogs .home_dailyMenu .carousel .carousel-inner .carousel-item .carousel_content .carousel_footer span.price {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 40%;
    position: relative;
    width: 100%;
    text-align: right;
    align-self: center;
    margin-left: auto;
    font-size: 18px !important;
    font-weight: 600;
    color: #ed1c24;
}

#home_blogs .home_dailyMenu .carousel ol.carousel-indicators {
    position: relative;
    margin: 15px auto !important;
}

#home_blogs .home_dailyMenu .carousel ol.carousel-indicators li {
    width: 10px;
    height: 10px;
    line-height: 10px !important;
    border-radius: 50%;
    border: 0px !important;
    background-color: #000 !important;
}

#home_blogs .home_blogDiv {

}

#home_blogs .home_blogDiv .blog_card {
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.3);
}

#home_blogs .home_blogDiv .blog_card .card-img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
}

#home_blogs .home_blogDiv .blog_card .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#home_blogs .home_blogDiv .blog_card .card-body {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    font-size: 14px;
}

#home_blogs .home_blogDiv .blog_card a {
    color: #000000;
}

#home_blogs .home_blogDiv .blog_card .card-body .card-title {
    font-family: AvenirNext-bold;
    font-size: 18px;
}

#home_blogs .home_blogDiv .blog_card .card-body h6.blog_author {
    font-family: AvenirNext-bold;
    text-align: right;
    font-size: 12px;
    color: #9a9a9a;
}

#home_blogs .home_blogDiv .btn_one {
    background-color: #ed1c24;
    color: #f5f5f5;
    border: 2px solid #ed1c24;
}

#home_blogs .home_blogDiv .btn_one:hover,
#home_blogs .home_blogDiv .btn_one:focus {
    background-color: #ffffff;
    color: #444444;
    border: 2px solid #ffffff;
}

#footer, 
#footer a {
    position: relative;
    color: #e2e2e2;
    z-index: 1;
}

#footer .footer_top {
    background-image: url(../images/slider-01.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    font-weight: 700;
    padding-left: 135px;
    padding-right: 135px;
    padding-top: 70px;
}

#footer .footer_top:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6) !important;
}

#footer .footer_top [class*="col-"] {
   padding: 50px 15px;
   padding-top: 0px;
}

#footer hr.line {
    border-color: rgb(255 255 255 / 30%);
}

#footer .footer_top .inner_txt_box {
    position: relative;
}

#footer .footer_top .inner_txt_box .f_heading {
    color: #222222;
}

#footer .footer_top .inner_txt_box .form-group {
    margin-bottom: 0.5em;
}

#footer .footer_top .inner_txt_box .form-group label {
    color: #333333;
    font-size: 14px;
    line-height: 14px;
}

#footer .footer_top .inner_txt_box .form-group .form-control {
    border: 1px solid #b7b7b7;
    font-size: 14px;
    box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.3);
}

#footer .footer_top .inner_txt_box .form-group input.form-control {
    height: 42px;
}

#footer .footer_top .inner_txt_box .btn_one {
    background-color: #292929;
    color: #ffffff;
    border: 2px solid #292929;
    line-height: 18px;
}

#footer .footer_top .inner_txt_box .btn_one:hover,
#footer .footer_top .inner_txt_box .btn_one:focus {
    background-color: #ffffff;
    color: #444444;
    border: 2px solid #ffffff;
}

/*#footer .footer_top .inner_txt_box:before {
    content: "";
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.6);
    position: absolute;
    left: -90px;
    top: -50px;
    width: 100%;
    height: 120%;
    z-index: -1;
}*/

#footer .footer_top .f_logo {
    max-width: 220px;
}

#footer .footer_top .footer_links {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

#footer .footer_top .footer_links li {
    /* padding: 24px; */
    position: relative;
    font-size: 14px;
    line-height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#footer .footer_top .footer_links li + li {
    margin-top: 30px;
}

#footer .footer_top .footer_links li i.fa {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 100%;
    max-width: 50px;
    /*position: relative;*/
    width: 50px;
    height: 50px;
    font-size: 25px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    align-self: center;
    color: #5f8830;
    background-color: #ffffff;
}

#footer .footer_top .footer_links li i.fa:before {
    position: relative;
    z-index: 1;
}

#footer .footer_top .footer_links li i.fa:after {
    content: "";
    width: 2px;
    height: 70%;
    background-color: rgb(255 255 255 / 0.2);
    display: block;
    position: absolute;
    top: 16%;
    left: 25px;
    z-index: 0;
}

#footer .footer_top .footer_links li span {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 100%;
    max-width: calc(100% - 50px);
    position: relative;
    width: 100%;
}

#footer .footer_top .footer_links li span > address,
#footer .footer_top .footer_links li span > a {
    position: relative;
    margin: 0px 0px 0px 15px;
    padding: 5px 10px;
    display: block;
    background-color: rgb(255 255 255 / 0.15);
    border-radius: 3px;
    word-break: break-word;
}

#footer .footer_top .footer_links li span > address + address,
#footer .footer_top .footer_links li span > a + a {
    margin-top: 10px;
}

#footer .footer_top .footer_links li span > address:before,
#footer .footer_top .footer_links li span > a:before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: rgb(255 255 255 / 0.2);
    display: block;
    position: absolute;
    top: calc(50% - 0.5px);
    left: -40px;
    /* transform: translateX(10px) translateY(-50%); */
}

#footer .footer_top .f_heading {
    position: relative;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 36px;
    margin: 20px 0px 20px;
}

#footer .footer_top .description{
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
}

#footer .footer_top .social_links {
    margin-bottom: 0px;
}

#footer .footer_top ul.opening_times {
    padding: 0px;
    list-style-type: none;
}

#footer .footer_top ul.opening_times li {
    position: relative;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: baseline;
    -ms-flex-align: end;
    align-items: baseline;
}

#footer .footer_top ul.opening_times li + li {
    margin-top: 5px;
}

#footer .footer_top ul.opening_times li span:nth-child(2) {
   /* position: absolute; */
    /* right: 0px; */
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px dashed #d8d8d8;
    margin-left: 10px;
    margin-right: 10px;
}

#footer .contact-form{
    position: relative;
    z-index: 2;
    background-color: #BDD856;
    border-radius: 10px;
    padding: 60px 30px;
}

#footer .contact-form:before{
    content: "";
    position: absolute;
    top:0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/canvas-lg.png);
    background-size: auto;
    background-repeat-y: repeat;
    background-attachment: fixed;
    z-index: -1;
}

#footer .footer_top .contact-form .f_heading{
    margin-top: 0px;
    text-align: center;
    color: #000000;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
}

#footer .contact-form .form-group {
    margin-bottom: 20px;
}

#footer .contact-form .form-group label{
    display: none;
}
#footer .contact-form .form-group .form-control{
    height: 50px;
    border-radius: 10px;
    padding: 10px 25px;
    font-size: 16px;
}
#footer .contact-form .form-group .form-control::placeholder{
    color: #939393;
}
#footer .contact-form .form-group .form-control::-ms-input-placeholder {
    color: #939393;
}

#footer .contact-form .form-group textarea.form-control{
    height: 80px;
}


#footer .contact-form button[type="submit"].btn{
    font-size: 16px;
    color: #ffffff;
    background-color: #ED1C24;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 100%;
}


#footer .contact-info{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 30px;
}

#footer .contact-info .info-item{
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 30px;
    position: relative;
}

#footer .contact-info .info-item > div{
    display: flex;
    align-items: baseline;
    gap:20px;
    margin-bottom: 10px;
}

#footer .contact-info .info-item > div:last-child{
    margin-bottom: 0px;
}


#footer .contact-info .info-item .icon{
    height: 20px;
    width: 20px;
    flex: 0 0 20px;
}

#footer .contact-info .info-item .address .info{
    font-size: 15px;
    font-weight: normal;
}

#footer .contact-info .info-item .info{
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
}

#footer .contact-info .info-item .order-btn{
    font-size: 16px;
    line-height: 26px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #BED857;
    border: 2px solid #BED857;
    border-radius: 10px;
    padding: 9px 35px;
    text-transform: uppercase;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 0;
    bottom: 30px;
}

#footer .contact-info .info-item .order-btn:hover{
    background-color:#BED857;
    color: #000000; 
}




#footer .footer_bottom {
    background-color: #0f0f0f;
    color: #fff;
    font-size: 16px;
    padding: 20px 135px;
    position: relative;
}

#footer .footer_bottom a {
    color: #ffffff;
    font-size: 16px;
}

#footer ul.social_links {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:18px;
}
#footer ul.social_links li.list-inline-item {
    margin-right: 0px;
}
#footer ul.social_links li.list-inline-item a{
    display: flex;
    flex:0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background-color: #BED958;
    color: #000000;
}

.btn_containerOne {
    position: relative;
    width: 130px;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    font-weight: 300;
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.5s;
    margin-top: 25px;
    border-radius: 5px;
    display: inline-block;
    box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.3);
}

.btn_containerOne a,
.btn_containerOne button {
    width: 100%;
    height: 100%;
    display: block;
    font-weight: 600;
    padding: 0px 8px;
    border-radius: 5px;
    background: #ffffff;
    -webkit-mask: url(../images/nature-sprite.png);
    mask: url(../images/nature-sprite.png);
    -webkit-mask-size: 2300% 100%;
    mask-size: 2300% 100%;
    border: 1px solid #ffffff;
    text-align: center;
    color: #ed1c24;
    cursor: pointer;
    -webkit-animation: ani2 0.7s steps(22) forwards;
    animation: ani2 0.7s steps(22) forwards;
}


.btn_containerOne a:hover,
.btn_containerOne button:hover {
    -webkit-animation: ani 0.7s steps(22) forwards;
    animation: ani 0.7s steps(22) forwards;
}

.mas {
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    font-weight: 600;
    padding: 0px;
    position: absolute;
    border: 1px solid #ffffff;
    left: 0px;
    top: 0px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #ed1c24;
}

.btn_containerOne.btnTwo a,
.btn_containerOne.btnTwo .mas {
    border: 1px solid #bcd853;
}

.btn_containerOne.btnTwo:hover a,
.btn_containerOne.btnTwo:hover .mas {
    border: 1px solid #000000;
}

.btn_containerOne.btnTwo a,
.btn_containerOne.btnTwo button {
    background: #bcd853;
    color: #333;
}

.btn_containerOne.btnTwo span.mas {
    background-color: #ffffff;
    color: #0c0c0c;
}

.btn_containerOne.btnThree a,
.btn_containerOne.btnThree .mas {
    border: 1px solid #ed1c24;
}

.btn_containerOne.btnThree a,
.btn_containerOne.btnThree button {
    background: #ed1c24;
    color: #fff;
}

.btn_containerOne.btnThree span.mas {
    background-color: #ffffff;
    color: #0c0c0c;
}

@-webkit-keyframes ani {
     from {
         -webkit-mask-position: 0 0;
         mask-position: 0 0;
    }
     to {
         -webkit-mask-position: 100% 0;
         mask-position: 100% 0;
    }
}
 @keyframes ani {
     from {
         -webkit-mask-position: 0 0;
         mask-position: 0 0;
    }
     to {
         -webkit-mask-position: 100% 0;
         mask-position: 100% 0;
    }
}
 @-webkit-keyframes ani2 {
     from {
         -webkit-mask-position: 100% 0;
         mask-position: 100% 0;
    }
     to {
         -webkit-mask-position: 0 0;
         mask-position: 0 0;
    }
}
 @keyframes ani2 {
     from {
         -webkit-mask-position: 100% 0;
         mask-position: 100% 0;
    }
     to {
         -webkit-mask-position: 0 0;
         mask-position: 0 0;
    }
}




/*-----------------------------------------------*/
/*---------------INNER PAGE CSS--------------*/
/*---------------------------------------------*/


.inner_page header.header .top_bar {  
    background-color: rgb(0 0 0 / 30%);
    background: linear-gradient(to bottom, rgb(0 0 0 / 0.8) 10%,rgba(0,0,0,0) 100%);  
}

.inner_page header.header .top_bar li,
.inner_page header.header .top_bar ul li a {
    color: #fff !important;
}

#page_header {
    position: relative;
    overflow: hidden;
    padding: 220px 0px 140px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.custom-title-title.custom-title-xlarge {
    position: relative;
    display: inline-block;
}

.custom-title-title:before, .custom-title-title:after {
    width: 20px;
    content: '';
    height: 50px;
    background-color: #fff;
    position: absolute;
    left: 59%;
}

.custom-title-title:after {
    bottom: 0;
}

.custom-title-title .title-xlarge {
    font-size: 62px;
    line-height: 70px;
    padding: 70px 0 65px 60px;
    text-transform: none;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: middle;
}

.custom-title-title.custom-title-xlarge :after {
    border-left: 20px solid;
    border-top: 20px solid;
    border-bottom: 20px solid;
    content: '';
    position: absolute;
    display: inline-block;
    width: 60%;
    height: 100%;
    top: 0;
    left: 0;
}

#page_header ul.breadcrumbs {
    width: 100%;
    display: block;
    padding: 40px 9% 20px;
    margin: 0 auto;
    list-style: none;
    position: absolute;
    bottom: 0px;
    background-color: rgb(0 0 0 / 30%);
    background: linear-gradient(to top, rgb(0 0 0 / 0.8) 0%,rgba(0,0,0,0) 100%);
}

#page_header ul.breadcrumbs li {
    position: relative;
    display: inline-block;
    color: #fff;
}

#page_header ul.breadcrumbs li + li:before {
    content: "\27F6";
    width: 26px;
    height: 26px;
    line-height: 24px;
    position: absolute;
    left: -40px;
    color: #fff;
    font-weight: bold;
}

#page_header ul.breadcrumbs li + li {
    margin-left: 50px;
}

#page_header ul.breadcrumbs li a {
    color: #fff;
}

#page_header ul.breadcrumbs li.current {
    color: #e6b252;
    font-weight: 600;
}


/*-----------------------------------------------*/
/*---------------ABOUT US PAGE CSS--------------*/
/*---------------------------------------------*/

#about_section {
    position: relative;
    overflow: hidden;
}

#about_section h1.heading_one,
#about_whyChoose h1.heading_one {
    color: #5d862e;
    font-size: 36px;
    line-height: 30px;
    margin: 20px 0px;
}

#about_section h1.heading_one span,
#about_whyChoose h1.heading_one span {
    color: #ed1c24;
    font-size: 24px !important;
}

#about_whyChoose h1.heading_one span {
    font-size: 22px !important;
}

#about_section .inner_img_box {
    position: relative;
}

#about_section .inner_img_box:before {
    content: "";
    width: 80%;
    height: 80%;
    background-color: transparent;
    border: 5px solid #ffffff;
    display: block;
    position: absolute;
    top: 10%;
    left: 10%;
    border-radius: 40px 50% 50% 40px;
}

#about_section .reverse_img:before {
    border-radius: 50% 40px 40px 50%;
}

#about_section .inner_img_box img.img-fluid {
    border-radius: 50px 50% 50% 50px;
}

#about_section .reverse_img img.img-fluid {
    border-radius: 50% 50px 50px 50%;
}

#about_section .about_shape {
    content: "";
    width: 45%;
    height: 45%;
    background-color: transparent;
    border: 25px solid #e8e8e8;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}


#about_counterSection,
#about_whyChoose {
    position: relative;
    overflow: hidden;
    padding: 100px 0px;
    background-image: url("../images/about-02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#about_counterSection .counter_box {
    position: relative;
    color: #ffffff;
}

#about_counterSection .counter_box i.fa {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    background-color: #ffffff;
    color: #5f5d5e;
    border-radius: 50%;
    display: block;
    font-size: 36px;
}

#about_counterSection .counter_box .count {
    font-size: 45px;
    line-height: 45px;
    margin: 25px 0px;
}

#about_counterSection .counter_box p {
    text-transform: uppercase;
    font-weight: 600;
}


#about_whyChoose {
    background-image: url("../images/about-03.jpg");
}

#about_whyChoose:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.6;
}

#about_whyChoose .whyChoose_box {
    position: relative;
    max-width: 255px;
    width: 100%;
    margin: 0 auto;
    padding: 50px;
    border: 1px solid #adadad;
    border-radius: 500px 500px 0px 0px;
    background-color: rgb(255 255 255 / 0.5);
}

#about_whyChoose .whyChoose_box .item_img img {
    width: 120px;
}

#about_whyChoose .whyChoose_box h3.title {
    font-size: 22px;
    text-transform: uppercase;
    margin: 20px 0px;
}


/*-------------------------------------------*/
/*---------------MENU PAGE CSS--------------*/
/*-----------------------------------------*/

#menu_section {

}

#menu_section ul.filter_list {
    padding: 0px;
    margin: 0px auto 30px;
    list-style: none;
}

#menu_section ul.filter_list li {
    display: inline-block;
}

#menu_section ul.filter_list li .btn_containerOne {
    width: auto;
    min-width: 90px;
    font-size: 14px;
    margin: 0px;
}

#menu_section ul.filter_list li .btn_containerOne a {
    background-color: #5c862d;
    color: #fff;
}


.menu_box {
    max-width: 255px;
    width: 100%;
    margin: 0 auto;
    min-height: 380px;
    color: #fff;
    /* margin-right: 2%; */
    /* margin-bottom: 30px; */
    border-radius: 15px;
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-position: center top -40px; */
    position: relative;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 6px 16px -5px rgb(0 0 0 / 0.4);
    /* outline: 0; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    /* -webkit-box-pack: center; */
    /* -webkit-justify-content: center; */
    -ms-flex-pack: center;
    /* justify-content: center; */
    /* -webkit-box-align: stretch; */
    /* -webkit-align-items: stretch; */
    -ms-flex-align: stretch;
    /* align-items: stretch; */
    /* width: 100%; */
    height: 100%;
    /* -webkit-box-flex: 1; */
    /* -webkit-flex: 1; */
    -ms-flex: 1;
    /* flex: 1; */
    cursor: pointer;
}

.menu_box:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -250px;
    background: -webkit-linear-gradient(45deg,#000000,#bcd853);
    background: linear-gradient(45deg,#000000,#bcd853);
    border-radius: 100%;
    opacity: 1;
    width: 500px;
    height: 500px;
    -webkit-transform: translateY(280px) scale(.9);
    -ms-transform: translateY(280px) scale(.9);
    transform: translateY(250px) scale(.9);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    pointer-events: none;
    z-index: 1;
}

.menu_box:hover:before {
    width: 1200px;
    height: 1200px;
    margin-left: -600px;
    margin-top: -600px;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

.menu_img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.menu_img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.menu_header {
    /* -webkit-box-flex: 1; */
    /* -webkit-flex-grow: 1; */
    -ms-flex-positive: 1;
    /* flex-grow: 1; */
    /* width: 100%; */
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    display: -ms-flexbox;
    /* display: flex; */
    /* -webkit-flex-flow: column wrap; */
    -ms-flex-flow: column wrap;
    /* flex-flow: column wrap; */
    /* -webkit-box-pack: end; */
    /* -webkit-justify-content: flex-end; */
    -ms-flex-pack: end;
    /* justify-content: flex-end; */
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    padding: 20px 10px 20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
    /* position: relative; */
    z-index: 1;
    transform: translateY(230px);
}

.menu_header span.price {
    font-size: 14px !important;
    line-height: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #ed1c24;
    padding: 5px 10px;
    border-radius: 3px;
}

.menu_header h4.title {
    font-size: 18px;
    margin: 20px 0px 0px;
}

.menu_content {
    font-size: 14px;
    line-height: 20px;
    /* -webkit-box-flex: 1; */
    /* -webkit-flex-grow: 1; */
    -ms-flex-positive: 1;
    /* flex-grow: 1; */
    /* width: 100%; */
    /* display: -webkit-box; */
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    /* -webkit-box-pack: start; */
    /* -webkit-justify-content: flex-start; */
    -ms-flex-pack: start;
    /* justify-content: flex-start; */
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px 30px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
    z-index: 1;
    transform: translateY(240px);
}

.menu_content > img {
    margin-bottom: 15px;
}

.menu_content a {
    color: #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}

.menu_box:hover .menu_header, .menu_box:hover .menu_content {
    -webkit-transform: translateY(0)!important;
    -ms-transform: translateY(0)!important;
    transform: translateY(0)!important;
}


/*--------------------------------------------*/
/*------------MENU DETAIL PAGE CSS-----------*/
/*------------------------------------------*/


#detailMenu_section h2.menu_title {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0px;
    color: #5c862d;
}


#detailMenu_section ul.star_rating,
#detailMenu_section ul.detail_list {
    margin: 20px 0px;
    padding: 0px;
    list-style: none;
}

#detailMenu_section ul.star_rating li i.fa {
    color: #ffc800;
    font-weight: 600;
    font-size: 18px;
}

#detailMenu_section h4.price {
    font-size: 28px;
    color: #ed1c24;
    margin: 0px;
}

#detailMenu_section p.discrption {
    margin: 20px 0px;
    font-size: 18px;
}

#detailMenu_section ul.detail_list li {
    line-height: 36px;
    text-transform: capitalize;
}

#detailMenu_section ul.detail_list li i.fa {
    font-size: 10px;
    font-weight: 600;
    color: #ed1c24;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

#detailMenu_section form.quantity_form {
    background-color: #bdd956;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.3);
}

#detailMenu_section form.quantity_form .form-group label {
    /*font-size: 14px;*/
    font-weight: 600;
    color: #0a0a0a;
}

#detailMenu_section form.quantity_form .form-group input.form-control {
    border-radius: 3px;
    border: 0px;
    font-size: 14px;
    height: 44px;
    color: #000;
}

#detailMenu_section form.quantity_form .btn_containerOne {
    margin-top: 0px;
}


/*--------------------------------------------*/
/*-----------CATERING MENU PAGE CSS----------*/
/*------------------------------------------*/


#catering_section .menu_bg {
    position: relative;
    padding: 60px 0px;
}

#catering_section h1.heading_one {
    font-size: 56px;
    line-height: 34px;
    margin: 20px 0px;
}

#catering_section h1.heading_one span {
    font-size: 26px !important;
    color: #84a700;
}

#catering_section .section-heading-subtitle {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #bfda5c;
    background-color: #000000;
    padding: 3px 8px 5px 8px;
    border: 3px solid #eaeaea;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

#catering_section .section-heading-subtitle span {
    color: #ffffff;
}

.border-box {
    width: 100%;
    padding: 45px;
    margin-top: 15px;
    position: relative;
    text-align: left;
    background-color: #fff;
    z-index: 0;
}

.border-box:before, .border-box:after {
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    border: 1px solid #d3a971;
    left: 23px;
    right: 23px;
    top: 20px;
    -webkit-border-radius: 2px 2px 0 0;
    -khtml-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

.border-box:after {
    top: auto;
    bottom: 20px;
    -webkit-border-radius: 0 0 2px 2px;
    -khtml-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -ms-border-radius: 0 0 2px 2px;
    -o-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

.border-box span.border-left, span.border-right {
    display: block;
    position: absolute;
    width: 4px;
    border: 1px solid #d3a971 !important;
    top: 23px;
    bottom: 23px;
    left: 20px;
    -webkit-border-radius: 2px 0 0 2px;
    -khtml-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -ms-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.border-box span.border-right {
    left: auto;
    right: 20px;
    -webkit-border-radius: 0 2px 2px 0;
    -khtml-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -ms-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.border-box > span.package_price {
    position: absolute;
    color: #000000;
    z-index: 1;
    font-family: AvenirNext-bold;
    letter-spacing: -1px;
    font-size: 14px !important;
    /*padding: 5px;*/
    text-align: center;
    top: 0px;
    right: 15px;
}

.border-box > span.package_price:before {
    content: "\f075";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 65px;
    color: #e6b252;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.border-box h4.heading_four {
    position: relative;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin: 0px 0px 10px;
    font-family: 'AvenirNext-Regular', sans-serif;
}

.border-box h4.heading_four:after {
    content: "";
    width: 50px;
    height: 3px;
    background-color: #ed1c24;
    position: absolute;
    bottom: 6px;
    /* transform: translateY(-50%); */
    left: 0;
    z-index: -1;
}

.border-box h4.heading_four span.package_price {
    font-family: AvenirNext-bold;
    position: absolute;
    right: 0px;
    color: #ed1c24;
}

.border-box ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.border-box ul li {
    line-height: 28px;
    padding-left: 20px;
    position: relative;
}

.border-box ul li + li {
    margin-top: 10px;
}

.border-box ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: transparent;
    border: 2px solid #ed1c24;
    padding: 2px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 9px;
    left: 0px;
}

.border-box-two {
    width: 100%;
    padding: 45px;
    margin-top: 15px;
    position: relative;
    text-align: left;
    background-color: #fff;
    z-index: 0;
}

.border-box-two h4.heading_four {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin: 0px 0px 10px;
    font-family: 'AvenirNext-Regular', sans-serif;
}

.deluxe_bg {
    background-image: url(../images/bg-02.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 180px 0px 80px;
}

.deluxe_bg .section-heading-subtitle {
    font-size: 26px!important;
    line-height: 36px!important;
}

/*-------------------------------------------*/
/*---------------BLOG PAGE CSS--------------*/
/*-----------------------------------------*/

#blog_section .blog_box {
    padding: 30px 20px 20px 20px;
    margin-bottom: 40px;
    position: relative;
    border: 0;
    z-index: 0;
    -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.12);
    -moz-box-shadow: 0 0 18px rgba(0,0,0,0.12);
    box-shadow: 0 0 18px rgba(0,0,0,0.12);
}

/*#blog_section [class*=col] + [class*=col] .blog_box {
    margin-top: 50px;
}*/

#blog_section .blog_box a,
#blogDetail_section .blog_box a {
    color: inherit;
}

#blog_section .blog_box .blog_header .post-date-fixed,
#blogDetail_section .blog_box .blog_header .post-date-fixed {
    position: absolute;
    top: -10px;
    left: -10px;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

#blog_section .blog_box .blog_header .post-date-fixed time,
#blogDetail_section .blog_box .blog_header .post-date-fixed time {
    display: inline;
    background: #000;
    padding: 4px 10px 5px 10px;
    border: 3px solid rgba(255,255,255,0.85);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

#blog_section .blog_box .blog_header .post-title,
#blogDetail_section .blog_box .blog_header .post-title {
    font-size: 18px;
    margin-bottom: 15px;
    font-family: 'AvenirNext-Regular', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}

#blogDetail_section .blog_box .blog_header .post-title {
    font-size: 24px;
    font-family: 'AvenirNext-Bold', sans-serif;
}

#blog_section .blog_box .blog_header .featured-image,
#blogDetail_section .blog_box .blog_header .featured-image {
    position: relative;
}

#blog_section .blog_box .blog_header .featured-image a.image-hover,
#blogDetail_section .blog_box .blog_header .featured-image a.image-hover {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

#blog_section .blog_box .blog_header .featured-image a.image-hover .image-hover-overlay,
#blogDetail_section .blog_box .blog_header .featured-image a.image-hover .image-hover-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    height: -webkit-calc(100% - 10px);
    height: calc(100% - 10px);
    background: #ccad52;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#blog_section .blog_box .blog_header .featured-image a.image-hover:hover .image-hover-overlay,
#blogDetail_section .blog_box .blog_header .featured-image a.image-hover:hover .image-hover-overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.9;
    -moz-opacity: 0.9;
}

#blog_section .blog_box .blog_header .featured-image a.image-hover .image-hover-overlay i.fa,
#blogDetail_section .blog_box .blog_header .featured-image a.image-hover .image-hover-overlay i.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-size: 26px;
}

.post-meta {
    font-size: 11px;
    /* line-height: 50px; */
    color: #000;
    border-bottom: 1px dotted #bdbdbd;
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-meta span.post-author, .post-meta span.post-categories {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding: 10px 10px;
    font-weight: 600;
}

.post-meta span.post-author i.fa, .post-meta span.post-categories i.fa {
    margin-right: 3px;
}

#blog_section .blog_box .post-content a.read_btn {
    color: #ed1c24;
    font-size: 14px;
    font-weight: 600;
}

#blogDetail_section .blog_box .blog_header .post-date-fixed {
    top: 20px;
    left: -15px;
    z-index: 1;
}

.blockquote {
    font-size: 18px;
    font-style: italic;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px 0px 0px 30px;
    color: #000;
    border-left: 3px solid #ccad52;
}

.blog_footer .post-tags {
    display: block;
    position: relative;
    width: 100%;
}

.blog_footer .post-tags span.post-tags-title {
    font-size: 12px !important;
    font-weight: 700;
    display: inline-block;
    margin-right: 5px;
}

.blog_footer .post-tags a {
    font-size: 11px;
    font-weight: 700;
    color: #000;
    line-height: 26px;
    display: inline-block;
    background: #eaeaea;
    padding: 0 12px;
    margin: 4px 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.post-navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-navigation .previous-post-link,
.post-navigation .next-post-link {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 50%;
    position: relative;
    width: 100%;    
}

.post-navigation a {
    font-size: 12px;
    color: #000;
    line-height: 12px;
    font-weight: 600;
    text-transform: uppercase;
    background: #eaeaea;
    padding: 8px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.post-navigation a:hover {
    background: #ccad52;
    color: #fff;
}

h2.comments-title {
    font-size: 20px;
    margin-bottom: 50px;
    font-family: AvenirNext-Regular; 
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

h2.comments-title span {
    font-family: AvenirNext-bold;
}

.comments-area a {
    color: inherit;
}

ol.comments-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 26px;
}

.comments-list .children {
    padding: 0 0 0 100px;
    /* margin: 0; */
    list-style-type: none;
    line-height: 26px;
}

li.comment {
    position: relative;
}

li.comment .comment-author-avatar {
    float: left;
    border: 3px solid #eaeaea;
    position: relative;
    overflow: hidden;
    width: 75px;
    height: 75px;
    display: block;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
}   

li.bypostauthor > .comment-author-avatar {
    border: 3px solid #ccad52;
}

.comment-author-avatar > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

p.post-author-tag {
    display: block;
    position: absolute;
    top: 82px;
    left: 0;
    font-size: 10px;
    text-align: center;
    background: #ccad52;
    color: #fff;
    padding: 0 10px;
    letter-spacing: 0.5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

p.post-author-tag:before {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #ccad52;
    margin-left: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.comment-container {
    padding-bottom: 40px;
    margin-left: 100px;
    margin-bottom: 40px;
    border-bottom: 1px dotted #eaeaea;
}

.comment-container h5.comment-author-name {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    position: relative;
}

.comment-container h5.comment-author-name span.replied-on {
    padding-left: 6px;
    color: #868686;
    font-size: 12px !important;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
}

.comment_footer a.comment-reply-link {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    background: #eaeaea;
    padding: 6px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.comment_footer a.comment-reply-link:hover {
    background: #ccad52;
    color: #fff;
}

.comment_footer a.comment-reply-link i.fa {
    margin-right: 8px;
}


.heading_title {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}

.header-divider:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    display: block;
    width: 20px;
    height: 3px;
    background: #ed1c24;
}

.postComment_form .form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    min-height: 46px;
    padding: 10px 20px;
    color: #000;
    border: 0;
    background-color: #f3f3f3;
    border: 1px solid #b9b9b9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.postComment_form button.btn.btn_submit,
button.btn.checkout_btn {
    width: 100%;
    height: 50px;
    display: block;
    background: #000;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-shadow: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*-----------------------------------------*/
/*---------BLOG PAGE SIDEBAR CSS----------*/
/*---------------------------------------*/

.sideBar.blog_sideBar a {
    color: inherit;
}

form.search-form {
    position: relative;
}

form.search-form input[type="search"] {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    padding: 10px 50px 10px 20px;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

form.search-form input#search-submit {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    font-family: "FontAwesome";
    font-weight: normal;
    border: 0px;
    background: transparent;
    color: #bcbcbc;
    border-radius: 0px 4px 4px 0px;
}

form.search-form input#search-submit:hover {
    background-color: #000;
}

.categories ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.categories ul li {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 35px;
    padding-left: 25px;
    border-bottom: 1px dotted #eaeaea;
    text-transform: capitalize;
}

.categories ul li:last-child {
    border: 0;
}

.categories ul li:before {
    content: "\f0da";
    font-family: "FontAwesome";
    position: absolute;
    top: 1px;
    left: 8px;
    color: #ccad52;
}


/*--------------------------------------------*/
/*-------------SHOPPING CART CSS-------------*/
/*------------------------------------------*/


#cart_section .card,
#profile_section .card {
    font-weight: 300;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.05);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.05);
    border-radius: .375rem;
    border: 1px solid #e2e2e2;
    background-color: #f8f8f8;
}

#cart_section ul.cartProduct_list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#cart_section .cartProduct_list li {
    position: relative;
}

#cart_section .cartProduct_list li + li {
    margin-top: 50px;
}

#cart_section .cartProduct_list li + li:before {
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    background-color: #d6d6d6;
    transform: translateX(15px) translateY(-25px);
}


#cart_section .cartProduct_list li img.cartProduct_img {
    /* -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.07),0 2px 10px 0 rgba(0,0,0,0.07) !important; */
    /* box-shadow: 0 2px 5px 0 rgba(0,0,0,0.07),0 2px 10px 0 rgba(0,0,0,0.07) !important; */
    /* border-radius: 4px; */
    /*height: 100%;*/
    max-height: 90px;
}

#cart_section .cartProduct_list li .number-input.number-input {
    border: 1px solid #ced4da;
    width: 126px !important;
    border-radius: 3px;
    display: table;
    align-items: center;
    vertical-align: middle;
}

#cart_section .cartProduct_list li .number-input button {
    position: relative;
    width: 34px;
    height: 34px;
    display: table-cell;
    /* -webkit-appearance: none; */
     background-color: transparent; 
    border: none;
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    /* -webkit-box-pack: center; */
    -ms-flex-pack: center;
    /* justify-content: center; */
    cursor: pointer;
    margin: 0;
    vertical-align: middle;
}

#cart_section .cartProduct_list li .number-input button:before,
#cart_section .cartProduct_list li .number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    height: 2px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#cart_section .cartProduct_list li .number-input.number-input button:before,
#cart_section .cartProduct_list li .number-input.number-input button:after {
    width: .7rem;
    background-color: #495057;
}

#cart_section .cartProduct_list li .number-input button.plus:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

#cart_section .cartProduct_list li .number-input.number-input input[type=number] {
    width: 56px;
    height: 34px;
    padding: 5px;
    background-color: #f8f8f8;
    border: 1px solid #ced4da;
    border-width: 0 1px;
    font-size: 14px;
    font-weight: 600;
    color: #495057;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -webkit-appearance: textfield; 
    -moz-appearance: textfield;
    appearance: textfield;
}

#cart_section .cartProduct_list li .content {    
    padding: 0px 15px 0px 0px;
}

#cart_section .cartProduct_list li .content h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: AvenirNext-Regular;
    height: 55px;
    overflow: auto;
}

#cart_section .cartProduct_list li .bottomBar {
    /*position: absolute;
    width: 100%;
    bottom: 0px;
    padding-right: 15px;
    z-index: 1;*/
}

#cart_section .cartProduct_list li .bottomBar a.remove_btn {
    color: #ed1c24;
    font-weight: 600;
}

#cart_section a {
    color: inherit;

}

#cart_section strong {
    font-weight: 600;
}

.checkOut_card ul.list-group li.list-group-item {
    margin: 0px;
    padding: 10px 0px;
    background-color: #f8f8f8;
    border-width: 0px;
    border-bottom-width: 1px;
}



/*--------------------------------------------*/
/*--------------PROFILE PAGE CSS-------------*/
/*------------------------------------------*/

#profile_section .card .profile_img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin: 0px auto 20px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.2);
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 0.2);
}

#profile_section .card .profile_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

#profile_section .card .user_details h4 {
    font-family: AvenirNext-Regular;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

#profile_section .card .user_details h5 {
    font-size: 16px;
}

#profile_section .card .user_details a.remove_btn {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #fff;
    background-color: #ed1c24;
    padding: 2px 10px;
    border-radius: 3px;
}

#profile_section .card .user_details .description strong {
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

#contact_section h1.heading_two.header-divider {
    position: relative;
    margin-bottom: 80px;
}


#contact_section h1.heading_two.header-divider:after {
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
}

#contact_section .contact_form .fa {
    display: block;
    position: relative;
}

#contact_section .contact_form .fa:before {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

#contact_section .contact_form .form-control {
    background-color: #e2e2e2;
    border-radius: 0px;
    width: 100%;
    min-height: 48px;
    padding: 10px 40px 10px 10px;
    font-family: 'AvenirNext-Regular', sans-serif;
}


#contact_section .contact_form .fa:before {
    position: absolute;
    /*top: 14px;*/
    right: 15px;
    /* transform: translateY(-50%); */
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 18px;
}

#contact_section ul.social_icons {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#contact_section ul.social_icons li {
    display: inline-block;
}

#contact_section ul.social_icons li + li {
    margin-left: 10px;
}

#contact_section ul.social_icons li a {
    width: 50px;
    height: 50px;
    line-height: 56px;
    display: block;
    background-color: #618a34;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

#contact_section ul.social_icons li a.fb-ic:hover {
    background-color: #3b5998;
}

#contact_section ul.social_icons li a.tw-ic:hover {
    background-color: #00acee;
}

#contact_section ul.social_icons li a.gplus-ic:hover {
    background-color: #db4a39;
}

#contact_section ul.social_icons li a.li-ic:hover {
    background-color: #0e76a8;
}

#contact_section ul.social_icons li a.ins-ic:hover {
    background-color: #E1306C;
}

#contact_section ul.social_icons li a i {
    font-size: 24px;
}

#contact_section .contactDetail_column {
    padding: 100px 0px;
    background-image: url('../images/contact-02.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
}

#contact_section .contactDetail_column .contact_box {
    position: relative;
    /* overflow: hidden; */
    background-color: #0f0f0f;
    border-radius: 5px;
    color: #929292;
    margin-top: 30px;
    padding: 0px 30px 30px;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.3);
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#contact_section .contactDetail_column .contact_box:hover {
    color: #fff;
 }

/*#contact_section .contactDetail_column .contact_box .iconDiv {
    position: relative;
    width: 50px;
    height: 50px;
}*/

#contact_section .contactDetail_column .contact_box .iconDiv {
    width: 50px;
    height: 50px;
    line-height: 46px;
    display: block;
    margin: auto;
    background-color: #ed1c24;
    border: 2px solid #ed1c24;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    top: -25px;
    color: #fff;
    font-size: 26px;
    font-family: AvenirNext-bold;
}


.quickfinder-animation {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #fff;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
}

#contact_section .contactDetail_column .contact_box:hover .iconDiv .quickfinder-animation {
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

#contact_section .contactDetail_column .contact_box .iconDiv span {
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#contact_section .contactDetail_column .contact_box:hover .iconDiv span {
    color: #ed1c24;
    position: relative;
}

#contact_section .contactDetail_column .contact_box .contentDiv ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#contact_section .contactDetail_column .contact_box a {
    color: inherit;
}

#contact_section .contactDetail_column .contact_box .contentDiv ul li {

}

#contact_section .contactDetail_column .contact_box .contentDiv ul li + li {
    margin-top: 20px;
}

#contact_section .contactDetail_column .contact_box .contentDiv ul li strong {
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-family: AvenirNext-bold;
    font-size: 18px;
    margin-bottom: 10px;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#contact_section .contactDetail_column .contact_box:hover .contentDiv ul li strong {
    color: #ed1c24
}

#contact_section .contactDetail_column .contact_box .contentDiv ul li address {
    margin: 0px
}

/*-----------------------------------------*/
/*---------------MY ORDER CSS-------------*/
/*---------------------------------------*/

.myOrder_page .orderHistory_card .card-header {
    background-color: #ed1c24;
    font-family: AvenirNext-bold;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
}

.myOrder_page .orderHistory_card #accordion>ul.accordion_list li>h4 a .order-history span.badge {
    background-color: #f00;
    height: 21px;
    font-size: 12px;
    line-height: 15px;
    vertical-align: bottom;
    margin-left: 10px;
}

.myOrder_page .orderHistory_card #accordion ul,
.faq_page .faqs_card #accordion ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.myOrder_page .orderHistory_card #accordion>ul.accordion_list>li,
.faq_page .faqs_card #accordion>ul.accordion_list>li{
    border: 1px solid #5e872f;
    box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.3);
}

.myOrder_page .orderHistory_card #accordion>ul.accordion_list>li + li,
.faq_page .faqs_card #accordion>ul.accordion_list>li + li {
    margin-top: 20px;    
}

.myOrder_page .orderHistory_card #accordion>ul.accordion_list li>h4,
.myOrder_page .orderHistory_card #accordion>ul.accordion_list li>h4 a,
.faq_page .faqs_card #accordion>ul.accordion_list li>h4,
.faq_page .faqs_card #accordion>ul.accordion_list li>h4 a {
    font-size: 18px;
    color: #ffffff;
    font-family: 'AvenirNext-Regular', sans-serif;
    font-weight: 600;
    margin: 0px;
    background-color: #5e872f;
    display: block;
    padding: 5px 10px;
}

.myOrder_page .orderHistory_card #accordion>ul.accordion_list li>h4 a.collapsed:after,
.faq_page .faqs_card #accordion>ul.accordion_list li>h4 a.collapsed:after {
    font-family: 'FontAwesome';  
    /* symbol for "collapsed" panels */
    content: "\f078"; 
    float: right;
    margin-top: -21px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.myOrder_page .orderHistory_card #accordion>ul.accordion_list li>h4 a:after,
.faq_page .faqs_card #accordion>ul.accordion_list li>h4 a:after {
    font-family: 'FontAwesome';  
    content: "\f077";
    float: right;
    margin-top: -21px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}


.myOrder_page .orderHistory_card #accordion>ul.accordion_list li .collapsing,
.myOrder_page .orderHistory_card #accordion>ul.accordion_list li .collapse,
.faq_page .faqs_card #accordion>ul.accordion_list li .collapsing,
.faq_page .faqs_card #accordion>ul.accordion_list li .collapse {
    padding: 10px;
}

.myOrder_page .orderHistory_card #accordion>ul.accordion_list li .collapsing h4,
.myOrder_page .orderHistory_card #accordion>ul.accordion_list li .collapse h4,
.faq_page .faqs_card #accordion>ul.accordion_list li .collapsing h4,
.faq_page .faqs_card #accordion>ul.accordion_list li .collapse h4 {
    font-size: 18px;
    color: #ed1c24;
    margin-bottom: 10px;
}

.myOrder_page .orderHistory_card #accordion>ul.accordion_list li .collapsing h5,
.myOrder_page .orderHistory_card #accordion>ul.accordion_list li .collapse h5,
.faq_page .faqs_card #accordion>ul.accordion_list li .collapsing h5,
.faq_page .faqs_card #accordion>ul.accordion_list li .collapse h5 {
    font-size: 15px;
    margin-bottom: 0px;
}

.myOrder_page .orderHistory_card #accordion>ul.accordion_list li .collapsing h5 + h5,
.myOrder_page .orderHistory_card #accordion>ul.accordion_list li .collapse h5 + h5,
.faq_page .faqs_card #accordion>ul.accordion_list li .collapsing h5 + h5,
.faq_page .faqs_card #accordion>ul.accordion_list li .collapse h5 + h5 {
    margin-top: 5px;
}

#my-orders .myOrder_page nav {
    display: inline-block;
    margin: 0 auto;
}

#my-orders .myOrder_page nav ul.pagination li + li {
    margin-left: 5px;
}

#my-orders .myOrder_page nav ul.pagination li a {
    width: 30px;
    height: 30px;
    line-height: 32px;
    display: block;
    color: #333333;
}

#my-orders .myOrder_page nav ul.pagination li:first-child a,
#my-orders .myOrder_page nav ul.pagination li:last-child a {
    font-size: 25px !important;
    line-height: 25px !important;
    color: #ed1c24;
}

#my-orders .myOrder_page nav ul.pagination li.active a {
    border-radius: 50%;
    background-color: #ed1c24;
    color: #fff;
    box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 0.4);
}




/*-----------------------------------------*/
/*---------------COMMON CSS--------------*/
/*---------------------------------------*/

.heading_one {
    color: #333333;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 46px;
    margin: 10px 0px 10px;
}

.heading_one.white {
    color: #fff;
}

.heading_two {
    font-size: 36px;
    color: #333333;
    font-weight: 700;
    text-transform: uppercase;
}

.heading_four {
    font-size: 22px;
    line-height: 32px;
    font-weight: 900;
    margin: 0px 0px 10px;
}

.heading_six {
    font-size: 96px;
    color: #1f1383;
    font-weight: 700;
    background: linear-gradient(to right, #adc225 0%, #00c9ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.3;
    /*position: absolute;
    width: 100%;
    bottom: 0;*/
}

.btn_one {
    background-color: #bcd853;
    color: #151515;
    border: 2px solid #bcd853;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 17px;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    z-index: 3;
    box-shadow: 0px 4px 10px -4px rgb(0 0 0 / 30%);
}

.btn_one:hover,
.btn_one:focus {
    /* background-color: #ffffff; */
    color: #ffffff;
    border: 2px solid #ffffff;
}

/*
.btn_one::before, .btn_one::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    -webkit-transition: width 0.4s ease 0s;
    -moz-transition: width 0.4s ease 0s;
    -ms-transition: width 0.4s ease 0s;
    -o-transition: width 0.4s ease 0s;
    transition: width 0.4s ease 0s;
    width: 0;
    z-index: -1;
}

.btn_one:hover::before, .btn_one:hover::after {
    width: 100%;
}

.btn_one::after {
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.btn_one:hover span, .btn_one:hover::after {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.btn_one:hover::before, .btn_one:hover::after {
    width: 100%;
    border-color: #000;
}*/

.input_btn {
    background-color: #fff;
    border: 2px solid #696969;
    padding: 5px 10px 4px 10px;
    line-height: 16px;
    color: #212121;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
}

.input_btn:hover {
    background-color: #1b1b1b;
    border: 2px solid #1b1b1b;
    color: #ffffff;
}

.instruct_btn {
    background-color: #696969;
    color: #fff !important;
    padding: 4px 5px;
    border-radius: 3px;
    font-size: 12px;
}

.instruct_btn:hover {
    background-color: #000000; 
}

.padding_tb80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.padding_t80 {
    padding-top: 80px;
}



hr.line {
    border-color: rgb(0 0 0 / 0.3);
}

.modal {
    overflow: auto !important;
}

.modal .modal-dialog {
    margin: 50px auto;
}

.modal a {
    color: #ed1c24;
    font-weight: 600;
}

.modal a address {
    color: #323232;
}
#login-modal .modal-header,
#register-modal .modal-header,
#forgot-pwd-modal .modal-header,
#store-order-address-modal .modal-header,
#catering_order_type-modal .modal-header,
#addons-options-modal .modal-header {
    background-color: #333333;
    border-bottom: 1px solid #ffffff;
    padding: 8px 20px;
}

#login-modal .modal-header .modal-title,
#register-modal .modal-header .modal-title,
#forgot-pwd-modal .modal-header .modal-title,
#store-order-address-modal .modal-header .modal-title,
#catering_order_type-modal .modal-header .modal-title,
#addons-options-modal .modal-header .modal-title {
    color: #ffffff;
    font-weight: 600;
    font-family: 'AvenirNext-Regular', sans-serif;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#login-modal .modal-header .close,
#register-modal .modal-header .close,
#forgot-pwd-modal .modal-header .close,
#store-order-address-modal .modal-header .close,
#catering_order_type-modal .modal-header .close,
#addons-options-modal .modal-header .close {
    padding: 15px 20px 17px;
    margin: -10px -20px -10px auto;
    color: #fff;
    opacity: 1;
    font-size: 24px !important;
}

#login-modal .modal-header .close span,
#register-modal .modal-header .close span,
#forgot-pwd-modal .modal-header .close span,
#store-order-address-modal .modal-header .close span,
#catering_order_type-modal .modal-header .close span,
#addons-options-modal .modal-header .close span {
    font-size: 24px !important;
}

#register-modal .modal-content a.terms_txt {
    font-size: 12px;
    color: #000;
    float: right;
    font-weight: 500;
    line-height: 12px;
    text-transform: capitalize;
}

#order-details-block h4 {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
}

#addons-options-modal .modal-body h4,
#addons-options-modal .modal-body h4 span {
    font-size: 20px;
    margin: 0px;
}

.myOrder_page .orderHistory_card #accordion>ul.accordion_list li .collapsing .btn_containerOne,
.myOrder_page .orderHistory_card #accordion>ul.accordion_list li .collapse .btn_containerOne,
#addons-options-modal .modal-body .btn_containerOne {
    width: 100px;
    height: 38px;
    line-height: 36px;
    font-size: 14px;
}
    
#addons-options-modal .modal-body .menu-list .form-check-label .form-check-input {
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
}

#addons-options-modal .modal-body .category-title {
    background-color: #5c862d;
    padding: 3px 10px;
    border-radius: 3px;
    color: #fff;
    margin: 10px 0px;
    font-size: 14px;
    font-weight: 600;
}

#store-order-address-modal .modal-body form .form-group .form-row,
#catering_order_type-modal .modal-body form .form-group .form-row
 {
    border-bottom: 1px solid #b1b1b1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#store-order-address-modal .modal-body form .form-group .form-row:last-child, 
#catering_order_type-modal .modal-body form .form-group .form-row:last-child 
{
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#store-order-address-modal .modal-body form .form-group .form-row input[type=radio],
#catering_order_type-modal .modal-body form .form-group .form-row input[type=radio]
{
  position: absolute;
  visibility: hidden;
}

#store-order-address-modal .modal-body form .form-group .form-row label,
#catering_order_type-modal .modal-body form .form-group .form-row label
{
    display: block;
    position: relative;
    /* font-weight: 300; */
    /* font-size: 1.35em; */
    padding: 13px;
    /*margin-left: 30px;*/
    /* height: 30px; */
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

/*#store-order-address-modal .modal-body form .form-group .form-row:hover label{*/
/*	color: #FFFFFF;*/
/*}*/

#store-order-address-modal .modal-body form .form-group .form-row .check,
#catering_order_type-modal .modal-body form .form-group .form-row .check
{
    display: block;
    position: absolute;
    border: 5px solid #AAAAAA;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 0px;
    left: 5px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

#store-order-address-modal .modal-body form .form-group .form-row :hover .check, 
#catering_order_type-modal .modal-body form .form-group .form-row :hover .check 
{
  border: 5px solid #000000;
}

#store-order-address-modal .modal-body form .form-group .form-row .check::before,
#catering_order_type-modal .modal-body form .form-group .form-row .check::before
 {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 11px;
    width: 11px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

#store-order-address-modal .modal-body form .form-group .form-row input[type=radio]:checked ~ .check,
#catering_order_type-modal .modal-body form .form-group .form-row input[type=radio]:checked ~ .check
{
  border: 5px solid #333333;
}

#store-order-address-modal .modal-body form .form-group .form-row input[type=radio]:checked ~ .check::before,
#catering_order_type-modal .modal-body form .form-group .form-row input[type=radio]:checked ~ .check::before
{
  background: #ed1c24;
}

#store-order-address-modal .modal-body form .form-group .form-row input[type=radio]:checked ~ label,
#catering_order_type-modal .modal-body form .form-group .form-row input[type=radio]:checked ~ label
{
  color: #333333;
}

#store-order-address-modal .modal-body form .form-group .form-row address,
#catering_order_type-modal .modal-body form .form-group .form-row address
{
    margin: 0px;
}

#add_instruction .card-body {
    padding: 1px;
    background-color: #696969;
    margin-top: 5px;
}

#add_instruction .card-body textarea {
    border-color: #696969;
}

.faq_card ul li {
    list-style: none;
    margin: 0px;
    padding: 5px 10px !important;
    background-color: #f8f8f8;
    border-bottom: 1px solid rgb(0 0 0 / 0.15);
}

.faq_card ul li:last-child {
    border: 0px;    
}   

.faq_card ul li a {
    font-weight: 600;
}
 
.faq_card ul li a i.fa {
    font-size: 14px;
    color: #ed1c24;
    margin-right: 4px;
}

.faq_card ul li.active {
    background-color: #333333;
}

table tr td, table tr th {
    white-space: nowrap;
}
@media (max-width: 1499px) {

    #footer .footer_bottom {
        padding: 20px 45px;
    }

    #footer .footer_top{
        padding-left: 45px;
        padding-right: 45px;
    }
}


@media (max-width: 1299px) {

    #footer .footer_bottom {
        padding: 20px 15px;
    }


     #footer .footer_top{
        padding-left: 15px;
        padding-right: 15px;
    }

}



@media (min-width: 1200px) {
    .border-bottom-xl-0{
        border-bottom: 0px !important;
    }
}
@media (max-width: 1199px) {
    #footer .contact-info{
        grid-template-columns: repeat(1, 1fr);
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .slide-text {
        margin-left: 10%;
    }

    .custom-title-title .title-xlarge {
        font-size: 50px;
        padding: 60px 0 55px 55px;
    }

    #home_about .border_outside_image img {
        /*max-width: 340px;*/
    }

    #detailMenu_section h2.menu_title,
    #detailMenu_section h4.price {
        font-size: 20px;
    }

    #detailMenu_section ul.star_rating,
    #detailMenu_section ul.detail_list,
    #detailMenu_section p.discrption {
        margin: 10px 0px;
    }

    #detailMenu_section ul.detail_list li {
        line-height: 30px;
    }

    #detailMenu_section p.discrption {
        font-size: 16px;
    }

    #about_whyChoose .whyChoose_box {
        padding: 25px;
    }

    #about_whyChoose .whyChoose_box h3.title {
        font-size: 20px;
    }

    .heading_one {
        font-size: 36px;
    }

    #home_about,
    #home_catering,
    #home_blogs,
    #home_story,
    #home_chapter {
        padding: 60px 0px;
    }

    #footer .footer_top .inner_txt_box {
        /*padding: 30px 10%;
        margin-left: 80px;*/
    }


    #footer ul.social_links{
        gap:10px;
    }


}

@media (max-width: 991px) {

    header .top_bar ul li {
        padding: 10px 0px;
        font-size: 14px;
    }

    header .bottom_bar,
    header.header.sticky .bottom_bar {
        padding: 5px 0px 7px;
    }

    .logo {
        max-width: 150px;
    }

    .navbar-toggler {
        padding: 3px 6px;
        background-color: #ed1c24;
        border: 1px solid rgba(255, 255, 255, 0.8);
    }

    .navbar-toggler span.navbar-icon {
        width: 25px;
        height: 2px;
        display: block;
        padding: 1px;
        margin: 5px 0px;
        background-color: #fff;
    }

    header .bottom_bar .profile_details .dropdown-menu {
        top: 100% !important;
    }

    #page_header {
        padding: 170px 0px 100px 0px;
    }

    .custom-title-title:before,
    .custom-title-title:after {
        width: 15px;
        height: 40px;

    }
    .custom-title-title .title-xlarge {
        font-size: 42px;
        padding: 50px 0 45px 50px;
    }

    .custom-title-title.custom-title-xlarge :after {
        border-left: 15px solid;
        border-top: 15px solid;
        border-bottom: 15px solid;
    }


    #home_about .heading_one,
    #home_chapter h1.heading_one,
    #home_catering h1.heading_one,
    #home_blogs h1.heading_one {
        font-size: 40px;
        line-height: 28px;
        margin: 15px 0px;
    }

    #home_about .heading_one span {
        font-size: 26px !important;
    }

    #home_chapter h1.heading_one {
        line-height: 26px;
    }

    #home_chapter h1.heading_one span {
        font-size: 23px !important;
    }

     #home_catering h1.heading_one span {
        font-size: 24px !important;
    }


    #home_about:before {
        width: 90px;
        height: 120px;
    }
    #home_about:after {
        height: 120px;
        width: 120px;
    }


    #home_about,
    #home_catering,
    #home_blogs,
    #home_story,
    #home_chapter {
        padding: 60px 0px;
    }

    #home_catering .item_service:before {
        border-bottom: 82px solid #ffffff;
        border-left: 0 solid transparent;
        border-right: 115px solid transparent;
        width: 170px;
    }

    #home_catering .item_service:after {
        border-bottom: 82px solid #ffffff;
        border-right: 0 solid transparent;
        border-left: 115px solid transparent;
        width: 170px;
    }

    #home_catering .item_service .service_inner {
        padding: 0 10px 30px 10px;
    }

    #home_catering .item_service .service_inner .icon {
        top: 45px;
    }

    #home_catering .item_service:hover .service_inner .icon {
        top: 55px;
    }

    #home_catering .item_service .service_inner .icon .icon_inner {
        width: 70px;
        height: 35px;
    }

    #home_catering .item_service .service_inner .icon .icon_inner:before {
        border-left: 35px solid transparent;
        border-right: 35px solid transparent;
    }

    #home_catering .item_service .service_inner .icon .icon_inner:after {
        border-left: 35px solid transparent;
        border-right: 35px solid transparent;
    }

    #home_catering .item_service .service_inner .icon .icon_inner img {
        height: 35px;
    }

    #home_catering .item_service .service_inner .title h3 {
        font-size: 20px;
        position: relative;
        z-index: 1;
        margin-top: 10px;
    }

    #home_catering .item_service .service_inner .content {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 20px;
        position: relative;
        z-index: 1;
    }

    #home_blogs .home_blogDiv .blog_card .card-body {
        padding: 10px;
    }

    .border-box {
        padding: 25px 20px;
        margin-top: 35px;
    }

    .border-box:before,
    .border-box:after {
        left: 8px;
        right: 8px;
        top: 5px;
    }

    .border-box span.border-left,
    span.border-right {
        top: 8px;
        bottom: 8px;
        left: 5px;
    }

    .border-box span.border-right {
        right: 4px;
    }

    .border-box:after {
        top: auto;
        bottom: 5px;
    }

    .border-box > span.package_price {
        top: -20px;
        right: -5px;
    }

    .border-box h4.heading_four {
        font-size: 16px;
        line-height: 20px;
    }

    .border-box ul li {
        font-size: 14px;
        line-height: 20px;
    }

    .border-box ul li + li {
        margin-top: 6px;
    }

    .border-box ul li:before {
        top: 6px;
    }

    #detailMenu_section h2.menu_title,
    #detailMenu_section h4.price {
        font-size: 20px;
    }

    #detailMenu_section ul.star_rating,
    #detailMenu_section ul.detail_list,
    #detailMenu_section p.discrption {
        margin: 10px 0px;
    }

    #detailMenu_section ul.detail_list li {
        line-height: 26px;
        font-size: 14px;
    }

    #detailMenu_section p.discrption {
        font-size: 16px;
    }

    #detailMenu_section form.quantity_form {
        padding: 10px 15px;
    }

    #detailMenu_section form.quantity_form .form-group label {
        font-size: 14px;
        line-height: 14px;
    }

    #detailMenu_section form.quantity_form .form-group input.form-control {
        height: 38px;
    }

    #about_counterSection {
        padding: 80px 0px 50px;
    }

    #about_counterSection .counter_box {
        margin-bottom: 30px;
    }

    #about_counterSection .counter_box .count {
        font-size: 30px;
        line-height: 30px;
        margin: 10px 0px;
    }

    #about_whyChoose {
        padding: 60px 0px;
    }

    #about_whyChoose .whyChoose_box {
        padding: 25px;
    }

    #about_whyChoose .whyChoose_box h3.title {
        font-size: 20px;
        margin: 15px 0px;
    }

     #footer .footer_top{
        padding-left: 0px;
        padding-right: 0px;
    }

    #footer .footer_top [class*="col-"] {
        padding: 50px 15px;
        padding-top: 0px;
    }

    #footer .footer_top [class*="col-"]:nth-child(2) {
        padding-left: 25px;
    }

    #footer ul.social_links{
        gap:10px;
    }

    #footer .contact-form{
        padding: 40px 30px;
    }
    #footer .footer_bottom {
        padding: 20px 0px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    #top_bar a {
        font-size: 12px!important;
    }

    .navbar .navbar-nav .nav-link {
        padding: 8px 16px;;
    }

    .heading_six {
        font-size: 66px;
    }

    #home_about .border_outside_image:before {
        margin-top: -40px;
    }
    #home_about .border_outside_image img {
        /*max-width: 300px;*/
    }

    #home_about .inner_txt_box {
        padding: 0px;
    }

    #home_story {
        padding: 50px 0px;
    }

    .heading_one {
        font-size: 28px;
    }

    #footer .footer_top [class*="col-"] {
        padding: 30px 15px;
        padding-top: 0px;
    }

    #footer .footer_top .inner_txt_box {
        /*padding: 30px 10%;
        margin-left: 80px;*/
    }

    #footer .footer_top {
        font-size: 14px;
    }

    #footer .footer_top .footer_links li {
        font-size: 12px;
    }

    #footer .footer_top .inner_txt_box .form-group label {
        font-size: 12px;
        line-height: 10px;
    }

    #footer .footer_top .inner_txt_box .form-group input.form-control {
        height: 38px;
    }

    #footer .footer_top .footer_links li span > address + address,
    #footer .footer_top .footer_links li span > a + a {
        margin-top: 5px;
    }

    .padding_tb80 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .padding_t80 {
        padding-top: 60px;
    }



}

@media (max-width: 767px) {

    body, p, strong, ul, ul li, span {
        font-size: 14px!important;
        line-height: 22px!important;
    }

    .navbar .navbar-nav .nav-link {
        padding: 5px 10px;
    }
    .navbar .navbar-nav a.nav-link.btn_order {
        margin: 5px 10px 0px 10px;
    }

    #page_header {
        padding: 150px 0px 80px 0px;
    }
    
    .custom-title-title:before,
    .custom-title-title:after {
        width: 10px;
        height: 30px;

    }

    .custom-title-title .title-xlarge {
        font-size: 36px;
        padding: 25px 0 20px 30px;
    }

    .custom-title-title.custom-title-xlarge :after {
        border-left: 10px solid;
        border-top: 10px solid;
        border-bottom: 10px solid;
    }

    #home_about {
        padding: 40px 0px 40px 0px;
    }
    #home_about .border_outside_image {
        max-width: 400px;
        margin: 0 auto;
    }
    #home_about .border_outside_image:before {
        margin-top: -40px;
        right: -65px;
        width: 100%;
        height: 116%;
    }
    #home_about .border_outside_image img {
        max-width: 100%;
    }

    #home_about .inner_txt_box {
        padding: 0% 0px 30px 0px;
    }

    #home_story, #home_chapter {
        padding: 40px 0px;
    }

    #home_catering .item_service {
        max-width: 250px;
        margin: auto;
    }

    #home_blogs .home_dailyMenu .carousel .carousel-inner .carousel-item img {
        width: 160px;
    }

    .heading_one {
        font-size: 28px;
    }

    #customers-testimonials .owl-item.active.center .item {
        /*opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)*/
    }

    #footer .footer_top [class*="col-"]:nth-child(2) {
        margin-top: 20px;
        padding: 30px 15px;
        border-radius: 5px;
        padding-top: 0px;
    }

    #footer .footer_top [class*="col-"]:nth-child(2) .inner_txt_box .f_heading {
        margin-top: 0px;
    }

    #footer .footer_top .inner_txt_box {
        /*padding: 30px 10%;
        margin-left: 80px;*/
    }
    #footer .footer_top .inner_txt_box .f_logo {
        max-width: 100%;
    }
    #footer .footer_top .inner_txt_box:before {
        left: -70px;
        top: -50px;
    }

    .deluxe_bg {
        padding: 100px 0px 40px;
    }

    #blog_section .blog_box .blog_header .post-date-fixed time,
    #blogDetail_section .blog_box .blog_header .post-date-fixed time {
        font-size: 10px;
    }

    .deluxe_bg .section-heading-subtitle,
    .deluxe_bg .section-heading-subtitle span {
        font-size: 18px!important;
    }

    #blog_section .blog_box {
        padding: 20px 10px 11px 10px;
    }

    #blog_section .blog_box .blog_header .post-title {
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .post-meta span.post-author, .post-meta span.post-categories {
        font-size: 11px !important;
        padding: 5px 5px;
    }

    #about_counterSection {
        padding: 50px 0px 30px;
    }

    #about_whyChoose {
        padding: 50px 0px;
    }

    #about_whyChoose .whyChoose_box {
        padding: 30px;
    }

    #about_whyChoose .whyChoose_box h3.title {
        font-size: 18px;
        margin: 15px 0px;
    }

    h2.comments-title,
    h2.comments-title span {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .heading_title {
        font-size: 16px;
    }

    .comment-container h5.comment-author-name span.replied-on {
        font-size: 12px !important;
    }

    .comment-container .comment-content p {
        margin-bottom: 10px;
    }

    .postComment_form .form-control {
        font-size: 12px;
        min-height: 38px;
        padding: 10px 12px;
    }

    .postComment_form button.btn.btn_submit,
    button.btn.checkout_btn {
        height: 38px;
    }

    #contact_section .contactDetail_column {
        padding: 60px 0px;
    }
    #contact_section h5.mb-3 {
        font-size: 15px;
        margin-bottom: 5px !important;
    }

    #contact_section h1.heading_two.header-divider {
        font-size: 26px;
        margin-bottom: 60px;
    }

    #contact_section .contact_form .form-control {
        min-height: 40px;
    }

    #contact_section ul.social_icons li a {
        width: 40px;
        height: 40px;
        line-height: 45px;
    }

    #contact_section ul.social_icons li a i {
        font-size: 21px;
    }


    .blockquote {
        font-size: 16px;
        line-height: 24px;
        padding: 0px 0px 0px 12px;
    }

    .btn_one {
        font-size: 12px;
        padding: 8px 16px;
    }

    .triangle-decor {
        margin-top: -12px;
    }

    .triangle-decor.last {
        margin-bottom: -10px;
    }

    .padding_tb80 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .padding_t80 {
        padding-top: 50px;
    }

    #footer .contact-form{
        padding: 30px 20px;
    }

    #footer .footer_bottom a,
    #footer .footer_bottom{
        font-size: 14px;
    }

    #footer .contact-info .info-item .order-btn{
        font-size: 14px;
        line-height: 24px;
    }

}

@media (max-width: 575px) {

    #top_bar .callus.text-right {
        text-align: center!important;
    }

    .logo,
    header.fixed .logo  {
        max-width: 140px;
    }
    .navbar-light .navbar-toggler {
        margin: 10px 0px;
    }

    #page_header {
        padding: 110px 0px 70px 0px;
    }

    #page_header ul.breadcrumbs {
        padding: 40px 20px 20px;
    }
    
    .custom-title-title:before,
    .custom-title-title:after {
        width: 10px;
        height: 20px;

    }

    .custom-title-title .title-xlarge {
        font-size: 28px;
        line-height: 60px;
        padding: 15px 0 10px 20px;
    }

    .border-box > span.package_price {
        top: -20px;
        right: 0px;
    }

    .heading_one {
        font-size: 20px;
    }
    .slide-text {
        /*display: none!important;*/
    }

    #home_about .border_outside_image {
        /*max-width: 240px;*/
        margin: 0 auto;
    }

    #home_about .border_outside_image:before {
        margin-top: -30px;
        height: 118%;
        right: -30px;
        width: 94%;
    }

    #footer .footer_top [class*="col-"] {
        padding: 30px 15px;
        padding-top: 0px;
    }

    #footer .footer_top [class*="col-"]:nth-child(2) {
        border-radius: 0px;
    }

    #footer .footer_top .inner_txt_box {
       /* padding: 30px 10%;
        margin-left: 40px;*/
    }

    #blogDetail_section .blog_box .blog_header .post-date-fixed {
        left: -10px;
    }

    ol.comments-list li.comment .comment-author-avatar {
        width: 50px;
        height: 50px;
    }

    .comment-container {
        padding-bottom: 20px;
        margin-left: 60px;
        margin-bottom: 20px;
    }

    .comments-list .children {
        padding: 0 0 0 30px;
    }

    .comment-container h5.comment-author-name {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 5px;
    }

    p.post-author-tag {
        top: 55px;
        left: -10px;
        font-size: 10px !important;
        padding: 0 5px;
    }
    
    #cart_section .cartProduct_list li .content {
        padding: 0px 10px 0px 0px;
    }

    #cart_section .cartProduct_list li .content h4 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px;
    }
    
    #cart_section .cartProduct_list li .number-input.number-input {
        width: 82px !important;
    }
    
    #cart_section .cartProduct_list li .number-input button {
        width: 20px;
        height: 25px;
    }
    
    #cart_section .cartProduct_list li .number-input.number-input button:before,
    #cart_section .cartProduct_list li .number-input.number-input button:after {
        width: .5rem;
    }
    
    #cart_section .cartProduct_list li .number-input.number-input input[type=number] {
        width: 40px;
        height: 25px;
        font-size: 12px;
    }
    
    #login-modal .modal-header, #register-modal .modal-header,
    #forgot-pwd-modal .modal-header,
    #store-order-address-modal .modal-header,
    #catering_order_type-modal .modal-header,
    #addons-options-modal .modal-header {
        background-color: #333333;
        border-bottom: 1px solid #ffffff;
        padding: 8px 10px;
    }
    
    #login-modal .modal-header .modal-title,
    #register-modal .modal-header .modal-title,
    #forgot-pwd-modal .modal-header .modal-title,
    #store-order-address-modal .modal-header .modal-title,
    #catering_order_type-modal .modal-header .modal-title,
    #addons-options-modal .modal-header .modal-title {
        font-size: 14px;
    }

    #footer .contact-info .info-item > div{
        gap:10px;
    }

}


@media (max-width: 399px) {
    #footer .contact-info .info-item .order-btn{
        position: unset;
        margin-top: 10px;
    }


    #footer ul.social_links{
        gap:5px;
    }
}
