@import url("https://fonts.googleapis.com/css?family=Yantramanav:100");
body {
    font-size: 16px;
    font-style: normal;
}
.slider-section .carousel .carousel-inner .carousel-item {
    /* height: 100vh; */
    height: 700px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media screen and (max-width: 400px) {
    .slider-section .carousel .carousel-inner .carousel-item {
        height: 28vh !important;
    }
}
@media only screen and (max-width: 600px) and (min-width: 400px) {
    .slider-section .carousel .carousel-inner .carousel-item {
        height: 40vh;
    }
}

.slider_wraper {
    background-color: rgb(21 16 16 / 70%);
    position: absolute;
}

.mt-8 {
    margin-top: 30px !important;
}
.table {
    color: #a9adb8;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #fec544;
    color: #333;
    border-radius: 50px;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
    border: 1px solid #fec544;
    border-radius: 50px;
}
.carousel-control-next,
.carousel-control-prev {
    width: 5%;
    top: 24%;
}
.carousel-caption h3 {
    background-image: repeating-linear-gradient(
        to right,
        #a2682a 0%,
        #be8c3c 8%,
        #be8c3c 18%,
        #d3b15f 27%,
        #faf0a0 35%,
        #ffffc2 40%,
        #faf0a0 50%,
        #d3b15f 58%,
        #be8c3c 67%,
        #b17b32 77%,
        #bb8332 83%,
        #d4a245 88%,
        #e1b453 93%,
        #a4692a 100%
    );
    background-size: 150%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    font-weight: 600;
    font-family: "Yantramanav";
    /* filter: drop-shadow(0 0 1px rgba(255, 200, 0, .3)); */
    animation: MoveBackgroundPosition 6s ease-in-out infinite;
}

@keyframes MoveBackgroundPosition {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
.carousel-caption p {
    font-family: Jost;
    font-weight: 500;
    padding-top: 1rem;
    line-height: normal;
}
.carousel-caption {
    font-size: 40px !important;
    bottom: 30% !important;
    left: 5%;
    text-align: left;
}
.sub_heading {
    font-size: 22px;
    font-weight: 200;
    font-family: system-ui;
    color: #fff;
}
.list_style p {
    margin-bottom: 4px;
    font-size: 16px;
    font-family: system-ui;
}
.fa-check-square:before {
    content: "\f14a";
    color: burlywood;
}
#demo .carousel-item img {
    height: 500px;
    width: 100%;
}
.st-section-heading.st-style1 .st-section-heading-title {
    background-image: repeating-linear-gradient(
        to right,
        #a2682a 0%,
        #be8c3c 8%,
        #be8c3c 18%,
        #d3b15f 27%,
        #faf0a0 35%,
        #ffffc2 40%,
        #faf0a0 50%,
        #d3b15f 58%,
        #be8c3c 67%,
        #b17b32 77%,
        #bb8332 83%,
        #d4a245 88%,
        #e1b453 93%,
        #a4692a 100%
    );
    background-size: 150%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 80px;
    font-weight: 200;
    font-family: "Yantramanav";
    filter: drop-shadow(0 0 1px rgba(255, 200, 0, 0.3));
    animation: MoveBackgroundPosition 6s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
    .st-section-heading.st-style1 .st-section-heading-title {
        font-size: 55px;
    }
}
.videosec {
    height: 800px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.top_video_sec {
    /* background: linear-gradient(0deg, rgba(11, 29, 38, 0.30) 0%, rgba(11, 29, 38, 0.30) 100%); */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    top: 15%;
    left: -3%;
    max-width: 1000px;
    height: 600px;
}
.video {
    margin: 0px auto;
    width: 100% !important;
    border: 4px solid #fff;
}
.logo_sm {
    width: 260px;
    position: absolute;
    top: -10px;
}
.logo_sm h4 {
    font-size: 42px;
    font-family: ui-monospace;
}
.logo_sm small {
    font-size: 60%;
    position: relative;
    top: -18px;
}
.left_img {
    position: relative;
    top: -6px;
    height: 220px;
    object-fit: cover;
    float: inline-end;
}
.gallery_wrapper {
    width: 40%;
}
.gallery_wrapper .carousel-item {
    border: 40px solid #000;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.afterbeforeicon {
    width: 15%;
}
.afterbeforeicon img {
    position: relative;
    top: 30%;
}
.pl-100 {
    padding-left: 100px;
}
@media screen and (max-width: 767px) {
    .gallery_wrapper {
        width: 100%;
    }
    .afterbeforeicon {
        width: 100%;
    }
    .afterbeforeicon img {
        position: relative;
        top: 10%;
        bottom: 10%;
    }
    .pl-100 {
        padding-left: 10px;
    }
    .left_img {
        position: relative;
        top: 60px;
    }
    .top_video_sec {
        position: relative;
        top: 10%;
        height: auto;
    }
    #demo .carousel-item img {
        height: 300px;
    }
    .logo_sm {
        width: 150px;
    }
    .videosec {
        height: 270px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .video {
        height: 200px;
    }
    .top_video_sec {
        left: 0;
    }
}

.border_red {
    border: 2px solid red;
}
.items {
    width: 90%;
    margin: 0px auto;
    /* margin-top: 100px; */
}
.slick-slide {
    margin: 10px;
}
.slick-slide img {
    width: 100%;
    border: 0px solid #fff;
}
.kitchan_h {
    background: #727475;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-top: 15px;
}
.bg_red {
    background-color: #db0909;
    color: #fff;
}
.slick-prev:before,
.slick-next:before {
    font-size: 30px;
    color: #ffc107;
}
.rating_star {
    color: #ffc107;
    text-align: end;
    padding: 2px;
    font-size: unset;
}
.mt8 {
    margin-top: 4rem !important;
}

.video_btn {
    position: absolute;
    left: 45%;
    top: 50%;
    padding: 6px 8px;
    height: 80px;
    width: 80px;
    border: 2px solid red;
}
.btnfirst {
    /* display: flex; */
    align-items: center;
    justify-content: left;
    border: 5px solid var(--yellow);
    padding: 2px 30px;
    border-radius: 14px;
    width: fit-content;
    margin: 0px;
    margin-top: 24px !important;
}
.btnfirst h3 {
    margin-bottom: 0;
    padding-bottom: 0;
    color: var(--yellow);
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
}
.btnsec {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 5px 0px;
    margin-top: 10px;
    background: var(--dark);
}
.btnsec p {
    padding-bottom: 0;
    margin-bottom: 0;
    color: var(--yellow);
    font-size: 13px;
    font-weight: 500;
    margin-top: -6px;
}
.btnsec h3 {
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #fff;
    font-weight: 600;
}
.btnthird {
    color: #333;
    font-weight: 800;
    border-radius: 10px;
    padding-top: 4px;
    padding: 9px 0.5em;
    background: linear-gradient(to right, #be8c3c 0%, #fec544 100%) !important;

    color: #070d1b;
    margin-top: 16px;
    font-size: 12px;
    line-height: normal;
}
.cart_bg {
    padding: 10px 10px 8px 10px !important;
    background: var(--dark);
    position: relative;
    top: 12px;
}
.st-nav .st-nav-list > li > a {
    padding: 10px 0px;
}
.call_us {
    position: relative;
    right: -18%;
    top: 0px;
}
@media screen and (max-width: 767px) {
    .call_us {
        position: relative;
        right: 0%;
        top: 0px;
        display: flex;
    }
    .btnfirst {
        display: flex;
        align-items: center;
        justify-content: left;
        border: 1px solid #838383;
        padding: 0px;
        border-radius: 5px;
        margin: 0px;
        text-align: center;
        font-size: 12px;
    }
    .btnsec {
        margin: 20px;
        width: fit-content;
    }
    .btnthird {
        color: #333;
        font-weight: 800;
        border-radius: 10px;
        padding-top: 4px;
        padding: 0em;
        background: var(
            --g-1,
            linear-gradient(
                90deg,
                #b16cea 14.06%,
                #ff5e69 44.79%,
                #ff8a56 71.88%,
                #ffa84b 100%
            )
        );
        color: #070d1b;
        width: 50%;
        text-align: center;
        margin-left: 20px;
    }
    .header_first_row {
        top: 20px;
    }
}

.list_style p {
    margin-bottom: 4px;
    font-size: 16px;
}
.st-nav {
    position: relative;
    width: 900px;
    margin: auto;
}
@media screen and (max-width: 990px) {
    .st-nav {
        margin-top: 0px;
        text-align: end;
    }
}

.st-nav .st-nav-list > li {
    margin-right: 10px;
}
@media screen and (max-width: 767px) {
    .st-nav .st-nav-list > li {
        text-align: -webkit-center;
    }
    .offer_box {
        margin-top: 0% !important;
    }
}

.w3-ch-sideBar {
    height: 100%;
    max-width: 360px;
    min-width: 300px;
    background-color: #040d20;
    position: fixed !important;
    top: 0;
    z-index: +2000;
    overflow: auto;
    -webkit-box-shadow: 0 2px 4px 0 #1d283e;
    box-shadow: 0 2px 4px 0 #1d283e;
    position: relative;
    animation: animateright 0.4s;
    right: 0;
    bottom: 0;
}
@keyframes animateright {
    from {
        right: -300px;
        opacity: 0;
    }
    to {
        right: 0;
        opacity: 1;
    }
}
@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0;
    }
    to {
        left: 0;
        opacity: 1;
    }
}
.slide-head {
    background: #1d283e;
}
.close_slide {
    background: #ffc107;
    border: none;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 10px;
    padding: 0;
    cursor: pointer;
}
.close_slide.gray {
    background: #f4f5f7 !important;
}
.dn-counter {
    background-color: #2c2c2c;
    color: #fff;
    font-size: 10px;
    display: inline-block;
    line-height: 17px;
    min-width: 17px;
    min-height: 17px;
    border-radius: 50%;
    position: relative;
    margin-left: -9px;
    top: -11px;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 0 2px;
}
.theme-bg {
    background: #ee1c47 !important;
}
.ft-medium {
    font-weight: 500;
}
.fs-md {
    font-size: 16px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.pl-2 {
    padding-left: 0.5rem !important;
}
.br-bottom {
    border-bottom: 1px solid #7a725e;
}
.lh-1 {
    line-height: 1;
}
.ft-medium {
    font-weight: 500;
}
.fs-sm {
    font-size: 18px !important;
}

.text_grey {
    color: #6c757d;
}
.text_orange {
    color: #ffc107;
}
.sub_total {
    text-transform: uppercase;
    font-weight: 400;
    color: azure;
}
.pricing {
    padding-left: 0px !important;
}
.pricing li {
    list-style: none;
}
.pricing .st-form-field {
    margin-bottom: 0px !important;
    text-transform: uppercase;
}
.pricing .st-form-field input {
    height: 40px !important;
}
.cate_table .nav-pills .nav-link.active,
.cate_table .nav-pills .show > .nav-link {
    color: #f8f9fa !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: #f8f9fa !important;
    border-radius: 4px !important;
    font-weight: 400 !important;
    margin: 4px;
}
.view_cate li {
    list-style: none;
    text-align: center;
}
.view_cate li:nth-child(2) {
    border-left: 1px solid #d3b15f;
    border-right: 1px solid #d3b15f;
    margin: 0px 2;
    padding: 0px 6px;
}
.view_cate h6 {
    color: #d3b15f;
    font-weight: 400;
    text-transform: uppercase;
}
.border_info {
    color: #007bff !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: #007bff !important;
    border-radius: 4px !important;
    font-weight: 400 !important;
    margin: 4px;
}

.border_success {
    color: #28a745 !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: #28a745 !important;
    border-radius: 4px !important;
    font-weight: 400 !important;
    margin: 4px;
}

.border_danger {
    color: #dc3545 !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: #dc3545 !important;
    border-radius: 4px !important;
    font-weight: 400 !important;
    margin: 4px;
}

.border_warning {
    color: #ffc107 !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: #ffc107 !important;
    border-radius: 4px !important;
    font-weight: 400 !important;
    margin: 4px;
}
.badge-danger {
    color: #fff !important;
    background-color: #dc3545;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.total_price {
    background: transparent;
    border: none;
    color: unset;
    font-size: x-large;
    text-align: center;
}

/***modal**/

/* The Modal (background) */
.modal {
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}

.modal-body .col-sm-8 {
    text-align: center;
}
.intro-title {
    margin-bottom: 5px;
    font-weight: 400;
    color: #333;
}

@media (max-width: 575px) {
    .modal-body .col-sm-4 {
        text-align: center;
        margin-top: 25px;
    }
}
@media (min-width: 576px) {
    /* .modal-dialog {
    max-width: 650px;
} */
}
.st-top-header .SPECIAL_PROMOTIONS {
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 0.1rem;
    font-weight: 800;
    padding-top: 12px !important;
    padding-left: 138px;
}
@media (max-width: 999px) {
    .st-main-header {
        /* background: #21262b; */
        background: #fff !important;
        height: 160px;
    }
    .st-top-header .SPECIAL_PROMOTIONS {
        overflow: hidden;
        display: none;
    }
}

.modal-content {
    background-color: transparent !important;
}

.modal .close {
    float: right;
    font-size: 2rem;
    font-weight: 100;
    line-height: inherit;
    text-shadow: none;
    background: #dc0808 !important;
    padding: 4px 6px !important;
    border-radius: 50%;
    position: relative;
    top: 20px !important;
    left: 12px;
    z-index: 99999 !important;
    opacity: 0.9;
}

.header_wrapper {
    /* margin: 6px -6px 0px ; */
    margin: 0px;
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 90;
    display: inline-block;
    margin-bottom: 62px;
}
@media screen and (max-width: 991px) {
    .header_wrapper {
        margin-bottom: 0px;
    }
}
.ribbon-wrapper-green {
    /* width: 85px;
  height: 88px; */
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}

.ribbon-green {
    font: bold 15px Sans-Serif;
    color: #333;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #ff0000;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ff0000),
        to(#800808)
    );
    background-image: -webkit-linear-gradient(top, #ff0000, #800808);
    background-image: -moz-linear-gradient(top, #ff0000, #800808);
    background-image: -ms-linear-gradient(top, #ff0000, #800808);
    background-image: -o-linear-gradient(top, #ff0000, #800808);
    color: #faf0a0;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.ribbon-green:before,
.ribbon-green:after {
    content: "";
    border-top: 3px solid #ff0000;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px;
}

.ribbon-green:before {
    left: 0;
}
.ribbon-green:after {
    right: 0;
}

/*************new header **************/
.red {
    background-image: linear-gradient(to right, #800808, #d70505);
}
.circle {
    width: 134px;
    height: 134px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 22px;
    position: relative;
    border:3px solid #ffc107;
}
.circle p {
    line-height: 11px;
    font-size: 10px;
    font-weight: 500;
}

.circle h4 {
    font-size: 16px;
}

.online_text {
    color: #ffc107;
}
.offer_box {
    margin-top: -10%;
    position: relative;
}
.offer_box li {
    float: left;
    padding: 10px;
    list-style: none;
}
.offer_box::before {
    content: "";
    position: absolute;
    background-color: #ffc107;
    width: 93%;
    height: 3px;
    top: 87px;
    left: 15px;
    z-index: -999;
}
@media (max-width: 439px) {
    .offer_box li {
        float: none;
        text-align: center;
        padding: 10px;
    }
}

.customer_info {
    padding: 20px;
}

.customer_info .video-pop .video-float {
    position: relative;
}

.customer_info .video-pop .video-float {
    overflow: hidden;
    border: solid 5px #dc0808;
    border-radius: 10px;
    cursor: pointer;
    transition: linear 0.2s;
}
#footer .footer-heading.infoo .video-pop {
    position: static;
    margin: 0 0 10px;
}
.video-pop .video-float {
    width: 100%;
    max-width: 100%;
}
.video-pop .video-float .sound-btn i {
    background: #610b0b38;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 42px;
    text-align: center;
    color: #fff;
}
.video-float .sound-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline;
    justify-content: center;
    align-items: center;
    background: #0000;
    z-index: 999;
    padding: 60px 0;
    text-align: center;
}
.video-pop video {
    width: 100%;
    height: 100%;
    display: block;
}
.infoo a {
    font-size: 35px;
    font-weight: 300;
}
a.footer-btn {
    display: inline-block;
    background: #dc0808;
    color: #fff;
    margin: 0 0 7px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    min-width: 157px;
}
._mt {
    margin-top: -20px;
}
@media (max-width: 1199px) {
    ._mt {
        margin-top: -20px;
    }
    .offer_box {
        right: 1px !important;
    }
    .st-nav {
        position: relative;
        width: auto;
        margin: auto;
        top: -22px;
    }
}
.video-pop h4 {
    color: #dc0808;
    text-transform: capitalize;
    font-family: "Work Sans", sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}
.customer_info .details {
    border-bottom: 1px solid rgb(204 204 204 / 18%);
}
.border {
    border: 1px solid rgb(204 204 204 / 18%);
}

.customer_info .details ul {
    margin-left: 0px;
    padding: 0px;
    display: inline-block;
}
.customer_info .details ul li {
    list-style: none;
    line-height: 40px;
}
.customer_info h2 {
    font-size: 24px;
    font-weight: 400;
}

.customer_info .details .left_box {
    width: 30%;
}

.CUS_PRO {
    border: 1px solid rgb(204 204 204 / 18%);
    text-align: center;
}
@media (max-width: 578px) {
    .CUS_PRO {
        text-align: center;
    }
}
.test .CUS_PRO {
    border: none;
}
.test .review_wrapper {
    border: none;
    padding: 0px !important;
}
.test .CUS_Comments {
    height: 100%;
    /* max-height: 290px; */
    max-height: 100%;
    overflow: hidden;
}
.CUS_Comments {
    height: 100%;
    /* max-height: 290px; */
    max-height: 328px;
    overflow: scroll;
    overflow-x: hidden;
}
.test .customer_info h2 {
    font-size: 34px;
    font-weight: 400;
    padding-top: 48px;
    font-family: cursive;
}
.review_wrapper {
    border: solid 1px rgb(204 204 204 / 18%);
    padding: 20px;
}
.CUS_Comments h4 {
    color: #dd0807;
    font-weight: 100;
    font-size: 22px;
    font-family: cursive;
    margin: 10px 0;
}

.CUS_Comments p {
    font-size: 14px;
}

@media (max-width: 578px) {
    .CUS_PRO {
        border: 1px solid rgb(204 204 204 / 18%);
    }
}

.acrd {
    font-size: 18px;
    padding: 0 0 10px;
    margin-bottom: 0;
    position: relative;
    line-height: 120%;
    max-width: 500px;
}

.client-box {
    display: flex;
}
.client-box .client-info p {
    line-height: 150%;
    font-size: 15px;
    padding-left: 10px;
}
.client-info i.fa-chevron-down {
    transition: linear 0.3s;
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: 0px;
    color: #dd0807;
    width: 20px;
    height: 20px;
    line-height: 20px;
    z-index: 6;
}

.video-sec a {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-sec a:before {
    content: "";
    font-size: 35px;
    color: #fff;
    width: 100px;
    height: 100px;
    line-height: 90px;
    border: solid 3px #dd0807;
    border-radius: 50%;
    background: #1d1e1fc4;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;

    margin: auto;
    right: 0;
    bottom: 0;
    opacity: 0.9;
}
.video-sec .fa-play {
    position: absolute;
}
/* .gallery_wrapper{
  margin-top: -120px;
} */
#portfolio .start_to_finish {
    bottom: -60px;
}
/* .gallery_wrapper{
padding: 0px 50px 0px;
} */
/* .nav_author_image {
  position: relative;
  text-align: end;
  min-width: 200px;

} */
.nav_author_image {
    text-align: center;
    border: 2px solid #ff0000;
    padding: 12px 46px;
    border-radius: 20px;
    float: inline-end;
}
.nav_author_video {
    position: relative;
    text-align: left;
    width: 38% !important;
}
.nav_author_video .video {
    border-radius: 10px !important;
}

@media (max-width: 600px) {
    .gallery_wrapper {
        margin-top: 10px;
        padding: 10px;
    }
    .nav_author_image {
        min-width: auto;
    }
    .nav_author_video {
        width: 100% !important;
    }
}
.height_300{
    height: 300px;
}
@media (max-width: 778px) {
    .customer_info .details .left_box {
        width: 64%;
    }
    .customer_info .details ul li {
        font-size: small;
    }
    .gallery_items {
        margin-top: 4px;
    }
}

#kitchen_guide {
    padding: 0px 40px;
}

#professional_pack .professional_pack_img img {
    height: 260px !important;
    width: 100%;
    padding-bottom: 4px;
}

.professional_pack_content {
    padding: 14px 10px 11px 19px;
    border: 2px solid var(--yellow);
    border-radius: 20px;
    margin-bottom: 6px;
    text-transform: uppercase;
}
#professional_pack ul {
    margin-left: 0px;
    padding-left: 0px;
}
.professional_pack_content ul li {
    list-style: none;
    line-height: 30px;
    font-size: 12px;
    padding-left: 0px;
}
.professional_pack_content .checkmark {
    padding-right: 4px;
    width: 14px;
    height: 14px;
}
.professional_pack_content h4 {
    font-size: 18px;
    color: #dd0807;
    font-weight: 600;
    text-transform: uppercase;
}

#licensed_insured .licensed_insured_img img {
    height: 345px !important;
    width: 100%;
}
@media (max-width: 778px) {
    #licensed_insured .licensed_insured_img img {
        height: auto !important;
        width: 100%;
    }
}
#licensed_insured ul {
    margin-left: 0px;
    padding-left: 0px;
}
#licensed_insured ul li .checkmark {
    width: 14px;
    height: 14px;
    padding-right: 4px;
}
.p-30 {
    padding: 30px;
}

.kitchen_price {
    /* width: 1140px; */
    width: fit-content;
}
#demo2 img {
    height: 300px;
    width: 100%;
}

.kitchen_price h4 {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding-top: 8px;
}

.kitchen_price select:hover,
select:focus-visible {
    outline: none !important;
}
.kitchen_price select {
    padding: 2px;
    border: 1px solid var(--yellow);
    background: transparent;
    color: var(--yellow);
    width: 122px;
    font-size: 14px;
}

.width_22 {
    width: 24%;
    padding: 6px;
}
.width_12 {
    width: 16%;
    padding: 6px;
}
.border_box {
    border: 1px solid yellow;
    padding: 8px;
    border-radius: 12px;
    height: 320px;
}
.border_box h6 {
    color: #ffc107;
    font-size: 13px;
    font-weight: 500;
}
.heght_142 {
    height: 142px;
}
.border_box .st-form-field {
    display: block;
    width: 100%;
    color: #a9adb8;
    border: 1px solid #ffc107;
    background-color: #101624;
    height: 40px;
    border-radius: 7px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: 20px;
    margin-bottom: 20px;
}
.border_box p {
    margin-bottom: 1px;
    font-size: 13px;
    font-weight: 100;
    line-height: 1.8;
}
.scroll_bar {
    padding: 20px;
    width: 100%;
}
.text-yellow {
    color: #ffc107;
}
a.badge-danger {
    color: #fff;
    background-color: #ff0000;
    padding: 7px 14px;
    font-size: 14px;
}
a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #ff0000;
}
a.badge-warning {
    padding: 8px 14px;
}
.custom_input {
    height: 30px;
    width: 50px;
    border: 1px solid #ffc107;
    background: transparent;
    border-radius: 4px;
    color: #fff;
}

.pricing li {
    text-align: center;
}
.pricing label {
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
}
.lights .font-size-small {
    font-size: 10px;
}

.font_size_12 {
    font-size: 12px !important;
}

.total_cost label {
    font-size: 11px !important;
    text-transform: none !important;
    text-align: left !important;
    line-height: normal !important;
    padding: 0px !important;
}

.total_cost .total_width .custom_input {
    width: 100%;
    background-color: #fbfbfc;
    color: #040d20;
    border-color: transparent;
}
@media (max-width: 578px) {
    .total_cost label {
        display: table-footer-group;
    }
    .custom_input {
        width: 100%;
    }
    @media (max-width: 998px) {
        .scroll_bar {
            padding: 20px;
            overflow: scroll;
            width: 100%;
        }

        .kitchen_price {
            /* width: 1140px; */
            width: 1420px;
        }
    }
    #demo2 img {
        height: auto;
        width: 100%;
    }
}
.total_cost {
    border-color: #ff0000;
}

.color-red {
    color: #ff0000;
}

#professional_pack {
    background: #020816;
    padding-top: 20px;
}

section {
    position: relative;
}
.start_to_finish {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
}

@media (max-width: 998px) {
    .start_to_finish {
        width: 60px;
    }
}

.kitchen_subheading h4 {
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    /* padding-bottom: 24px; */
}

.kitchen_subheading h4 small {
    font-size: 63%;
    font-weight: 400;
}

.header_first_row {
    position: relative;
    right: 1% !important;
    width: 100%;
}
.header_first_row li {
    float: inline-end !important;
    list-style: none !important;
    padding-left: 20px !important;
}

@media (max-width: 778px) {
    .header_first_row li {
        padding-left: 0px !important;
    }
}

.header_first_row .bg_red {
    background: linear-gradient(to top, #959a9f, #9da2a7);
    color: #fff !important;
    border: 4px solid #c9192a;
    text-transform: uppercase !important;
    position: relative;
    border-radius: 0px;
    /* right: 14%; */
}

#demo2 .carousel-control-prev {
    left: -33px;
}

#demo2 .carousel-control-next {
    right: -33px;
}

#demo2 .carousel-indicators {
    bottom: -45px;
}

.st-site-header.st-style1 .st-main-header-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
     height: 85px;
}

#lightgallery3 img {
    width: -webkit-fill-available;
}

.online_factory_tab img {
    width: -webkit-fill-available;
    border: 8px solid #afa5a5dd;
}

.bg_white {
    background-color: #fff;
}

.box_wrapper {
    border: 3px solid #7e7c7c;
    padding: 4px;
    text-align: center;
    border-radius: 30px;
}

.demo-gallery #lightgallery .box_wrapper img {
    padding-top: 0px;
    border-radius: 30px;
}
#lightgallery3 .box_wrapper img {
    padding-top: 0px;
    border-radius: 30px;
}
#lightgallery2 .box_wrapper img {
    padding-top: 0px;
    border-radius: 30px;
}

#lightgallery4 .box_wrapper img {
    padding-top: 0px;
    border-radius: 30px;
}
.bg_black,
footer {
    background-color: #0a101e;
}

.btnfirst h4 {
    color: #000;
    font-size: 18px;
    padding-top: 2px;
    margin-bottom: -5px;
    font-weight: 400;
}

.btnfirst span {
    color: #000;
    font-weight: 600;
    font-size: 11px;
}

#galleryabefore1 img,
#galleryafter1 img,
#galleryaafter1 img,
#galleryaafter1 img {
    width: 100%;
}

/* .gallery_tab{
  position: relative;
  top: 150px;
} */

@media (max-width: 778px) {
    .gallery_tab {
        position: relative;
        top: 10px;
    }
    #pills-tab {
        padding: 30px;
    }
    .nav-item {
        padding-bottom: 10px;
    }
}

.gallery_wrapper .carousel-indicators {
    position: absolute;
    bottom: -50px;
}

.TESTIMONIALS_leftright .carousel-control-next {
    right: -30%;
    background: #dc0808;
    height: 60px;
    width: 50px;
}
.TESTIMONIALS_leftright .carousel-control-prev {
    left: 90% !important;
    background: #dc0808;
    height: 60px;
    width: 50px;
}
.carousel-control-next,
.carousel-control-prev {
    opacity: 0.9;
}
#TESTIMONIALS {
    background-color: #fff;
    color: #0000;
}

.kitchenofthemonth img {
    height: 300px;
    width: 100%;
}

.client-img img {
    border-radius: 0% !important;
    width: 90px;
    height: 70px;
}

.testleftimgtop {
    position: relative;
    top: 0%;
    height: 100px;
}

@media (max-width: 778px) {
    /* .testleftimgtop{
    position: absolute;
    top: 0%;
    height:100px
  } */
}

.gallery_wrapper .carousel-item img {
    width: 100% !important;
    height: 280px !important;
}

@media screen and (max-width: 768px) {
    .gallery_wrapper .carousel-item img {
        width: 100% !important;
        height: 280px !important;
    }
}

.red_box2 {
    background: #dd0807;
    padding: 4px 16px;
    font-size: 14px;
    line-height: normal;
    border: 1px solid #ffc107;
    border-radius: 8px;
    font-weight: 500;
    margin: 10px 7px;
    width: 200px;
}

.popup-box {
    background: #141414;
    position: relative;
    z-index: 9;
    padding: 30px;
    max-width: 1100px;
    max-height: 600px;
    overflow: hidden;
    overflow-y: scroll;
    background-size: cover;
    background-position: center;
}

.popup-box .header-area h4 {
    text-align: center;
    font-size: 40px;
    font-weight: 200;
    color: #fff;
    margin: 0 0 30px;
}
.popup-box .header-area h4 em {
    color: #dc0808;
    font-style: inherit;
}

.popup-box .header-area h5 {
    font-size: 20px;
    color: #fff;
}
.popup-box .header-area p {
    color: #dc0808;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.popup-box .header-area {
    width: 100%;
}

.popup-box .modal-content {
    border: 0px !important;
}

.popup-box .header-area {
    border-bottom: solid 1px #4f4f4f;
    margin: 0 0 40px;
    padding: 0 0 15px;
}

.popup-box label {
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
}
.popup-box .modal-header {
    border-bottom: 1px solid transparent;
}
.popup-box .modal-header {
    padding: 0px;
}

.popup-box .form-control,
.cstm-popup .popup-body .popup-box select {
    border-radius: 0;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}

.form-box input {
    margin: 0 0 10px;
}

.form-box input,
.form-box select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 25px;
    padding: 7px 15px;
    border: 1px solid #dedede;
    color: #fff;
    height: 40px;
    text-transform: uppercase;
    font-size: 13px;
    background: transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background: rgb(191 191 191 / 47%);
}
.popup-box .message-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 190%;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}

.popup-box .header-area h5 {
    font-size: 20px;
    color: #fff;
}
.popup-box select {
    margin: 0 0 30px;
}

.popup-box select {
    border-radius: 0;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}

.popup-box select option {
    background: #333333;
    color: #fff;
    position: relative;
}

.popup-box .submit-btn {
    max-width: 170px;
    font-size: 13px;
    font-weight: 300;
    padding: 10px 30px;
}

.form-box .submit-btn {
    border-color: #d82020;
    width: 100%;
    background: #d82020;
    color: #fff !important;
    padding: 13px 0;
    border: 1px solid #d82020;
    font-size: 16px;
    letter-spacing: 1px;
    height: auto;
    margin: 20px 0 0;
}

.popup-box input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    border-radius: 4px;
    margin-right: 2px;
    opacity: 0.6;
    filter: invert(1);
    color: #fff !important;
}

.popup-box ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
}
.popup-box :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}
.popup-box .popup-box ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}
.popup-box :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}
.popup-box ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.p__42 {
    position: relative;
    top: -45px;
}
.right_img {
    position: relative;
    top: -82% !important;
    height: 182px !important;
}
@media screen and (max-width: 767px) {
    .p__42 {
        position: relative;
        top: 2px;
    }
    .right_img {
        position: relative;
        top: 2% !important;
    }
}
.st-main-header-right{
    position: relative;
    top: -56%;
}
.call_us {
    position: relative;
    right: -18%;
    top: 56px;
}

@media screen and (min-width: 1900px) {

    .weareimg img{
        left: -6%;
    }
    .offer_box{
        margin-left: -10%;
    }
    .circle {
        width: 150px;
        height: 150px;
    }
    .circle p {
        line-height: 16px;
        font-size: 14px;
        font-weight: 600;
    }
    .circle h4{
        margin: 0 0 4px 0;
    }
    .logo_sm {
        width: 300px !important;
    }
    .logo_sm img {
        height: 110px;
    }
    .call_us {
        position: relative;
        right: -28%;
        top: 48px;
    }
   .st-main-header-right {
        position: relative;
        top: -50%;
        left: -3%;
    }
    .videosec {
        height: 960px;
    }
    .video {
        height: 697px;
    }
    .top_video_sec{
        height: 700px;
    }

    .gallery_wrapper .carousel-item img{
        height:360px !important
    }
    .star_width_sidebar {
        height: 155px;
    }
}
.visitkitchen{

}
.heading_new {
    background: linear-gradient(90deg, #946e00 0%, #f2c12f 35%, #fbc013 100%);
    color: #fff;
    position: relative;
}
.visitkitchen .heading_new h4 {
    font-size: 47px !important;
    font-weight: 100;
    padding-top: 12px;
    text-transform: uppercase;
}

.visitkitchen .st-form-field input, .visitkitchen .st-form-field textarea{
    background-color: #fff;
    color:#000
}

.visitkitchen .st-form-field ::placeholder {
    color: red;
    opacity: 1; /* Firefox */
  }
  
  .visitkitchen .st-form-field ::-ms-input-placeholder { /* Edge 12-18 */
    color: red;
  }

  .visitkitchen #demo3 img, .visitkitchen #demo4 img, .visitkitchen #demo5 img{
        width: 99%;
  }

.visitkitchen .nav-pills .nav-link.active, .visitkitchen .nav-pills .show > .nav-link {
    background-color: #de0000 !important;
    color: #fff;
    border-radius: 50px;
}
.visitkitchen .nav-pills .nav-link {
    border-radius: 0.25rem;
    border: 1px solid #de0000;
    border-radius: 50px;
}

.ag-photo-gallery_figure{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.review_wrapper{
    height: 700px;
    overflow: auto;
}
/*.client_img{*/
/*    object-fit: cover !important;*/
/*}*/