@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Work+Sans:100,200,300,400,500,600,700,800,900&amp;display=swap");

:root {
    --website-color1:#7c1312;
    --website-color2:#e9b50c;
}

* {
    box-sizing: border-box;
}

body {
    line-height: 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    font-family: "Work Sans", sans-serif;
    color: #222222;
    letter-spacing: 0.02em;
}

p:last-child {
    margin-bottom: 0;
}

a, button {
    color: inherit;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a, button, img, input, span {
    transition: all 0.3s ease 0s;
}

*:focus {
    outline: none !important;
}

a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

button, input[type="submit"] {
    cursor: pointer;
}

/*img {
    max-width: 100%;
    height: auto;
}*/

ul {
    /*list-style: outside none none;*/
    margin: 0;
    padding: 0;
}

/*-- 
    - Common Classes
-----------------------------------------*/
.fix {
    overflow: hidden;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
    display: block;
}

.header_bottom .row {
    display: flex !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    justify-content: center;
}

.container {
    max-width: 1920px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
}

.auto-container {
    max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1200px) {
    .auto-container {
        max-width: 1140px;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        max-width: 767px;
    }

    .auto-container {
        max-width: 767px;
    }

    .header_bottom .row {
        display: block !important;
    }
}

@media only screen and (max-width: 479px) {
    .container {
        width: 100%;
    }

    .auto-container {
        width: 100%;
    }
}


/*-- 
    Scroll Up 
-----------------------------------------*/
#scrollUp {
    background: #310303 none repeat scroll 0 0;
    bottom: 85px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 45px;
    line-height: 39px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 45px;
    z-index: 9999;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

    #scrollUp:hover i {
        animation-name: fadeInUp;
        animation-duration: 1s;
        animation-fill-mode: both;
        animation-iteration-count: infinite;
    }

/*-- 
    - Main Wrapper
-----------------------------------------*/
.main-wrapper.header-transparent {
    padding: 0 !important;
    margin: 0 !important;
}

/* 02. Element */
.button {
    background: #242D30;
    box-shadow: none;
    color: #ffffff;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 22px;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 3px;
}

/* 2. Home 1 Header css here */
/* 01. header css here */
.off_canvars_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    cursor: crosshair;
    background: #222222;
    top: 0;
}

    .off_canvars_overlay.active {
        opacity: 0.5;
        visibility: visible;
    }

.offcanvas_menu {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .offcanvas_menu {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .offcanvas_menu {
        display: block;
    }
}

.offcanvas_menu_wrapper {
    width: 290px;
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
    height: 100vh;
    transition: .5s;
    left: 0;
    margin-left: -300px;
    padding: 50px 15px 30px;
    overflow-y: auto;
    color: black;
}

    .offcanvas_menu_wrapper.active {
        margin-left: 0px;
        width: 285px;
        height: 100%;
    }

    .offcanvas_menu_wrapper .slinky-theme-default {
        background: inherit;
        min-height: 300px;
        overflow-y: auto;
    }

    .offcanvas_menu_wrapper .search_container {
        display: block;
    }

    .offcanvas_menu_wrapper .header_account_area {
        display: flex;
    }

    .offcanvas_menu_wrapper .call-support {
        display: block;
    }

.offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
    transform: rotate(180deg);
}

.offcanvas_main_menu > li ul li.menu-item-has-children.menu-open span.menu-expand {
    transform: rotate(180deg);
}

.offcanvas_main_menu li {
    position: relative;
}

    .offcanvas_main_menu li:last-child {
        margin: 0;
    }

    .offcanvas_main_menu li span.menu-expand {
        position: absolute;
        right: 0;
    }

    .offcanvas_main_menu li a {
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        display: block;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ededed;
    }

        .offcanvas_main_menu li a:hover {
            color: #242D30;
        }

    .offcanvas_main_menu li ul.sub-menu {
        padding-left: 20px;
    }

.offcanvas_footer {
    margin-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

    .offcanvas_footer span a {
        font-size: 14px;
    }

        .offcanvas_footer span a:hover {
            color: #242D30;
        }

.slinky-theme-default a:not(.back) {
    padding: 10px 0;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
}

    .slinky-theme-default a:not(.back):hover {
        background: inherit;
        color: #242D30;
    }

.canvas_close {
    position: absolute;
    top: 10px;
    right: 13px;
}

    .canvas_close a {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 500;
        width: 32px;
        height: 32px;
        display: block;
        text-align: center;
        line-height: 33px;
        border: 1px solid #242D30;
        /*border-radius: 50%;*/
    }

        .canvas_close a:hover {
            background: #242D30;
            border-color: #242D30;
            color: #fff;
        }

.canvas_open {
    display: none;
    position: absolute;
    right: 17px;
    top: 26px;
    z-index: 9;
}

.cart {
    display: none;
}

@media only screen and (max-width: 767px) {
    .canvas_open {
        display: inline;
        right: 10px;
        top: 25px;
    }

    .cart {
        position: absolute;
        right: 65px;
        top: 30px;
        z-index: 9;
        display: inline;
        padding-right: 5px;
    }

        .cart a {
            font-size: 22px;
            color: #fff;
        }
}

.canvas_open a {
    display: none;
    font-size: 26px;
    width: 41px;
    height: 37px;
    display: block;
    line-height: 39px;
    text-align: center;
    border: 1px solid #fff;
}

    .canvas_open a i {
        color: #fff;
    }

.ResSearch {
    display: none;
}

@media only screen and (max-width: 767px) {
    .canvas_open a {
        /*width: 32px;*/
        height: 32px;
        line-height: 34px;
        font-size: 20px;
    }

    .ResSearch {
        display: inline;
        width: 100%;
    }
}

.canvas_open a:hover {
    color: #fff;
    border-color: black;
}

.header_bottom {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #310303;
}

.sticky-header.sticky {
    padding: 5px 15px 5px;
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    /*background: #7c1312;*/
    /*color: #fff;*/
    /*background: #fff;
    color: #7c1312;*/
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 900ms;
    animation-duration: 900ms;
    -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
    animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    /*border-bottom: 2px solid #242D30;*/
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sticky-header.sticky {
        position: inherit;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
        -webkit-animation-name: inherit;
        animation-name: inherit;
        padding: 0;
        background: inherit;
        opacity: inherit;
        color: black;
    }
}

@media only screen and (max-width: 767px) {
    .header_bottom .row {
        /*background-color: #fff;*/
        height: 80px;
    }

    .mediadisnone {
        display: none;
    }

    .sticky-header.sticky {
        position: fixed;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-duration: 900ms;
        animation-duration: 900ms;
        -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
        animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-direction: normal;
        animation-direction: normal;
        -webkit-animation-fill-mode: none;
        animation-fill-mode: none;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
}

.sticky-header.sticky .search_widget {
    top: 50px;
}

.sticky-header.sticky .dropdown_account {
    top: 50px;
}

.sticky-header.sticky .mini_cart {
    top: 55px;
}

/*header css heer*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main_header {
        padding: 30px 0 28px;
    }
}

@media only screen and (max-width: 767px) {
    .main_header {
        /*padding: 25px 0;*/
        padding: 0;
    }
}

.logo img {
    max-width: 150px;
    height: 75px;
    margin-top: 8px;
    margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {

    .logo {
        /*margin-top: 10px;
        margin-bottom: 10px;*/
        height: 80px;
    }

        .logo img {
            height: 100%;
            width: auto;
            margin-bottom: 0px;
            margin-top: 0px;
            position: absolute;
        }
}

.dropdown_links {
    position: absolute;
    background: #fff;
    border: 1px solid #ededed;
    padding: 10px 20px;
    text-align: left;
    top: 100%;
    right: -36px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    overflow: hidden;
    z-index: 9999;
    border-radius: 3px;
    visibility: hidden;
    max-height: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dropdown_links {
        padding: 10px 12px;
    }
}

@media only screen and (max-width: 767px) {
    .dropdown_links {
        padding: 10px 12px;
    }
}

.dropdown_links li a {
    text-transform: capitalize;
    display: block;
    font-size: 13px;
    white-space: nowrap;
    line-height: 28px;
    color: #222222;
}

    .dropdown_links li a:hover {
        color: #242D30;
    }

.header_account_list {
    margin-right: 20px;
}

    .header_account_list:last-child {
        margin-right: 0;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_account_list {
        margin-right: 17px;
    }
}

@media only screen and (max-width: 767px) {
    .header_account_list {
        margin-right: 14px;
    }
}

.header_account_list > a {
    font-size: 26px;
    display: flex;
    align-items: center;
}

    .header_account_list > a:hover {
        color: #242D30;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_account_list > a {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .header_account_list > a {
        font-size: 22px;
    }
}

@media only screen and (max-width: 575px) {
    .header_account_list.register {
        display: none;
    }
}

.header_account_list.register ul li {
    display: inline-block;
}

    .header_account_list.register ul li a {
        text-transform: uppercase;
    }

        .header_account_list.register ul li a:hover {
            color: #242D30;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_account_list.register ul li a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .header_account_list.register ul li a {
        font-size: 13px;
    }
}

.header_account_list.register ul li span {
    margin: 0 2px;
}

.header_account_list span.item_count {
    margin-left: 5px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: #e6e6e6;
    color: #222222;
    border-radius: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .header_account_list span.item_count {
        margin-left: 2px;
        width: 16px;
        height: 16px;
        line-height: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_right_info {
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .header_right_info {
        justify-content: center;
        margin-top: 10px;
    }
}

.btn-primary {
    color: #fff;
}

/*mini cart css here*/
.mini_cart_wrapper {
    position: relative;
}

.cart_close {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
}

.cart_text h3 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0;
}

.mini_cart_close > a {
    font-size: 25px;
}

    .mini_cart_close > a:hover {
        color: #242D30;
    }

.mini_cart {
    position: fixed;
    min-width: 355px;
    height: 100%;
    padding: 18px 28px 33px;
    background: #fff;
    z-index: 999;
    right: 0;
    top: 0;
    transition: .5s;
    transform: translateX(100%);
}

    .mini_cart.active {
        transform: translateX(0);
        transition: .5s;
    }

@media only screen and (max-width: 767px) {
    .mini_cart {
        min-width: 300px;
        height: 100%;
        padding: 18px 18px 33px;
    }
}

.cart_img {
    width: 90px;
    margin-right: 10px;
    border: 1px solid transparent;
}

    .cart_img:hover {
        border-color: #242D30;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart_img {
        width: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .cart_img {
        width: 70px;
    }
}

.cart_info {
    width: 63%;
}

    .cart_info a {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        display: block;
        margin-bottom: 6px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart_info a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .cart_info a {
        font-size: 13px;
    }
}

.cart_info a:hover {
    color: #242D30;
}

.cart_info p {
    font-size: 12px;
}

    .cart_info p span {
        font-weight: 600;
    }

.cart_remove a {
    font-size: 15px;
    display: block;
    line-height: 20px;
    text-align: center;
}

    .cart_remove a:hover {
        color: #242D30;
    }

.cart_item {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #ededed;
    display: flex;
    justify-content: space-between;
}

.mini_cart_table {
    padding: 23px 0;
}

.cart_total {
    display: flex;
    justify-content: space-between;
}

    .cart_total span {
        font-size: 14px;
        font-weight: 400;
    }

        .cart_total span.price {
            font-weight: 700;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart_total span {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .cart_total span {
        font-size: 13px;
    }
}

.cart_button:first-child {
    margin-bottom: 15px;
}

.cart_button a {
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    background: #eef0f1;
    display: block;
    text-align: center;
    line-height: 20px;
    margin-bottom: 0;
    padding: 13px 0px 11px;
    border: 1px solid #ededed;
}

    .cart_button a:hover {
        background: #242D30;
        border-color: #242D30;
        color: #fff;
    }

/*mini cart css end*/
/* 2.4 main menu css here */
.menu_position {
    position: relative;
    float: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main_menu {
        display: none;
    }

    .canvas_open {
        display: inline;
        right: 10px;
        top: 25px;
    }

    /*.cart {
        position: absolute;
        right: 65px;
        top: 30px;
        z-index: 9;
        display: inline;
        padding-right: 5px;
    }*/
}


@media only screen and (max-width: 767px) {
    .main_menu {
        display: none;
    }

    .social-icons-subnav a {
        cursor: pointer;
        font-size: 9px;
        color: #fff;
    }
}

@media(max-width:767px) {
    .cart {
        position: absolute;
        right: 65px;
        top: 30px;
        z-index: 9;
        display: inline;
        padding-right: 5px;
        color: #fff;
    }
}

.main_menu nav > ul {
    display: flex;
}

    .main_menu nav > ul > li {
        position: relative;
        margin-right: 22px;
        list-style: outside none none;
        z-index: 1111;
    }

        .main_menu nav > ul > li:last-child {
            margin-right: 0;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /*.main_menu nav > ul > li {
        margin-right: 24px;
    }*/
    .cart {
        position: absolute;
        right: 65px;
        top: 30px;
        z-index: 9;
        display: inline;
        padding-right: 5px;
        color: #fff;
    }

    .canvas_open {
        display: inline;
        right: 10px;
        top: 25px;
    }

    .main_menu {
        display: none;
    }
}

@media screen and (max-width:1024px) {
    .canvas_open {
        display: inline;
        right: 10px;
        top: 25px;
    }

    .cart {
        position: absolute;
        right: 65px;
        top: 30px;
        z-index: 9;
        display: inline;
        padding-right: 5px;
        color: #fff;
    }

    .offcanvas_menu_wrapper {
        width: 290px;
        position: fixed;
        background: #fff;
        z-index: 999;
        top: 0;
        height: 100vh;
        transition: .5s;
        left: 0;
        margin-left: -300px;
        padding: 50px 15px 30px;
        overflow-y: auto;
        color: black;
    }

    .col-lg-2 {
        flex: none;
        max-width: 100%;
    }
}

.main_menu nav > ul > li:hover ul.sub_menu {
    visibility: visible;
    max-height: 360px;
    padding: 24px 20px;
}

.main_menu nav > ul > li:hover .mega_menu {
    visibility: visible;
    max-height: 300px;
    padding: 25px 30px 30px 30px;
}

.main_menu nav > ul > li:hover > a {
    color: #f1c75f !important;
    border-bottom: 1px solid #f1c75f;
    transition-duration: 0.75s;
}

    .main_menu nav > ul > li:hover > a::before {
        opacity: 1;
        visibility: visible;
    }

.main_menu nav > ul > li > a {
    display: block;
    font-size: 13px;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    color: #fff;
}

.sticky-header.sticky .main_menu nav > ul > li > a {
    display: block;
    font-size: 13px;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    /*color: #fff;*/
    /*color: #7c1312;*/
}


.sticky-header.sticky .logo a :hover {
    color: white;
}

.main_menu nav > ul > li > a i {
    margin-left: 3px;
}

.main_menu nav > ul > li > a:hover {
    color: #000;
}

.main_menu nav > ul > li > a.active {
    color: #000;
}

.main_menu nav > ul > li ul.sub_menu {
    position: absolute;
    min-width: 220px;
    padding: 0 20px;
    background: #242D30;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    max-height: 0;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    left: 0;
    right: auto;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 99;
    top: 101%;
    text-align: left;
}

    .main_menu nav > ul > li ul.sub_menu li a {
        font-size: 14px;
        font-weight: 400;
        display: block;
        line-height: 30px;
        text-transform: capitalize;
        color: #fff;
    }

        .main_menu nav > ul > li ul.sub_menu li a:hover {
            /*color: #242D30;*/
            color: #aa8d70;
        }

.offcanvas_main_menu {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
/*main menu css end*/
/********************Top Header start****************/
.top-container {
    background-color: #f1c75f;
    padding: 5px 10px 20px 10px;
    text-align: left;
    color: #fff;
    height: 40px;
}

    .top-container .rightcontent {
        float: right;
        margin-right: 25px;
    }

.social-icons-subnav {
    display: inline-block;
}

    .social-icons-subnav a {
        cursor: pointer;
        /*font-size: 17px;*/
    }

    .social-icons-subnav .phone {
        font-size: 20px;
    }

    .social-icons-subnav span {
        text-shadow: none;
        /* padding: 8px; */
        width: 28px;
        height: 28px;
        text-align: center;
        color: #fff;
        border-radius: 1px;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        /* font-weight: bold; */
        font-size: 20px;
    }

    .social-icons-subnav a {
        cursor: pointer;
        /*font-size: 17px;*/
        color: #fff;
    }

.showreview {
    /*border-left: solid 2px #000;*/
    padding: 5px;
    background-color: #f1c75f;
    color: #fff;
}

    .showreview:hover {
        background-color: #f1c75f;
        color: #310303;
    }


.top-container .fa {
    font-size: 15px;
    color: #fff;
    /* padding: 5px 10px 0px 10px; */
}
/********************Top Header end****************/
/******************Footer start**********************/
.footer-top {
    background-color: #310303;
    color: #fff;
}

.section-padding {
    padding-top: 50px;
    padding-bottom: 30px;
}

.widget-title {
    margin-top: -6px;
    margin-bottom: 23px;
    font-size: 20px;
}

img {
    max-width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.demoarea img {
    /*width: 100%;
    height: 400px;*/
    cursor: pointer;
    width: 100%;
    aspect-ratio: 9/9;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

    address ul li {
        list-style: outside none none;
    }

.contact-block li {
    font-size: 14px;
    margin-bottom: 8px;
}

    .contact-block li i {
        font-size: 18px;
        padding-right: 5px;
        vertical-align: middle;
    }

.info-list {
    /*display: grid;*/
    grid-template-columns: auto auto;
}

    .info-list li {
        margin-bottom: 8px;
    }

        .info-list li a, .contact-block li a {
            color: #fff;
        }

.social-link a {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    margin-right: 10px;
    color: #7c1312;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #dedede;
}

.footer-bottom {
    padding: 20px 0;
}

@media(max-width:767px) {
    .widget-title {
        margin-bottom: 10px;
    }

    .mediamb-20 {
        margin-bottom: 20px;
    }

    .demoarea img {
        /*width: 100%;*/
        height: auto;
    }
}
/******************Footer end**********************/
/****************************************Slider Start*****************************************/
#myCarousel {
    border: none;
}

.owl-carousel1 .owl-stage-outer {
    height: 500px;
}

.owl-carousel1 .owl-nav {
    display: none;
}

.owl-carousel1 .owl-dots {
    position: absolute;
    /*bottom: 25px;*/
    bottom: 0px;
    left: 50%;
    transform: translatex(-50%);
}

    .owl-carousel1 .owl-dots .owl-dot {
        width: 50px;
        height: 12px;
        border: 2px solid #f1c75f;
        border-radius: 20px 20px 20px 0px;
        display: inline-block;
        margin: 0 3px;
        transition: .3s;
    }

        .owl-carousel1 .owl-dots .owl-dot.active {
            background: #7c1312;
            border-color: #7c1312;
        }


@media (min-width: 992px) {
    .navbar {
        margin-bottom: 0px;
    }
}

@media(max-width:787px) {
    /*.carousel-inner {
        height: 250px;
    }*/
    .owl-carousel1 .owl-stage-outer {
        height: 200px;
    }

        .owl-carousel1 .owl-stage-outer .owl-item img {
            height: 250px;
        }

    .owl-carousel1 .owl-dots .owl-dot {
        width: 22px;
        height: 5px;
    }
}

.bggray {
    background-color: #e2e2e2;
}

.bgwhite {
    background-color: #fff;
}

.single_slider {
    background-size: cover;
}

/**new slider***/
.fade-carousel {
    position: relative;
    min-height: 600px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: 1;
}

.carousel-indicators > li {
    background: #fff;
    border-color: #fff;
    width: 20px;
    height: 20px;
}

    .carousel-indicators > li.active {
        width: 20px;
        height: 20px;
        background: #dfb858;
        border-color: #dfb858;
    }

.carousel-indicators > li {
    margin: 0 4px;
    opacity: .8;
}
/*.fade-carousel .carousel-inner .item {
    min-height: 600px;
}*/
.slides .slide-1 {
    background-image: url('../img/slider1.jpg');
    background-position: center;
}

.slides .slide-2 {
    background-image: url(../img/slider2.jpg);
    background-position: center;
}

.slides .slide-3 {
    background-image: url(../img/slider3.jpg);
    background-position: center;
}

.slides .slide-1 {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slides .slide-2 {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slides .slide-3 {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.mgt {
    margin-top: 0 !important;
}

.fade-carousel .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .fade-carousel .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

.fade-carousel .slides .slide-1 {
    background-position: center;
}

.fade-carousel .slides .slide-2 {
    background-position: center;
}

.fade-carousel .slides .slide-3 {
    background-position: center;
}

.carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.hero {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 30%;
    padding: 20px 15px;
    z-index: 2;
    color: #fff;
    text-transform: capitalize;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 75%);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

    .hero h1 {
        text-transform: uppercase;
        background: linear-gradient(90deg, #e9b50c, #7c1312, #e9b50c);
        background-repeat: no-repeat;
        background-size: 90%;
        -webkit-animation: shine 3s linear infinite;
        animation: shine 8s linear infinite;
        -webkit-background-clip: text;
        /*-webkit-text-fill-color: rgb(255 255 255 / 0%);*/
        /*-webkit-text-fill-color: rgb(255 255 255 / 42%);*/
        font-weight: 700;
        font-size: 50px;
        letter-spacing: -0.02em;
        margin-bottom: 13px;
        text-transform: uppercase;
        display: inline-flex;
        position: relative;
    }

.hero_1 {
    left: 88% !important;
}

.hero hr {
    width: 10%;
    border-color: #fff;
    border-color: #dfb858;
    margin-left: 0;
}

.hero p {
    color: #fff;
}

.hero h4 {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    font-weight: normal;
}

.button0 {
    background: #f1c75f;
    display: inline-block;
    color: #310303;
    padding: 15px 30px 17px 30px;
    margin-top: 10px;
    font-weight: bold;
    border: solid 2px;
}

    .button0:hover {
        background: #333;
        color: #fff;
    }

.button1 {
    background: #333;
    display: inline-block;
    color: #310303;
    padding: 2px;
    margin-top: 0px;
    border: solid 2px;
}

    .button1:hover {
        background: #fff;
        color: #333;
        border: solid 2px #333;
    }

.button_1 {
    background: #333;
    display: inline-block;
    color: #f1c75f;
    font-weight: bold;
    padding: 15px 30px 17px 30px;
    margin-top: 10px;
    border: solid 2px;
    /*font-weight: normal;*/
}

    .button_1:hover {
        background: #dfb858;
        color: #fff;
    }

@media(max-width:767px) {
    .slides .slide-1 {
        min-height: 200px;
    }

    .slides .slide-2 {
        min-height: 200px;
    }

    .slides .slide-3 {
        min-height: 200px;
    }

    .hero p {
        font-size: 7px;
    }

    .hero h1 {
        font-size: 14px;
    }

    .hero {
        position: absolute;
        width: 51%;
        top: 50%;
        left: 30%;
        padding: 10px 7px;
    }

        .hero h4 {
            font-size: 10px;
            margin-left: 0px;
            margin-right: 0px;
        }

    .hero_1 {
        left: 74% !important;
    }

    .button0 {
        padding: 5PX;
        margin-top: 0px;
    }

    .button_1 {
        padding: 5px;
        margin-top: 0px;
    }

    .hero hr {
        margin-bottom: 5px;
        margin-top: -5px;
    }
}


/****************************************Slider End*****************************************/
/*****************Home Section Title start********************/
.section-title; {
    color: #7c1312;
    position: relative;
    margin-bottom: 50px;
    text-align: left;
    display: flex;
}

.section-title h2 {
    /*font-size: 20px;
        font-weight: 700;*/
    text-transform: uppercase;
    background: #7c1312;
    /*background: linear-gradient(90deg, #e9b50c, #7c1312, #e9b50c);*/
    background-repeat: no-repeat;
    /*background-size: 90%;*/
    -webkit-animation: shine 3s linear infinite;
    /*animation: shine 8s linear infinite;*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    font-weight: 700;
    font-size: 70px;
    letter-spacing: -0.02em;
    margin-bottom: 13px;
    color: #000;
    text-transform: uppercase;
    display: inline-flex;
    position: relative;
    border-left: 3px solid #7c1312;
    padding-left: 30px;
}

.section-title::after {
    background: rgba(0, 0, 0, 0) url('../img/title.png') no-repeat scroll 0 0;
    content: "";
    height: 18px;
    margin-left: -195px;
    position: absolute;
    /*width: 100%;*/
}

@-webkit-keyframes shine {
    0% {
        background-position: -500%;
    }

    100% {
        background-position: 100%;
    }
}

@keyframes shine {
    0% {
        background-position: -500%;
    }

    100% {
        background-position: 100%;
    }
}

@media(max-width:767px) {
    .section-title::after {
        width: 380px;
    }

    .section-title h2 {
        background-size: 90%;
        font-size: 20px;
        margin-bottom: 13px;
        padding-left: 30px;
    }

    .section-title::after {
        margin-left: -195px;
        position: initial;
        width: 390px;
    }
}

@media (min-device-width:769px) and (max-device-width:1024px) {
    .section-title::after {
        display: none;
    }
}
/*****************Home Section Title end********************/
/**********************Home Category start****************************/
.category {
    /*background: #F3F3F3;*/
    padding: 35px 0;
    background-image: url('../img/bg-2.jpg');
}

.section-title {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.product-cat-link {
    position: relative;
}

    .product-cat-link .category-product-img {
        margin-bottom: 10px;
        position: relative;
        display: inline-block;
        outline: none;
        --Media_ClipPath: inset(0);
        transition: clip-path .6s cubic-bezier(.17,.67,.83,.67),filter .8s ease;
        clip-path: var(--Media_ClipPath);
        height: 250px;
        width: 100%;
    }

        .product-cat-link .category-product-img img {
            z-index: 1;
            position: relative;
            margin-left: auto;
            margin-right: auto;
            object-fit: cover;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            height: 100%;
            width: 100%;
        }

        .product-cat-link .category-product-img:hover img {
            transform: scale(1.1);
        }

.product-cat-caption {
    text-align: center;
    position: relative;
}

.product-cat-link .cat-title {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    color: #7c1312;
}



@media(max-width:767px) {
    .category {
        padding: 35px 0;
    }

    .product-cat-link .cat-title {
        font-size: 10px;
    }

    .product-cat-link .category-product-img {
        height: 150px;
    }
}
/**home categroy new start**/
.service-box .content h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    color: #000;
    margin-bottom: 8px;
}

.service-box.right-radius img {
    position: relative;
    z-index: -1;
    border-radius: 47.5px 0px;
    /*border-radius: 0px 168.75px 0px 0px;*/
    height: 200px;
    width: 100%;
}

.service-box .content {
    /*padding: 20px 30px 55px;*/
    padding: 20px 30px 20px;
    text-align: center;
}

    .service-box .content h3 {
        font-weight: 700;
        font-size: 30px;
        line-height: 37px;
        text-align: center;
        color: #000;
        margin-bottom: 8px;
    }

.stylen-btn.btn-sec {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.01em;
    border-radius: 32px 0;
    padding: 13px 17.5px;
    display: inline-block;
    position: relative;
    background: #f1c75f;
    border: 1px solid #f1c75f;
    color: #310303;
}

.stylen-btn {
    height: auto;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    transition: all 0.5s;
    cursor: pointer;
}

.service-box.right-radius {
    box-shadow: inset 0px 0px 15px rgb(0 0 0 / 20%);
    border-radius: 47.5px 0px;
    /*border-radius: 0px 190px 168.75px 168.75px;*/
}

.service-box:hover.right-radius {
    transform: translateY(-10px);
}

.service-box:hover {
    transform: translateY(-10px);
}

.service-box {
    transition: all 0.3s ease-in-out;
}

    .service-box.left-radius {
        box-shadow: inset 0px 0px 15px rgb(0 0 0 / 20%);
        border-radius: 47.5px 0px;
    }

        .service-box.left-radius img {
            position: relative;
            z-index: -1;
            border-radius: 47.5px 0px;
            /*border-radius: 168.75px 0px 0px 0px;*/
        }

@media(max-width:767px) {
    .service-box .content h3 {
        font-size: 13px;
    }
}
/**home category new end**/


/**********************Home Category end****************************/
/*******************Collection start*********************/
.collection {
    padding: 80px 0;
    background: #f3f3f3;
    /*background-image: url('../img/bg-3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
}

.product-image img {
    height: 350px;
}

.product-block {
    padding-top: 10px;
    position: relative;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 9;
    display: flex;
    flex-direction: column;
    width: 100%;
    outline: none;
    --Media_ClipPath: inset(0);
    transition: clip-path .6s cubic-bezier(.17,.67,.83,.67),filter .8s ease;
    text-transform: uppercase;
    text-align: center;
    /*border:solid 1px #b7b7b7;*/
    /*padding:5px;*/
    /*clip-path: var(--Media_ClipPath);*/
}

    /*.product-block :hover {
        border-radius: 25px;
            cursor: pointer;
            transform: scale(1.03);
            transition: 0.5s all ease-in-out;
    }*/

    .product-block .product-image:hover {
        border-radius: 25px;
    }

    .product-block .product-image {
        margin: 0 10px;
    }

.gallerybutton {
    display: flex;
}

.product-caption {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 1.2rem 1rem;
    text-align: center;
    flex-grow: 1;
}

.posted-in {
    font-size: 12px;
    color: #e9b50c;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 500;
}

.product-title {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
    margin-bottom: 4px;
}

.price {
    justify-content: center;
    margin-bottom: 0;
    color: #7c1312;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    /*display: flex;*/
    flex-wrap: wrap;
    align-items: center;
}

    .price del {
        font-size: 12px;
        color: #7c1312;
        font-weight: 500;
        margin-right: 10px;
    }

        .price del + ins {
            margin-right: 0.327em;
        }

    .price ins {
        order: -1;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
    }

.description {
    /*height: 50px;
    overflow: hidden;*/
    font-size: 10px;
    text-align: left;
    /*display: flex;*/
}

.net-less-gross-weight {
    /*height: 50px;
    overflow: hidden;*/
    font-size: 10px;
    text-align: left;
    display: flex;
    justify-content: center;
}

    .net-less-gross-weight i {
        font-style: normal;
        display: flex;
        border: solid 1px #cac9c9;
        margin: 5px;
        padding: 5px;
    }

        .net-less-gross-weight i span {
            /*font-weight:300;*/
            margin-left: 10px;
        }

    .net-less-gross-weight p {
        margin-left: 10px;
    }

.product-block:hover {
    --Media_ClipPath: inset(0 round 25vw 25vw 0 0);
    transition: clip-path 1.6s cubic-bezier(.17,.67,.83,.67);
}

.product-caption .btn {
    color: #7c1312;
    margin-top: 10px;
    /*font-family: 'Questrial', sans-serif;*/
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    line-height: 35px;
    border: 2px solid #7c1312;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    text-transform: uppercase;
    transition: all 1s ease 0s;
    width: 100%;
}

    .product-caption .btn.disabled {
        color: #ff0000;
        border: 2px solid Red;
    }

    .product-caption .btn:hover {
        background-color: #e9b50c;
        border: 2px solid #e9b50c;
        color: #fff;
    }

.product-caption .btnwhatsapp {
    color: green;
    border: 2px solid green;
    margin-right: 5px;
}

    .product-caption .btnwhatsapp:hover {
        color: #fff;
        border: 2px solid green;
        background: green;
    }

@media (max-width :767px) {
    .product-caption .btn {
        font-size: 11px;
    }

    .collection {
        padding: 35px 0;
    }

    .net-less-gross-weight {
        display: initial;
    }
}

.owl-carousel2 .owl-nav {
    display: block !important;
}

.owl-carousel2 .owl-nav {
    position: absolute;
    left: 0px;
    top: 55%;
    width: 100%;
    margin-top: -60px;
}

    .owl-carousel2 .owl-nav .owl-prev, .owl-carousel2 .owl-nav .owl-next {
        position: relative;
        width: 40px;
        height: 40px;
        bottom: 50%;
        color: #e9b50c;
        background: none;
        z-index: 10;
        font-size: 22px;
        text-align: center;
        cursor: pointer;
        line-height: 40px;
        margin: 0px 8px;
        font-weight: 700;
        border-radius: 50px;
        display: inline-block;
        background-color: #ffffff;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    }

    .owl-carousel2 .owl-nav .owl-prev {
        left: 0px;
        float: left;
    }

    .owl-carousel2 .owl-nav .owl-next {
        right: 0px;
        float: right;
    }

@media (max-width :767px) {
    .owl-carousel2 .owl-nav {
        margin-top: 0px;
        top: 55%;
    }
}

/***new collection start**/
.member-box {
    display: block;
    transition: all 0.3s ease-in-out;
    padding: 10px;
}

    .member-box .image-box {
        text-align: center;
        display: inline-table;
    }

    .member-box:hover {
        transform: translateY(-10px);
    }

    .member-box .image-box img {
        margin-bottom: -100px;
        box-shadow: inset 1px 1px 4px rgb(0 0 0 / 25%);
        border-radius: 47.5px 0px;
        max-width: 200px;
        max-height: 200px;
        height: 150px;
        width: 100%;
    }

    .member-box .member-detail {
        height: 300px;
        background-color: #fff;
        box-shadow: inset 0px 0px 15px rgb(0 0 0 / 20%);
        border-radius: 10px;
    }

        .member-box .member-detail .m-name {
            padding-top: 125px;
            font-weight: 700;
            font-size: 25px;
            line-height: 38px;
            letter-spacing: -0.01em;
            margin-bottom: 12px;
            color: #000;
        }

            .member-box .member-detail .m-name a:hover {
                color: #310303;
            }

        .member-box .member-detail .job-title {
            font-weight: 500;
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 30px;
            color: #999999;
        }

.stylen-btn.btn-secatc {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.01em;
    border-radius: 32px 0;
    padding: 13px 17.5px;
    display: inline-block;
    position: relative;
    background: #333333;
    border: 1px solid #333333;
    color: #fff;
}

.stylen-btn.btn-sec:hover {
    border-radius: 0 32px;
    background-color: #333;
    color: #fff;
    border: #333;
}

.stylen-btn.btn-secatc:hover {
    border-radius: 0 32px;
    background-color: #dfb858;
    border: #f1c75f;
}


@media (max-width :767px) {
    .stylen-btn.btn-secatc {
        /*padding: 7px 7.5px;*/
        font-size: 12px;
    }
}
/**new collaction end**/

/*******************Collection end*********************/
/*******************Home Services Start********************/
.services {
    background-image: url('../img/sample-2.jpg');
    background-position: center;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}

    .services:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000;
        opacity: 0.8;
        z-index: 0;
    }

.policy-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: -3px;
}

.policy-icon {
    font-size: 30px;
    line-height: 1;
    color: #f1bd57;
    ;
    padding-right: 18px;
}

.policy-content h6 {
    color: #f1bd57;
    font-size: 15px;
    font-weight: 700;
}

.policy-content p {
    color: #fff;
    padding-top: 9px;
    font-size: 11px;
}

@media (max-width :767px) {
    .services {
        padding: 35px 0;
    }
}

/*******************Home Services end********************/
/*******************Testimonial start**************/
.testimonial {
    /*background-image: url(../images/test-bg-2.jpg);*/
    background-image: url('../img/bg-4.jpg');
    background-position: top center;
    background-size: cover;
    padding: 35px;
}

.testimonial-inner {
    position: relative;
}

    .testimonial-inner .desc {
        font-size: 24px;
        line-height: 40px;
        color: #000;
        margin-bottom: 15px;
        height: 270px;
    }

.desc::before {
    content: '\f10d';
    font-family: 'FontAwesome', sans-serif;
    font-size: 32px;
    color: #7c1312;
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    margin-bottom: 3px;
}

.intro {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    margin-top: 25px;
}

.name {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}

.position {
    font-size: 13px;
    color: #7d7d7d;
}

.thumb {
    float: left;
    height: 95px;
    width: 95px;
}

    .thumb img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 3px solid #e9b50c;
    }

.owl-carousel3 .owl-nav {
    display: none;
}


@media(max-width:767px) {
    .testimonial-inner .desc {
        font-size: 16px;
    }
}

/**new testimonal start**/
.heading {
    margin-bottom: 50px;
    text-align: left;
    display: flex;
}

    .heading h2 {
        font-weight: 700;
        font-size: 70px;
        letter-spacing: -0.02em;
        margin-bottom: 13px;
        color: #000;
        text-transform: uppercase;
        display: inline-flex;
        position: relative;
        border-left: 3px solid #e9ccab;
        padding-left: 30px;
    }

    .heading p {
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
        letter-spacing: 0.02em;
        color: #999999;
        display: inline-flex;
        padding-top: 50px;
        margin-left: 30px;
    }

.d_flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.d_flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.img_box {
    display: flex;
    align-content: center;
    align-items: center;
    margin-top: 50px;
}

    .img_box::after {
        position: absolute;
        content: "";
        right: -23px;
        transform: rotate(5deg);
        width: 46px;
        background-repeat: no-repeat;
        height: 146px;
        top: 92px;
    }

    .img_box i img {
        padding-right: 25px;
        display: inline-block;
        width: 65px;
    }

    .img_box figure {
        margin: 0;
    }

.joe {
    text-align: left;
}

    .joe h3 {
        font-size: 20px;
        line-height: 20px;
        color: #f0ca6c;
        font-weight: bold;
        padding: 0 0px 20px 0px;
    }

    .joe p {
        color: #fff;
        display: inline-block;
        padding: 25px;
        background: #000;
        /*margin-bottom: 30px;*/
    }

.clientreview {
    border: solid 2px #ebc060;
    padding: 5px;
    border-radius: 50px;
    height: 90px;
}

@media (max-width :767px) {
    .heading {
        margin-bottom: 30px;
        text-align: left !important;
        display: unset;
    }

        .heading h2 {
            font-size: 32px;
            padding-left: 20px;
        }

        .heading p {
            font-size: 14px;
            line-height: 20px;
            margin-left: 20px;
            padding-top: 0px;
            margin-bottom: 50px;
        }
}

/**new testimonail end**/
/*******************Testimonial end**************/
/********************Section Header start***************/
#breadcrumbRow {
    text-transform: uppercase;
    font-weight: 700;
    background: url('../img/page-header.jpg') no-repeat scroll center 0 transparent;
    background-position: top 57% center;
    background-size: cover;
    /* height: 198px; */
    padding-top: 110px;
    padding-bottom: 40px;
}

    #breadcrumbRow h2 {
        font-size: 42px;
        text-align: left;
        margin: 0;
        /* color: #725c54; */
        color: #fff;
        font-weight: 700;
        /*max-width: 1170px;*/
        /*margin: auto;*/
        padding-left: 15px;
        padding-right: 15px;
    }

.plr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

#breadcrumbRow .pageTitle ul {
    background-color: transparent;
    margin: 0;
    padding: 0;
    line-height: 50px;
    text-align: left;
    font-weight: 500;
}

    #breadcrumbRow .pageTitle ul li {
        /*font-family: 'Cormorant Infant', serif;*/
        color: rgba(255,255,255,0.6);
    }

        #breadcrumbRow .pageTitle ul li + li:before {
            content: "/";
            display: inline-block;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            transform: translate(0, 0);
            color: rgba(255,255,255,0.6);
        }

        #breadcrumbRow .pageTitle ul li a:hover {
            text-decoration: none;
            color: rgba(255,255,255,0.6);
        }

/**section new header start***/
.title-banner {
    /*background-image: url('../img/sample-1.jpg');
    background-position: center;
    background-size: 100% 100%;*/
    background-image: url(../img/sample-1.jpg);
    background-position: center;
    /* background-size: 100% 100%; */
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
}

/*.title-banner .title-wrapper {
        padding-top: clamp(64px, 5vw, 150px);
    }*/

.fw-700 {
    font-weight: 700;
    font-size: clamp(56px, 4.167vw, 120px);
    font-style: normal;
    line-height: 120%;
    margin-top: 135px;
}

.white {
    color: #310303;
}

.page-breadcrumb {
    text-transform: uppercase;
    padding-top: clamp(64px, 5vw, 150px);
}

    .page-breadcrumb ul {
        list-style-type: none;
    }

.theme-text-primary {
    background-color: #e9b50c;
    /*background: linear-gradient(90deg, #e9b50c, #ffffff, #ffffff);*/
    background-repeat: no-repeat;
    /*background-size: 90%;*/
    -webkit-animation: shine 3s linear infinite;
    animation: shine 8s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    font-weight: 700;
    font-size: 50px;
    letter-spacing: -0.02em;
    margin-bottom: 13px;
    color: #000;
    text-transform: uppercase;
    display: inline-flex;
    position: relative;
    border-left: 3px solid #e9ccab;
    padding-left: 30px;
}

.page-breadcrumb .list li:first-child {
    padding-left: 0px;
}

.page-breadcrumb .list li {
    display: inline-block;
    color: #b1b1b1;
    position: relative;
    padding-right: 16px;
    padding-left: 16px;
    font-weight: 600;
}

    .page-breadcrumb .list li a::before {
        content: "/";
        position: absolute;
        right: -10px;
        /* top: -5px; */
        font-family: bootstrap-icons !important;
        font-size: 2rem;
        line-height: initial;
        color: #EDDCD2;
    }

    .page-breadcrumb.list li a {
        color: #EDDCD2;
        display: inline-block;
    }

        .page-breadcrumb .list li a:hover {
            color: #f1c75f;
        }

@media (max-width :767px) {
    .fw-700 {
        margin-top: 10px;
    }

    .page-breadcrumb {
        text-align: center;
        padding-top: clamp(16px, 5vw, 149px);
    }

    .theme-text-primary {
        font-size: 22px;
    }

    .page-breadcrumb .list li:first-child {
        padding-left: 10px;
    }

    .title-banner {
        height: 100px;
    }
}
/**section new header end**/
/********************Section Header end***************/
/**********************Product page start****************/
.bg-gray {
    background-color: #f3f3f3;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
/**********************Product page end****************/
/*******************Contact Us page start*******************/
.m0 {
    margin: 0;
}

.contactHeading {
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e9b50c;
    margin-bottom: 25px;
    margin-top: 0;
    line-height: 1;
    color: #222;
    text-transform: uppercase;
}

.contactForm #contactForm {
    margin-bottom: 30px;
}

    .contactForm #contactForm label {
        /*font-family: 'Cormorant Infant', serif;*/
        font-size: 14px;
        font-weight: 400;
        color: #373737;
        text-transform: uppercase;
        text-shadow: 0;
    }

    .contactForm #contactForm .form-control {
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 20px;
    }

.btn.btn-primary.filled {
    background: #7c1312;
    color: #FFF;
    border: 1px solid #7c1312;
    line-height: 50px;
    font-size: 15px;
    font-weight: 400;
    padding: 0 35px;
    border-radius: 0;
    text-transform: uppercase;
    text-shadow: none;
    box-shadow: none;
}

.contactInfo {
    margin-bottom: 20px;
}

    .contactInfo .media-left {
        padding-right: 20px;
        display: table-cell;
        vertical-align: top;
    }

        .contactInfo .media-left i {
            width: 40px;
            line-height: 40px;
            text-align: center;
            color: #FFF;
            background: #7c1312;
            font-size: 18px;
            border-radius: 100%;
        }

.media-body {
    display: table-cell;
    vertical-align: top;
}

.contactInfo .media-body h5.heading {
    margin: 7px 0 12px;
    /*font-size:16px;*/
}

.contactInfo .media-body p {
    font-size: 14px;
}
/**new contact us page start***/
.contact-main-page {
    padding: 35px 0 60px;
}

#google-map {
    height: 400px;
}

.contact-main-page .contact-page-side-content {
    background-color: #f4f4f4;
    padding: 30px 30px 19px;
    margin-top: 60px;
}

.contact-main-page .contact-page-title {
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.contact-main-page .contact-page-side-content .contact-page-message {
    margin-bottom: 0;
    padding-bottom: 25px;
}

.contact-main-page .contact-page-side-content .single-contact-block {
    padding-bottom: 3px;
    margin-bottom: 27px;
    border-bottom: 1px solid #e5e5e5;
}

    .contact-main-page .contact-page-side-content .single-contact-block h4 {
        margin-bottom: 0;
        padding-bottom: 25px;
    }

    .contact-main-page .contact-page-side-content .single-contact-block p {
        margin-bottom: 0;
        padding-bottom: 20px;
    }

.contact-main-page .contact-page-side-content .single-contact-block {
    padding-bottom: 3px;
    margin-bottom: 27px;
    border-bottom: 1px solid #e5e5e5;
}

    .contact-main-page .contact-page-side-content .single-contact-block h4 {
        margin-bottom: 0;
        padding-bottom: 25px;
    }

    .contact-main-page .contact-page-side-content .single-contact-block:last-child {
        border-bottom: none;
    }

    .contact-main-page .contact-page-side-content .single-contact-block.last-child > h4 {
        padding-bottom: 20px;
    }

.contact-main-page .contact-form-content {
    margin-top: 60px;
}

.contact-main-page .contact-page-title {
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.contact-main-page .contact-form-content .contact-form .form-group {
    margin-bottom: 20px;
}

    .contact-main-page .contact-form-content .contact-form .form-group label {
        display: block;
        font-size: 15px;
        line-height: 29px;
        font-weight: 400;
        margin-bottom: 20px;
        cursor: text;
    }

    .contact-main-page .contact-form-content .contact-form .form-group input {
        background-color: #ffffff;
        width: 100%;
        height: 50px;
        line-height: 50px;
        outline: none;
        border: 1px solid #e5e5e5;
        padding-left: 20px;
    }

    .contact-main-page .contact-form-content .contact-form .form-group .hiraola-contact-form_btn {
        line-height: 12px;
        display: inline-block;
        padding: 16px 30px;
        border-radius: 3px;
        font-weight: 500;
        font-size: 12px;
        background-color: #595959;
        border: 1px solid #595959;
        color: #ffffff;
        text-transform: uppercase;
    }

        .contact-main-page .contact-form-content .contact-form .form-group .hiraola-contact-form_btn:hover {
            background-color: #cda557;
            color: #ffffff;
            border-color: #cda557;
        }
/**new contact us page end***/
/*******************Contact Us page end*******************/
/*************************Login  Page start**************/
.loginbigbox {
    padding: 20px;
    box-shadow: 0px 0px 10px 0px #d2d1d1;
    margin: 30px 0px;
}

.login {
    position: relative;
    overflow: hidden;
}

.serviceBx {
    text-align: center;
    /*height: 370px;*/
    padding: 20px;
    /*box-shadow: 0px 0px 10px 0px #d2d1d1;*/
    /*margin: 30px 0px;*/
}

    .serviceBx img {
        width: 100%;
        height: 400px;
        background: #000;
        padding: 20px;
        box-shadow: 10px 10px 0px 0px #f4b950;
        margin-bottom: 15px;
    }

    .serviceBx h3 {
        font-size: 22px;
        color: #000;
        font-weight: bold;
    }

.img-holder {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 550px;
    /*min-height: 500px;*/
    height: 100%;
    overflow: hidden;
    background-color: #000000;
    padding: 60px;
    text-align: center;
    z-index: 999;
}

.img-holder {
    width: 550px;
    background-color: #FAFAFA;
}

.img-holder {
    z-index: 0;
    width: 100%;
    overflow: hidden;
}

    .img-holder .bg {
        position: absolute;
        opacity: 0.23;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        z-index: -1;
    }

    .img-holder .bg {
        opacity: 1;
        background-image: none;
    }

    .img-holder .info-holder {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .img-holder .info-holder img {
            display: none;
            max-width: 534px;
            -webkit-animation: zoom-in-img 50s linear 0s infinite;
            -moz-animation: zoom-in-img 50s linear 0s infinite;
            -ms-animation: zoom-in-img 50s linear 0s infinite;
            animation: zoom-in-img 50s linear 0s infinite;
            -webkit-transform-origin: center center;
            -moz-transform-origin: center center;
            -ms-transform-origin: center center;
            transform-origin: center center;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

        .img-holder .info-holder img {
            display: inline-block;
        }

.form-holder {
    /*margin-left: 550px;*/
    width: 100%;
}

    .form-holder .form-content {
        position: relative;
        text-align: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 60px;
        min-height: 100%;
    }

.form-content {
    padding: 125px 60px 60px;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
}

.form-holder .form-content {
    background-color: transparent;
}

.form-content .form-items {
    max-width: 385px;
    text-align: left;
    display: inline-block;
    width: 100%;
    transition: all 0.4s ease;
}

.form-content .form-items {
    padding: 35px 30px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 15px rgb(0 0 0 / 16%);
    box-shadow: 0 6px 15px rgb(0 0 0 / 16%);
}

.form-content .form-items {
    padding: 35px 45px;
    box-shadow: 10px 10px 0px 0px #310303;
    background-color: #fff;
    border: solid 2px #f4b950;
}

.form-content .form-icon {
    text-align: center;
    width: 100%;
    line-height: 0;
    margin-top: calc(-42px - 35px);
    margin-bottom: 28px;
}

.form-content .form-icon {
    margin-top: calc(-42px - 35px);
}

    .form-content .form-icon .icon-holder {
        position: relative;
        display: inline-block;
        width: 85px;
        height: 85px;
        border-radius: 85px;
        padding: 20px;
    }

    .form-content .form-icon .icon-holder {
        background-color: #310303;
    }

        .form-content .form-icon .icon-holder img {
            position: absolute;
            /* width: 50%; */
            /* top: 50%; */
            left: 50%;
            margin-top: -23%;
            margin-left: -50%;
            vertical-align: middle;
            border-style: none;
        }

.form-body.without-side h3 {
    color: #000;
}

.form-content h3.form-title-center {
    margin-bottom: 30px;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
}

.form-content .form-items form {
    margin-bottom: 0;
}

.form-content input {
    width: 100%;
    padding: 9px 20px;
    text-align: left;
    border: 0;
    outline: 0;
    border-radius: 6px;
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    color: #8D8D8D;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 14px;
}

.form-content input {
    border: 1px solid #C3C3C3;
    background-color: #fff;
    color: #000;
}

.form-content .form-button {
    margin-top: 30px;
    margin-bottom: 25px;
}

.form-content .form-button {
    margin-bottom: 0;
}

    .form-content .form-button .ibtn {
        border-radius: 6px;
        border: 0;
        padding: 6px 28px;
        background-color: #fff;
        color: #29A4FF;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        cursor: pointer;
        margin-right: 10px;
        outline: none;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-box-shadow: 0 0 0 rgb(0 0 0 / 16%);
        box-shadow: 0 0 0 rgb(0 0 0 / 16%);
    }

        .form-content .form-button .ibtn.ibtn-full {
            width: 100%;
        }

    .form-content .form-button .ibtn {
        background-color: #7c1312;
        color: #fff;
        -webkit-box-shadow: 0 0 0 rgb(80 182 255 / 31%);
        box-shadow: 0 0 0 rgb(80 182 255 / 31%);
    }

@media(max-width: 767px) {
    .form-holder .form-content {
        padding: 0px;
    }

    .form-content {
        padding: 0px;
    }

    .serviceBx {
        margin: 50px 0px;
    }
}
/*************************Login  Page end**************/
/*******************Cart start**************/

.cart-item-list {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto 15px;
    grid-gap: 20px;
}

.cart-item {
    display: grid;
    grid-template-columns: auto;
    width: 100%;
    padding: 10px;
}

.cart-item-card {
    display: grid;
    grid-template-columns: 100px auto;
    grid-gap: 10px;
    padding: 20px;
    box-shadow: 0px 0px 3px 0px #000;
    transition: .3s;
    margin: 10px;
    height: fit-content;
}

    .cart-item-card .cart-img-container img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        vertical-align: middle;
    }

    .cart-item-card .details-container {
        position: relative;
        display: flex;
        grid-template-rows: auto 50px;
    }

        .cart-item-card .details-container .title {
            display: -webkit-box;
            font-size: 1.2em;
            margin: auto;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .cart-item-card .details-container .title .price {
                color: #222222 !important;
            }

.product_remove {
    position: absolute;
    bottom: 0;
    right: 0;
    color: red;
    margin-bottom: -10px;
    padding: 0px;
    cursor: pointer;
}

.coupon_area {
    margin-bottom: 70px;
}

.coupon_code h3 {
    color: #ffffff;
    line-height: 36px;
    padding: 5px 15px;
    background: #e9b50c;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.cart_subtotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.coupon_inner p {
    font-size: 14px;
    margin-bottom: 20px;
}

.cart_subtotal p.cart_amount {
    font-size: 18px;
    font-weight: 500;
}

.checkout_btn {
    text-align: right;
}

    .checkout_btn a {
        background: #7c1312;
        color: #ffffff;
        font-size: 15px;
        padding: 3px 14px;
        line-height: 30px;
        font-weight: 500;
        display: inline-block;
        text-decoration: none;
        text-transform: capitalize;
        margin-bottom: 0;
    }

.coupon_inner {
    padding: 10px 20px 25px;
}

    .coupon_inner a {
        /*display: block;*/
        text-align: right;
        /*font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;*/
        border-bottom: 1px solid #ededed;
        /*padding-bottom: 10px;*/
        border-radius: 3px;
    }

.footer_widgets {
    color: #fff;
    background-color: #242D30;
    padding-top: 30px;
}

    .footer_widgets.other_widgets .footer_top {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .footer_widgets.other_widgets .footer_top_inner {
        padding: 55px 0 53px;
        border-top: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
    }

.footer-widget-area a:hover {
    color: #f7ce7e;
    text-decoration: underline;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer_widgets.other_widgets .footer_top_inner {
        padding: 55px 0 59px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer_widgets.other_widgets .footer_top_inner {
        padding: 55px 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-item-card .details-container {
        display: grid;
    }

        .cart-item-card .details-container .title {
            text-align: left;
            margin: 0px;
        }

    .footer_widgets.other_widgets .footer_top_inner {
        padding: 55px 0 35px;
    }
}

/*cart page css end*/
/* 14. checkout page css here */
.user-actions {
    margin-bottom: 20px;
}

    .user-actions h3 {
        font-size: 13px;
        font-weight: 400;
        background-color: #f7f6f7;
        padding: 15px 10px;
        border-top: 3px solid #242D30;
        margin-bottom: 0;
    }

        .user-actions h3 a {
            color: #242D30;
        }

.checkout_info {
    border: 1px solid #ededed;
    margin-top: 25px;
    padding: 20px 30px;
}

    .checkout_info p {
        margin-bottom: 15px;
    }

    .checkout_info a {
        color: #242D30;
        margin-top: 15px;
        display: block;
    }

    .checkout_info.coupon_info form {
        display: flex;
    }

@media only screen and (max-width: 767px) {
    .checkout_info.coupon_info form {
        flex-direction: column;
    }
}

.form_group {
    margin-bottom: 20px;
}

    .form_group label {
        font-size: 14px;
        display: block;
        line-height: 18px;
    }

    .form_group input {
        border: 1px solid #ededed;
        background: none;
        height: 45px;
        width: 350px;
        padding: 0 20px;
    }

@media only screen and (max-width: 767px) {
    .form_group input {
        width: 100%;
    }
}

.form_group button {
    display: inline-block;
    width: 80px;
    background: #222222;
    border: 0;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-right: 20px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
}

    .form_group button:hover {
        background: #242D30;
    }

.form_group input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

@media only screen and (max-width: 767px) {
    .form_group input[type="checkbox"] {
        margin-right: 3px;
    }
}

.form_group.group_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .form_group.group_3 label {
        margin-bottom: 0;
        line-height: 34px;
        cursor: pointer;
    }

        .form_group.group_3 label:hover {
            color: #242D30;
        }

#checkout_coupon input {
    background: none;
    border: 1px solid #ededed;
    width: 200px;
    height: 45px;
    font-size: 12px;
    padding: 0 20px;
    color: #222222;
}

#checkout_coupon button {
    width: 130px;
    background: #222222;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 0;
    height: 45px;
    line-height: 45px;
    border-radius: 3px;
    margin-left: 5px;
}

@media only screen and (max-width: 767px) {
    #checkout_coupon button {
        margin-top: 20px;
    }
}

#checkout_coupon button:hover {
    background: #242D30;
}

.mb-20 {
    margin-bottom: 20px;
}

.checkout_form h3 {
    font-size: 16px;
    line-height: 30px;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #ffffff;
    background: #e9b50c;
    font-weight: 500;
}

.checkout_form input {
    border: 1px solid #ededed;
    background: #fff;
    height: 40px;
    width: 100%;
    padding: 0 20px;
    color: #222222;
}

.checkout_form .nice-select {
    width: 100%;
}

    .checkout_form .nice-select ul.list {
        width: 100%;
        height: 180px;
        overflow: auto;
    }

    .checkout_form .nice-select::after {
        top: 56%;
    }

.checkout_form label {
    font-weight: 500;
}

    .checkout_form label span {
        color: red;
    }

.select_option {
    display: flex;
    align-items: center;
}

.checkout_form label.righ_0 {
    cursor: pointer;
    font-size: 15px;
    line-height: 27px;
    padding: 5px 10px;
    text-transform: capitalize;
    color: #ffffff;
    background: #222222;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 0;
    border-radius: 5px;
}

.parsley-errors-list.filled {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 10px;
    position: relative;
    /*background-color: #ff7575;*/
    font-size: 12px;
    color: #f00;
}

    .parsley-errors-list.filled > li {
        list-style: none;
        font-weight: bold;
    }

/*.parsley-errors-list.filled:after {
        position: absolute;
        top: -6px;
        left: 10px;
        content: '';
        display: block;
        width: 0;
        height: 0;
        -moz-transform: scale(.9999);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ff7575;
    }*/


@media only screen and (max-width: 767px) {
    .checkout_form label.righ_0 {
        font-size: 13px;
        line-height: 25px;
        padding: 3px 10px;
    }
}

.checkout_form label.righ_0:hover {
    background: #222222;
}

.checkout_form input[type="checkbox"] {
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.order_button button {
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 10px;
    text-transform: capitalize;
    color: #ffffff;
    background: #7c1312;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 0;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
    .order_button button {
        font-size: 14px;
    }
}

.order_button button:hover {
    background: #222222;
}

@media only screen and (max-width: 767px) {
    .order-notes {
        margin-bottom: 58px;
    }
}

.order-notes textarea {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    /*height: 45px;*/
    max-width: 100%;
    padding: 0 30px 0 20px;
    background: none;
    font-size: 13px;
    resize: none;
    line-height: 45px;
    width: 100%;
    background: #fff;
    color: #222222;
}

.order-notes label {
    line-height: 13px;
}

/*.Checkout_section {
    margin-top: 15px;
    margin-bottom: 67px;
}*/

@media only screen and (max-width: 767px) {
    .Checkout_section {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

.order_table {
    margin-bottom: 35px;
}

    .order_table table {
        width: 100%;
    }

        .order_table table thead tr th {
            min-width: 50%;
            background: #fff;
            text-align: center;
            padding: 15px 0;
            border-bottom: 1px solid #ddd;
        }

        .order_table table tbody tr td {
            min-width: 50%;
            text-align: center;
            padding: 15px 0;
            background: #fff;
            border-bottom: 1px solid #ddd;
            background: #fff;
        }

        .order_table table tfoot tr th {
            min-width: 50%;
            text-align: center;
            padding: 15px 0;
            background: #fff;
            border-bottom: 1px solid #ddd;
        }

        .order_table table tfoot tr td {
            min-width: 50%;
            text-align: center;
            padding: 15px 0;
            border-bottom: 1px solid #ddd;
            background: #fff;
        }

.panel-default input[type="radio"] {
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.panel-default img {
    width: 160px;
}

.order_button button {
    border: 0;
}

.card-body1 {
    margin-bottom: 15px;
}

@media(max-width:767px) {
    .stylen-btn.btn-sec {
        font-size: 12px;
        /*padding: 7px 7.5px;*/
    }

    .service-box .content {
        padding: 10px 15px 25px;
    }
}

/*checkout page css end*/
/*******************Cart end**************/
/***************About Us start****************/
.ovf {
    padding: 0px 35px;
}

.success-section .ovf h2 {
    text-transform: uppercase;
    background: #7c1312;
    background-repeat: no-repeat;
    -webkit-animation: shine 3s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.02em;
    margin-bottom: 13px;
    color: #000;
    text-transform: uppercase;
    display: inline-flex;
    position: relative;
    border-left: 3px solid #7c1312;
    padding-left: 30px;
}

.success-section .bov1 {
    padding: 10px;
}

.success-section .boxovf {
    background-color: #fff;
    box-shadow: inset 0px 0px 15px rgb(0 0 0 / 20%);
    border-radius: 10px;
    padding: 10px;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.radius-image {
    border-radius: 8px;
}

.HomePageAbout .img-fluid {
    max-width: 100%;
    height: auto;
}

.position-absolute {
    position: absolute !important;
}

.img-position {
    /* position: absolute; */
    right: 0;
    top: 15%;
    z-index: 1;
}

.img-border {
    border-left: 6px solid;
    border-color: #fff;
    border-top: 6px solid;
    border-color: #fff;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.about-right-faq {
    padding-left: 35px;
}
/***************About Us end****************/
/*----------------Pagination Start----------------------*/
.pagination {
    width: 100%;
    margin-top: 20px;
    float: left;
    padding: 15px;
    text-align: center;
    display: block;
}

    .pagination .prev, .pagination .next {
        color: #000;
        border: 1px solid #000;
        font-size: 15px;
        padding: 7px 15px;
        cursor: pointer;
    }

    .pagination div {
        display: inline-block;
        margin: 0 10px;
    }
/*----------------Pagination End----------------------*/
/************************Sub-category*********************/
.oh-desktop {
    position: relative;
    overflow: hidden;
    /*margin-bottom: 30px;*/
}

.services-terri::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(28 28 28 / 60%);
    pointer-events: none;
    z-index: 1;
}

.services-terri-figure {
    display: block;
    overflow: hidden;
    height: 278px;
}

@media (min-width: 992px) {
    .services-terri-figure img {
        transform: scale(1.1);
    }
}

.services-terri-figure img {
    display: inline-block;
    width: 100%;
    transition: all .2s ease;
}

.services-terri-figure img {
    height: 100%;
}

.services-terri-caption {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    content: '';
    padding: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

@media (min-width: 768px) {
    .services-terri-caption {
        padding: 15px;
    }
}

.services-terri-title {
    letter-spacing: .025em;
    text-transform: none;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
/************************Sub-category*********************/
/***********************Review Form start****************/
.plr-200 {
    padding-left: 30px;
    padding-right: 30px;
}

#frmfeedback {
    background-color: #fff;
    padding: 25px;
}

@media(max-width:767px) {
    .plr-200 {
        padding-left: 5px;
        padding-right: 5px;
    }
}
/***********************Review Form end****************/
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-wrap: wrap;
}
/*****************************Pop up Container start********************/
.modal-dialog {
    right: auto;
    left: auto;
    margin: 1.75rem auto;
    /* width: 90%; */
    padding-top: 30px;
    padding-bottom: 30px;
}

.modal-header {
    background-color: #e9b50c;
    color: #fff;
}

.modal-title {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.mySlides {
    width: 100%;
    /*margin: 0px 50px;*/
}

.numbertext {
    /*color: #f2f2f2;*/
    font-size: 12px;
    padding: 25px 12px;
    position: absolute;
    top: 0;
}
/*****************************Pop up Container end********************/
/****************************refund & return start****************/
.pdlr-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.terms-content {
    padding-bottom: 40px;
}

.terms-content {
    text-align: justify;
}

@media(max-width:767px) {
    .pdlr-40 {
        padding-left: 0;
        padding-right: 0;
    }
}
/****************************refund & return end****************/
/*div.gallery {
    border: 1px solid #ccc;
}*/

/*div.gallery:hover {
        border: 1px solid #777;
    }*/

div.gallery img {
    width: 100%;
}

div.desc {
    padding: 15px;
    text-align: center;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
    margin-bottom: 10px;
}

@media(max-width: 767px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }

    .product-image img {
        height: 150px;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
/**Discount Section on home page start***/

.discont-banner.style-1 {
    background-image: url('../img/discount-bg.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #e9ccab;
}

/*.discont-banner .content {
    padding: 70px 0;
}*/

.discountmainbox {
    display: flex;
}

.discont-banner.style-1 .content h2 {
    font-weight: 800;
    font-size: 147px;
    line-height: 1;
    background-color: #fff;
    color: transparent;
    text-shadow: 0px 2px 3px rgb(255 255 255 / 10%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    margin-bottom: 0;
    font-family: var(--font-primary);
}

    .discont-banner.style-1 .content h2 .top-text {
        position: absolute;
        top: 88px;
        left: 190px;
        font-weight: 700;
        font-size: 81px;
        line-height: 1;
        color: #fff;
    }

    .discont-banner.style-1 .content h2 .bottom-text {
        position: absolute;
        top: 165px;
        left: 190px;
        font-weight: 700;
        font-size: 40px;
        line-height: 1;
        color: #fff;
    }

.discont-banner.style-1 .content h3 {
    font-weight: 700;
    /*font-size: 50px;
    line-height: 63px;*/
    color: #fff;
    font-size: 40px;
    line-height: 50px;
}

.stylen-btn.btn-primary.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.stylen-btn {
    height: auto;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    transition: all 0.5s;
    cursor: pointer;
}

    .stylen-btn.btn-primary {
        font-weight: 700;
        font-size: 20px;
        letter-spacing: 0.01em;
        border-radius: 5px;
        padding: 12px 25px;
        display: inline-block;
        position: relative;
        background: var(--gradient);
        border: 1px solid var(--color-primary);
        color: #fff;
    }

        .stylen-btn.btn-primary:after {
            position: absolute;
            vertical-align: middle;
            opacity: 0;
            right: -15px;
        }

        .stylen-btn.btn-primary:hover {
            background-color: #f1c75f;
            color: #ededed;
        }

            .stylen-btn.btn-primary:hover:after {
                opacity: 1;
                right: 15px;
            }

.discont-banner .content a {
    margin-top: 20px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.discont-banner.style-1 .discount-img-box {
    position: relative;
}

    .discont-banner.style-1 .discount-img-box .top-image {
        position: absolute;
        height: 500px;
    }

.discont-banner img {
    object-fit: fill;
    height: 500px;
}

@media(max-width: 767px) {
    .discont-banner.style-1 .discount-img-box .top-image {
        height: auto;
    }

    .discont-banner img {
        height: auto;
    }
}
/***highlight discount offer start***/
.layout_padding {
    padding: 35px 0;
    background: #310303;
}

.offerrow {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.offer_section .box .detail-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    padding: 25px;
    background-color: rgba(0, 0, 0, 0.15);
}

    .offer_section .box .detail-box a:hover {
        background-color: #333;
        color: #ffffff;
    }

.offer_section .box.offer-box1 {
    min-height: 225px;
}

.offer_section .box img {
    width: 100%;
    min-height: 100%;
}

/*.offer_section .box img:hover {
        transform: scale(1.08);
        opacity: 1;
    }*/

.offer_section .box.offer-box1 .detail-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .offer_section .box.offer-box1 .detail-box h2 {
        font-size: 3rem;
    }

.offer_section .box .detail-box a {
    display: inline-block;
    padding: 8px 40px;
    background-color: transparent;
    color: #333;
    border-radius: 0;
    border: 1px solid #f1c75f;
    -webkit-transition: all .2s;
    transition: all .2s;
    margin-top: 10px;
    background-color: #f1c75f;
    font-weight: bold;
}

.offer_section .box {
    margin: 10px;
    height: 100%;
    position: relative;
    min-height: 175px;
    border: solid 5px #fff;
    background-color: #fff;
}

    .offer_section .box:hover {
        transition: 0.5s all ease-in-out;
        transform: translateY(-10px);
        border: solid 5px #dfb858;
    }

    .offer_section .box.offer-box2 .detail-box {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .offer_section .box .detail-box h2 {
        font-weight: bold;
    }

    .offer_section .box.offer-box3 .detail-box {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

.offer_section .boxhmall {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
}



/***highlight discount offer start***/
/**Discount Section on home page end***/
/**New About Us Page Start***/
.success-section {
    position: relative;
    padding: 90px 0px 50px;
}

    .success-section .image-column {
        position: relative;
    }

        .success-section .image-column .inner-column {
            position: relative;
            padding-right: 100px;
            padding-top: 40px;
        }

            .success-section .image-column .inner-column .image {
                position: relative;
                margin-bottom: 40px;
            }

                .success-section .image-column .inner-column .image:before {
                    position: absolute;
                    content: '';
                    left: 40px;
                    top: -40px;
                    bottom: 60px;
                    right: -40px;
                    border: 10px solid #f6f6f6;
                }

                .success-section .image-column .inner-column .image img {
                    position: relative;
                    width: 100%;
                    display: block;
                }

            .success-section .image-column .inner-column .small-img {
                position: absolute;
                right: 0px;
                bottom: 50px;
                border: 10px solid #ffffff;
            }

    .success-section .content-column {
        position: relative;
    }

        .success-section .content-column .title {
            position: relative;
            color: #666666;
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 5px;
            display: block;
            text-transform: uppercase;
        }

        .success-section .content-column .year-img {
            position: relative;
            float: left;
            margin-right: 50px;
        }

        .success-section .content-column .work {
            position: relative;
            color: #666666;
            font-size: 16px;
            letter-spacing: 1px;
            padding-bottom: 45px;
            margin-bottom: 40px;
            text-transform: uppercase;
        }

            .success-section .content-column .work strong {
                position: relative;
                font-size: 44px;
                font-weight: 700;
                color: #fbb908;
                display: block;
                line-height: 1.1em;
                text-transform: uppercase;
                font-family: 'Montserrat', sans-serif;
            }

            .success-section .content-column .work span {
                position: relative;
                color: #222222;
                font-size: 44px;
                font-weight: 400;
                line-height: 1.1em;
            }

            .success-section .content-column .work:after {
                position: absolute;
                content: '';
                left: 0px;
                bottom: 0px;
                width: 60px;
                height: 1px;
                background-color: #042038;
            }

        .success-section .content-column .text {
            position: relative;
            color: #666666;
            font-size: 14px;
            line-height: 2em;
            margin-bottom: 45px;
        }

.fact-counter {
    position: relative;
}

    .fact-counter .column {
        position: relative;
        z-index: 5;
        margin-bottom: 30px;
        text-align: center;
    }

        .fact-counter .column .inner {
            position: relative;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            background-color: #fff;
            box-shadow: inset 0px 0px 15px rgb(0 0 0 / 20%);
            padding: 10px;
            height: 85px;
        }

    .fact-counter .count-outer {
        position: relative;
        font-size: 36px;
        line-height: 1em;
        font-weight: 500;
        margin: 0px 0px;
    }

        .fact-counter .count-outer .count-text {
            position: relative;
            font-weight: 400;
            color: #222222;
            font-size: 40px;
        }

    .fact-counter .column .counter-title {
        position: relative;
        font-size: 11px;
        font-weight: 400;
        color: #666666;
        margin-top: 5px;
        text-transform: uppercase;
        display: block;
        letter-spacing: 1px;
    }

    .fact-counter .policy-icon {
        padding-right: 0px;
    }



@media(max-width: 767px) {
}

@media screen and (max-width:1024px) {
    .contactusft {
        display: flex;
        justify-content: center;
    }
}
/**New About us Page End***/
/**Home Page Popup Css***/

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    /*margin-top: -50px;*/
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background-color: rgba(0, 0, 0, 0.8);
}

/* Position the "next button" to the right */
#frmgallery .next {
    right: 15px;
    border-radius: 3px 0 0 3px;
    color: #fff;
}

#frmgallery .prev {
    color: #fff;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 25px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
}

    .active,
    .demo:hover {
        opacity: 1;
    }

element {
    transition-duration: 366ms;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 500px;
    left: 227px;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 50px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 855px;
    z-index: 99992;
}

.demomodalarea img {
    height: 65px;
}

.PopupProductDesciption .section-title {
    margin-bottom: 10px;
}

.PopupProductDesciption .product-caption {
    padding: 0px;
}

.PopupProductDesciption .section-title h2 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    font-weight: 700;
    font-size: 25px;
    letter-spacing: -0.02em;
    margin-bottom: 13px;
    text-transform: uppercase;
    display: inline-flex;
    position: relative;
    border-left: 3px solid #7c1312;
    padding-left: 30px;
}

.PopupProductDesciption .product-title {
    font-size: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
    margin-bottom: 4px;
    color: #dfb858;
    font-weight: 700;
    text-transform: capitalize;
}

.PopupProductDesciption .Popup-Sub-title {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -0.02em;
    color: #000;
    text-transform: uppercase;
    display: inline-flex;
    position: relative;
    padding-left: 30px;
    margin: 20px 0px;
    padding: 10px;
    border-left: 3px solid #7c1312;
    border-top: solid 1px #f1f1f1;
    border-bottom: solid 1px #f1f1f1;
    border-right: solid 1px #f1f1f1;
}

.PopupProductDesciption .net-less-gross-weight {
    font-size: 14px;
}

    .PopupProductDesciption .net-less-gross-weight i {
        display: inline-table;
        width: 100%;
    }

        .PopupProductDesciption .net-less-gross-weight i span {
            /* font-weight: 300; */
            margin-left: 10px;
            margin-right: 10px;
        }

.PopupProductDesciption .description {
    font-size: 14px;
}

@media(max-width:787px) {
    .PopupProductDesciption .section-title {
        margin-top: 10px;
    }

    .PopupProductDesciption .net-less-gross-weight {
        display: contents;
    }
}
/**Home Page Popup Css End***/

/**Product  Details page Start**/
.DetailPageTitle h2 {
    color: #7c1312;
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
    font-size: 30px;
    border-bottom: 2px solid #e0e0e0;
}

.detailsdesign {
    border: 1px solid #e0e0e0;
    padding: 10px;
    border-radius: 10px;
}

.productdet img {
    border-radius: 10px;
}
/**Product  Details page End**/


/**Dropdown menu strat***/
.main_menu .sub-menu ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px;
    margin: 0px 0 0;
    font-size: 13px;
    list-style: none;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-clip: padding-box;
    background-color: #f1c75f;
}

    .main_menu .sub-menu ul li {
        /*color: #fff;*/
        list-style: none;
        font-weight: bold;
    }

        .main_menu .sub-menu ul li:hover {
            color: #310303 !important;
            transition-duration: 0.75s;
            font-size: 13px;
            line-height: 25px;
            text-transform: capitalize;
            font-weight: bold;
            position: relative;
            background-color: #fff;
            padding: 0px 10px;
        }

        .main_menu .sub-menu ul li a:hover {
            color: #310303 !important;
            transition-duration: 0.75s;
            font-size: 13px;
            line-height: 25px;
            text-transform: capitalize;
            font-weight: bold;
            position: relative;
            background-color: #fff;
            padding: 0px 10px;
        }



/* Submenu hidden by default */
.menu-item-has-children ul {
    display: none;
    list-style: none;
    padding-left: 0;
}

/* Plus/minus icon */
.dropdown-toggle {
    display: none; /* show only on mobile */
    cursor: pointer;
    margin-left: 5px;
    font-weight: bold;
}

/* Mobile styles */
@media(max-width:787px) {
    .menu-item-has-children ul {
        margin-left: 22px;
    }
}

@media (max-width: 991px) {
    .dropdown-toggle {
        display: inline-block;
    }

    .menu-item-has-children ul {
        margin-left: 22px;
    }
}


/**dropdown menu end**/
