@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&display=swap");

ul {
    padding: 0;
    margin: 0;
}
li {
    list-style-type: none;
}
body {
    padding: 0;
    margin: 0;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}
a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: 0 !important;
    text-decoration: none;
    color: #000;
    font-family: "Nunito Sans", sans-serif;
}
a:hover {
    text-decoration: none;
}
button {
    outline: 0 !important;
}
.d-table {
    width: 100%;
    height: 100%;
}
.d-table-cell {
    vertical-align: middle;
}
img {
    max-width: 100%;
    height: auto;
}
p {
    font-family: "Open Sans", sans-serif;
    color: #000;
    line-height: 26px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 400;
}

p:last-child {
    margin-bottom: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    color: #000;
}
h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.bg-fefefe {
    background-color: #fefefe;
}
.bg-f4f9fd {
    background-color: #f4f9fd;
}
.ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.btn {
    border: none;
    line-height: initial;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 10px 25px 12px 25px;
    text-align: center;
    position: relative;
    -webkit-transition: 0.5s;
    font-size: 14px;
    transition: 0.5s;
}
.common-btn {
    /* background: #d38f01; */
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: none;
    line-height: initial;
    text-transform: capitalize;
    border-radius: 0px;
    padding: 12px 25px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 4px;
    display: inline-block;
    background: #ffc823;
    color: #000000;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}
.light-btn.common-btn {
    background: #0985e3;
}

.common-btn:hover:before {
    -webkit-transform: translateX(0) skew(-45deg);
    -moz-transform: translateX(0) skew(-45deg);
    -o-transform: translateX(0) skew(-45deg);
    transform: translateX(0) skew(-45deg);
}
.common-btn:hover span {
    color: #000;
}
.common-btn span {
    position: relative;
    z-index: 2;
    color: #fff;
}
.orange-btn {
    background: #f90;
}
.buttons-form .orange-btn {
    width: 100%;
    height: 50px;
}
.white-btn {
    background: #fff;
    color: #000;
}
.white-text {
    color: #fff;
}
.green-btn {
    background: #0b326e;
}
.common-btn:hover {
    color: #fff;
    background: #000000;
}
.dark-btn {
    background: #fa5b1b;
}

.hd-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.hd-left img {
    width: 35px;
    margin-right: 15px;
}
.page-content {
    margin: auto;
    padding-bottom: 0px;
    width: 100%;
    max-width: 1860px;
    padding-inline: 0px;
}
.hd-right img {
    width: 35px;
    margin-right: 15px;
}
.hd-right a.common-btn.order-btn{
    padding: 15px 30px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    font-size: 18px;
    flex: 0 0 45%;
    padding: 15px 30px;
}
.hd-left .btn_cal-lt a {
    padding: 15px 30px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    font-size: 18px;
    line-height: 1.2;
}
.hd-right .flx_bx {
    justify-content: flex-end;
}
.hd-right a.common-btn.order-btn img {
    filter: invert(1);
    width: 40px;
}
.btn_cal-lt h5 {
    color: #fff !important;
    font-size: 14px;
}
.btn_cal-lt {
    width: 100%;
    margin-right: 15px;
}
/*--------------------------------------------------------------
 # Side Bar css
--------------------------------------------------------------*/
.right_btn {
    display: none;
}
a.side_bar_btn {
    width: 100%;
    text-align: center;
    max-width: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.side_bar_btn img {
    max-width: 25px;
    filter: invert(1);
}

.side-bar {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 340px;
    padding: 46px 30px 50px 30px;
    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: 20px 20px 0 0;
}
html, body {
    overflow-x: hidden;
}

	.abtbc p br {
    display: none;
}

.abtinr p strong.sug-spice {
    color: #e6ac00;
}

@media (max-width: 991px) {
    .side-bar .inner {
        padding: 40px 0 0 0;
    }
	
	.abtbc p br {
    display: none;
}

}
.side-bar .inner-main-wrapper-desk .thumbnail {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.side-bar .inner-main-wrapper-desk .menu_list {
    text-align: center;
}
.side-bar .inner-main-wrapper-desk .menu_list ul li a {
    color: #000;
    line-height: 40px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    position: relative;
    display: block;
}
.side-bar .inner-main-wrapper-desk .menu_list ul li a:hover {
    color: #d38f01;
}
.side-bar .inner-main-wrapper-desk .thumbnail img {
    width: 85%;
    margin: auto;
}
.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 .inner-main-wrapper-desk .inner-content {
    text-align: center;
    margin-top: 15px;
    border-top: 1px solid #0000001c;
    padding-top: 15px;
}
.side-bar .inner-main-wrapper-desk .inner-content .feature-list {
    padding: 0;
}
.side-bar .inner-main-wrapper-desk .inner-content .feature-list .query-list {
    list-style: none;
    margin-bottom: 30px;
    text-align: center;
}
.side-bar .inner-main-wrapper-desk .inner-content .feature-list .query-list .sub-text {
    color: #040503;
    font-size: 16px;
    line-height: 32px;
    display: block;
}
.side-bar .inner-main-wrapper-desk .inner-content .feature-list .query-list a {
    color: #040503;
    font-size: 16px;
    line-height: 32px;
}
.side-bar .inner-main-wrapper-desk .inner-content .feature-list .query-list.two p {
    color: #040503;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 5px;
}
.side-bar .inner-main-wrapper-desk .inner-content .side_footer .social-area {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.side-bar .inner-main-wrapper-desk .inner-content .side_footer .social-area li {
    list-style: none;
    margin: 0 10px;
    color: #fff;
}
.side-bar .inner-main-wrapper-desk .inner-content .side_footer .social-area li a {
    width: 50px;
    height: 50px;
    border: 1px solid #d38f01;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d38f01;
}
.side-bar.header-one {
    background-color: #fff;
}
.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: #d38f01;
    padding: 6px;
    border: 1px solid #d38f01;
}
.side-bar button i {
    color: #fff;
    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: url(../images/banner/shape/close.png), auto;
    background: #0e1013;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease-in-out;
    pointer-events: none;
    z-index: 50;
    left: 0;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    background: #ffc823;
}

.nav-center ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-center ul a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 30px 20px;
    position: relative;
    display: block;
}
.nav-center ul a::before {
    content: "";
    height: 15px;
    width: 2px;
    top: 50%;
    transform: translateY(-50%);
    background: #ddd;
    right: 0;
    position: absolute;
}
.nav-center ul li:last-child a::before {
    display: none;
}
.fix-nav {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 0;
    z-index: 99;
    border-bottom: 1px solid #ddd;
    transform: translateY(-100%);
}
.full-nav {
    transform: none;
}
.social {
    display: flex;
    justify-content: end;
}
.social a {
    color: #fff;
    display: flex;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 2px;
}

.hd-left {
    width: 40%;
}
.hd-left {
    display: flex;
    align-items: center;
}
.flx_bx {
    display: flex;
    align-items: center;
    flex: 0 0 50%;
}
.call-rt p {
    color: #000;
    font-weight: 700;
}
.hd-left h5 {
    color: #fff;
    margin-bottom: 0;
}
.hd-left a {
    color: #fff;
    font-weight: 700;
}
.hd-center {
    text-align: center;
    width: 20%;
}
.hd-center img {
    width: 100%;
    max-width: 250px;
}
.hd-right {
    display: flex;
    width: 40%;
    justify-content: flex-end;
}
.common-btn.order-btn {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    white-space: nowrap;
    color: #000;
}

.image-scroll {
    background: url(../img/body-img.jpg) center 0 no-repeat;
    background-size: cover;
}

.page-wrapper {
    background: #fff;
}

.about-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.icon-box {
    padding: 0 70px;
    position: relative;
}
.icon-box p {
    line-height: 1.4;
    font-weight: 600;
}
.icon-box img {
    width: 80px;
    margin-bottom: 10px;
}
.icon-box:after {
    content: "";
    right: 0;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
    background: #ddd;
    width: 2px;
    position: absolute;
}
.icon-box:last-child::after {
    display: none;
}

.menu-section {
    padding: 60px 20px;
}
.menu-section img {
    margin-inline: auto;
    display: block;
}
.home .slider-bottom img {
    width: 100%;
}

.section-title {
    font-weight: 500;
    font-family: "Dancing Script", cursive;
    text-transform: capitalize;
    font-size: 50px;
}
.menu-content li {
    padding: 15px 0;
}
.menu-content h4 {
    font-size: 20px;
    line-height: 1.5;
}
.menu-content h5 {
    text-transform: capitalize;
    font-size: 18px;
    line-height: 1.7;
}
.menu-content h5 span {
    color: #da9132;
    padding-left: 10px;
    position: relative;
    display: inline-block;
}
.border-dash {
    width: 100%;
    display: block;
    height: 2px;
    margin-left: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #b5610b;
}
.menu-content li h5 {
    display: flex;
    white-space: nowrap;
    align-items: flex-end;
}
.menu-content p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menu-content {
    padding-left: 20px;
}
.menu-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.menu-bg-1 {
    background-image: url(/wp-content/uploads/2023/10/bg1.jpg);
}
.menu-bg-2 {
    background-image: url(/wp-content/uploads/2023/10/bg3.jpg);
}
.menu-bg-3 {
    background-image: url(/wp-content/uploads/2023/10/bg2.jpg);
}
.menu-bg-4 {
    background-image: url(/wp-content/uploads/2023/10/bg4.jpg);
}
.menu-bg-5 {
    background-image: url(/wp-content/uploads/2023/10/bg5.jpg);
}
.menu-bg-6 {
    background-image: url(/wp-content/uploads/2023/10/bg6.jpg);
}
.menu-bg-7 {
    background-image: url(/wp-content/uploads/2023/10/bg7.jpg);
}
.menu-bg-8 {
    background-image: url(/wp-content/uploads/2023/10/bg8.jpg);
}
.menu-bg-9 {
    background-image: url(/wp-content/uploads/2023/10/bg10.jpg);
}
.menu-bg-10 {
    background-image: url(/wp-content/uploads/2023/10/bg9.jpg);
}
.menu-bg-11 {
    background-image: url(/wp-content/uploads/2023/10/bg11.jpg);
}
.menu-bg-12 {
    background-image: url(/wp-content/uploads/2023/10/bg13.jpg);
}
.menu-bg-13 {
    background-image: url(/wp-content/uploads/2023/10/bg12.jpg);
}

.menu-bg-2 li h5 span {
    color: #000;
}

.menu-bg-5 h5 span {
    color: #000;
}

.hasdark-bg * {
    color: #fff;
}

.hasdark-bg h5 span {
    color: #fff;
}

.hasdark-bg .border-dash {
    border-color: #fff;
}
.welcom-sec {
    padding: 100px 100px 40px 100px;
    background: #fff;
}
.welcom-sec h2 {
    margin-bottom: 20px;
}
.welcom-sec p {
    max-width: 700px;
    margin: auto;
}

.slider-bottom {
    background: #fff;
    padding: 0 20px 20px;
}

.slider-bottom .slick-dots {
    display: flex;
    justify-content: center;
}
.slider-bottom .slick-dots button {
    font-size: 0;
    border: 0;
    background: #999;
    border-radius: 50%;
    height: 13px;
    width: 13px;
    padding: 0;
    margin: 0 5px;
}
.slider-bottom .slick-dots .slick-active button {
    background: #000;
}
header address {
    color: #000 !important;
}

footer {
    background: #000;
    padding: 50px 0 0;
}
.ft-box h3 {
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}
.ft-box h3::after {
    content: "";
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 120px;
    background: #ff9900;
}
.ft-box ul li {
    margin-bottom: 10px;
}
.ft-box ul li a {
    color: #fff;
    text-transform: uppercase;
}
.ft-box .socialicn {
    padding-left: 0;
}
.ft-box p {
    color: #fff;
}
.ft-box p i {
    color: #ff9900;
    margin-right: 5px;
}
.ft-box .socialicn a {
    font-size: 12px;
}
.footer-bottom p {
    padding: 20px 0;
    color: #fff;
}
.hours-last p {
    color: #fff;
    margin-bottom: 14px;
    padding-bottom: 14px;
    justify-content: space-between;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
}
.hours-last p span {
    padding-right: 10px;
}
.footer-bottom {
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

footer .container {
    max-width: 1030px;
}
footer h4 {
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 15px;
}
footer .qlk li a {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

footer .qlk li {
    width: 100%;
    float: left;
    padding-bottom: 22px;
    padding-left: 0px;
}
.bar-sec {
    background: url(../img/bar.jpg) 0 center no-repeat;
    background-size: cover;
    position: relative;
    width: 50%;
    /* background-attachment: fixed; */
}

.copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 50px;
}
.copyright p {
    font-size: 16px;
    margin: 0;
    color: #fff;
    text-align: center;
}

footer {
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 60px 0 0 0;
}

.footer-img {
    position: absolute;
    left: 50%;
    bottom: -50%;
    width: 40%;
    max-width: 600px;
    transform: translateX(-50%);
}
.ft-block h4 {
    color: #fff;
    margin-bottom: 20px;
}

.faddrs ul li {
    list-style: none;
    display: block;
    color: #fff;
    padding-bottom: 20px;
}

.faddrs ul li a {
    color: #fff;
}
footer .socialicn ul li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 3px;
    /* background: #0b326e; */
    /* border: 1px solid #fff; */
}
footer .socialicn ul {
    display: flex;
    margin-top: 10px;
    padding-left: 0;
}

footer .socialicn ul li {
    padding-left: 0;
    margin-right: 10px;
}

footer .socialicn ul li.fb-icon a {
    color: #fff;
    border-color: transparent;
    border: 0;
}

.fb-icon a {
    color: #fff;
    background: #3b5998;
    border: 1px solid #3b5998;
}

.socialicn ul li a span {
    display: none;
}

.in-icon a {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.in-ytb a {
    background: #df3b41;
}

.home.page-template.page-template-home {
    background: url(/wp-content/uploads/2022/04/body-img-scaled.jpg) center 0 no-repeat;
    background-size: cover;
}

.page-template-menu {
    background: url(/wp-content/uploads/2022/04/body-img-scaled.jpg) center 0 no-repeat;
    background-size: cover;
}
.page-template-menu .menu-bg-3 {
    background-position: 23% 50%;
}
.page-template-menu .menu-section.menu-bg-2 {
    background-position: 80% 50%;
}

.page-template-contact {
    background: url(/wp-content/uploads/2022/04/body-img-scaled.jpg) center 0 no-repeat;
    background-size: cover;
}
.cnts {
    background: #fff;
}
.reqstinf {
    background: #f5f5f5;
    padding: 40px 40px 50px 40px;
}

.reqstinf h2 {
    text-align: center;
    padding-bottom: 0px;
    font-family: "Dancing Script", cursive;
    text-transform: capitalize;
    font-size: 45px;
    line-height: 55px;
    font-weight: 500;
}

.reqstinf .col-lg-6,
.reqstinf .col-lg-12 {
    padding: 10px;
}

.reqstinf .form-control {
    padding: 15px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: inset 1px 1px 3px #ddd;
    color: #000;
}
.reqstinf .sbbmt {
    text-align: center;
}
.cnticn {
    padding: 50px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cnticn .cnticnnr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex-basis: calc(91% / 3);
    justify-content: center;
    align-items: center;
    padding: 30px 15px;
    border: 1px solid #ddd;
    margin: 10px;
    box-shadow: 1px 1px 13px 4px rgb(0 0 0 / 15%);
}

.cnticn .cnticnnr .phanc a,
.cnticn .cnticnnr .phanc {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    padding-top: 20px;
}

.page-template-about {
    background: url(/wp-content/uploads/2022/04/body-img-scaled.jpg) center 0 no-repeat;
    background-size: cover;
}
.abtbc {
    background: #f5f5f5;
}

.abtinr {
    text-align: center;
    padding: 140px 50px;
}
.abtinr .row {
    align-items: center;
}
.sectitle h2 {
    text-align: center;
    padding-bottom: 0px;
    font-family: "Dancing Script", cursive;
    text-transform: capitalize;
    font-size: 60px;
    line-height: 70px;
    font-weight: 500;
}

.sectitle {
    background: #423f45;
    padding: 15px 0px;
}
.sectitle h2 {
    color: #ffc823;
    font-size: 48px;
    line-height: 58px;
}
.mntb {
    background: #fff;
    padding: 60px 60px 40px 60px;
}

.mntb .menutabs ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

.mntb .menutabs ul li {
    list-style: none;
    display: inline-block;
    padding: 12px 3px;
    margin-bottom: 10px;
}

.mntb .menutabs ul li a {
    background: #333;
    padding: 12px 20px;
    color: #fff;
    text-transform: uppercase;
}

.abtinr {
    background: url("/wp-content/uploads/2022/04/abt1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60% 50%;
}







@media (max-width: 991.95px) {
    .abtbc .abtinr {
        background-position: 100% 50%;
        padding: clamp(50px, 15vw, 140px) clamp(15px, 4vw, 50px);
    }
    .page-content {
        padding-bottom: 0;
    }
    body:not(.home) .page-content {
        padding-bottom: 0;
    }

    .menu-content {
        padding: 15px;
        /* background-color: hsl(0 0% 100% / 70%);
	  backdrop-filter: blur(6px); */
    }
    .welcom-sec {
        padding: clamp(50px, 12vw, 100px) clamp(15px, 3.6vw, 40px);
    }

    .about-icon {
        row-gap: 24px;
    }
    .about-icon > * {
        flex: 1 1 calc(100% / 3);
        min-width: 140px;
    }
    .about-icon .icon-box {
        padding: 0;
    }

    .cnticn {
        padding: 50px clamp(15px, 4.2vw, 50px);
    }
    .cnticn > * {
        flex: 1 1 calc(100% / 3);
        min-width: 230px;
    }
    .reqstinf {
        padding-inline: clamp(15px, 4.2vw, 50px);
    }
    .reqstinf h2 {
        font-size: clamp(32px, 4vw, 45px);
    }
    .mntb {
        padding-inline: clamp(15px, 4.2vw, 50px);
    }
    .mntb .menutabs ul {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    .nav-center,
    .fix-nav {
        display: none;
    }
    .hd-left h5,
    .hd-left a {
        font-size: 14px;
    }
    header {
        flex-wrap: wrap;
        padding: 10px;
        background: #000;
    }
    header .hd-left {
        order: 2;
        flex: 0 0 35%;
        display: none;
    }
    header .hd-right {
        flex: 1;
        order: 2;
    }
    header .hd-right .social {
        display: none;
    }


    .right_btn {
        flex: 0 0 10%;
        order: 3;
        display: block;
    }
    header {
        row-gap: 15px;
    }
   header.fixed-header {
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
}
    header.fixed-header .hd-left {
        display: none;
    }
    .side-bar .inner-main-wrapper-desk .thumbnail img {
        width: 40%;
        margin: auto;
    }
}

/* abt-new sections */
.abtbc.sec-2 h3,
.abtbc.sec-2 p,
.abtbc.sec-2 li {
    text-align: left;
}

.abtbc.sec-2 li {
    margin-bottom: 20px;
}

.abtbc.sec-2 br {
    display: none;
}

.abtbc.sec-2 .abtinr {
    background: url(/wp-content/uploads/2023/10/img.jpg) no-repeat fixed center center/cover;
    position: relative;
    padding-block: 80px;
}

.abtbc.sec-2 .abtinr:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0.6;
    z-index: 0;
}

.abtbc.sec-2 .abtinr * {
    position: relative;
    z-index: 1;
    color: #fff;
}

.abtbc.sec-3 .abtinr {
    background: #fff;
    padding: 0;
    min-height: 0;
}

.abtbc.sec-3 .abtinr .col-lg-6 {
    height: 100%;
    padding: calc(40px + 5vw) 30px;
}

.abtbc.sec-3 .abtinr .row {
    --bs-gutter-x: 0;
    align-items: center;
}

.abtbc.sec-3 .abtinr .col-lg-6:not(:first-child) {
    background: #ffc823;
}
.abtbc.sec-2 .abtinr h3 {
    font-size: 40px;
    margin-bottom: 30px;
}

.abtbc.sec-2 .abtinr li {
    position: relative;
    /* --bullet-size: 8px; */
    padding-left: 25px;
}
.abtbc.sec-2 .abtinr li:before {
    content: "";
    height: 8px;
    width: 8px;
    background-color: #ffff;
    outline: 2px solid #ffc823;
  outline-offset: 4px; 
    position: absolute;
    left: 5px;
    top: 6px;
	 -webkit-border-radius: 50%;
     -khtml-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}
header .order-btn:hover {
    color: #fff !important;
}

.page-template-menu .page-content .menu-section {
    min-height: 100vh;
    padding: 80px 50px;
    background-size: cover;
    align-items: center;
    display: flex;
}
.menu-bg-11 img {
    max-height: 700px;
    margin-inline: auto;
    display: block;
    object-fit: contain;
}
.page-template-menu .page-content .menu-section > .container,
.page-template-menu .page-content .menu-section > .row {
    align-items: center;
    height: 100%;
    flex-basis: 100%;
}

.page-template-menu .page-content .menu-section .row .menu-content {
    padding-left: 60px;
}
/* .page-template-menu .page-content .menu-section .row {
    align-items: center;
} */
.page-template-menu .page-content .menu-section .col-md-6:nth-child(2) {
    text-align: center;
}
.animate-bounce {
    animation: animate-bounce 5s linear infinite;
}
.animate-rounded {
    animation: animate-round 50s linear infinite;
}
@keyframes animate-round {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-bounce {
    0% {
        transform: translatey(0);
    }
    20% {
        transform: translatey(-5%);
    }
    50% {
        transform: translatey(5%);
    }
    100% {
        transform: translatey(0);
    }
}
.abtbc .abtinr {
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.abtbc .abtinr .row {
    align-items: center;
    flex-basis: 100%;
}
.menu-bg-6 h5 span,
.menu-bg-8 h5 span,
.menu-bg-10 h5 span,
.menu-bg-13 h5 span {
    color: #000;
}
.menu-imageholder {
    position: relative;
    width: 100%;
    height: 100%;
}

.menu-imageholder img {
    position: sticky;
    top: 100px;
    filter: drop-shadow(2px 6px 6px rgba(0, 0, 0, 0.3));
}
.hd-left img {
    filter: brightness(5);
}

header .hd-left a:hover {
    color: red !important;
}
nav li.current_page_item a {
    color: #ffc823;
}

#side-bar .current_page_item a {
    color: #ffc823;
}

footer .qlk li a:hover, .faddrs li a:hover {
    color: #ffc823;
}

.nav-center ul a:hover {
    color: #ffc823;
}

.error {
    color: white !important;
    background: red !important;
}

.side_footer {
    display: none;
}

.side-bar .inner-main-wrapper-desk .inner-content
{
border:none;
}

.mob-order-online {
display:none;
}

.g-recaptcha + span.error {
    position: relative;
    top: -20px;
}

@media (min-width:1024px) and (max-width:1024px)
{
header {
    height: 80px;
}
}

@media (min-width: 768px) and (max-width:1024px) {
.page-template-menu .page-content .menu-section .row .menu-content {
    padding-left: 0;
}
.page-template-menu .page-content .menu-section {
    padding: 185px 30px;
}
.icon-box img {
    width: 40px;
    margin-bottom: 0px;
}



.abtbc .abtinr {
    background-position: 60% 50%;
}

.menu-section .row {
    align-items: center;
}

header .hd-left {
    width: 30%;
}

.hd-left .flx_bx +  .flx_bx {
    display: none;
}

.hd-center img {
    width: 60%;
    max-width: 250px;
}



}

@media (min-width: 768px) {
    header .hd-left a,
    header .hd-left h5 {
        color: #000;
    }

    header .common-btn.order-btn {
        background: #000;
        color: #fff;
    }
}
@media (max-width: 767px) {
    .page-template-menu .page-content .menu-section .row .menu-content {
        padding: 0;
    }
	
	.menu-section ul {
    padding: 0;
}

 header .hd-center {
    margin-bottom: 0;
    order: 2;
    flex: inherit;
    display: flex;
    width: 88%;
    justify-content: center;
    margin-left: auto;
}
  header .hd-center a img {
    max-width: 50%;
    margin-left: 35px;
}

body .reqstinf.contact-form-sec .row > .sbbmt {
    text-align: left !important;
}

.abtbc.sec-2 .abtinr ul {
    margin: 25px 0;
    padding-left: 0;
}

.abtbc.sec-2 .abtinr li:before {
    content: "";
    height: 8px;
    width: 8px;
    background-color: #ffff;
    outline: 2px solid #ffc823;
    outline-offset: 4px;
    position: absolute;
    left: 5px;
    top: 12px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
	
	.mob-order-online a {
    padding: 15px 30px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: auto;
    border-radius: 0;
    font-size: 18px;
    flex: 0 0 45%;
    padding: 15px 24px;
}

.mob-order-online {
    width: 100%;
	display:block;
    text-align: center;
}


body header .hd-right a {
    display: none !important;
}
	

	
	.abtbc .abtinr {
    min-height: max-content;
    background-image: none;
}

    header address {
        color: #ffffff !important;
    }
    .foot-menu ul{
        display: flex;
        gap: 0 10px;
        justify-content: center;
        flex-wrap: wrap;
    }
	.hd-right a.common-btn.order-btn {
    flex: inherit;
}
.abtbc.sec-2 .abtinr h3 {
    font-size: 30px;
}
.hd-right .flx_bx {
    display: none;
}
.hd-right a.common-btn.order-btn img {
    display: none;
}
.hd-right a.common-btn.order-btn {
    padding: 15px 30px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    margin: auto;
    border-radius: 0;
    font-size: 18px;
    flex: 0 0 45%;
    padding: 15px 24px;
}
header .hd-right {
    display: block;
}
.menu-content li h5 {
    white-space: inherit;
}
.page-template-menu .page-content .menu-section {
    padding: 60px 25px;
}
.menu-content li h5 {
    text-align: left;
}

.hd-left .flx_bx {
    margin-bottom: 8px;
}
}


@media(max-width:575px){
    .video_cn_1{
      text-align: center;
    }
    .video_cn_img {
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
  
  .video_cn_img img {
      margin-inline: auto;
      margin-bottom: 28px;
  }
  
  .vd_cn, #shopify-section-template--21401853067546__featured_collection h2.title.h2 {
      text-align: center;
  }
  
  .video-container, .video_inner_bx {
      height: 1300px;
  }
  
  .video_cn {
      padding-inline: 2vw;
      position: static;
      padding-block: 0;
  }
  
  .video-container {
      position: relative;
      padding: 20px 30px;
      height: auto !important;
  }
  
  .video_inner_bx {
      height: auto !important;
      position: absolute;
      inset: 0;
    background: rgb(0 0 0 / 43%);
  }
  .video_inner_bx video{
    opacity:0.8;
  }
  .video_cn_img img {
      margin-bottom: 0;
  }
  }