.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: scale(1.06);
    transition: all .3s ease-in-out;
}


/* bus reservation css */

.header-section {
    background-color: #273140;
    margin-bottom: 50px;
    background-image: url(img/bus-reservation-system-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.header-text .subtitle,
.ico-header-text .subtitle {
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    letter-spacing: .7px;
    margin: 0;
    font-size: 18px
}

.ico-header-text .title {
    color: #fff;
    line-height: inherit;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 400
}

.header-text .title i,
.ico-header-text .title i {
    font-family: Lato, sans-serif;
    font-weight: 600;
    color: #37a000
}

.preview-img {
    max-width: 900px;
    margin: auto;
    z-index: 1;
    position: relative;
}

.preview-img img {
    margin: 0 auto
}

@media (max-width:767px) {
    .header-text .title {
        font-size: 25px
    }
    .header-text .title br {
        display: none
    }
    iframe.chat_iframe {
        display: none !important
    }
    .preview-img {
        top: 70%
    }
}

@media (min-width:768px) {
    .header-text .title {
        font-size: 50px
    }
}

.bottom_off {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    background: #fff;
}

@media (max-width:460px) {
    .bottom_off {
        height: 120px
    }
}

.card-content {
    padding: 16px;
}

.card-content .number {
    font-size: 60px;
    font-weight: 800;
    color: #eee;
    margin: 0 0 5px;
}

.card-content .card-title {
    margin: 0 0 10px;
    font-size: 21px;
}

.purpose_area {
    background: url(img/ready-to-develop.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
}

.overlay1 {
    background-color: #020202bf;
}

.template-demo {
    background-color: #f4f4f9;
}

.product {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .07);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .07);
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 30px
}

.product:hover {
    box-shadow: 0 20px 25px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, .15);
    -webkit-transform: translateY(-4px);
    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
}

.btn_explore {
    outline: 0;
    cursor: pointer;
    background-color: #37a000;
    border: 1px solid #37a000;
}

.btn_explore .arrow-icon {
    right: -60px;
    background-color: #329000;
    line-height: 58px;
    font-size: 21px;
}

.btn_explore:hover .arrow-icon {
    right: 0;
}

.btn_explore:hover .btn-text {
    color: #fff;
    margin-right: 50px;
}

.btn_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;
}

.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);
}