.demo_abs_part .demo_abs {
    transition: all linear 0.4s;
    transform: translateY(20px);
    opacity: 0;
}

.demo_view_inner .img_part:hover .demo_abs {
    transform: translateY(0);
    opacity: 1;
}

.demo_view_inner .img_part .demo_abs_part .demo_abs:last-child {
    transition-delay: 0.2s;
}

.desktop_ver .demo_btn.download {
    background-color: #bf3129;
}

.desktop_ver .demo_btn.buy {
    background-color: #4652e4;
}

.desktop_ver .demo_btn.doc {
    background-color: #13a778;
}

/*================================
============Addons CSS ===========
================================*/

.addons_area {
    padding: 110px 0px;
}

.addons_area .title_addons {
    margin-bottom: 60px;
}

.sec_title p,
.title_addons p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 25px;
}

.addons_block {
    border-radius: 5px;
    padding: 40px;
    transition: all 0.3s linear;
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    width: 100%;
    justify-content: center;
    align-content: space-between;
}

.addons_desktop {
    background-color: #c9e4e4;
}

.addons_desktop .purchase_btn_two {
    border: 2px solid #329696;
    background: #329696;
}

.addons_printer {
    background-color: #bfe1fd;
}

.addons_printer .purchase_btn_two {
    border: 2px solid #70afe3;
    background: #70afe3;
}

.addons_printer .purchase_btn_two:hover {
    border: 2px solid #6cbcff;
    background: #6cbcff;
    color: #ffffff;
}

.addons_androidPos {
    background-color: #ffc89a;
}

.addons_androidPos .purchase_btn_two {
    border: 2px solid #c5824b;
    background: #c5824b;
}

.addons_qr {
    background: #cac9f7;
}

.addons_qr .purchase_btn_two {
    border: 2px solid #5c5abf;
    background: #5c5abf;
}

.addons_app {
    background: #efd6b2;
}

.addons_app .purchase_btn_two {
    border: 2px solid #b97d27;
    background: #b97d27;
}

.addons_loyalty {
    background: #f1b7b4;
}

.addons_loyalty .purchase_btn_two {
    border: 2px solid #bf3129;
    background: #bf3129;
}

.addons_razorpay {
    background: #afe6f3;
}

.addons_razorpay .purchase_btn_two {
    border: 2px solid #0a8cab;
    background: #0a8cab;
}

.addons_shift {
    background: #9ce8d0;
}

.addons_shift .purchase_btn_two {
    border: 2px solid #13a778;
    background: #13a778;
}

.purchase_btn_two {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    border-radius: 3px;
    display: inline-block;
    padding: 10px 25px;
    text-align: center;
    font-weight: 600;
    transition: all 0.3s linear;
    position: relative;
    z-index: 1;
    width: 100%;
    text-decoration: none;
}

.addons_printer .purchase_btn_two:hover,
.addons_printer .purchase_btn_two:focus,
.addons_androidPos .purchase_btn_two:hover,
.addons_androidPos .purchase_btn_two:focus,
.addons_loyalty .purchase_btn_two:hover,
.addons_loyalty .purchase_btn_two:focus,
.addons_shift .purchase_btn_two:hover,
.addons_shift .purchase_btn_two:focus,
.addons_razorpay .purchase_btn_two:hover,
.addons_razorpay .purchase_btn_two:focus,
.addons_qr .purchase_btn_two:hover,
.addons_qr .purchase_btn_two:focus,
.addons_desktop .purchase_btn_two:hover,
.addons_desktop .purchase_btn_two:focus,
.addons_app .purchase_btn_two:hover,
.addons_app .purchase_btn_two:focus {
    border: 2px solid #1a1a1a;
    background: #1a1a1a;
    color: #fff;
}

.addons_block h5 {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
}

.addons_block p {
    font-size: 14px;
    line-height: 28px;
    color: #8b8b99;
}

.addons_block .price_icon {
    margin-top: 24px;
}

.addons_block .rate {
    font-size: 37px;
    font-weight: 600;
    padding-bottom: 0;
    transition: all 0.3s linear;
    margin-top: 10px;
}

.addons_block .rate span {
    font-size: 20px;
    vertical-align: top;
    line-height: 1.5;
}

.addons_block ul {
    padding: 15px 0px;
}

.addons_block ul li {
    font-size: 16px;
    line-height: 20px;
    margin: 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #464646;
    font-weight: 500;
}

.addons_block ul li span {
    text-align: left;
    width: 80%;
}

.addons_block .addons_text {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin: 8px 0;
    color: #464646;
    font-weight: 500;
    padding: 15px 0;
}


/*license CSS*/

.license .contact-details {
    padding: 30px;
}


/*========= Testimonial CSS
==================================*/

.client_comment {
    line-height: 40px;
}

.testimonial_part .new-test .owl-nav {
    display: none;
}

.new-test .owl-dots {
    text-align: center;
    margin-top: 30px;
    padding-bottom: 20px;
}

.new-test .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #c4c4c4;
    margin: 0 3px;
    border-radius: 50%;
}

.new-test .owl-dots .owl-dot.active {
    background-color: #00c156;
}

.testimonial_part .quotation-icon {
    opacity: 0.05;
}


/*========= FAQ CSS
==================================*/

.faq .accordion-button:not(.collapsed) {
    color: #000000;
    font-weight: 500;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
}

.faq .accordion-button:focus {
    box-shadow: none;
}

.faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

@media(max-width: 767px) {
    .py_140 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .badge_all .addon {
        right: 0;
    }
}

.lift {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transform: translateY(0);
    transition: all .3s ease;
}

.lift:hover {
    transform: translateY(-0.4rem);
    box-shadow: 0 0.25rem 1.25rem rgb(52 63 82 / 10%);
}

.features:hover {
    transform: translateY(-10px);
}

/* invantory management css */

.header-section {
    background-image: linear-gradient(40deg, rgb(25 153 84 / 96%) 0%, rgb(39 133 124) 100%);
    height: 830px;
    background-size: cover;
    background-position: 50%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: center;
}

.bottom_shoape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

.middle_shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: .2;
}

.title {
    font-weight: 700;
    margin-bottom: 35px;
    font-size: 45px;
    background: -webkit-linear-gradient(271deg, #ffffff, #9ceef1);
    /* background-image: linear-gradient( 75deg, hsl(260deg 72% 50%) 0%, hsl(265deg 77% 50%) 20%, hsl(270deg 83% 50%) 29%, hsl(275deg 89% 50%) 36%, hsl(279deg 95% 50%) 43%, hsl(284deg 100% 50%) 50%, hsl(283deg 95% 55%) 57%, hsl(282deg 89% 61%) 64%, hsl(280deg 84% 66%) 71%, hsl(279deg 78% 71%) 80%, hsl(278deg 73% 77%) 100%); */
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.ceo-text {
    font-weight: 700;
    background: -webkit-linear-gradient(334deg, #41d562, #32bec3);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

:root {
    --hue: 190deg;
    --sat: 50%;
    --blur: 0px;
    --hue2: calc(var(--hue) + 60deg);
    --sat2: calc(var(--sat) + 10%);
    --clr: hsl(var(--hue) var(--sat) 90%);
    --clr2: hsl(var(--hue2) var(--sat2) 85%);
    --text: hsla(var(--hue), 70%, 10%, .9);
    --gradoffset: 45%;
    --gradgap: 30%;
    --hue: 30deg;
    --sat: 50%;
    --hue2: 5deg;
    --sat2: 80%;
}

.gradient-btn {
    color: #1a1a1a;
    text-decoration: none;
    background-color: hsl(123deg 80% 39%);
    background-image: linear-gradient(180deg, hsl(108deg 100% 86%) var(--gradgap), transparent calc(100% - var(--gradgap)));
    background-repeat: no-repeat;
    background-position: center var(--gradoffset);
    background-size: 100% 200%;
    border-radius: 2em;
    outline: none;
}

.gradient-btn2 {
    color: #282828;
    text-decoration: none;
    background-color: #c6cc1e;
    background-image: linear-gradient(180deg, hsl(64deg 100% 87%) var(--gradgap), transparent calc(100% - var(--gradgap)));
    background-repeat: no-repeat;
    background-position: center var(--gradoffset);
    background-size: 100% 200%;
    border-radius: 2em;
    outline: none;
}

.gradient-btn2:hover, .gradient-btn:hover {
    color: #efefef;
    background: #101010;
}

.btn-hover {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    padding: 15px 40px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 6px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:hover {
    background-position: 100% 0;
    color: #fff;
}

.btn-hover.color-1 {
    background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgb(150 203 201 / 75%);
}

.btn-hover.color-2 {
    background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgb(101 163 137 / 25%);
}

.btn-hover.color-3 {
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
    box-shadow: 0 4px 15px 0 rgb(122 146 183 / 25%);
}

.py-header {
    padding-top: 10px;
    padding-bottom: 90px;
}

@media (min-width:1399px) {
    .process-wrapper.line [class*=col-] {
        position: relative
    }
    .process-wrapper.line [class*=col-]:after {
        width: 100%;
        position: absolute;
        content: "";
        height: 1px;
        background: 0 0;
        border-top: 2px solid rgba(164, 174, 198, .2);
        top: 2.3rem;
        z-index: 1;
        left: 14rem
    }
    .process-wrapper.line [class*=col-]:last-child:after {
        display: none
    }
    .process-wrapper.line [class*=col-]:nth-child(3):after {
        display: none
    }
    .process-wrapper.line.text-center [class*=col-]:after,
    .process-wrapper.line.text-center [class*=col-]:before {
        width: 50%;
        position: absolute;
        content: "";
        height: 1px;
        background: rgba(164, 174, 198, .2);
        border: 0;
        top: 1.5rem;
        z-index: 1;
        left: 0
    }
    .process-wrapper.line.text-center [class*=col-]:after {
        right: 0;
        left: auto
    }
    .process-wrapper.line.text-center [class*=col-]:first-child:before,
    .process-wrapper.line.text-center [class*=col-]:last-child:after {
        display: none
    }
}

@media (min-width:1199px) and (max-width:1398px) {
    .process-wrapper.line [class*=col-] {
        position: relative
    }
    .process-wrapper.line [class*=col-]:after {
        width: 100%;
        position: absolute;
        content: "";
        height: 1px;
        background: 0 0;
        border-top: 2px solid rgba(164, 174, 198, .2);
        top: 2.4rem;
        z-index: 1;
        left: 10.5rem;
    }
    .process-wrapper.line [class*=col-]:last-child:after {
        display: none
    }
    .process-wrapper.line [class*=col-]:nth-child(3):after {
        display: none
    }
    .title {
        font-size: 40px;
    }
}

@media (min-width:992px) and (max-width:1198px) {
    .process-wrapper.line {
        position: relative
    }
    .process-wrapper.line:after {
        width: 100%;
        position: absolute;
        content: "";
        height: 1px;
        background: 0 0;
        border-top: 2px solid rgba(164, 174, 198, .2);
        top: 2.4rem;
        z-index: 1;
        left: 9.5rem;
    }
    .process-wrapper.line:last-child:after {
        display: none
    }
    .process-wrapper.line:nth-child(3):after {
        display: none
    }
    .title {
        font-size: 40px;
    }
}

@media (max-width:535px) {
    .title {
        font-size: 30px;
    }
}

.process-wrapper.line .btn-gradient-number {
    position: relative;
    z-index: 2
}

.btn-gradient-number {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding: 0;
    border-radius: 100%!important;
    width: 3.5rem;
    height: 3.5rem;
    text-decoration: none;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-image: linear-gradient( 120deg, #00a653 25%, #074811 100%);
}

.animate {
    animation-name: stretch;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}

@keyframes stretch {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.2);
    }
}

.card-effect {
    border-top: 6px solid transparent;
    border-radius: 10px;
    padding: 15px;
    transition: all 0.3s linear;
    box-shadow: 1px 1px 11px 0px rgb(12 0 46 / 11%);
}

.card-effect:hover {
    border-top-color: #00a653;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 12%) 0px 20px 50px 0px;
    transition: all 0.3s linear;
    background-color: white;
}

.effect-bg1 {
    background: #e5e0ec;
}

.effect-bg2 {
    background: #e0ebec;
}

.effect-bg3 {
    background: #e0e4ec;
}

.effect-bg4 {
    background: #f5f2eb;
}

.effect-bg5 {
    background: #ece0e0;
}

.effect-bg6 {
    background: #d6d5e9;
}

.card-title {
    font-size: 21px;
    margin-bottom: 12px;
}

.product {
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 30px
}

.product:hover {
    transform: translateY(-4px)
}

.sale-inner {
    position: absolute;
    display: table;
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    text-align: center;
    z-index: 1;
    color: #fff;
    background-color: #37a000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 800;
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s
}

.product-img:hover .sale-inner {
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.sale {
    display: table-cell;
    vertical-align: middle
}

.product-img {
    position: relative;
    margin: auto;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s
}

.product-img img {
    -webkit-transition: all .5s;
    transition: all .5s
}

.product-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.product-img:hover .overlay {
    opacity: 1;
    width: 100%;
    height: 100%
}

.product-img .overlay {
    background: rgba(55, 160, 0, .9);
    position: absolute;
    margin: auto;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    pointer-events: none
}

.product-img .btn-inner {
    color: #fff;
    text-align: center;
    position: absolute;
    margin: auto;
    height: 36px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform .5s ease, opacity .7s ease;
    transition: transform .5s ease, opacity .7s ease
}

.product-img:hover .btn-inner {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .5s ease, opacity 1.3s ease;
    transition: transform .5s ease, opacity 1.3s ease
}

.btn-inner .btn {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    padding: 8px 17px
}

.btn-inner .btn:first-child {
    margin-right: 5px
}

.btn-warning {
    color: #111;
    background-color: #ffb822;
    border-color: #ffb822
}

.btn-warning:hover {
    color: #111;
    background-color: #fbaa00;
    border-color: #eea200
}

.btn-danger {
    color: #fff;
    background-color: #f4516c;
    border-color: #f4516c
}

.btn-danger:hover {
    color: #fff;
    background-color: #f22d4e;
    border-color: #f12143
}

.btn-success {
    background-color: #37a000;
    border-color: #37a000
}

.btn-success:hover {
    color: #fff;
    background-color: #008329;
    border-color: #008329
}

.share-icon {
    font-size: 17px
}

.share-icon ul li {
    display: inline-block
}

.share-icon ul li a {
    display: inline-block;
    margin-right: 10px
}

.share-social {
    display: inline-block;
    cursor: default;
    padding: 0;
    position: relative
}

.share-social:hover .label {
    opacity: 0;
    -webkit-transition: opacity .5s .125s ease-out;
    transition: opacity .5s .125s ease-out
}

.share-social:hover .social-icon {
    margin-right: 10px;
    margin-left: 0
}

.label {
    position: absolute;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .0816em;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    pointer-events: none;
    text-transform: uppercase;
    -webkit-transition: opacity .5s .75s ease-out;
    transition: opacity .5s .75s ease-out;
    background-color: #fff;
    color: #727676;
    text-align: left;
    display: inline;
    padding: .2em 0 .3em
}

.social-icon {
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    margin: 0 10px 0 0;
    -webkit-transition: background-color .5s ease-out, border-radius .5s .25s ease-out, margin .5s .25s ease-out;
    transition: background-color .5s ease-out, border-radius .5s .25s ease-out, margin .5s .25s ease-out;
    color: #727676
}

.social-icon:hover {
    color: #37a000
}

.product-info-holder {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.product-list-info {
    padding: 30px 20px 0
}

.product-title {
    display: block;
    vertical-align: middle;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize
}

.product-list-info .product-title {
    color: #1a1a1a
}

.product-list-info .product-title:hover {
    color: #37a000
}

.star-rating {
    position: relative;
    line-height: 1em;
    font-size: 13px;
    color: #37a000;
    display: inline-block;
    float: right;
    margin: 4px 0 10px
}

.price {
    display: block;
    color: #0cc300;
    font-weight: 600;
    width: 100%;
    margin-bottom: 10px
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgb(14 161 58 / 25%);
}

.faq .accordion-button:not(.collapsed) {
    color: #000000;
    font-weight: 500;
    background-color: transparent;
    border-bottom: 1px solid #51bd446b;
}

.logo-item img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: -webkit-filter .6s ease;
    transition: filter .6s ease;
    transition: filter .6s ease, -webkit-filter .6s ease;
    -webkit-transition: -webkit-filter .6s ease;
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.logo-item img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.package_area .single-price {
    background: #fff;
    padding: 25px;
    transition-duration: 0.3s;
    box-shadow: 0px 10px 40px 0px rgb(64 1 9 / 6%);
    border: 0;
}

.package_area .single-price:hover {
    transform: translateY(-15px);
}

.license .single-price .title {
    font-size: 21px;
    font-weight: 500;
    color: #2a2a48;
}

.license .price-details {
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    padding: 15px 0;
}

.license .buy-now-button .demo_btn {
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #424242;
}

.buy-now-button .demo_btn {
    display: block;
    line-height: 30px;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 16px;
}

.license .buy-now-button .demo_btn:focus,
.license .buy-now-button .demo_btn:hover {
    border-radius: 0;
    background-color: #37a000;
    border: 1px solid #37a000;
    color: #fff;
}

.license .contact-details {
    box-shadow: 0px 10px 40px 0px rgb(64 1 9 / 6%);
    background-color: #fff;
    padding: 30px;
}

.explore {
    outline: 0;
    cursor: pointer;
    background-color: #37a000;
    border: 1px solid #37a000;
}

.explore .arrow-icon {
    background-color: #329000;
    line-height: 56px;
    font-size: 21px;
    right: -60px;
}

.explore:hover .arrow-icon {
    right: 0;
}

.explore:hover .btn-text {
    margin-right: 50px;
}

.explore .btn-text {
    color: #fff;
    display: inline-block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}