@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&family=ZCOOL+XiaoWei&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Girassol&display=swap');



/* @font-face {
    font-family: 'the dead saloon';
    src: url('https://www.railroadbagel.com/wp-content/themes/railroad/assets/fonts/thedeadsaloon-Regular.woff2') format('woff2'),
        url('https://www.railroadbagel.com/wp-content/themes/railroad/assets/fonts/thedeadsaloon-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "bookman-jf-pro", serif;
    src: url('https://www.railroadbagel.com/wp-content/themes/railroad/assets/fonts/RedSoxNationNormal.woff2') format('woff2'),
        url('https://www.railroadbagel.com/wp-content/themes/railroad/assets/fonts/RedSoxNationNormal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */



body {
    font-family: "bookman-jf-pro", serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    line-height: 26px;
    overflow-x: hidden;
    margin-top: 86px;
}



a {
    text-decoration: none !important;
}

iframe {
    border: none;
    width: 100%
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none
}

input:focus {
    outline: none;
    box-shadow: none
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ol {
    list-style-type: decimal
}

a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

a:hover {
    color: var(--title-color)
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}


img {
    border: none;
    max-width: 100%
}

ins {
    text-decoration: none
}

pre {
    font-family: var(--body-font);
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

span.ajax-loader:empty,
p:empty {
    display: none
}

p {
    margin: 0 0 18px 0;
    color: #000;
    line-height: 1.625;
    font-size: 16px;
}

a,
p,
label,
li,
button {
    font-family: "Poppins", sans-serif !important;


}

::placeholder {
    font-family: "Poppins", sans-serif !important;
    font-family: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "bookman-jf-pro", serif !important;
    color: #000;
    text-transform: none;
    line-height: 1.4;
    margin: 0 0 15px 0;
    letter-spacing: 1px;
    font-weight: normal;
}



.slick-arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    border-radius: 0;
    font-size: 0;
    border: 0;
    background-color: #000;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-arrow.slick-prev {
    left: 0;
}

.slick-arrow.slick-prev:before {
    content: '\f104';
    font-size: 20px;
    color: #ffffff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-next {
    right: 0;
}

.slick-arrow.slick-next:before {
    content: '\f105';
    font-size: 20px;
    color: #ffffff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-disabled {
    opacity: 0.2;
}

.slick-slide {
    padding: 0 15px;
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 10px;
    height: 10px;
    line-height: 0;
    border: none;
    background-color: #fff;
    transition: all ease 0.4s;
    position: relative;
}

.slick-dots button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 2px solid #fff;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
}

ul.slick-dots li {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
}

.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
}

.sticky-icon.show {
    display: none;
}

.sticky-icon {
    z-index: 999;
    position: fixed;
    bottom: 1%;
    right: 1%;
    display: none;
    flex-direction: column;
    transition: 200ms all cubic-bezier(0.37, 0, 0.63, 1);
    display: none;
    background: white;
    box-shadow: 0 0 3px 3px #0000003b;
    padding: 10px 0;
    border-radius: 50px;
}

.sticky-icon.inView {
    transition: 1s all cubic-bezier(0.87, 0, 0.13, 1);
}

.sticky-icon a {
    border-radius: 50px 0px 0px 50px;
    text-align: left;
    margin: 2px;
    text-decoration: none !important;
    text-transform: capitalize;
    padding: 10px;
    font-size: 16px;
    color: #e77a3a;
    transition: all 0.8s;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.sticky-icon a:hover span {
    font-size: 16px;
    margin-top: 15px;
}

.sticky-icon a span {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transition: all 0.5s;
    color: #e77a3a;
    font-size: 0;
    font-weight: 500;
}

.sticky-icon a:hover i {
    transform: rotate(360deg);
}

.sticky-icon a i {
    background-color: #e77a3a;
    width: 40px;
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.5s;
}

.sticky-icon a:hover {
    color: #fff;
}








html {
    font-size: 10px;
}

.train_center {
    background: #00000000;
    height: 236px;
    overflow: hidden;
    position: relative;
    margin-top: -236px;
}

.train_center::before,
.train_center::after {
    content: "";
    position: absolute;
}

/* .center::before {
  background: rgba(255, 250, 175, 0.8);
  border-radius: 50%;
  box-shadow: 0 0 3rem 0 rgba(255, 250, 175, 0.5);
  height: 16rem;
  left: 20%;
  top: -4rem;
  width: 16rem;
} */
/* .center::after {
  background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0.3), transparent 5%) left/14rem 15rem, radial-gradient(circle, rgba(255, 255, 255, 0.4), transparent 3%) left/10rem 9rem;
  background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.3), transparent 5%) left/14rem 15rem, radial-gradient(circle, rgba(255, 255, 255, 0.4), transparent 3%) left/10rem 9rem;
  background: -o-radial-gradient(circle, rgba(255, 255, 255, 0.3), transparent 5%) left/14rem 15rem, radial-gradient(circle, rgba(255, 255, 255, 0.4), transparent 3%) left/10rem 9rem;
  background: -ms-radial-gradient(circle, rgba(255, 255, 255, 0.3), transparent 5%) left/14rem 15rem, radial-gradient(circle, rgba(255, 255, 255, 0.4), transparent 3%) left/10rem 9rem;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3), transparent 5%) left/14rem 15rem, radial-gradient(circle, rgba(255, 255, 255, 0.4), transparent 3%) left/10rem 9rem;
  height: 100%;
  width: 100%;
} */
.mountains {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    display: none;
}

.mountains::before,
.mountains::after {
    background: #000c18;
    background: -moz-linear-gradient(#012a53, #000c18 50%);
    background: -webkit-linear-gradient(#012a53, #000c18 50%);
    background: -o-linear-gradient(#012a53, #000c18 50%);
    background: -ms-linear-gradient(#012a53, #000c18 50%);
    background: linear-gradient(#012a53, #000c18 50%);
    content: "";
    height: 100%;
    position: absolute;
}

.mountains::before {
    border-radius: 100% 300% 0 0;
    left: -20%;
    width: 57%;
}

.mountains::after {
    border-radius: 300% 100% 0 0;
    right: -20%;
    width: 80%;
}

.frame {
    height: 236px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 110rem;
    z-index: 1;
}

.frame::before,
.frame::after {
    background: black;
    background: -webkit-linear-gradient(#333333, black 20%);
    background: -moz-linear-gradient(#333333, black 20%);
    background: -o-linear-gradient(#333333, black 20%);
    background: -ms-linear-gradient(#333333, black 20%);
    background: linear-gradient(#333333, black 20%);
    top: 3.6rem;
    content: "";
    height: 20rem;
    position: absolute;
    width: 100%;
    z-index: 2;
    background-image: url(https://www.railroadbagel.com/wp-content/uploads/2024/07/3238.jpg);
    background-size: 65%;
    background-position: center;
}

.frame::before {
    border-radius: 0 1rem 0 0;
    border-right: 0.5rem solid white;
    left: -100%;
}

.frame::after {
    border-left: 0.5rem solid white;
    border-radius: 1rem 0 0 0;
    right: -100%;
}

.bridge {
    border-bottom: 0.3rem solid white;
    border-top: 0.3rem solid white;
    background: black;
    background: -webkit-linear-gradient(55deg, transparent 46%, white 46%, white 54%, transparent 54%) left/1.6rem 2.2rem, -webkit-linear-gradient(-55deg, transparent 46%, white 46%, white 54%, transparent 54%) left/1.6rem 2.2rem;
    background: -moz-linear-gradient(55deg, transparent 46%, white 46%, white 54%, transparent 54%) left/1.6rem 2.2rem, -moz-linear-gradient(-55deg, transparent 46%, white 46%, white 54%, transparent 54%) left/1.6rem 2.2rem;
    background: -o-linear-gradient(55deg, transparent 46%, white 46%, white 54%, transparent 54%) left/1.6rem 2.2rem, -o-linear-gradient(-55deg, transparent 46%, white 46%, white 54%, transparent 54%) left/1.6rem 2.2rem;
    background: -ms-linear-gradient(55deg, transparent 46%, white 46%, white 54%, transparent 54%) left/1.6rem 2.2rem, -ms-linear-gradient(-55deg, transparent 46%, white 46%, white 54%, transparent 54%) left/1.6rem 2.2rem;
    background: linear-gradient(55deg, transparent 46%, white 46%, white 54%, transparent 54%) left/1.6rem 2.2rem, linear-gradient(-55deg, transparent 46%, white 46%, white 54%, transparent 54%) left/1.6rem 2.2rem;
    top: 21rem;
    height: 2.6rem;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.train {
    animation: move-train 24s linear infinite;
    top: 11.6rem;
    height: 10rem;
    position: absolute;
    left: calc(100% + 1.3rem);
    width: 85rem;
    z-index: 1;
}

.engine-front::before,
.engine-front::after,
.engine-front {
    background: #0f0f0f;
    background: linear-gradient(0deg, #0f0f0f, #262626, #0f0f0f);
    border: 0.1rem solid rgba(255, 255, 255, 0.15);
    border-radius: 50% 0 0 50%;
    border-right: none;
}

.engine-front {
    animation: body-upDown 0.3s infinite;
    border-radius: 0.5rem 0 0 0.5rem;
    bottom: 1.4rem;
    height: 4.6rem;
    left: 0;
    position: absolute;
    width: 8rem;
}

.engine-front::before,
.engine-front::after {
    content: "";
    position: absolute;
    height: 70%;
    left: -0.9rem;
    top: 50%;
    transform: translate(0, -50%);
    width: 0.8rem;
}

.engine-front::after {
    height: 40%;
    left: -1.4rem;
    width: 0.5rem;
}

.chimney {
    background: #990000;
    height: 2.2rem;
    left: 2.5rem;
    position: absolute;
    top: -2.3rem;
    width: 1.7rem;
}

.chimney::before,
.chimney::after {
    content: "";
    position: absolute;
}

.chimney::before {
    animation: up-down 0.3s infinite;
    border-bottom: none;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-top: 0.8rem solid orange;
    left: 50%;
    top: -0.9rem;
    transform: translate(-50%, 0);
    width: 160%;
}

.smoke {
    animation: move-smoke 0.4s linear infinite;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    height: 1.4rem;
    left: 0.2rem;
    position: absolute;
    top: -1.5rem;
    width: 0.8rem;
    z-index: -1;
}

.smoke-2 {
    animation-delay: 0.1s;
    left: 0.4rem;
}

.smoke-3 {
    animation-delay: 0.2s;
    left: 0.6rem;
}

.smoke-4 {
    left: 0.8rem;
}

.engine-body {
    animation: body-upDown 0.3s 0.1s infinite;
    background: #b30000;
    background: linear-gradient(0deg, #330000, red, #990000);
    border-radius: 0 0 0.4rem 0;
    bottom: 1.4rem;
    height: 7rem;
    left: 8rem;
    position: absolute;
    width: 5rem;
}

.engine-body::before,
.engine-body::after {
    content: "";
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
}

.engine-body::before {
    animation: up-down 0.3s 0.2s infinite;
    background: #660000;
    background: linear-gradient(0deg, #660000, #990000, #660000);
    border-radius: 50% 50% 0 0;
    height: 1.2rem;
    top: -1.2rem;
    width: 130%;
}

.engine-body::after {
    background: #ffffff;
    border-radius: 0.2rem;
    height: 40%;
    top: 1rem;
    width: 45%;
}

.wheel::after,
.wheel::before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wheel-holder {
    height: 2.8rem;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.wheel {
    animation: rotate 2s linear infinite;
    background: #e77a3a;
    border: 0.3rem solid rgb(0 0 0);
    border-radius: 50%;
    height: 2.8rem;
    left: 1rem;
    position: absolute;
    width: 2.8rem;
}

.wheel-2 {
    left: 4.5rem;
    z-index: 1;
}

.wheel-3 {
    border-width: 0.5rem;
    height: 3.8rem;
    left: 8.7rem;
    top: -1.1rem;
    width: 3.8rem;
}

.wheel-4 {
    left: 15.7rem;
}

.wheel-5 {
    left: 33.5rem;
}

.wheel-6 {
    left: 39.7rem;
}

.wheel-7 {
    left: 57.5rem;
}

.wheel-8 {
    left: 63.7rem;
}

.wheel-9 {
    left: 81.5rem;
}

.wheel::before,
.wheel::after {
    content: "";
    position: absolute;
}

.wheel::before {
    background: rgba(0, 0, 0, 0.3);
    height: 86%;
    width: 0.2rem;
}

.wheel::after {
    background: #ffffff;
    background: radial-gradient(circle at center, #000000 30%, #ffffff 30%);
    border-radius: 50%;
    height: 40%;
    width: 40%;
}

.compartment h2 {
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    text-shadow: 2px 2px 2px #e77a3a;
    text-transform: uppercase;
    font-family: 'the dead saloon';
}

.compartment {
    animation: body-upDown 0.3s infinite;
    /* background: #186c8e;
    background: -webkit-linear-gradient(#e77a3a 50%, #f3b793);
    background: -moz-linear-gradient(#e77a3a 50%, #f3b793);
    background: -o-linear-gradient(#e77a3a 50%, #f3b793);
    background: -ms-linear-gradient(#e77a3a 50%, #f3b793);
    background: linear-gradient(#e77a3a 50%, #f3b793); */
    border-radius: 0;
    bottom: 1.4rem;
    height: 5rem;
    left: 15rem;
    position: absolute;
    width: 22rem;
    border-bottom: 2px solid #e77a3a40;
}

.compartment-two {
    animation: body-upDown 0.3s 0.1s infinite;
    left: 39rem;
}

.compartment-two .compartment-window::before {
    animation: up-down 0.3s 0.3s infinite;
}

.compartment-three {
    animation: body-upDown 0.3s 0.2s infinite;
    left: 63rem;
}

.compartment-three .compartment-window::before {
    animation: up-down 0.35s infinite;
}

.compartment::before,
.compartment::after {
    background: black;
    border: 0.4rem solid transparent;
    bottom: 0.4rem;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
    content: "";
    height: 0.8rem;
    position: absolute;
    width: 0.9rem;
}

.compartment::before {
    border-left: 0.4rem solid rgba(255, 255, 255, 0.3);
    left: -0.9rem;
}

.compartment::after {
    border-right: 0.4rem solid rgba(255, 255, 255, 0.3);
    left: -2rem;
}

.compartment-window {
    background: #fff;
    background: -moz-linear-gradient(90deg, transparent 0.8rem, white 0.8rem) left/2.4rem 100%;
    background: -webkit-linear-gradient(90deg, transparent 0.8rem, white 0.8rem) left/2.4rem 100%;
    background: -o-linear-gradient(90deg, transparent 0.8rem, white 0.8rem) left/2.4rem 100%;
    background: -ms-linear-gradient(90deg, transparent 0.8rem, white 0.8rem) left/2.4rem 100%;
    background: linear-gradient(90deg, transparent 0.8rem, white 0.8rem) left / 2.4rem 100%;
    height: 40%;
    position: absolute;
    top: 0.7rem;
    width: 100%;
}

.compartment-window::before,
.compartment-window::after {
    content: "";
    position: absolute;
}

/* .compartment-window::before {
    animation: up-down 0.3s 0.1s infinite;
    background: #e77a3a;
    border-radius: 50% 50% 0 0;
    height: 0.6rem;
    left: 50%;
    top: -1.4rem;
    transform: translate(-50%, 0);
    width: 110%;
} */

@keyframes up-down {

    0%,
    100% {
        transform: translate(-50%, 0);
    }

    50% {
        transform: translate(-50%, -0.3rem);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes move-train {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-2040px);
    }
}

@keyframes body-upDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-2px);
    }
}

@keyframes move-smoke {
    0% {
        -webkit-filter: blur(0);
        -moz-filter: blur(0);
        -o-filter: blur(0);
        -ms-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }

    50% {
        -webkit-filter: blur(0.2rem);
        -moz-filter: blur(0.2rem);
        -o-filter: blur(0.2rem);
        -ms-filter: blur(0.2rem);
        filter: blur(0.2rem);
        opacity: 0.6;
        transform: translate(0, -3rem) scale(2);
    }

    100% {
        -webkit-filter: blur(0.3rem);
        -moz-filter: blur(0.3rem);
        -o-filter: blur(0.3rem);
        -ms-filter: blur(0.3rem);
        filter: blur(0.3rem);
        opacity: 0;
        transform: translate(2.5rem, -6rem) scale(3);
    }
}

.wheel-joint {
    animation: wheel-joint 2s linear infinite;
    background: white;
    border-radius: 0.6rem;
    height: 0.4rem;
    position: absolute;
    right: 0.4rem;
    top: calc(50% - 0.2rem);
    transform-origin: 100% 50%;
    width: 3.6rem;
    z-index: 1;
}

.wheel-joint::before,
.wheel-joint::after {
    background: #333333;
    border: 0.1rem solid white;
    border-radius: 50%;
    content: "";
    height: 0.8rem;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 0.8rem;
}

.wheel-joint::before {
    left: -0.4rem;
}

.wheel-joint::after {
    right: -0.4rem;
}

.wheel-joint-2 {
    left: 1.8rem;
    right: auto;
    transform: rotate(-15deg);
    transform-origin: 0 50%;
    width: 4.4rem;
}

.wheel-joint-2::before {
    height: 1.1rem;
    width: 1.1rem;
}

@keyframes wheel-joint {
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
    padding: 80px 0;
    overflow: hidden;
}

.btn_bx {
    margin-top: 50px;
    text-align: center;
}

.section-title span {
    color: #000000;
    background: #e77a3a94;
    border-left: 2px solid #e77a3a;
    padding: 5px 20px 5px 15px;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 500;
}

.section-title h1,
.section-title h2 {
    position: relative;
    color: #000;
    font-size: 32px;
    line-height: 1.5;
    text-transform: uppercase;
    font-family: "bookman-jf-pro", serif;
}

.common-btn.blue_filled_btn {
    background: #fff;
    color: #fff;
    border-color: #fff;
}

.common-btn.blue_filled_btn {
    background: #fff;
    color: #ffffff;
    border-color: #fff;
}

.common-btn.filled_btn {
    background: #fff;
    color: #ffffff;
    border-color: #fff;
}

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

.common-btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    padding: 10px 30px;
    color: #fff;
    background-color: #00000000;
    border-radius: 0;
    position: relative;
    text-transform: capitalize;
    display: inline-block;
}

.common-btn:before {
    content: '';
    border: inherit;
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    opacity: .8;
}

.common-btn:hover {
    color: #fff;
    background-color: #e77a3a;
    border-color: #e77a3a;
}

.common-btn-black {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    padding: 10px 30px;
    color: #000;
    background-color: #00000000;
    border-radius: 0;
    position: relative;
    text-transform: capitalize;
    display: inline-block;
    font-family: "bookman-jf-pro", serif;
    letter-spacing: 2px;
}

.common-btn-black:before {
    content: '';
    border: inherit;
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    opacity: .8;
}

.common-btn-black:hover {
    color: #fff;
    background-color: #e77a3a;
    border-color: #e77a3a;
}



.orange-btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    border-style: solid;
    border-width: 1px;
    border-color: #e77a3a;
    padding: 10px 30px;
    color: #fff;
    background-color: #e77a3a;
    border-radius: 0;
    position: relative;
    text-transform: capitalize;
    display: inline-block;
}

.orange-btn:before {
    content: '';
    border: inherit;
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    opacity: .8;
}

.orange-btn:hover {
    color: #fff;
    background-color: #000;
    border-color: #ffffff;
}
/*--------------------------------------------------------------
 # call-buton Css
--------------------------------------------------------------*/
.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    left: 2rem;
    bottom: 3rem;
    background: #000;
    width: 6rem;
    height: 6rem;
    padding: 1rem;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: var(--btn-bg);
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.call-buton .cc-calto-action-ripple i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 20px;
    color: #fff;
}

.call-buton .cc-calto-action-ripple:hover i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(20, 22, 17, 0.2),
            0 0 0 0 rgba(20, 22, 17, 0.2), 0 0 0 5px rgba(20, 22, 17, 0.2),
            0 0 0 10px rgba(20, 22, 17, 0.2);
        box-shadow: 0 4px 10px rgba(20, 22, 17, 0.2),
            0 0 0 0 rgba(20, 22, 17, 0.2), 0 0 0 5px rgba(20, 22, 17, 0.2),
            0 0 0 10px rgba(20, 22, 17, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(20, 22, 17, 0.2),
            0 0 0 5px rgba(20, 22, 17, 0.2), 0 0 0 10px rgba(20, 22, 17, 0.2),
            0 0 0 20px rgba(20, 22, 17, 0);
        box-shadow: 0 4px 10px rgba(236, 24, 24, 0.2),
            0 0 0 5px rgba(20, 22, 17, 0.2), 0 0 0 10px rgba(20, 22, 17, 0.2),
            0 0 0 20px rgba(20, 22, 17, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(20, 22, 17, 0.2),
            0 0 0 0 rgba(20, 22, 17, 0.2), 0 0 0 5px rgba(20, 22, 17, 0.2),
            0 0 0 10px rgba(20, 22, 17, 0.2);
        box-shadow: 0 4px 10px rgba(20, 22, 17, 0.2),
            0 0 0 0 rgba(20, 22, 17, 0.2), 0 0 0 5px rgba(20, 22, 17, 0.2),
            0 0 0 10px rgba(20, 22, 17, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(20, 22, 17, 0.2),
            0 0 0 5px rgba(20, 22, 17, 0.2), 0 0 0 10px rgba(20, 22, 17, 0.2),
            0 0 0 20px rgba(20, 22, 17, 0);
        box-shadow: 0 4px 10px rgba(20, 22, 17, 0.2),
            0 0 0 5px rgba(20, 22, 17, 0.2), 0 0 0 10px rgba(20, 22, 17, 0.2),
            0 0 0 20px rgba(20, 22, 17, 0);
    }
}

span.num {
    position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
    z-index: 997;
    position: absolute;
    padding: 30px 15px;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
    transition: all 0.5s;
}

.logo-bx {
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translate(-50%, 0px);
    max-width: 180px;
}

.bottom_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logo-bx a.logo {
    display: contents;
}

.right_btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    gap: 18px;
}
.right_btn .orange-btn {
    text-transform: uppercase;
    font-weight: 600;
}
.right_btn a.common-btn {
    margin-right: 20px;
    font-family: "bookman-jf-pro", serif;
    letter-spacing: 1px;
}


.our-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 25px;
    min-width: 170px;
    border-radius: 0;
    -webkit-perspective: 320px;
    perspective: 320px;
    text-decoration: none;
}

.our-btn:before {
    content: "";
    position: absolute;
    height: 100%;
    bottom: 0;
    right: 0;
    width: 0;
    background-color: #000;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-radius: inherit;
}

.our-btn:before,
.our-btn:after {
    background-color: transparent;
    border: 2px solid #fff;
    width: 100%;
}

.our-btn .bottom-line-1 {
    height: 2px;
    width: 1.8rem;
    right: 4rem;
    bottom: 0;
    position: absolute;
    background: #000;
    -webkit-transition: width 0.5s ease-out, right 0.3s ease-out;
    transition: width 0.5s ease-out, right 0.3s ease-out;
}

.our-btn .bottom-line-2 {
    height: 2px;
    width: 1.2rem;
    right: 1rem;
    bottom: 0;
    position: absolute;
    background: #000;
    -webkit-transition: width 0.5s ease-out, right 0.3s ease-out;
    transition: width 0.5s ease-out, right 0.3s ease-out;
}

.our-btn .top-line {
    height: 2px;
    width: 1.8rem;
    top: 0;
    left: 1.4rem;
    position: absolute;
    background: #000;
    -webkit-transition: width 0.5s ease-out, left 0.3s ease-out;
    transition: width 0.5s ease-out, left 0.3s ease-out;
}

.our-btn:hover .top-line,
.our-btn.active .top-line {
    left: -2px;
    width: 0px;
}

.our-btn:hover .bottom-line-1,
.our-btn:hover .bottom-line-2,
.our-btn.active .bottom-line-1,
.our-btn.active .bottom-line-2 {
    right: 0;
    width: 0;
}

.our-btn:before {
    border-color: #fff;
}

.our-btn:hover::before,
.our-btn:hover:after,
.our-btn.active::before,
.our-btn.active:after {
    width: 100%;
    right: unset;
    left: 0;
}

.our-btn {
    background-color: transparent;
    color: #fff;
}

.our-btn:hover,
.our-btn.active {
    color: #fff;
    box-shadow: none;
}





.our-btn-black {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 25px;
    min-width: 170px;
    border-radius: 0;
    -webkit-perspective: 320px;
    perspective: 320px;
    text-decoration: none;
}

.our-btn-black:before {
    content: "";
    position: absolute;
    height: 100%;
    bottom: 0;
    right: 0;
    width: 0;
    background-color: #000;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-radius: inherit;
}

.our-btn-black:before,
.our-btn-black:after {
    background-color: transparent;
    border: 2px solid #fff;
    width: 100%;
}

.our-btn-black .bottom-line-1 {
    height: 2px;
    width: 1.8rem;
    right: 4rem;
    bottom: 0;
    position: absolute;
    background: #fff;
    -webkit-transition: width 0.5s ease-out, right 0.3s ease-out;
    transition: width 0.5s ease-out, right 0.3s ease-out;
}

.our-btn-black .bottom-line-2 {
    height: 2px;
    width: 1.2rem;
    right: 1rem;
    bottom: 0;
    position: absolute;
    background: #fff;
    -webkit-transition: width 0.5s ease-out, right 0.3s ease-out;
    transition: width 0.5s ease-out, right 0.3s ease-out;
}

.our-btn-black .top-line {
    height: 2px;
    width: 1.8rem;
    top: 0;
    left: 1.4rem;
    position: absolute;
    background: #fff;
    -webkit-transition: width 0.5s ease-out, left 0.3s ease-out;
    transition: width 0.5s ease-out, left 0.3s ease-out;
}

.our-btn-black:hover .top-line,
.our-btn-black.active .top-line {
    left: -2px;
    width: 0px;
}

.our-btn-black:hover .bottom-line-1,
.our-btn-black:hover .bottom-line-2,
.our-btn-black.active .bottom-line-1,
.our-btn-black.active .bottom-line-2 {
    right: 0;
    width: 0;
}

.our-btn-black:before {
    border-color: #000;
}

.our-btn-black:hover::before,
.our-btn-black:hover:after,
.our-btn-black.active::before,
.our-btn-black.active:after {
    width: 100%;
    right: unset;
    left: 0;
}

.our-btn-black {
    background-color: transparent;
    color: #000;
}

.our-btn-black:hover,
.our-btn-black.active {
    color: #000;
    box-shadow: none;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
header.header.fixed-header {
    position: fixed;
    top: 0;
}

.header.fixed-header .logo-bx {
    max-width: 100px;
    transition: all 0.5s;
}

.header.fixed-header a.logo {
    margin-top: 0;
}

a.logo {
    margin-top: -65px;
}

.header.fixed-header .logo img {
    max-width: 300px;

}

.header .logo img {
    width: 100%;
    border-radius: 100%;
}

.header-call {
    margin: 0 14px;
    border-left: 1px solid #000000;
    padding-left: 30px;
}

.header-call .box-title {
    font-size: 22px;
    margin-bottom: 2px;
}

.header .box-title a {
    color: #fff;
    font-family: "bookman-jf-pro", serif;
    font-size: 18px;
    font-weight: normal;
}

.header.fixed-header .box-title a {
    color: #fff;
    font-weight: 500;
}

.header-call .icon {
    display: inline-block;
    width: 23px;
    height: 23px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(0px);
}

.header-call .icon img {
    filter: invert(1);
}

.header-call .box-text {
    font-size: 14px;
    margin: 0;
    color: #ffffff;
    display: none;
}

.hours-text_ span {
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
}

.hours-text_ p {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 25px;
}

@media (min-width: 1280px) {

    nav.navbar.menu-right {
        justify-content: flex-end;
    }

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
        gap: 30px;
    }

    /* .navbar li {
        position: inherit;
    } */

    .navbar ul li {
        white-space: nowrap;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding:10px 0;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        text-transform: uppercase;
        white-space: nowrap;
        transition: 0.3s;
        position: relative;
        text-decoration: none;
        font-family: "bookman-jf-pro", serif;
        letter-spacing: 2px;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar>ul>li>a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -6px;
        left: 0;
        background-color: var(--color-primary);
        visibility: hidden;
        width: 0px;
        transition: all 0.3s ease-in-out 0s;
    }

    .navbar a:hover:before,
    .navbar li:hover>a:before,
    .navbar .active:before {
        visibility: visible;
        width: 100%;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        color: #ffffff;
        background: var(--btn-bg);
    }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        top: calc(100% + 0);
        margin: 0;
        padding: 0 !important;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }

    .navbar .dropdown ul li {
        min-width: 200px;
    }

    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: var(--color-default);
        font-weight: 400;
        position: relative;
        z-index: 1;
    }

    .navbar .dropdown ul a i {
        font-size: 12px;
    }

    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a {
        color: var(--color-primary);
    }

    .navbar .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }

    .banner-img {
        top: 150%;
    }
}

@media (min-width: 1280px) {

    .mobile-nav-show,
    .mobile-nav-hide {
        display: none;
    }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
 # Sidebar Css
--------------------------------------------------------------*/

.side-bar {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 370px;
    padding: 50px 40px;
    height: 100%;
    display: block;
    background-color: white;
    backdrop-filter: blur(7px);
    z-index: 1900;
    transition: all 600ms ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow: visible;
}

.side-bar .inner {
    padding: 40px 0px 0 0;
}



.side-bar .inner-main-wrapper-desk .thumbnail {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.side_bar_menu ul li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}

.side_bar_menu ul li a:hover {
    color: #e77a3a;
}

.side_bar_menu ul li {
    margin-bottom: 20px;
    font-family: "bookman-jf-pro", serif;
    letter-spacing: 2px;
}

.side_bar_location h4 {
    font-weight: 600;
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;
    margin: 25px 0;
}

.side-bar .inner-main-wrapper-desk .thumbnail img {
    width: 150px;
    margin-left: 0;
}

.side-bar .inner-main-wrapper-desk .banner-shape-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
    opacity: 1;
    transition-delay: 0.7s;
}

.side-bar .inner-main-wrapper-desk .banner-shape-area .shape {
    height: 10px;
    width: 10px;
    line-height: 10px;
    transform: rotate(45deg);
    margin: 0 6px;
    background: var(--color-primary);
    display: block;
}

.side-bar .social-area {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.social-area li {
    list-style: none;
    margin: 0 5px;
    color: #fff;
}

.social-area li a {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.social-area li a:hover {
	color: #ffffff;
	background-color: #e77a3a;
	border-color: #e77a3a;
}

.side-bar.header-one {
    background-color: #000;
}

.side-bar button:hover {
    background-color: var(--btn-bg);
    border-color: var(--btn-bg);
}

.side-bar.show {
    right: 0;
    overflow-y: auto;
}

.side-bar button {
    max-width: 100%;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: #e77a3a !important;
    padding: 6px;
    border: 1px solid #e77a3a;
}

.side-bar button i {
    color: #ffffff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

#side_bar_overlay.bgshow {
    background: #0e1013;
    opacity: 70%;
    visibility: visible;
    pointer-events: visible;
    z-index: 999;
    top: 0;
}

#side_bar_overlay {
    cursor:'';
    background: #0e1013;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease-in-out;
    pointer-events: none;
    z-index: 50;
}

.burger-icon {
    width: 30px;
    cursor: pointer;
}

.burger-icon span {
    display: block;
    height: 2px;
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
    width: 83.33333333%;
    background: #ffffff;
    transition: all 400ms ease-in-out;
}

.burger-icon span:nth-child(1) {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

.burger-icon span:nth-child(2) {
    width: 100%;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

.burger-icon span:nth-child(3) {
    width: 58.33333333%;
    transition: all 100ms ease-in-out;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
}

@-webkit-keyframes burger-hover {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

/*--------------------------------------------------------------
 # Banner css
--------------------------------------------------------------*/
.banner_image {
    background-image: url('');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 300px 0 270px 0;
    position: relative;
}

.banner_image:before {
    content: '';
    background: rgb(0 0 0 / 40%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}

.banner_image .container {
    position: relative;
    z-index: 1;
}

.ban_head {
    text-align: center;
    background: #00000082;
    backdrop-filter: blur(25px);
    max-width: 650px;
    padding: 20px;
    margin-inline: auto;
}

.banner-text.banner_4 .ban_head {
    max-width: 780px;
    backdrop-filter: none;
}


.ban_head h1 {
    color: #ffffff;
    font-size: 40px;
    text-align: left;
    position: relative;
    display: inline-block;
    padding: 0 90px;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 2px 2px 8px #000;
    margin: 0;
}

.ban_head h1:before,
.ban_head h1:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 70px;
    height: 8px;
    background: #e77a3a00;
    content: "";
    border-top: 2px solid #e77a3a;
    border-bottom: 2px solid #e77a3a;
}

.ban_head h1:before {
    left: 0;
}

.ban_head h1:after {
    right: 0;
}

.ban_head p {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
}

.ban_head h1 span {
    background: #fff;
    padding: 0 15px;
    display: inline-block;
    font-size: 80px;
}

.banner-main {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    background: #000;
}

.form_bx {
    margin-top: -50px;
}

.banner-main .slick-dots {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 30px;
    left: 0;
    width: 100%;
}

.banner-main .slick-dots button {
    height: 10px;
    width: 10px;
    background: #fff;
    font-size: 0;
    margin: 0 2px;
    border: 0;
}

.banner-main .slick-dots .slick-active button {
    background: #fff;
    height: 10px;
    width: 10px;
}

.banner-slide {
    display: block !important;
}

.banner-main .banner-image {
    height: 100%;
    position: relative;
    z-index: 1;
}

.banner-slider .slick-slide {
    padding: 0;
}

.banner-main .banner-image::before {
    position: absolute;
    height: 30%;
    width: 100%;
    display: inline-block;
    left: 0;
    content: '';
    background: rgb(35 31 32);
    background: linear-gradient(180deg, rgb(0 0 0) 0%, rgba(255, 255, 255, 0) 100%);
    top: 0;
    z-index: 1;
}

.banner-main .slick-track {
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.banner-main .banner-image img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
    animation: cssAnimation 8s 1 ease-in-out forwards;

}

.banner-main .slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
    animation: cssAnimation 8s 1 ease-in-out forwards;
}

@keyframes cssAnimation {
    from {
        -webkit-transform: scale(1.05) translate(0px);
    }

    to {
        -webkit-transform: scale(1) translate(0px);
    }
}

@-webkit-keyframes cssAnimation {
    from {
        -webkit-transform: scale(1.05) translate(0px);
    }

    to {
        -webkit-transform: scale(1) translate(0px);
    }
}

.banner-image-inner img {
    transform: inherit !important;
}

.banner-image-inner img {
    max-height: 650px;
    margin: 0 auto;
}

.banner-main .slick-slide {
    display: block !important;
}

.banner-text {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    z-index: 99;
    transform: translate(0px, -50%);
}


.banner-main .slick-active .banner-text {
    animation: text-move 1s ease-in-out forwards;
}

.banner-text-2 {
    position: absolute;
    top: 60%;
    left: 20%;
    width: 100%;
    text-align: center;
    z-index: 99;
    transform: translate(0, -85%);
    display: inline-block;
}

.banner-img {
    position: absolute;
    top: 140%;
    right: 0;
    text-align: center;
    z-index: 99;
    transform: translate(0, -100%);
    left: auto;
    max-width: 80%;
}

.banner-img.ban_car_1 img {
    width: 85%;
    margin-left: auto;
}

.banner-main .slick-active .slide-left {
    animation: 3s slide-left ease-in-out forwards;
}

@keyframes slide-left {
    0% {
        margin-left: 100%;
    }

    100% {
        margin-left: 0%;
    }
}

.banner-main .slick-active .banner-text-2 {
    animation: text-move 1s ease-in-out forwards;
}

/* .request-quote {
    background-image: url(../img/quote.png);
    background-size: cover;
} */

@keyframes text-move {
    0% {
        transform: scale(1) translateY(100%);
    }

    100% {
        transform: scale(1) translateY(-50%);
    }
}

.banner-text-inner {
    text-align: left;
}

.banner-text-inner h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0px;
    max-width: 530px;
}

.banner-text-inner h2 span {
    color: #fff;
}

.banner-text-inner p {
    max-width: 350px;
    margin-left: 0;
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
}

.banner-img-inner img {
    max-height: 450px;
    margin-inline: auto;
}

.banner-text.banner_1 {
    top: 50%;
    max-width: 720px;
    text-align: left;
    left: 5%;
}

.banner-text.banner_1 .ban_head {
    text-align: left;
    background: #0000008c;
    backdrop-filter: blur(16px);
    max-width: 85%;
    padding: 30px;
}

.banner-text.banner_1 .ban_head h1 {
    padding-left: 0;
}

.banner-text.banner_1 .ban_head h1:before {
    display: none;
}


.banner-text.banner_2 {
    top: 50%;
    max-width: 720px;
    text-align: left;
    left: 5%;
}

.banner-text.banner_2 .ban_head {
    text-align: left;
    max-width: 100%;
    backdrop-filter: none;
    background-color: transparent;
}

.banner-text.banner_3 .ban_head {
    background: #000;
    display: none;
}

.banner-text.banner_2 .ban_head h1 {
    padding-left: 0;
}

.banner-text.banner_2 .ban_head h1:before {
    display: none;
}

.banner-main .banner_3 .banner-image::after {
    display: none;
}

@media only screen and (max-width: 1366px) and (min-width: 1280px) {
    .banner-img.ban_car_1 img {
        width: 60%;
        margin-left: auto;
    }
}



/*--------------------------------------------------------------
	Banner Bottom Section css
--------------------------------------------------------------*/
.section-title.text-white h2 {
    color: #ffffff;
}

.ban_bottom_form {
    background: rgb(0 0 0 / 88%);
    padding: 25px;
    z-index: 1;
    position: relative;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}

.form-control {
    background: transparent !important;
    border: 1px solid #fff;
    border-radius: 0;
    /* color: #fff !important; */
    height: 45px;
    font-size: 16px;
}

.form_btn {
    text-align: right;
}

.ban_bottom_form h3 {
    color: #fff;
    font-size: 42px;
}

.ban_bottom_form p {
    color: #fff;
}

.form-control::-webkit-input-placeholder {
    color: #fff;
}

.form-control:-ms-input-placeholder {
    color: #fff;
}

.form-control::placeholder {
    color: #fff;
}

.form-control::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.ban_bottom_form button.common-btn.white-btn {
    padding: 8px 24px;
    border: none;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about-section {
    position: relative;
    background: #fff0e6;
}
.about-btns {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.ab_main {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    max-width: 1300px;
}

.img-box6 {
    margin: 0 50px;
    position: relative;
    z-index: 2;
    padding: 50px 0;
    text-align: center;
}

.img-box6:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 60px);
    height: 100%;
    width: 120px;
    background-color: #e77a3a;
    z-index: -1;
}

.img-box6 .img1 {
    border-radius: 9999px;
    /* background-color: #e77a3a; */
    padding: 30px;
}

.img-box6 .img1 img {
    width: 450px;
    border-radius: inherit;
    position: relative;
    z-index: 3;
    height: 450px;
    object-fit: cover;
    border: 10px solid #e77a3a;
}


.img-box6 .shape1 {
    position: absolute;
    left: 0;
    top: -13px;
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite;
}

.about_ic_bx {
    display: flex;
    gap: 15px;
}

.about_ic_inner {
    display: flex;
    gap: 25px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.ab_ic img {
   
    transition: all 0.5s;
}

.about_ic_bx:hover .ab_ic img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.ab_ic_cn h3 {
    font-size: 18px;
    margin-bottom: 5px;
    font-family: "bookman-jf-pro", serif;
}

.ab_ic_cn p {
    font-size: 16px;
    margin-bottom: 0;
    width: 100%;
    max-width: 214px;

}

.ab_cn {
    max-width: 660px;
    padding-right: 50px;
    margin-left: -50px;
}

.about-section .about-pic-area:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: red;
    display: inline-block;
    transform: translate(10px, 10px);
}

.about-section .about-pic-area img {
    border-radius: 15px;
}

.about-section .about-pic-area .box a img {
    margin: 0;
    transition: all 0.5s;
}

.divider {
    display: block;
    width: 100%;
    margin: 2rem 0;
    background: #d7b65d4f;
    height: 1px;
}

.ab-imgs_bx {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.about_img_1 {
    width: 50%;
}

.about_img_1 img {
    height: 100%;
    object-fit: cover;
    animation: move2 1s infinite alternate;

}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}


@-webkit-keyframes move2 {
    0% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes move2 {
    0% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

.about_img_2 {
    width: 50%;
    height: 100%;
}

.about_img_2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    animation: mover 1s infinite alternate;
}

.about-section .about-pic-area {
    position: relative;
    transition: all 0.5s;
}

.about-section .about-pic-area:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: inline-block;
    transform: translate(10px, -10px);
    left: 0;
    border-radius: 15px;
    z-index: -1;
    transition: all 0.5s;
}

.about-pic-area:hover:after {
    transform: translate(0px, 0px);
    transition: all 0.5s;
}

.ab_cl h2 {
    font-size: 25px;
    font-weight: 600;
    margin: 0;
}






.menu_item_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.menu_item_head p {
    background: rgb(253 224 26 / 38%);
    padding: 0 15px;
    font-size: 18px !important;
    border-bottom: 2px solid #fff;
    display: none;
}

.menu-home-nh .tab-pane::before {
    /* content: ""; */
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.08;
}



.hours h2 {
    padding: 10px;
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 10px;
    margin: 0;
    border-left: 2px solid #e77a3a;
    margin-bottom: 15px;
    background: #e77a3a82;
    text-transform: capitalize;
}



.menu-home.menu-home-nh {
    background: #ffffff;
}

.menu-home-nh .nav-tabs {
    border: 0;
    margin-bottom: 50px;
}

.menu-home-nh .nav {
    justify-content: center;
    padding-right: 0;
    flex: 0 0 100%;
    width: 100%;
    z-index: 1;
    position: relative;
    gap: 0px;
    display: flex !important;
}



.menu-home-nh .tab-content {
    padding: 0;
    position: relative;
    z-index: 1;
    width: 100%;
}

.menu-home-nh .menu-item-list {
    padding-right: 0;
    text-align: left;
}

.menu-home-nh .nav-tabs li.nav-item {
    position: relative;
    margin-bottom: -1px;
    isolation: isolate;
    width: 16%;
    transition: all 0.54s;
}

.menu-home-nh .nav:before {
    content: "";
    height: 1px;
    width: 100%;
    background: var(--btn-bg);
    position: absolute;
    top: 50px;
    left: 0;
    max-width: 90%;
    margin-inline: auto;
    right: 0;
}

/* .menu-home-nh .section-title h2 {
    color: #fff;
} */
.menu-home-nh .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    border-right: 1px solid #e77a3a !important;
    padding-bottom: 15px;
    background: #fff0e6;
    padding: 7px;
    border-radius: 0px;
}
.limit-bx {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    column-gap: 15px;
    flex-wrap: wrap;
}


.menu-home-nh .nav-item .nav-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    border-radius: 30px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffe4d2 100%);
    z-index: -1;
    display: none;
}

.nav-tabs .nav-link.active span.menu-item-name {
    color: #ffffff;
    border-radius: 100px;
    padding: 0;
}

.nav-tabs .nav-link.active {
    background: #e77a3a;
    border-radius: 0px;
}

#myTab>li:last-child>a {
    border-right: 0px !important;
}

.nav-tabs .nav-link.active:before {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #e77a3a 100%);
}

.menu-home-nh .menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 100%;
    display: none;
}

.menu-home-nh .nav-link.active .menu-icon {
    background: var(--btn-bg);
}

.menu_it_bx {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.menu-home-nh .menu-icon img {
    width: 98px;
    height: 98px;
    object-fit: cover;
    border-radius: 100%;
    display: none !important;
}

.menu-home-nh .menu-item-name {
    color: #000;
    margin-top: 0;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    flex: 0 0 calc(100% - 100px);
    text-align: center;
    padding: 0 5px;
    font-family: 'RedSoxNation' !important;
    letter-spacing: 2px;
    font-weight: normal;
    font-weight: bold;
}

.menu-lg-img {
    padding-right: 30px;
}

.menu-lg-img img {
    width: 400px;
    height: 400px;
    object-fit: cover;
}

.menu-home-nh .section-title {
    margin-bottom: 50px;
}

.menu-item-list h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
    background: #ffffff;
    display: inline-block;
}

.menu-item-list ul li {
    padding: 15px 0 15px 0;
    border-bottom: 1px dotted rgb(0 0 0 / 31%);
}

.menu-item-list ul li h4 {
    color: #000;
    font-size: 22px;
    text-transform: capitalize;
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}

.red-text {
    color: #d31f2b;
}

.menu-item-list ul li p {
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}

.menu_sec {
    padding-top: 0;
}

.menu_sec .section-title {
    margin-bottom: 50px;
}

.menu_bx .section-title h2 {
    font-size: 32px;
}

.menu_bx .section-title {
    margin-bottom: 0;
}

.menu_it_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}







.menu-list-area {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    column-gap: 50px;
}

.menu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.menu-list .box-title {
    margin-top: 0;
    font-size: 30px;
}

.menu-list .box-title {
    color: #000;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: normal;
}

.menu-list .box-content {
    display: flex;
    align-items: center;
    gap: 5px 12px;
    justify-content: space-between;
    margin-bottom: 10px;
}

.menu-list .box-text {
    margin-bottom: 0;
    width: auto;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
}

.menu-list .box-line {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    border-bottom: 1px dashed #000;
    position: relative;
    top: 0;
}

.menu-list .box-line:before,
.menu-list .box-line:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 99px;
    background-color: #000;
    position: absolute;
    bottom: -4px;
    display: none;
}

.menu-list .box-line:before {
    left: -10px;
}

.menu-list .box-line:after {
    right: -10px;
}

.menu-list .box-price {
    margin-bottom: 0;
    font-size: 30px;
    margin-left: 15px;
}

/*--------------------------------------------------------------
	Catering Section
--------------------------------------------------------------*/
.cate-thumb {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 6px 15px;
    border-radius: 3px;
    overflow: hidden;
    background: #ee1d24;
}

.cate-thumb * {
    position: relative;
    z-index: 9;
}


.cate-thumb::after {
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    transform: translateX(-100%);
    left: 0;
    background: rgb(253 224 26);
}

.img-cate-lg {
    position: relative;
}

.img-cate-lg:after {
    position: absolute;
    height: 30%;
    width: 100%;
    display: inline-block;
    top: auto;
    left: 0;
    content: '';
    background: rgb(35 31 32);
    background: linear-gradient(360deg, rgb(35 31 32) 0%, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
}

a.text_link {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 10px;
    text-decoration: none;
}

a.text_link:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 100%;
    background: transparent;
    left: 0;
    border-block: 1px solid #fff;
}

.img-cate-lg:hover .ev_overlay {
    transform: translate(0px, 0px);
}

.ev_overlay {
    background: var(--btn-bg);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: translate(0px, 1000px);
    transition: all 0.5s;
    z-index: 1;
}

.ev_overlay h3 {
    text-transform: capitalize;
    color: #ffff;
    font-weight: 600;
    font-size: 25px;
}

.img-cate-lg img {
    width: 100%;
    min-height: 450px;
    object-fit: cover;
    max-height: 450px;
}

.ev_text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    z-index: 1;
    transition: all 0.5s;
}

.ev_text h3 {
    color: #ffff;
    font-weight: 500;
    font-size: 25px;
    margin: 0;
    text-transform: capitalize;
}

.img-cate-lg:hover .ev_text {
    display: none;
}

.catering-slider-thumb .slick-current .cate-thumb::after {
    transform: translateX(0);
}

.catering-slider-thumb .slick-current .cate-thumb span {
    color: #000;
    font-size: 20px;
}

.catering-slider-thumb .slick-current .cate-thumb img {
    filter: invert(1);
}

.cate-thumb img {
    width: 40px;
    margin-right: 10px;
    filter: brightness(0) grayscale(0) invert(1);
}

.cate-thumb span {
    color: #fff;
    font-size: 20px;
}

.vertical-slider .slick-track {
    transform: none !important;
}

.catering-slider-thumb {
    padding: 0;
    overflow: hidden;
    position: relative;
    /* background: #fff0e6; */
}

.right-cat-img {
    height: 100%;
}

.right-cat-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cat_img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.cat_slider .slick-slide {
    padding: 0;
}

/* .parallax-container img {
    height: 900px;
    object-fit: cover;
    width: 100%;
}
.parallax-container {
    position: relative;
    overflow: hidden;
    height: 620px;
}
.parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
} */

.parallax-container {
    overflow: hidden;
    position: relative;
    max-width: 100%;
    width: 100%;
    aspect-ratio: 1;
}

.parallax-container img {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 110%;
    object-fit: cover;
}

.oveerlay-slider {
    position: relative;
    z-index: 99;
    padding: 40px 40px 40px 25px;
    margin-left: auto;
    max-width: 650px;
    height: 100%;
}

.oveerlay-slider a.common-btn:hover {
    background-color: #000;
    border-color: #000;
}

.cat_slider .slick-slide * {
    display: inline;
}



.oveerlay-slider ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.oveerlay-slider ul li {
    color: white;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-left: 25px;
    flex: 0 0 calc(50% - 50px);
}

/* .oveerlay-slider ul li:before {
    content: '\f561';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #ffffff;
} */





.capabilites {
    color: #fff;
    font-size: 16px;
}

.oveerlay-slider ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.oveerlay-slider ul li:before,
.oveerlay-slider ul li:after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.oveerlay-slider ul li:before {
    height: 20px;
    width: 20px;
    left: 0;
    top: 2px;
    border: 2px solid #000;
}

.oveerlay-slider ul li:after {
    height: 10px;
    width: 10px;
    left: 5px;
    top: 7px;
    background-color: #e77a3a;
}

.oveerlay-slider ul li {
    margin: 0;
    float: left;
    width: 100%;
    color: black;
}

section.catering-newstyle.catering-slider-thumb.catering-menu_page .section-title span {
    color: #000;
    background: #e77a3a94;
}

/*--------------------------------------------------------------
 # testimonials Css
--------------------------------------------------------------*/
.testimonials-new {
    position: relative;
}
.testimonials-slider {
    max-width: 850px;
    margin-inline: auto;
}
.testimonials-new .container {
    position: relative;
    z-index: 1;
}

.testimonials-new .testimonials-item {
    position: relative;
    z-index: 1;
    margin-inline: auto;
    max-width: 80%;
}
.grecaptcha-badge {
    bottom: 50% !important;
}

.testimonials-new .testimonials-item .testimonials-item-wrap {
    z-index: 1;
    position: relative;
    display: block;
}
span.indicator {
    color: red;
}
.testimonials-head {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

.testimonials-new .btn_bx {
    text-align: center;
    margin-top: 50px;
}

.testimonials-new .slick-list.draggable {
    padding: 0;
}

.testimonials-new .section-title {
    margin-bottom: 50px;
}

.testimonials-new .slick-arrow.slick-prev {
    left: 0;
}

.quotes_img img {
    filter: brightness(0) saturate(100%) invert(78%) sepia(49%) saturate(5528%) hue-rotate(334deg) brightness(94%) contrast(92%);
}

.divider_img {
    display: block;
    text-align: center;
    margin: 15px 0;
}

.divider_img img {
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(78%) sepia(49%) saturate(5528%) hue-rotate(334deg) brightness(94%) contrast(92%);
}

.testimonials-new .slick-arrow.slick-next {
    right: 0;
}

.testimonials-new .slick-arrow {
    top: 32%;
}

.testimonials-slider .slick-slide {
    opacity: .3;
}

.testimonials-slider .slick-slide.slick-current {
    opacity: 1;
}

.goggle-img {
    background: rgb(254 231 213 / 55%);
    border-radius: 0;
    padding: 15px;
    width: 65px;
    height: 65px;
}

.testimonials-box-author {
    text-align: center;
    margin-top: 25px;
}

.testimonials-auther-content h3 {
    font-size: 18px;
    margin-bottom: 0;
    color: #e77a3a;
    font-weight: 500;
}

.testimonials-body {
    margin-bottom: 0;
}

.testimonials-new .pbmit-featured-wrapper {
    width: 80px
}

.testimonials-new .pbmit-featured-wrapper img {
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.testimonials-new .testimonials-auther-content {
    margin-left: 0;
}

/* .testimonials-new  .slick-list {
    padding: 0 120px !important; 
    overflow: visible !important;
} */
.testimonials-new p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    border: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

.testimonials-slider-new .slick-track {
    padding-top: 15px;
}

.testimonials-new .testimonials-star-ratings {
    color: #eab923;
}

.testimonials-new .pbminfotech-star-ratings-text {
    font-size: 30px;
    line-height: 26px;
    font-weight: 500 !important;
    font-style: italic !important;
    color: var(--pbmit-xcare-blackish-color);
    letter-spacing: -.25px
}

.testimonials-new.testimonials-inner-new .testimonials-item {
    max-width: 100%;
    padding: 0;
    text-align: left;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #4c000047;
}

.testimonials-new.testimonials-inner-new p {
    text-align: left;
}

.testimonials-new.testimonials-inner-new .divider_img {
    text-align: left;
}

.testimonials-new.testimonials-inner-new .testimonials-auther-content h3 {
    text-align: left;
}





/*--------------------------------------------------------------
 Blog Section
--------------------------------------------------------------*/

.blog-section .section-title {
    margin-bottom: 50px;
}

.grid .img-holder img {
    width: 100%;
}

.blog-section .blog-grids {
    margin: 0 -15px;
}

.blog-section .blog-grids .grid a.common-btn-black {
    padding: 6px 15px;
    min-width: auto;
}

.blog-section .blog-grids .grid {
    width: calc(49.33% - 30px);
    float: left;
    margin: 0 15px 0px;
    overflow: hidden;
    position: relative;
}

.grid .img-holder {
    position: relative;
    background: #323335;
    overflow: hidden;
}

.grid .img-holder img {
    opacity: 1;
    display: block;
    transition: all 0.3s ease;
    height: 400px;
    object-fit: cover;
}

.grid:hover .img-holder img {
    transform: scale(1.2);
}

@media (max-width: 991px) {
    .blog-section .blog-grids .grid {
        width: calc(50% - 30px);
    }
}

@media (max-width: 600px) {
    .blog-section .blog-grids .grid {
        width: calc(100% - 30px);
        float: left;
    }
}

.blog-section .img-cat {
    position: relative;
}

.blog-section .cat {
    position: absolute;
    left: 25px;
    top: 25px;
}

.blog-section .cat a {
    background: #000;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 6px 15px;
    margin-right: 8px;
}

.blog-section .grid .details {
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.blog-section .grid .img-holder:after {
    position: absolute;
    height: 30%;
    width: 100%;
    display: inline-block;
    top: auto;
    left: 0;
    content: '';
    background: rgb(35 31 32);
    background: linear-gradient(360deg, rgb(35 31 32) 0%, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
    display: none;
}

.blog-section .details h3 a {
    margin-bottom: 20px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-section .details h3 a:hover {
    color: #000;
}

.blog-section .grid .details p {
    margin-bottom: 10px;
    color: #ffffff;
    display: inline-block;
    padding: 0 15px;
    text-transform: uppercase;
    background: #e77a3a;
}

.blog-section .grid .details a {
    margin-bottom: 5px;
}

.blog-section .author a,
.blog-section .comment a {
    color: #797979;
}

@media (max-width: 991px) {

    .blog-section .author a,
    .blog-section .comment a {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.blog-section .author a:hover,
.blog-section .comment a:hover {
    color: #000;
}

.blog-section .author img {
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.blog-section .comment {
    padding-top: 5px;
}

.blog-section .comment i {
    display: inline-block;
    padding-right: 3px;
    position: relative;
    top: 2px;
}

/*--------------------------------------------------------------
 # Fun Facts
--------------------------------------------------------------*/
.fun-fact-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0.75;
    z-index: -1;
}

.fun-fact-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 80px 0;
    background-attachment: fixed;
}

@media (max-width: 767px) {
    .fun-fact-section {
        padding-bottom: 30px;
    }
}


.fun-fact-section h2 {
    font-size: 35px;
    font-weight: 300;
    margin: 0 0 35px;
    color: #fff;
}

@media (max-width: 991px) {
    .fun-fact-section h2 {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

@media (max-width: 767px) {
    .fun-fact-section h2 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

.fun-fact-section .fun-fact-grids .grid {
    width: 75%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .fun-fact-section .fun-fact-grids .grid {
        width: 75%;
        margin-bottom: 50px;
    }
}

.fun-fact-section .grid h3 {
    font-size: 42px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 0.2em;
}

@media (max-width: 991px) {
    .fun-fact-section .grid h3 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .fun-fact-section .grid h3 {
        font-size: 30px;
    }
}

.fun-fact-section .grid p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}

.fun-fact-section .grid a {
    display: inline-block;
}

@media (max-width: 991px) {




    .fun-fact-section .grid h3+p {
        font-size: 16px;
    }
}

.banner-slider .slick-list {
    overflow: visible;
}

.ban_b {
    background: #000;
    padding: 25px;
    position: relative;
    z-index: 1;
    border-top: 3px solid #fff;
    display: none;
}

.ban_b .ban_bottom_form {
    background: transparent;
    padding-top: 15px !important;
    z-index: 1;
    position: relative;
    padding: 0;
}

.ban_b .ban_bottom_form select.form-control option {
    background: #000;
}

.ban_b .section-title.text-white h2 {
    font-size: 22px;
    margin-top: 0;
    color: #000;
    display: inline-block;
    padding: 5px 30px;
    background: #fff;
    font-weight: 600;
}

/*--------------------------------------------------------------
 # Gallery
--------------------------------------------------------------*/
.gallery_slider .slick-slide {
    padding: 0;
}

.gallry_bx {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
}

.gallery-section {
    background: rgb(255 240 230);
}

.gallery_cn {
    margin-inline: auto;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.gallery_cn:after {
    content: '';
    background: rgb(0 0 0 / 90%);
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 0;
}

.gallery_cn * {
    position: relative;
    z-index: 1;
}

.gallery_cn .btn_bx {
    margin-top: 0;
}

.gallery_img {
    position: relative;
}

.gallery-box {
    display: block;
    overflow: hidden;
}

a.gallery-box:hover img {
    scale: 1.15;
}

.gallery-box img {
    max-width: 100%;
    object-fit: cover;
    transition: 200ms;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
    width: 100%;
}

/*--------------------------------------------------------------
 # Footer
--------------------------------------------------------------*/
.lines {
    position: absolute;
    inset: 0;
    max-width: 1520px;
    margin-inline: auto;
    z-index: 1;
    display: none;
}

.lines .line:nth-child(1) {
    margin-left: -22%;
}

.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgb(70 0 0 / 13%);
    overflow: hidden;
}

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(70 0 0) 100%);
    -webkit-animation: run 7s 0s infinite;
    animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

section#footertop {
    position: relative;
}

.lines .line:nth-child(2) {
    left: 65%;
}

.lines .line:nth-child(3) {
    left: 72%;
}

@keyframes run {
    0% {
        top: -50%;
    }

    100% {
        top: 110%;
    }
}

.footer-socail .social-area {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.footer-socail .social-area li {
    list-style: none;
    color: #fff;
    margin: 0 5px 0 0 !important;
}

.footer-section {
    padding-top: 80px;
    position: relative;
    background: #fff0e6;
    border-top: 1px solid rgb(0 0 0 / 6%);
}

.footer-con-info i {
    color: #e77a3a;
    margin-right: 8px;
}

.footer-section .container {
    position: relative;
    z-index: 1;
}

.footer-widget.w_100 ul li {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.footer-cta {
    border-bottom: 1px solid rgb(70 0 0 / 13%);
}

.hours h3 {
    color: #fff;
    font-size: 18px;
}

.hours-text p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.error {
    background: red;
    color: #fff !important;
    padding: 0 5px;
    display: block;
    font-size: 14px;
}

.hour_bx {
    margin-bottom: 30px;
}

.footer-con-info p {
    margin-bottom: 25px;
    font-size: 16px;
}

.footer-con-info a {
    font-size: 17px;
    color: #e77a3a;
    font-weight: 500;
}

.single-cta i {
    color: #ffffff;
    font-size: 30px;
    float: left;
    margin-top: 0px;
    background: #e77a3a;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #e77a3a;
    font-size: 24px;
    margin-bottom: 2px;
}

.cta-text span {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.footer-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 50px;
    align-items: start;
}

.footer-content .row {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 80px;
}

.footer-text p {
    margin-bottom: 25px;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-social-icon a {
    font-size: 16px;
    margin-right: 15px;
    border: 1px solid #e77a3a;
    height: 40px;
    width: 40px;
    display: inline-block;
    color: #e77a3a;
}

.footer-social-icon a:hover {
    color: #fff;
    border: 1px solid #e77a3a;
    background-color: #e77a3a;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.footer-widget-heading h3 {
    color: #e77a3a;
    position: relative;
    text-transform: capitalize;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 20px;
}

.hours-text {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hours-text p {
    display: flex;
}

.hours-text span {
    width: 48%;
    font-size: 16px;
}

.footer-widget ul li {
    display: block;
    margin-bottom: 25px;
    text-align: center;
}

.footer-widget ul li a:hover {
    color: #e77a3a;
}

.footer_logo {
    text-align: center;
}

.footer_logo img {
    max-width: 180px;
    text-align: center;
    margin-bottom: 25px;
    border-radius: 100%;
}

.footer-widget ul li a {
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
}

.footer-widget {
    width: 100%;
    max-width: 260px;
}

.copyright-area {
    padding: 16px 0;
    border-top: 1px solid rgb(0 0 0 / 6%);
    z-index: 1;
    position: relative;
}

.copyright-text p {
    margin: 0;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.copyright-text p a {
    color: #e77a3a;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #e77a3a;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.footer-section ul.social-area li a {
    color: #fff;
    background: black;
}

.d_logo {
    display: inline-block;
    max-width: 250px;
}

.about-info-sec .col-wrapper .hours-text:nth-child(4) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0px solid #ffffff4f;
}















.menu-item-list .text h2 {
    font-size: 30px;
    color: #e77a3a;
    margin-bottom: 50px;
    text-align: center;
    font-weight: normal;
}

.menu-item-list .text h4 {
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.menu-item-list .text p {
    width: 100%;
    font-size: 16px;
    margin: 0;
    color: #000;
    text-align: left;
    margin-top: 10px;
}

.menu-item-list .inner_text {
    padding: 15px 0 10px 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}

.menu-item-list {
    padding-left: 0;
}

.menu-lg-img img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    border-radius: 50%;
}

.menu-item-list .style {
    width: 400px;
    height: 400px;
    object-fit: cover;
    border-radius: 50%;
}

.catering-newstyle .section-title {
    margin-bottom: 34px;
}

.catering-newstyle {
    padding: 80px 0px;
    position: relative;
    background: #e77a3a;
    /* background-image: url(https://www.railroadbagel.com/wp-content/uploads/2024/07/3718.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; */
}

/* .catering-newstyle:before {
    content: '';
    position: absolute;
    top: 0;
    background: rgb(0 0 0 / 78%);
    width: 100%;
    height: 100%;
    z-index: 0;
} */
.catering-newstyle .container {
    position: relative;
    z-index: 1;
}

.catering-newstyle .section-title h2 {
    color: #fff;
}

.catering-newstyle .section-title p {
    color: #fff;
    width: 100%;
    margin: auto;
    margin-top: 10px;
}

.catering-newstyle .common-btn-black {
    border-color: #fff;
    color: #fff;
}

.catering-newstyle .section-title span {
    color: #fff;
    background: #00000094;
}

.catering-newstyle.new-catering-newstyle .right_menu {
    grid-template-columns: 1fr;
}

.catering-newstyle .menu_item_s {
    background: #0b0b0ba8;
    gap: 22px;
    backdrop-filter: blur(10px);
    padding: 10px 15px 10px 15px;
    border-radius: 8px;
    width: 100%;
    transition: 0.2s;
    min-height: 172px;
    display: flex;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
    border: 1px solid #e77a3a57;
}

.catering-newstyle .menu_item_s::after {
    position: absolute;
    content: '';
    width: 0%;
    height: 3px;
    background: #e77a3a;
    left: 0;
    bottom: 0;
    transition: 0.3s;
}

.catering-newstyle .menu_item_s:hover::after {
    width: 100%;
}

.catering-newstyle .menu_item_s:hover {
    background: #fff;
    color: #000;
}

.catering-newstyle .menu_item_s:hover h2 {
    color: #000;
}

.catering-newstyle .menu_item_s:hover p {
    color: #000;
}



.catering-newstyle .food_text h2 {
    color: #e77a3a;
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 4px;
    text-transform: capitalize;
}

.catering-newstyle .food_text p {
    color: #fff;
    font-size: 16px;
    padding-right: 0px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.catering-newstyle .food_pic {
    display: none !important;
}

.catering-newstyle .food_text span {
    font-size: 20px;
    text-transform: uppercase;
    color: #e77a3a;
    font-weight: 600;
}

.catering-newstyle .right_menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 20px;
    column-gap: 20px;
}





.new-catering-newstyle {
    padding: 0;
    background: #fff0e6;
    background-image: url('https://www.railroadbagel.com/wp-content/uploads/2024/07/480636.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}

.new-catering-newstyle:before {
    content: '';
    position: absolute;
    top: 0;
    background: #000;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    opacity: 0.9;
}

.new-catering-newstyle .container-fluid {
    position: relative;
    z-index: 2;
}

.new-catering-bx {
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    padding: 80px 0;
}

.new-catering-slider {
    height: 100%;
}

.slider-cat-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.new-catering-slider * {
    height: 100%;
}

.new-catering-newstyle .section-title span {
    color: #ffffff;
    background: #00000094;
}

.new-catering-newstyle.menu_item_s {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    background: #fff;
    margin-bottom: 5px;
    padding: 5px;
}

.new-catering-newstyle .food_pic {
    width: 100%;
    height: 100%;
    flex: 0 0 100px;
}

.new-catering-newstyle .food_pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.new-catering-newstyle .food_text h2 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 0px;
    color: #fff;
}



.new-catering-newstyle .food_text p {
    margin-bottom: 5px;
    color: #fff;
}

.new-catering-newstyle .food_text span {
    color: #e77a3a;
    font-size: 18px;
    font-weight: 500;
    display: none;
}

.new-catering-newstyle .menu_item_s {
    display: flex;
    gap: 15px;
    background: #ffffff24;
    padding: 10px;
    margin-bottom: 15px;
    align-items: flex-start;
    transition: all 0.5s;
}

.new-catering-newstyle .menu_item_s:hover {
    transform: translate(-0px, -5px);
}

.new-catering-newstyle .section-title h2,
.new-catering-newstyle .section-title p {
    color: #fff;
}

.new-catering-bx {
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    padding: 80px 40px;
}

.new-catering-slider .slick-slide {
    padding: 0;
}

/***** inner_banner *****/
.inner-banner {
    position: relative;
    min-height: 360px;
    display: grid;
    place-items: center;
    grid-template-areas: "stacked";
    overflow: hidden;
}

.inner-banner.styled {
    place-items: unset;
    padding-block: 0;
}

.inner-banner.styled .row {
    height: 100%;
}

.inner-banner>* {
    grid-area: stacked;
}

.inner-banner-image img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}


.inner-banner-image img.dark {
    filter: brightness(0.3);
}

.inner-banner-content.boxed {
    position: relative;
    height: 100%;
    display: grid;
    place-content: center start;
    /* background-color: #; */
    color: #fff;
}

.inner-banner-content .banner-title>* {
    text-transform: capitalize;
    margin: 0;
    font-size: 32px;
    color: #fff;
    background: rgb(0 0 0 / 87%);
    display: inline-block;
    padding: 20px 90px 20px 25px;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    font-weight: normal;
}

.inner-banner-content.boxed .banner-title>* {
    margin-block-end: 0.25em;
}




.overlay-dark::before {
    content: "";
    inset: 0;
    position: absolute;
    z-index: -1;
    background: rgb(0 0 0 / 23%);
}





.about_us .col-lg-6 img {
    border-radius: 20px;
}

.about_us .about_text {
    padding-left: 40px;
}

.about_us .about_text ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    row-gap: 10px;
    column-gap: 20px;
    margin: 5px 0px 20px 0px;
}


.about_us .about_text ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 15px;
}

/* 
.about_us {
    background: #fff0e6;
} */


.choose_us .card_design {
    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 35px 20px 35px 29px;
    border: 1px solid #eee;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
    z-index: 777;
    background: #fff;
    height: 100%;
}

.choose_us .card_design:hover::before {
    width: 100%;
    height: 100%;
}

.choose_us .card_design:hover h3 {
    color: #fff !important;
}

.choose_us .card_design:hover p {
    color: #fff !important;
}

.choose_us .card_design:hover .icon {
    border: 1px solid #161616;
}

.choose_us .card_design::before {
    position: absolute;
    content: '';
    height: 0%;
    width: 0%;
    z-index: -333;
    background: #000;
    top: 0;
    left: 0;
    transition: 0.4s;

}

.choose_us .card_design .icon {
    height: 70px;
    width: 70px;
    border: 1px solid #eee;
    border-radius: 10px;
    display: grid;
    place-items: center;
    transition: 0.5s;
    padding: 9px;
}

.choose_us .card_design .why-feature_title {
    margin: 0px;
    font-size: 22px;
    margin: 10px 0px 10px 0px;
}

.about_delish .left_side {
    position: relative;
    padding-right: 55px;
}

.about_delish .left_side::before {
    position: absolute;
    content: '';
    height: 100px;
    width: 100px;
    background-image: url('https://www.railroadbagel.com/wp-content/uploads/2024/07/burger.png');
    background-size: 100%;
    background-repeat: no-repeat;
    left: -31%;
    top: 17%;
}

.about_delish .qua_food {
    display: flex;
    gap: 35px;
    margin: 40px 0px 0px 0px;
}

.about_delish .qua_food h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin: 0;
}

.about_delish .qua_food p {
    margin: 0px;
}

.about_delish .inner_text {
    border-left: 3px solid #D9D9D9;
    padding-left: 27px;
    position: relative;
}

.about_delish .inner_text::before {
    top: 50%;
    content: "";
    width: 7px;
    left: -9px;
    height: 12px;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-repeat: no-repeat;
    background-image: url('https://www.railroadbagel.com/wp-content/uploads/2024/07/triangle.png');
}

.about_delish .btn-bx .common-btn-black {
    margin-top: 50px;
}

.about_delish .right_pic {
    padding: 10px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    overflow: hidden;
}

.about_delish .right_pic img {
    border-radius: 8px;
    transition: 0.2s;
}

.about_delish .right_pic:hover img {
    transform: scale(1.1);
}


.choose_us {
    background: #fff0e6;
    background-image: url('https://www.railroadbagel.com/wp-content/uploads/2024/07/480636.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}

.choose_us .left_text {
    background: #fff0e6e8;
    padding: 30px;
}

.choose_us .container {
    position: relative;
    z-index: 2;
}

.contact-us-inner .reach-us {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.contact-us-inner {
    background-color: #fff0e6;
}

.contact-us-inner .reach-us li {
    text-align: center;
    -webkit-box-shadow: 0px 0px 50px rgb(0 0 0 / 5%);
    box-shadow: 0px 0px 50px rgb(0 0 0 / 5%);
    padding: 40px;
    transition: 0.3;
    background: #fff;
    min-height: 240px;
    position: relative;
    overflow: hidden;
    width: 33.33%;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}





.contact-us-inner .reach-us li:hover::after {
    width: 50%;
    height: 50%;
    border-left: 3px solid #e77a3a;
    border-bottom: 3px solid #e77a3a;
}

.contact-us-inner .reach-us li::after {
    position: absolute;
    content: '';
    height: 0%;
    width: 0%;
    /* background: red; */
    transition: 0.4s;
    bottom: 0%;
    left: 0%;
}

.contact-us-inner .reach-us li:hover::before {
    width: 50%;
    height: 50%;
    border-right: 3px solid #e77a3a;
    border-top: 3px solid #e77a3a;
}

.contact-us-inner .reach-us li::before {
    position: absolute;
    content: '';
    height: 0%;
    width: 0%;
    /* background: red; */
    transition: 0.4s;
    top: 0%;
    right: 0%;
}


.contact-us-inner .reach-us li .icon img {
    width: 100%;
    max-width: 68px;
    padding: 14px;
    background: #fee7d59c;
    border-radius: 48px;
}

.contact-us-inner .reach-us li h4 {
    font-size: 22px;
    margin: 5px 0px 0px 5px;
    text-transform: capitalize;
}

.contact-us-inner .reach-us li address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
    font-size: 16px;
    line-height: 21px;
    margin: 0;
}

.contact-us-inner .reach-us li a {
    color: #000;
    font-size: 15px;
}


#contact-form .row .col-2 {
    display: flex;
    align-items: start;
    justify-content: end;
}


.cont_form #contact-form p {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: normal;
    text-transform: capitalize;
    font-family: "bookman-jf-pro", serif;
}

.cont_form #contact-form .row-gap input {
    width: 100%;
    padding: 12px;
    border-radius: 7px;
    border: 1px solid #cbcaca;
    /* margin: 16px 0px 0px 0px; */
    color: #000 !important;
}

.cont_form #contact-form .row-gap textarea {
    color: #000 !important;
    border-radius: 7px;
    border: 1px solid #cbcaca;
    min-height: 180px;
	
}
.cont_form #contact-form .row-gap .root-block {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    column-gap: 15px;
    flex-wrap: wrap;
    font-size: 16px;
}
.cont_form #contact-form .row-gap {
    row-gap: 20px;
}

.cont_form #contact-form .g-recaptcha {
    /* display: inline; */
    max-height: 60px;
}

/* Select all input elements and style their placeholders */
#contact-form input::placeholder {
    color: #999 !important;
    /* Placeholder text color */
    font-style: bold;
    /* Italicize placeholder text */
    font-size: 16px;
    /* Placeholder text font size */
}

#contact-form textarea::placeholder {
    color: #999 !important;
}




.cont_form .map {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 10px 20px 5px rgba(196, 197, 198, 0.12);
    border-radius: 5px;
    padding: 20px;
    margin-left: 15px;
    height: 100%;
}
form#contact-form {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 10px 20px 5px rgba(196, 197, 198, 0.12);
    border-radius: 5px;
    padding: 20px;
    margin-left: 40px;
    height: 100%;
}	
.cont_form .map iframe {
    height: 100%;
    width: 100%;
}

.carering_ser .text {
    padding-left: 30px;
    padding-right: 30px;
}

.carering_ser .pic_ {
    overflow: hidden;
    border-radius: 10px;

}

.carering_ser .pic_ img {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    transition: 0.4s;
}

.carering_ser .pic_ img:hover {
    transform: scale(1.1);
}


.carering_ser .bg_color {
    padding: 30px;
    background-color: #fff0e6;
    border-radius: 10px;
}

.carering_ser .menu-list img {
    padding: 2px 5px;
    background: #fff0e6;
}

.carering_ser .menu-list {
    margin-top: 3em;
    margin-bottom: 3em;
    text-align: center;
    position: relative;
    justify-content: center;
    z-index: 777 !important;
}


.carering_ser .menu-list::after {
    position: absolute;
    content: '';
    min-height: 1px;
    background: #e77a3a;
    width: 100%;
    left: 0;
    bottom: 11px;
    z-index: -3;
}

.menu_page .menu-wrapper {
    border: 4rem solid #fff;
    /* border-image: url(../images/tabs_fr.png); */
    border-image: url('https://www.railroadbagel.com/wp-content/uploads/2024/07/Mask-group-5.png');
    border-image-slice: 88;
    border-image-repeat: round;
    padding: 15px;
    width: 100%;
    height: 100%;
}

.carering_ser {
    padding-top: 0px;
}



.form_ {
    padding-top: 50px;
}


.form_ form {
    /* background-color: #fff; */
    box-shadow: rgb(149 157 165 / 40%) 0px 8px 24px;
    padding: 40px;
    border-radius: 10px;
    max-width: 850px;
    margin-inline: auto;
    /* background: #fff0e6; */
}

.form_ form .form-bottom {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.form_ .form-group {
    margin-bottom: 1.5rem;
}


.form_ .form-control {
    padding: 10px 13px;
    border: 1px solid #00000036;
    width: 100%;
    margin-bottom: 0;
    border-radius: 4px;
    text-transform: capitalize;
    appearance: auto;
}


.form_ label {

    font-size: 17px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 6px;
    font-weight: 600;
}

.form_ .radio_input {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.form_ .section-title {
    margin-bottom: 3em;
}

/* .con_form textarea {
    height: 120px !important;
} */


.form_ textarea {
    padding: 13px;
    border: 1px solid #00000036;
    width: 100%;
    margin-bottom: 22px;
    border-radius: 4px;
    background: transparent;
}

.form_ textarea {
    height: 150px;
}

.form_ .section-title h2 {
    color: #000;
    margin-bottom: 55px;
}

.gallery_pic {
    background: #fff;
}

.gallery_pic .gallry_bx img {
    max-width: 100%;
    object-fit: cover;
    transition: 200ms;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
    width: 100%;
    height: 400px;
    object-fit: cover;
}



.blog_s .grid {
    margin-bottom: 40px !important;
}


.blog_s .grid .details {
    background: #fff0e6;
    padding: 20px;
}


.testimonials-inner__ .te_item {
    border-left: 3px solid #e77a3a;
    background: #fff0e6;
    padding: 35px;
    border-radius: 10px;
    width: 100% !important;
    max-width: 100%;
    display: flex;
    align-items: start;
    justify-content: start;
}

.testimonials-inner__ p {
    text-align: left !important;
    display: block;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    overflow: unset !important;
    margin-bottom: 15px;
}

.testimonials-inner__ h3 {
    text-align: left;
}

.testimonials-inner__ .main_bx {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 25px;
}

.reser_table {
    background-image: url('https://www.railroadbagel.com/wp-content/uploads/2024/07/slide1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    min-height: 1110px;
    place-items: center;
}

.reser_table form {
    padding: 45px;
    background: #000000ad;
    backdrop-filter: blur(-2px);
    border-radius: 15px;
    /* backdrop-filter: blur(40px); */
    border-left: 5px solid #e77a3a;
}

.reser_table .section-title h2 {
    margin: 0px 0px 10px 0px;
    color: #fff;
}

.reser_table .section-title p {
    color: #fff;
}

.reser_table form input,
.form-select,
textarea {
    width: 100%;
    background: #fff;
    box-shadow: rgb(149 157 165 / 0%) 0px 8px 24px;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 7px;
}

.reser_table form textarea {
    height: 49px;
}

.reser_table form input:focus {
    border: 1px solid #e77a3a;
}

.reser_table form label {
    font-size: 17px;
    margin: 5px 0px 5px 0px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}

.reser_table form .row {
    row-gap: 18px;
    margin-top: 40px;
}

.reser_table form .form-select {
    height: 50px;
    font-size: 17px;
}

.reser_table form .btn-bx a {
    margin-top: 27px;
}

.menu_page .nav-item .nav-link:before {
    display: none;
}

.menu_page .nav-tabs li.nav-item {
    height: max-content;
    width: max-content;
}

.menu_page .nav {
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    display: flex !important;
}

.menu_page .nav-tabs .nav-link.active span.menu-item-name {
    color: #000;
}

.menu_page .nav-tabs .nav-link {
    outline: none !important;
}

.menu_page .nav-tabs .nav-link:focus {
    outline: none !important;
}

.menu_page .nav-tabs .nav-link.active {
    background: none;
    border-bottom: 2px solid #e77a3a !important;
    padding: 0;
    border: none;
    border-radius: 0px;
    width: max-content !important;
    margin: auto;
    outline: none !important;
}

.menu_page .nav-tabs li.nav-item:hover {
    transform: translate(0px, 0px);
}

.menu_page .nav-tabs .nav-link {
    padding: 0px;
}

.menu_page .nav-tabs {
    overflow: visible !important;
}



.inner_pages_text {
    padding: 0px;
}

.inner_pages_text .left_text {
    padding: 4em 2em 2em 2em;
}

.inner_pages_text img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.inner_pages_text .left_cn {
    margin-left: auto;
    max-width: 700px;
}

.inner_pages_form {
    background: #fff;
    border-bottom: 1px solid rgb(70 0 0 / 13%);
}

#bg_set {
    padding: 70px 0px;
    background: #fff0e6;
}

.inner_pages_text .right_cn {
    margin-right: auto;
    max-width: 700px;
}

.booking {
    background: #fff0e6;
    padding: 70px 0px 70px 0px;
}



/* .mega-dropdown  */


.mega-dropdown i {
    transition: 0.3s;
}

.mega-dropdown:hover i {
    transform: rotate(180deg);
}

.mega-dropdown>a {
    position: relative;
    padding-inline-end: calc(0rem + 8px) !important;
}

/* .nav-item.mega-dropdown a:hover {
    background-color: transparent !important;
} */
/* .mega-menu>.list-item:hover>a {
    background-color: var(--gold-color);
    color: var(--black-text) !important;
} */

.mega-menu>.list-item>a {
    text-decoration: none;
    font-weight: 500;
    color: #fff !important;
    font-size: 18px;
    padding: 0.65em 1.35em;
    display: inline-block;
    transition: all 200ms;
}

.mega-dropdown {
    padding: 10px;
}

.mega-dropdown:hover>a::before {
    rotate: 180deg;
}

.mega-dropdown>a::before {
    content: "\f107" !important;
    position: absolute !important;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    inset: 50% 1em auto auto;
    translate: 0 -50%;
    font-size: 0.875rem;
    line-height: 1;
    transition: 200ms;
    display: none !important;
}

.mega-dropdown:hover .mega-menu {
    transition: 200ms ease;
    scale: 1;
    opacity: 1;
    visibility: visible;
    padding: 20px;
}

.mega-menu {
    position: absolute;
    inset: 80% 0 auto 0;
    background: rgb(217, 107, 2);
    background: linear-gradient(0deg, rgb(123 50 48) 0%, rgb(191 129 128) 100%);
    visibility: hidden;
    opacity: 0;
    scale: 0.95;
    box-shadow: 0 8px 32px hsl(0 0% 0% / 15%);
    z-index: 777;
    background: rgb(231 122 58);
    /* background: linear-gradient(180deg, rgb(2 146 59 / 90%) 0%, rgb(51 196 108 / 90%) 100%); */
}

.mega-menu-row {
    display: flex;
    width: 100%;
    column-gap: 30px;
}

.mega-menu-list {
    width: 50%;
    max-width: 560px;
    margin-inline-start: auto;
    padding-block: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mega-menu-list li.list-item {
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}



.mega-menu a {
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    color: #fff !important;
    padding: 0.45em 1.35em;
    display: inline-block;
    padding: 20px 10px !important;
    transition: all 200ms;
}

.mega-menu a:hover {
    background-color: transparent !important;
}

.mega-menu a {
    display: block;
    padding: 1rem;
    contain: paint;
}

.mega-menu .list-item {
    contain: layout;
    padding: 0;
}

.mega-menu .list-item::after {
    content: "\f105";
    position: absolute;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    inset: 50% 3rem auto auto;
    translate: 0 -50%;
    background-color: #000;
    color: #fff;
    width: 30px;
    border: 1px solid #fff;
    aspect-ratio: 1;
    border-radius: 50%;
    display: grid;
    place-items: center;
    translate: -50% -50%;
    opacity: 0;
    transition: 300ms ease;
    pointer-events: none;
}

.mega-menu .list-item:hover::after {
    translate: 0 -50%;
    opacity: 1;
}

.mega-menu a::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #ffffff2f;
    width: 50%;
    transform: skewX(-15deg) translateX(calc(-100% - 15px));
    z-index: -1;
}

.mega-menu a::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #ffffff2f;
    width: 50%;
    transform: skewX(-15deg) translateX(calc(-100% - 15px));
    z-index: -1;
}

.mega-menu-images {
    contain: paint;
    width: 50%;
    background-color: #f2f2f2;
    animation: skeleton 0.85s linear infinite alternate both;
}

.mega-menu-images img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}


.mega-menu a:hover::before {
    transform: skewX(-15deg) translateX(calc(-100% - 15px));
    transition: 300ms;
    left: 100%;
}

.mega-menu a:hover::after {
    transform: skewX(-15deg) translateX(calc(-100% - 15px));
    transition: 300ms 300ms;
    left: 50%;
}

div.mega_menu_image {
    background-repeat: no-repeat !important;
    height: 100%;
    background-color: #FFF;
    background-size: cover;
    background-position: center;
}


.top-bar-mobile {
    display: none;
}

.menu_page .nav-tabs li.nav-item {
    width: auto;
}

.blog_details_ ul {
    /* display: flex; */
    align-items: start;
    justify-content: start;
    list-style: none;
    gap: 19px;
    margin: 25px 0px 20px 0px;
    padding: 0;
    flex-direction: column;
}

.blog_details_ ul li {
    font-size: 16px;
    margin: 20px 0px 20px 0px;
}

.blog_details_ .highlight_text {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 85px;
    border-left: 3px solid #e77a3a;
    line-height: 37px;
    font-style: italic;
    background: #f7f7f7;
    padding: 30px;
}

.blog_details_ .inner_text {
    padding: 45px 0px 15px 0px;
}

/* 
.blog_details_ li {
    display: flex;
    align-items: center;
    gap: 13px;
    text-transform: capitalize;
    color: #000;
    font-weight: 400;
    font-size: 15px;
} */

.blog_details_ li i {
    color: #e77a3a;
}

.only_mobile {
    display: none;
}

/* .mega-dropdown  */


ul.list-style {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin-block: 8px;
    margin-top: 20px;
}

ul.list-style li {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    padding-left: 30px;
    margin-bottom: 15px;
    flex: 0 0 50%;
}

ul.list-style li:before {
    content: '';
    background-image: url('https://www.railroadbagel.com/wp-content/uploads/2024/07/check-circle.png');
    width: 25px;
    height: 25px;
    background-size: 100%;
    display: inline-block;
    top: 0;
    position: absolute;
    left: 0;
    filter: brightness(0) saturate(100%) invert(58%) sepia(18%) saturate(2715%) hue-rotate(338deg) brightness(97%) contrast(86%);
}





.error-section{
    display:flex;
    justify-content:center;
    align-items:center;
    background:linear-gradient(135deg,#eef2ff,#ffffff);
}

.error-container{
    max-width:600px;
    text-align:center;
    background:#fff;
    padding:60px 40px;
    border-radius:15px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.error-container h2{
    font-size:120px;
    color:#e77a3a;
    line-height:1;
    margin-bottom:10px;
}

.error-container h3{
    font-size:36px;
    color:#222;
    margin-bottom:15px;
}

.error-container p{
    color:#666;
    font-size:17px;
    line-height:1.7;
    margin-bottom:30px;
}



















.tab-pane {
    opacity: 0;
    transform: scale(0.9);
    /* Initial scale to start smaller */
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.tab-pane.show {
    opacity: 1;
    transform: scale(1);
    /* Scale to 100% size */
}



.g-recaptcha {
    max-height: 60px;
}



.blog_details_ p strong {
    font-size: 20px;
    margin: 0px;
    text-transform: capitalize;
}

.blog_details_ p {
    font-size: 16px;
    margin: 7px 0px 7px 0px;
}


.alignright {
    object-fit: cover;
    height: 400px;
    width: 460px;
    float: right;
    object-fit: cover;
    padding: 6px;
    border-radius: 13px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-left: 40px;
}

.booking_info {
    padding: 20px;
    background: #fff0e6;
    border-radius: 10px;
    margin-top: 40px;
}

.blog_details_ {
    padding: 50px 0px 50px;
}


.catering-menu_page {
    background: none;
}

.catering-menu_page:before {
    display: none;
}

.catering-newstyle.catering-menu_page .section-title p {
    color: #000;
}

.catering-menu_page .section-title span {
    color: #000;
}

.catering-menu_page .section-title h2 {
    color: #000;
}



.catering-menu_page .menu_item_s {
    background: #fff;
    transition: 0.2s;
}

.catering-menu_page .menu_item_s:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: #fff0e6;

}

.catering-menu_page .food_text h2 {
    color: #000;
}

.catering-menu_page .food_text p {
    color: #000;
}








/* Ensure dropdown menu is hidden by default */
.menu-left .dropdown-menu {
    display: none;
    position: absolute;
    z-index: 1000;
    /* Adjust z-index as needed */
}

/* Show dropdown menu on hover */
.menu-left .navbar-nav .nav-item:hover>.dropdown-menu {
    display: block;
}

.menu-left.dropdown-menu {
    display: block;
}

.menu-left .dropdown-toggle::after {
    display: none;
}

.menu-left .dropdown i {
    transition: 0.3s;
}

.menu-left .dropdown:hover i {
    transform: rotate(180deg);
}

.menu-left .dropdown-menu {
    background: #e77a3a !important;
    min-height: auto;
    border-radius: none !important;
    box-shadow: none !important;
    box-shadow: 0px 0px 0 5px #e77a3a87 !important;
    color: #fff;
    font-size: 22px !important;
    border: 1px solid #fff;
    padding-left: 10px !important;
    position: absolute !important;
    left: -67%;
}

.menu-left .dropdown-menu::after {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    background-color: #e77a3a;
    top: -10px;
    left: 39%;
    transform: rotate(45deg);
    z-index: 0;
}

.menu-left .dropdown-item {
    font-size: 15px !important;
    border-bottom: 1px solid #ffffff38;
}

.menu-left .dropdown-item:hover {
    background-color: #000;
}

.menu-left li:last-child .dropdown-item {
    border-bottom: 0px solid #ffffff57;
}

.sandwich-bx {
    background: #fff0e6;
    background-image: url(https://www.railroadbagel.com/wp-content/uploads/2024/07/f47200cf-374f-45f2-890f-15be008fe36a_e43Ta1jf4y9nBTxjPWKFN5.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
    padding: 100px;
}

.sandwich-bx .section-title {
    max-width: 550px;
    background: #ffffffc7;
    padding: 25px;
}

.sandwich-sec {
    padding-top: 0;
}

.breakfast-sec {
    background: #fff0e6;
    position: relative;
}

.breakfast-image {
    position: absolute;
    width: 100%;
    max-width: 50%;
    right: 0;
    top: 0;
    height: 100%;
}

.breakfast-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.breakfast-bx {
    max-width: 45%;
}

@media (max-width: 991px) {
	form#contact-form {
		margin-left: 0;
	}
	.new-footer-col:nth-last-child(2)::before,
	.new-footer-col:nth-last-child(2)::after{
		display:none;
	}
    .breakfast-image {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .breakfast-bx {
        max-width: 100%;
        margin-top: 25px;
    }

    .sandwich-bx .section-title {
        max-width: 100%;
    }

    .sandwich-bx {
        padding: 25px 25px;
    }

    .new-catering-bx {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        padding: 40px 15px;
    }

    .new-catering-newstyle .row {
        flex-direction: column-reverse;
    }
}


.menu-board .menu-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    gap: 15px;
    padding: 65px 22px
}

.menu-board .card {
    border: 0;
    overflow: visible;
    background: #000;
    padding: 20px;
    border-radius: 0px;
    z-index: 1;
}

.menu-board p.note {
    color: #fff;
}
.menu-board .card .section{
	z-index:1;
	position:relative;
	
}
/* .menu-board .card::before {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    content: '';
    inset: 0;
    background: linear-gradient(to right, rgb(3 3 3) 0%, rgb(18 18 20) 40%, rgb(0 0 0) 70%, rgb(18 18 20) 100%);
} */
.menu-board .row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    align-items: baseline;
    padding: 3px 0;
    padding-bottom: 17px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ffffff7a;
    margin-block: 8px;
}

.menu-board .item-name {
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .6px;
    font-size: 17px;
    margin: 5px 0;
    color: #ffd668;
}

.advisory {
    font-family: "Poppins", sans-serif;
    color: #fff;
}

.menu-board .desc {
    grid-column: 1/-1;
    font-size: 16px;
    letter-spacing: .15px;
    margin-top: -1px;
    font-family: "Poppins", sans-serif !important;
    width: 80%;
    font-weight: 400;
    color: #fff;
}

.menu-board .price {
    font-size: 15px;
    line-height: 1;
    white-space: nowrap;
    place-items: center;
    font-weight: 500;
    background: #e77a3a;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 5px 14px;
    color: #fff;
    border-radius: 100px;
    outline: 2px solid #e77a3a;
    outline-offset: 2px;
    padding-top: 3px;
    font-family: "Poppins", sans-serif;
    background: transparent;
    outline: 0px;
    padding: 5px;
}

.menu-board .mini-row {
    justify-content: space-between;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    align-items: baseline;
    padding: 3px 0;
    border-bottom: 1px dashed #ffffff5e;
    padding-bottom: 17px;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-family: "Poppins", sans-serif !important;
}
.menu-board .section-title {
    font-size: clamp(22px, 1.9vw, 32px)
}



.menu-board .main-title,
.menu-board .section-title {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: #fff;
    font-size: 17px;
    margin: 5px 0;
    color: #ffd668;
}
.title-color {
    color: #ff8b46 !important;
}


.item-name2 {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.main-title2 {
    color: #fff !important;
    font-weight: 400 !important;
}


.subhead {
    color: #fff;
}

main.menu-board {
    background: #fff0e6
}
.Salads-section span:first-child {
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .6px;
    font-size: 17px;
    margin: 5px 0;
    color: #ffd668;
    font-family: "bookman-jf-pro", serif;
}
.menu-board .card-last {
    grid-column: 1/4;
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}



.menu-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    min-height: 450px
}

.menu-board .two-prices {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 20px;
    align-items: baseline;
    padding: 3px 0;
    padding-bottom: 17px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ffffff7a;
    margin-block: 8px;
}

.menu-board .two-prices span:first-child {
    color: #fff;
    font-size: 15px;
    line-height: 1.05;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .15px;
}

.menu-board .two-prices span:last-of-type,
.menu-board .two-prices span:nth-last-of-type(2) {
    font-size: 15px;
    line-height: 1;
    white-space: nowrap;
    place-items: center;
    font-weight: 500;
    background: #e77a3a;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 2px 12px;
    color: #fff;
    border-radius: 100px;
    outline: 2px solid #e77a3a;
    outline-offset: 2px;
    padding-top: 6px;
    background: transparent;
    outline: 0px;
    padding: 3px;
}

.menu-board .mini-row span:last-child {
    font-size: 15px;
    line-height: 1;
    white-space: nowrap;
    place-items: center;
    font-weight: 500;
    background: #e77a3a;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 2px 12px;
    color: #fff;
    border-radius: 100px;
    outline: 2px solid #e77a3a;
    outline-offset: 2px;
    padding-top: 6px;
    background: transparent;
    padding: 0px;
    border: 0px;
    outline: 0;
}

@media (max-width: 1366.98px) {
    .menu-board .menu-container {
        width: 100%;
        max-width: 100%;
        padding: 65px 10px;
    }
}

@media (max-width: 991.98px) {
    .menu-board .menu-container {
        display: flex;
        flex-direction: column;
    }

    .menu-board .card-last {
        grid-template-columns: 1fr;
    }
	.inner-banner {
		min-height: auto;
	}
}

.ratingicon {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    gap: 10px;
    color: orange;
}

.new-footer {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}

.logo-p p {
    display: none;
}

.new-footer::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    inset: 0;
    background-color: #000;
}

.new-footer-col ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.new-footer-col ul li a {
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    font-size: 16px;
}

.timing-list li {
    color: #fff;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #eeeeee3b;
    padding-bottom: 6px;
}

.timing-list li:last-child {
    border-bottom: 0px;
}

.hours-text_ ul li {
    color: #fffd;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #ffffff54;
    padding-bottom: 9px;
}

.footer-logo img {
    text-align: center;
    width: 100%;
    max-width: 255px;
    margin-inline: auto;
    display: block;
    margin-bottom: 0px;
}

.logo-p {
    text-align: center;
    margin-bottom: 20px;
}

.footer-col-section h2 {
    color: #e77a3a;
    font-size: 25px !important;
    margin-bottom: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
    text-align: center;
}

.social-area li {
    margin: 0px !important;
    display: flex;
    justify-content: center;
}

.social-area li a {
    background: #e77a3a;
    margin-bottom:
        0px !important;
}

.new-footer-col .social-area {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center !important;
    gap: 10px;
}

address p i {
    color: #e77a3a;
    position: relative;
    top: 5px;
    left: 1px;
}

address p {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 6px;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 12px;
}

.new-footer-col .brand-line {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.new-footer-col .brand-line strong {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.new-footer-col .contact-line span {
    color: #fff;

}

.new-footer-col .contact-line {
    display: flex;
    gap: 10px;
    margin-bottom: 22px;
}

.new-footer-col .contact-line svg {}

.new-footer-col .tag {
    color: #fff;
    margin: 18px 0px;
    text-align: center;
}

.new-footer-col .socials a {
    height: 40px;
    width: 40px;
    background: var(--accent);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    margin-top: 15px;
}

.new-footer-col .socials a svg {
    width: 30px;
    height: 20px;
}

.new-footer-col .socials {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.new-footer-grid {
    display: grid;
    grid-template-columns: 25% 45% 25%;
    justify-content: space-between;
    gap: 30px;
    padding: 70px 0px 20px 0px;
    position: relative;
}

.new-footer-col ul li {
    margin-bottom: 25px;
}

.new-footer-col:last-child {
    /* margin-left: auto; */
}

.new-footer-col:nth-last-child(2) {
    width: 100%;
    margin-inline: auto;
    display: block;
    max-width: 392px;
    position: relative;
    left: -37px;
    position: relative;
}

.new-footer-col:nth-last-child(2)::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background-color: #ffffff36;
    left: -86px;
}

.new-footer-col:nth-last-child(2)::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background-color: #ffffff36;

    right: -92px;
    top: 0;
}

.footer-end p {
    color: #fff;
    text-align: end;
    display: flex;
    margin-top: 40px;
    border-top: 1px solid #ffffff36;
    padding: 10px 0px;
    justify-content: center;
    margin-bottom: 0px;
    flex-wrap: wrap;
}

.gallery .ba img {
    display: none !important;
}

.footer-end p a {
    text-transform: capitalize;
    color: #fff;
}

.new-footer-col .insured {
    text-align: center;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 0px;
}

.address p {
    color: #fff;
    text-align: center;
}

.footer-btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.new-footer-col:nth-last-child(2) a {
    color: #000000;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
    margin-bottom: 15px;
    border: 0px;
    color: #fff;
}

.footer-addr-item strong {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
}

.footer-end {
    position: relative;
}

.footer-addr-item br {}

.footer-addr-item a:last-child {
    color: var(--gold);
    border-top: 1px solid #ffffff38;
    padding-top: 6px;
    margin-top: 6px;
}

.policy_text :is(h1, h2, h3, h4, h5, h6) {
    background-color: #e77a3a30;
    display: flex;
    font-size: 25px !important;
    padding: 8px 12px 8px 10px;
    border-left: 5px solid #e77a3a;
    margin: 25px 0px 10px 0px !important;
    color: #000;
}
.policy_text p {
	margin-bottom: 15px;
	font-size: 16px;
}

.policy_text .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}




.mobile-socials {
    position: relative;
    display: flex;
    gap: 10px;
    z-index: 9999;
    margin-right: 57px;
}

.mobile-socials a {
    width: 45px;
    height: 45px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
    transition: .3s;
    background: #e77a3a;
}

.mobile-socials a:hover {
    transform: scale(1.1);
}

/* Show only on mobile */
@media (min-width: 1269px) {
    .mobile-socials {
        display: none;
    }
}





.coming-soon {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
    background: #E77A3A;
    background: linear-gradient(0deg,rgba(231, 122, 58, 0) 0%, rgba(255, 240, 230, 1) 82%);
}

.coming-content{
    max-width:850px;
    color:#fff;
}


.coming-content h1 {
    font-size: 10rem;
    line-height: 1.2;
    color: #e77a3a;
    margin-bottom: 25px;
}

.coming-content p{
    font-size:18px;
    color:#000;
    line-height:1.8;
    margin-bottom:35px;
}

@media(max-width:768px){
	.coming-soon {
		height: auto;
		padding:100px 0; 
	}
    .coming-content h1{
        font-size:42px;
    }

    .coming-content p{
        font-size:16px;
    }
	.coming-content{
		padding: 0 15px;
	}
}

@media(max-width:480px){
	
    .coming-content h2{
        font-size:32px;
    }

    .notify-btn{
        padding:14px 30px;
    }

}



















@media (max-width: 991px) {
    .new-footer-grid {
        grid-template-columns: 1fr;
    }

    .new-footer-col:first-of-type {
        display: none;
    }

    .new-footer-col:nth-last-child(2) {
        margin-inline: unset;
        display: block;
        max-width: 100%;
        left: unset;
    }

    .footer-col-section h2 {
        text-align: center;
        margin-top: 25px;
        border-top: 1px solid #ffffff2e;
        padding-top: 25px;
    }

    .new-footer-grid {
        padding-bottom: 0px;
    }
}





/* bootstrap breakpoint  */
@media (max-width: 1279px) {

	body {
		margin-top:0px;
	}
	.header {
		padding: 0px;
	}
    .logo-bx {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 30px;
        /* max-width: 1110px; */
        /* background: gray; */
    }

    .only_mobile {
        display: block;
    }

    .header .logo img {
        max-width: 100px;
    }



    .logo-bx {
        position: unset;
        /* left: 1%; */
        /* top: 0; */
        transform: translate(-0, 0px);
        /* max-width: 180px; */
    }
	.mob-menu-header-holder.fixed-bar .mobmenur-container {
		position: fixed;
	}
    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
        display: none;
    }
	
    .navbar ul {
        position: absolute;
        inset: 0;
        padding: 50px 0 10px 0;
        margin: 0;
        background: rgba(20, 22, 17, 0.8);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.7);
        white-space: nowrap;
        text-transform: uppercase;
        transition: 0.3s;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        color: #fff;
    }

    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        transition: all 0.5s ease-in-out;
        border: 1px solid #222428;
    }

    .navbar .dropdown>.dropdown-active,
    .navbar .dropdown .dropdown>.dropdown-active {
        display: block;
    }

    .mobile-nav-show {
        position: relative;
        color: #fff;
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        z-index: 9999;
        padding-right: 10px;
    }

    .mobile-nav-hide {
        color: #fff;
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 9999;
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .navbar {
        right: 0;
    }

    .mobile-nav-active .navbar:before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(20, 22, 17, 0.6);
        z-index: 9996;
    }




    .mobmenu-content li {
        border-bottom: 1px solid #eeeeee6b !important;
        padding: 0 !important;
        font-size: 18px;
        font-family: "ZCOOL XiaoWei", sans-serif;
    }

    .mobmenu-content li a {
        text-transform: capitalize;
    }

    .right_btn .header-call, .right_btn a.orange-btn, .right_btn .nav-icon  {
        display: none;
    }

    header.header.fixed-header {
		position: fixed;
	}

    .mobmenur-container {
		position: absolute;
		right: 10px !important;
		background: #e77a3a;
		height: 45px;
		margin-right: 0px !important;
		width: 44px;
		display: grid;
		place-content: center;
		border-radius: 0;
	}

    .mob-expand-submenu {
        display: block;
        font-size: 16px;
        background: #fff;
        color: #e77a3a !important;
        height: 24px;
        width: 24px;
        display: grid;
        place-items: center;
        border-radius: 990px;
    }

    .mob-expand-submenu i {
        display: block;
        font-size: 15px !important;
        color: #e77a3a !important;
        margin-top: -1px;
    }


    .mobmenur-container i {
        font-size: 27px !important;
    }


    .mobmenur-container {
        top: 75px !important;
    }

    .header {
        position: unset;

    }

    .top-bar-mobile {
        display: block !important;
    }

    .top-bar-mobile {
        /* background: #145bb1; */
        display: none;
        position: relative;
        z-index: 99999;
    }

    .book-appoint-bx {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #101010;
        font-size: 16px;
    }

    .book-appoint-bx .book-appoint-btn {
        flex: 0 0 50%;
        padding: 10px;
        background: #e77a3a;
        text-align: center;
        text-transform: capitalize;
    }

    .book-appoint-btn a, .call-appoint-btn a {
		color: #fff;
		text-decoration: none;
		font-weight: 600;
		text-transform: uppercase;
	}

    .call-appoint-btn {
        text-align: center;
        flex: 0 0 50%;
    }


    .contact-us-inner .reach-us li {
        margin-left: 5px;
        margin-right: 10px;
        gap: 10px;
    }

    .cont_form .map {
        padding: 15px;
        margin-left: 25px;
    }

    .header .logo img {
        max-width: 100px;
    }

    .header.fixed-header .logo img {
        max-width: 100px;
    }

    .logo-bx {
        position: unset;
        /* left: 1%; */
        /* top: 0; */
        transform: translate(-0, 0px);
        /* max-width: 180px; */
    }

}

@media (max-width: 1199.98px) {
    .gallery_pic .gallry_bx img {
        height: auto;
    }

    .reser_table form {
        padding: 30px;
    }

    .about_us .about_text ul {
        display: none;
    }

    .about_us .about_text {
        padding-left: 15px;
    }

    .choose_us .card_design .why-feature_title {
        font-size: 19px;
        margin: 8px 0px 6px 0px;
    }

    .choose_us .card_design {
        padding: 20px;
    }

    .choose_us .card_design .icon {
        height: 55px;
        width: 55px;
    }



    section {
        padding: 70px 0;
    }

    .about_delish .btn-bx .common-btn-black {
        margin-top: 20px;
    }

    .about_delish .qua_food {
        margin: 20px 0px 0px 0px;
    }

    .section-title h1,
    .section-title h2 {
        font-size: 25px;
    }

    section {
        overflow: hidden;
    }

    .img-box6 .img1 img {
        height: 394px;
    }

    .grid .img-holder img {
        /* height: 100%; */
        min-height: 430px;
    }

    .blog-section .details h3 {
        font-size: 22px;
    }

}

@media (max-width: 1150px) {
	.new-footer-col:nth-last-child(2)::before {
		left: 0;
	}
	.new-footer-col:nth-last-child(2)::after {
		right: 0;
	}
}
@media (max-width: 1024px) {
	.new-catering-newstyle, .sandwich-bx, .menu-bg, .choose_us {
		background-attachment: inherit;
	}
	.menu-board .card::before{
		display:none;
	}
	.menu-board .card{
		    background: #000 !important;
	}
	.menu-board .card .section {
		z-index: 1;
		position: relative;
		background: #000;
	}
	.catering-newstyle .right_menu {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 991px) {
	.about-btns {
		justify-content: center;
	}
	ul.list-style li {
		flex: auto;
		text-align: left;
	}
	.catering-newstyle .right_menu {
		grid-template-columns: 1fr 1fr;
	}
	.catering-newstyle .food_text p {
		margin: 15px 0;
	}
    .catering-newstyle .right_menu {
        grid-template-columns: 1fr 1fr;
    }

    .blog_details_ {
        padding: 35px 0px 35px !important;
    }

    .choose_us .card_design {
        padding: 15px;
    }

    .about_us {
        text-align: center;
    }

    .choose_us .card_design .icon {
        margin: auto;
    }

    .choose_us {
        text-align: center;
    }

    .about-section .img-box6 {
        display: none;
    }

    .block {
        display: block !important;
    }

    .footer-widget {
        width: 100%;
        max-width: 100%;
    }

    .footer-widget-heading {
        display: none;
    }

    .grid .img-holder img {
        height: 100% !important;
        min-height: 320px !important;
    }

    .about_delish .left_side {
        padding-right: 0px;
        text-align: left;
    }

    .gallery_pic .gallry_bx img {
        height: auto;
    }

    .blog_s .img-holder img {
        height: 250px;
        width: 100%
    }

    .testimonials-inner__ .te_item {
        padding: 18px;
    }

    .booking p br {
        display: none;
    }

    .booking {
        padding: 50px 0px 50px 0px !important;
    }

    .inner_pages_text .right_cn {
        margin-right: unset !important;
        max-width: 100% !important;
    }

    .inner_pages_text .left_text {
        padding: 2em 1em 1em 1em !important;
    }

    .inner_pages_text .left_cn {
        margin-left: unset !important;
        max-width: 100% !important;
    }

    #bg_set br {
        display: none;
    }

    #bg_set {
        padding: 40px 0px !important;
    }

    .header {
        padding: 0px;
    }

    .banner-main .banner-image img {
        min-height: 600px;
        object-fit: cover;
    }

    .side-bar .inner {
        padding: 40px 0 0 0;
    }
}

@media (max-width: 991.98px) {
    .mobmenur-container {
        top: 75px !important;
    }

    .contact-us-inner .reach-us {
        flex-wrap: wrap;
        row-gap: 15px;
    }

    .cont_form .map {
        margin-left: 0px;
        margin-top: 44px;
    }

    .contact-us-inner .reach-us li {
        margin-left: 5px;
        margin-right: 10px;
        gap: 10px;
        width: 47.333333%;
    }

    .menu_page .nav {
        gap: 0px !important;
    }

    .top-bar-mobile {
        display: block !important;
    }

    .carering_ser .row_1 {
        flex-direction: column-reverse;
    }

    .carering_ser .row_2 {
        flex-direction: column-reverse;
    }

    .carering_ser .row_3 {
        flex-direction: column-reverse;
    }


    .carering_ser .row {
        gap: 25px;
    }



    .carering_ser .menu-list {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .carering_ser .text {
        padding-left: 0;
        padding-right: 0;
        /* margin-top: 30px; */
    }

    .about_us .about_text {
        padding-left: 0px;
        margin-top: 30px;
    }

    .choose_us .left_text {
        margin-bottom: 35px;
    }

    .about_delish .right_pic img {
        width: 100%;
    }

    /* 
    .about_delish .left_side {
        margin-bottom: 40px;
    } */

    .section-title h1 br,
    .section-title h2 br {
        display: none;
    }

    .about_delish .left_side::before {
        display: none;
    }

    section {
        overflow: hidden;
    }



    /* .logo-bx {
        display: none;
    } */

    .right_btn .header-call, .right_btn a.orange-btn, .right_btn .nav-icon  {
        display: none;
    }

    .logo-bx {
        left: unset;
        top: 0;
        transform: translate(0%, 0px);
        max-width: 100px;
        position: relative;
    }


    .banner-main .banner-image::before {
        display: none;
    }

    section {
        padding: 50px 0;
    }

    .img-box6:before {
        display: none;
    }

    .img-box6 .img1 img {
        height: 440px;
        margin: auto;
    }

    .img-box6 .img1 {
        padding: 0px;
    }

    .img-box6 {
        padding: 35px 0;
    }



    .ab_cn {
        max-width: 100%;
        padding-right: 0;
        margin-left: 0;
        padding: 25px;
    }


    .menu-home-nh .menu-icon img {
        width: 65px;
        height: 65px;
    }

    .menu-home-nh .menu-icon {
        width: 65px;
        height: 65px;
    }

    .menu-home-nh .nav-item .nav-link:before {
        width: 100%;
        height: 130px;
    }





    .tab-pane {
        opacity: 0;
        transform: scale(0.9);
        /* Initial scale to start smaller */
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .tab-pane.show {
        opacity: 1;
        transform: scale(1);
        /* Scale to 100% size */
    }





    .section-title h1,
    .section-title h2 {
        font-size: 24px;
    }

    .section-title span {
        margin-bottom: 10px;
        padding: 4px 18px 4px 13px;
    }

    .menu-item-list .text h2 {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .menu-list .box-title {
        font-size: 20px;
    }

    .menu-item-list .text h4 {
        font-size: 18px;
    }

    .btn_bx {
        margin-top: 25px;
    }

    .menu-list-area {
        grid-template-columns: 1fr;
    }

    .menu-list {
        margin-bottom: 22px;
    }

    .oveerlay-slider {
        margin-left: unset;
        max-width: 100%;
        height: 100%;
    }

    .cat_img img {
        height: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .testimonials-new .section-title {
        margin-bottom: 30px;
    }

    .slick-arrow {
        height: 45px;
        width: 45px;
    }

    .common-btn-black {
        font-size: 15px;
    }

    .gallry_bx {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .blog-section .blog-grids .grid {
        margin-bottom: 30px;
    }

    .footer-widget.mob_none {
        display: none;
    }

    .footer-content {
        padding-bottom: 25px;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .footer-section {
        padding-top: 50px;
    }

    .menu-home-nh .menu-item-name {
        padding: 0 0px;
        font-size: 14px;
        /* overflow: scroll; */
    }


    .copyright-area {
        padding: 10px 0;
    }

    /* .train_center {
        display: none;
    } */

    .header.fixed-header .logo img {
        max-width: 110px;
    }




    .mob-icon-menu:before {
        margin: 0 !important;
    }


    .menu-home-nh .nav {
		display: flex !important;
		float: left;
		gap: 17px;
		justify-content: start;
		flex-direction: row !important;
		overflow-x: scroll;
		flex-wrap: nowrap;
		padding: 15px 0;
	}

    .menu-home-nh .nav-tabs li.nav-item {
        width: 100%;
        max-width: 100%;
        /* min-width: 150px; */
    }

    .menu_page .nav-tabs li.nav-item {
        /* min-width: 150px; */
        /* padding-left: 10px; */

    }



    .menu_page .nav-tabs {
        margin-bottom: 17px;
        flex-wrap: wrap;
        row-gap: 14px !important;
        overflow: visible !important;
    }

    .menu-home-nh .nav-tabs li.nav-item:hover {
        transform: translate(0px, 0px);
    }

    .menu_page .nav-tabs .nav-link.active {
        color: #e77a3a;
    }

    .alignright {
        float: unset !important;
        width: 100% !important;
        height: 100% !important;
        margin: 15px 0px 15px 0px;
        margin-left: 0 !important;
    }

    .booking_info {
        padding: 10px !important;
        margin-top: 20px !important;
    }






}

@media (max-width: 767.98px) {
	.about_ic_inner {
		flex-wrap: wrap;
	}
	.ab_ic_cn p {
		max-width: 100%;
	}
    .blog-section .details h3 {
        margin-bottom: 10px
    }

    .blog-section .details h3 {
        font-size: 18px;
    }

    .blog-section .grid .details {
        padding: 15px 10px;
    }

    .contact-us-inner .reach-us li {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .catering-newstyle .right_menu {
        grid-template-columns: 1fr;
    }

    .inner-banner-content .banner-title>* {
        font-size: 22px;
        padding: 15px 50px 15px 15px;
    }

    .form_ label {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .form_ {
        padding-top: 50px;
    }

    .inner-banner {
        min-height: auto;
    }

    .about_delish .qua_food {
        margin: 27px 0px 20px 0px;
    }

    .choose_us .col-lg-8 .row {
        gap: 18px;
    }

    .about_us .pic_1 {
        display: none;
    }

    .about_us .col-lg-6 img {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
	ul.list-style {
		flex-direction: column;
	}
    .blog-section .details h3 a {
        font-size: 20px !important;
    }

    .blog_s {
        padding-bottom: 0px;
    }

    .booking_info {
        margin-top: 30px !important;
    }

    .menu_page .nav-item .nav-link {
        width: 100% !important;
        max-width: 100%;
    }

    .thank_you {
        min-height: 150px;
    }

    .form_ form .form-bottom {
        flex-direction: column;
        gap: 15px;
    }

    .blog_details_ .highlight_text {
        line-height: 30px;
        padding: 15px;
    }


    .menu-item-list .text p {

        font-size: 16px;
    }

    .footer_logo img {
        max-width: 170px;
    }

    .grid .img-holder img {
        height: 100% !important;
        min-height: 100% !important;
    }

    .menu_page .menu-wrapper {


        border: 2rem solid #fff;
        /* border-image: url(../images/tabs_fr.png); */
        border-image: url(https://www.railroadbagel.com/wp-content/uploads/2024/07/Mask-group-5.png);
        border-image-slice: 88;
        border-image-repeat: round;
        padding: 5px;
        width: 100%;
        height: 100%;
    }

    .ab_ic_cn p {
        width: 100%;
        max-width: 100%;
    }

    .catering_heading p br {
        display: none;
    }

    .reser_table form {
        padding: 20px;
    }

    .reser_table form .row {
        row-gap: 15px;
        margin-top: 27px;
    }

    .form_ .section-title h2 {
        margin-bottom: 0px;
    }

    .form_ {
        padding-top: 35px;
    }

    .booking {
        padding: 35px 0px 35px 0px !important;
    }

    #bg_set {
        padding: 35px 0px !important;
    }

    .cont_form #contact-form p {
        font-size: 25px;
        text-align: center;
    }

    .menu-item-list .text h4 {
        font-size: 17px;
    }

    .menu-list .box-title {
        font-size: 17px;
    }

    .menu_page .menu-list .box-line {
        margin-left: 10px;
    }



    .about_ic_inner {
        margin-bottom: 17px;
    }

    .menu-home-nh .nav-item .nav-link:before {
        height: 120px;
    }

    .menu-home-nh .section-title {
        margin-bottom: 45px;
    }

    .blog-section .section-title {
        margin-bottom: 30px;
    }

    .footer-section {
        padding-top: 35px;
    }

    .menu-home-nh .nav-item .nav-link {
        gap: 8px;

        width: 127px;
    }

    .about-section .section-title {
        text-align: center;
    }

    .section-title span {
        padding: 4px 8px 4px 10px;
        font-size: 16px;
    }

    .catering-newstyle .section-title {
        margin-bottom: 29px;
        text-align: center;
    }

    .form_ label {
        font-size: 16px;
    }

    .form_ form {
        padding: 25px;
        max-width: 100%;
    }

    .carering_ser .bg_color {
        padding: 15px;
        text-align: left;
    }

    .about_us .about_text {
        text-align: left;
    }

    .choose_us .left_text {
        text-align: left;
    }

    .about_delish .btn-bx {
        text-align: left;
    }

    .about_delish .btn-bx .common-btn-black {
        margin-top: 0;
    }

    .about_delish .section-title {
        margin-bottom: 25px;
        text-align: left;
    }

    .about_delish .inner_text::before {
        display: none;
    }

    .about_delish .inner_text {
        border-left: none;
        padding-left: 0px;
    }


    .about_delish .qua_food {
        margin: 15px 0px 30px 0px;
        gap: 15px;

        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .inner-banner-content .banner-title>* {
        padding: 15px 50px 20px 25px;
    }

    .banner-main .banner-image img {
        min-height: 380px;
    }

    section {
        padding: 35px 0;
    }

    .img-box6 .img1 img {
        height: 250px;
        margin: auto;
        border: 5px solid #e77a3a;
        width: 100%;

    }

    .blog-section .blog-grids .grid {
        margin-bottom: 22px;
    }



    .about-text {
        text-align: center;
    }

    .about_ic_inner {
        flex-direction: column;
    }

    .about_ic_bx {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center !important;
    }

    .img-box6 {
        padding: 25px 0;
    }

    .section-title h2 {
        font-size: 20px;
    }

    .oveerlay-slider ul {
        justify-content: center;
        width: 100%;
        align-items: center;
    }


    .oveerlay-slider ul li {
        font-size: 16px;
        padding-left: 17px;
        text-align: center;
    }

    .oveerlay-slider .mt-2 {
        text-align: center;
    }

    .slick-arrow {
        height: 40px;
        width: 40px;
    }

    .testimonials-new .section-title {
        margin-bottom: 19px;
    }

    .testimonials-new p {
        font-size: 16px;
        line-height: 25px;
    }

    .testimonials-new .btn_bx {
        text-align: center;
        margin-top: 35px;
    }

    .blog-section .grid .details {
        padding: 15px 0;
        text-align: center;
    }

    .blog-section .btn_bx {
        margin-top: 0px;
    }

    .oveerlay-slider {
        padding: 40px 5px 40px 5px;
        max-width: 100%;
    }

}


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




/* bootstrap breakpoint  */