p {
    color: #111d4a;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-70 {
    margin-bottom: 70px;
}

.my-30 {
    margin: 30px 0;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

a{
    color: #3a3ff3;
    font-weight: 600;
}

.mxw_500 {
    max-width: 500px;
}

.mxw_620 {
    max-width: 620px;
}

.pb-100 {
    padding-bottom: 100px;
}

.align-center {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.sec_mar {
    margin: 100px 0;
}

.sec_pad {
    padding: 100px 0;
}

.sec_pt {
    padding-top: 100px;
}

.bg_grey {
    background: #f4f5fa;
}


.mb-60 {
    margin-bottom: 60px;
}

.shadow{
    box-shadow: 0px 10px 40px 0px rgb(64 1 9 / 6%);
}

.section-title {
    text-align: center;
    margin-bottom: 70px;
}

.section-title .pre-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 18px;
}

.section-title h2 {
    margin: 0 0 20px;
    text-transform: capitalize;
}

.section-title,
.section-title .pre-title,
.section-title h2 {
    font-family: 'Nunito', sans-serif;
}

.section-title h2 {
    font-weight: 700;
}

.section-title.dark p,
.section-title.dark h2 {
    color: #fff;
}

.section-title p {
    font-size: 17px;
    margin: 0;
    /*font-weight: 300;*/
}

.section-title p a {
    font-weight: 500;
}

.wrap-sticky nav.navbar.bootsnav.sticked, 
nav.navbar.bootsnav{
    z-index: 99;
}

.justify-center{
    justify-content: center;
}

/*------------- Demo Area Css--------------*/
.demo-info {
    margin-top: 25px;
}

.demo-info h4 {
    margin: 0 0 12px;
    line-height: 30px;
}

.demo-inner {
    text-align: center;
}

.demo-inner img {
    margin: 0 auto;
    transition-duration: 0.3s;
}

.demo-inner:hover img {
    transform: translateY(-10px);
    opacity: 0.6;
}

/*------------- Product features --------------*/
.apps_feature_inner {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    padding: 25px 35px;
    position: relative;
    overflow: hidden;
}

.desktop_ver {
    background: #e6f3ee;
    padding: 90px 0;
}

.desktop_ver .demo_btn.download{
    background-color: #bf3129;
}

.desktop_ver .demo_btn.buy{
    background-color: #4652e4;
}

.desktop_ver .demo_btn.doc{
    background-color: #13a778;
}

.desktop_ver .demo_btn.download:hover,
.desktop_ver .demo_btn.buy:hover,
.desktop_ver .demo_btn.doc:hover,
.desktop_ver .demo_btn.download:focus,
.desktop_ver .demo_btn.buy:focus,
.desktop_ver .demo_btn.doc:focus{
    background-color: #252525;
}

.features-box .addon,
.apps_feature_inner .addon {
    background: #00c156;
    padding: 5px 25px;
    width: 200px;
    position: absolute;
    top: 16px;
    left: -70px;
    text-align: center;
    line-height: 22px;
    letter-spacing: 0.01em;
    font-size: 11px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.apps_feature_inner img {
    max-width: 140px;
    margin: 0 auto;
}

.apps_feature_inner p {
    text-align: left;
    padding: 0;
    font-size: 16px;
    line-height: 25px;
}

.apps_feature_inner ul {
    list-style: none;
    margin-bottom: 25px;
    font-size: 16px;
    text-align: left;
}

.apps_feature_inner.last ul {
    margin-bottom: 15px;
}

.apps_feature_inner ul li {
    font-size: 16px;
    line-height: 25px;
    color: #111d4a;
    display: flex;
    align-items: flex-start;
}

.apps_feature_inner ul li i{    
    margin-right: 8px;
}

.apps_feature_inner .demo_btn {
    padding: 10px 20px;
    width: 100%;
    font-size: 16px;
}

.apps_feature_inner .details_btn {
    background: transparent;
    font-size: 16px;
    color: #00c156;
    border: 1px solid #00c156;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 8px;
    width: 100%;
    display: block;
    transition-duration: 0.4s;
}

.apps_feature_inner .details_btn:hover,
.apps_feature_inner .details_btn:focus {
    background: #00c156;
    color: #fff;
}

.app_title {
    padding: 15px 0;
    margin: 20px 0;
    color: #00c156;
    font-size: 24px;
}

.app_int_area {
    background: #e6f3ee;
    margin: 50px 0;
    padding: 50px 0;
}

.customer_app .app_title {
    color: #4652e4;
}

.apps_feature_inner.customer_app .addon{
    background-color: #4652e4;
}

.customer_app .demo_btn {
    background-color: #4652e4;
}

.customer_app ul li i {
    color: #4652e4;
    line-height: 25px;
}

.apps_feature_inner.customer_app .details_btn {
    color: #4652e4;
    border: 2px solid #4652e4;
}

.waiter_app ul li i ,
.waiter_app .app_title,
.apps_feature_inner.waiter_app .details_btn {
    color: #de3a3a;
}

.apps_feature_inner.waiter_app .addon,
.waiter_app .demo_btn {
    background-color: #de3a3a;
}

.waiter_app ul li i {
    line-height: 25px;
}

.apps_feature_inner.waiter_app .details_btn {
    border: 2px solid #de3a3a;
}

.kitchen_app ul li i,
.kitchen_app .app_title,
.apps_feature_inner.kitchen_app .details_btn{
    color: #1bd0a2;
}

.apps_feature_inner.kitchen_app .addon,
.kitchen_app .demo_btn {
    background-color: #1bd0a2;
}

.kitchen_app ul li i {
    line-height: 25px;
}

.apps_feature_inner.kitchen_app .details_btn {
    border: 2px solid #1bd0a2;
}

.apps_feature_inner.waiter_app .details_btn:focus,
.apps_feature_inner.waiter_app .details_btn:hover,
.apps_feature_inner.customer_app .details_btn:focus,
.apps_feature_inner.customer_app .details_btn:hover,
.apps_feature_inner.kitchen_app .details_btn:focus,
.apps_feature_inner.kitchen_app .details_btn:hover {
    border: 2px solid #222942;
    background: #222942;
    color: #fff;
}

.apps_feature_inner .demo_btn:hover,
.apps_feature_inner .demo_btn:focus{
    background: #1a1a1a;
}

/*============================================
================How To css =============
=============================================*/
.process_title{
    font-size: 36px;
    margin-bottom: 50px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
}

.process_list li {
    margin: 10px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #1a1a1a;
    display: flex;
    align-items: flex-start;
}

.process_list li span {
    margin-right: 8px;
    background: #cc0042;
    line-height: 26px;
    display: inline-block;
    width: 26px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
}

.modal .modal-header {
    padding: 15px 30px;
}

.modal .modal-body {
    position: relative;
    padding: 15px 30px;
}

@media (min-width: 768px){
    .modal-dialog {
        margin: 100px auto 30px;
    }
}

/*============================================
================license_area css =============
=============================================*/

.license_block .license_title {
    color: #05133e;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.license_block .purchase_btn {
    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%;
    background: #0fb95b;
}

.license_content .fade {
    transform: translateY(10px);
    transition: all 0.3s linear;
}

.license_content .fade.show {
    transform: translateY(0px);
}

.license_content .license_block {
    text-align: center;
    position: relative;
    transition: all 0.2s linear;
    padding: 35px 40px 40px;
    border-radius: 10px;
    background: #fff;
    width: 410px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.license_content .license_block > * {
    width: 100%;
}

.license_content .license_block .tag {
    position: absolute;
    font-size: 14px;
    color: #fff;
    background: #e00606;
    padding: 19px 32px;
    top: -10px;
    left: -39px;
    transform: rotate(-45deg);
}

.license_content .license_block .tag span {
    position: relative;
    top: 11px;
}

.license_content .license_block p {
    font-size: 16px;
    line-height: 22px;
    color: #677294;
    font-weight: 300;
    margin-bottom: 0px;
}
.license_content .license_block .price {
    border-bottom: 1px solid #e9e9f4;
    padding: 15px 0px 40px;
    font-size: 50px;
    font-weight: 700;
    line-height: 30px;
}

.license_content .license_block .price span {
    font-size: 25px;
    vertical-align: top;
    line-height: 20px;
}

.license_content .license_block .price sub {
    color: #677294;
    bottom: 0;
}

.license_content .license_block .p_list {
    padding: 30px 0px 20px;
}

.license_content .license_block .p_list li {
    font-size: 16px;
    line-height: 30px;
    color: #252833;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.license_content .license_block .p_list li span{
    text-align: left;
}

.license_content .license_block .p_list li.not-available {
    color: #e8516d;
}

.license_content .license_block .p_list li .ti-check {
    color: #00d410;
}

.license_content .license_block .p_list li .ti-close {
    color: #f0002d;
    font-size: 13px;
}

.license_content .license_block .price_btn:hover {
    color: #fff;
    background: #00c156;
}

.license_content .license_block:hover {
    box-shadow: 0px 30px 60px 0px rgba(0, 11, 40, 0.14);
}

.license_content .license_block.regular {
    margin-left: auto;
}

.license_content .regular .price {
    color: #4652e4;
}

.license_content .extended .price {
    color: #a54100;
}

.license_content .regular .purchase_btn {
    background: #4652e4;
}

.license_content .extended .purchase_btn {
    background: #a54100;
}

.license_content .recommended {
    font-size: 15px;
    margin-bottom: 15px;
    background: #4652e4;
    color: #fff;
    line-height: 30px;
    display: inline-block;
    padding: 3px 20px;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    border-radius: 3px;
}

.license_block.regular .purchase_btn:hover,
.license_block.regular .purchase_btn:focus,
.license_block.extended .purchase_btn:hover,
.license_block.extended .purchase_btn:focus{
    background: #1a1a1a;
}


/*================================
============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;
}

.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;
    font-family: 'Nunito', sans-serif;
    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;
}

.package-sill{
    position: absolute;
    top: -20px;
    right: -15px;
}
.package-sill img{
    max-width: 100px;
}
.badge_all .addon{
    background: #627afe;
    padding: 20px 15px;
    position: absolute;
    top: -22px;
    right: -20px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 19px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 50%;
}

.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%;
}

.purchase_btn_two:hover {
    background: transparent;
    color: #00c156;
}

.purchase_btn_two:hover:before {
    opacity: 1;
}

.addons_block:hover {
    box-shadow: 0px 30px 50px 0px rgb(0 0 29 / 10%);
    transform: scale(1.03);
}

/*===============================
===========Package Css===========
=================================*/

.package-row {
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.package_single {
    background: #fff;
    box-shadow: 0px 1px 10px -6px rgb(0 0 0 / 15%);
    padding: 2rem;
    border-radius: 4px;
    transition: .3s;
    border: 1px solid #eaeaea;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
}

.package_single .package_bottom {
    width: 100%;
}
.package_single:hover {
    box-shadow: 0px 1px 10px -4px rgba(0, 0, 0, .15);
}

.package_single .package-label {
    border-radius: 2px;
    padding: 5px 18px;
    margin-bottom: 1rem;
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    position: absolute;
    top: -20px;
    left: 50%;
    width: 60%;
    transform: translateX(-50%);
    color: #292929;
    text-align: center;
}

.package_single h2 {
    font-family: 'Nunito', sans-serif;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
}

.package_single h5 {
    color: #525252;
    font-size: 15px;
    font-weight: 500;
}

.package_single .package-features {
    margin-top: 2rem;
}

.package_single .package-features .feature {
    font-size: 16px;
    margin: .5rem 0;
    line-height: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.package_single .package-features .feature span {
    font-weight: 500;
    width: 90%;
}

.package_single .package-tag {
    text-align: center;
    font-weight: 400;
    margin-top: 20px;
    font-family: 'Nunito', sans-serif;
}

.package_single .package-tag .symbol {
    font-size: 24px;
    vertical-align: top;
}

.package_single .package-tag .amount {
    font-size: 50px;
    line-height: 1;
}

.package_single .package-tag .after {
    color: #3b3b3b;
    font-weight: 500;
}

.package_single .package-btn {
    display: block;
    color: #fff;
    margin-top: 2rem;
    padding: 15px;
    border-radius: 2px;
    text-align: center;
    font-weight: 500;
    transition: .3s;
}

.package_single .package-btn:hover {
    text-decoration: none;
}

.col-pack {
    padding: 0;
}

.package-remove {
    font-size: 20px;
    color: #292929;
    font-weight: 500;
    text-decoration: line-through;
    text-align: center;
    opacity: 0.5;
}

.bronze .package-label {
    background: #cad2ff;
}

.bronze .package-tag {
    color: #627afe;
}

.bronze .package-btn {
    background: #627afe;
}

.bronze .package-btn:hover {
    background: #546dfe;
}

.silver .package-label {
    background: #b9edee;
}

.silver .package-tag {
    color: #44cdd2;
}

.silver .package-btn {
    background: #44cdd2;
}

.silver .package-btn:hover {
    background: #2dbcc4;
}

.platinum .package-label {
    background: #f5d19b;
}

.platinum .package-tag {
    color: #e28904;
}

.platinum .package-btn {
    background: #e28904;
}

.platinum .package-btn:hover {
    background: #d48715;
}

.gold .package-label {
    background: #ffc4c4;
}

.gold .package-tag {
    color: #ff5e5e;
}

.gold .package-btn {
    background: #ff5e5e;
}

.gold .package-btn:hover {
    background: #f23c3c;
}

/*Web demo Css*/

.demo_view_inner {
    margin-bottom: 50px;
}

.demo_view {
    background: #e9f7f1;
}

.demo_title {
    margin-top: 35px;
    display: block;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 17px;
}

.demo_view_inner .img_part {
    box-shadow: 0 0 23px 0px rgb(0 0 0 / 15%);
    position: relative;
}

.demo_view_inner .img_part img {
    transition-duration: 0.3s;
}

.demo_view_inner .img_part .demo_abs_part {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.demo_view_inner .img_part .demo_abs_part .demo_abs {
    min-width: 120px;
    line-height: 45px;
    background: #00c156;
    color: #fff;
    border-radius: 2px;
    font-size: 13px;
    display: block;
}

.demo_view_inner .img_part .demo_abs:focus,
.demo_view_inner .img_part .demo_abs:hover {
    background: #e80321;
}

.demo_view_inner .img_part .demo_abs_part .demo_abs {
    transition-duration: 0.4s;
    transform: translateY(20px);
    opacity: 0;
}

.demo_view_inner .img_part .demo_abs_part .demo_abs:first-child {
    margin-bottom: 15px;
}

.demo_view_inner .img_part .demo_abs_part .demo_abs:last-child {
    transition-delay: 0.2s;
}

.demo_view_inner .img_part:hover .demo_abs {
    transform: translateY(0);
    opacity: 1;
}

.demo_view_inner:hover .img_part img,
.demo_view_inner:focus .img_part img {
    opacity: 0.6;
}

.vdo-wrap {
    position: relative;
}

.vdo-wrap img {
    margin: 0 auto;
    transition-duration: 0.3s;
}

.vdo-wrap:hover img,
.vdo-wrap:focus img {
    opacity: 0.7;
}

.vdo-wrap .vdo-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #00c156;
    color: #ffffff;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 21px;
    transition-duration: 0.3s;
}

.vdo-wrap .vdo-link:hover,
.vdo-wrap .vdo-link:focus {
    background: #353535;
}

.product-row {
    margin-bottom: 70px;
    align-items: center;
    display: flex;
}

.product-row:last-child {
    margin-bottom: 0;
}

.features_inner .features-box {
    text-align: center;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    padding: 25px;
    transition-duration: 0.3s;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.features_inner .features-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-4px);
}

.features_inner .features-box img {
    margin-bottom: 20px;
}

/* ============= Projects Area ==============*/

.start-project {
    padding: 80px 0 0;
}

.project-text {
    text-align: center;
}

.project-text h2 {
    margin: 0 0 15px;
}

.project-text p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 17px;
}

.purchase-btn {
    margin-top: 30px;
}

.purchase-btn .demo_btn {
    padding: 10px 25px;
}

.purchase-btn .demo_btn:nth-child(2) {
    margin-left: 5px;
}

.content-text.p-l {
    padding-left: 50px;
}

.content-text.p-r {
    padding-right: 50px;
}

.content-text .feature-title {
    margin: 0 0 20px;
    font-size: 32px;
}

.content-text .feature-title span {
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
}

.banner_img_part {
    position: relative;
    transition-duration: 0.4s;
    padding: 60px 0;
}

.banner_img_part img {
    transition-duration: 0.4s;
    max-width: 760px;
}

.banner_img_part .btn_area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition-duration: 0.4s;
}

.banner_img_part:hover .banner_img {
    opacity: 0.5;
}

.banner_img_part:hover .btn_area {
    opacity: 1;
}

.banner_inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.banner .banner_inner h1 {
    font-size: 32px;
    font-weight: bold;
    color: #173050;
    margin: 0;
}

.banner .banner_inner p {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    margin: 25px 0;
}

.banner_inner .demo_btn {
    padding: 8px 30px;
}

.banner_inner .live_btn {
    padding: 8px 30px;
    margin-left: 5px;
}

/*=============== Soft Info ================*/
.soft_info .sec_title {
    line-height: 30px;
    margin-top: 0;
    font-size: 26px;
}

.soft_info .sec_title span {
    color: #00c156;
    font-weight: 700;
}

.soft_info .soft_info_list {
    padding-left: 25px;
}

.soft_info .soft_info_list li {
    color: #111d4a;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    list-style: disc;
}

.soft_info .desc {
    font-size: 17px;
    font-weight: 400;
    color: #595959;
}

.process {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.process .colum {
    background: #fff;
    padding: 25px;
    border-radius: 6px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    width: 16%;
    text-align: center;
    position: relative;
}

.process .colum:before,
.process .colum:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 14px;
    border-color: transparent transparent transparent #00c156;
}

.process .colum:before {
    right: -21px;
}

.process .colum:after {
    right: -35px;
}

.process .colum:last-child:before,
.process .colum:last-child:after {
    display: none;
}

.process img {
    max-width: 60px;
    display: block;
    margin: 0 auto 15px;
}

.process span {
    font-weight: 600;
    font-size: 14px;
}

.live_btn {
    border: 1px solid #00c156;
    padding: 5px 20px;
    line-height: 30px;
    color: #00c156;
    font-weight: 600;
    background: #fff;
}

.live_btn.rounded,
.demo_btn.rounded {
    border-radius: 30px;
}

.live_btn:hover {
    background: #4fc03d;
    color: #fff;
}

.demo_btn {
    padding: 6px 25px;
    line-height: 30px;
    background-color: #00c156;
    color: #fff;
    transition-duration: 0.4s;
}

.demo_btn:hover {
    background-color: #0aa04d;
    color: #fff;
}

.pos_content {
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.14);
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 4px;
}

.pos_content ul {
    list-style: initial;
    padding-left: 20px;
}

.content-text p,
.details-text p,
.content p,
.choose-text p,
.contact-content p,
.card-content p {
    line-height: 28px;
    margin-bottom: 20px;
    font-size: 17px;
    letter-spacing: -0.3px;
    color: #111d4a;
}

/*------------------- Templates demo ----------------------*/
.template-demo {
    background-color: #fff;
}

.product {
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 14px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 1px 2px 14px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 1px 2px 14px 0px rgba(0, 0, 0, 0.12);
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 4px;
}

.product:hover {
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.product_slider .item {
    padding: 15px;
}

.sale-inner {
    position: absolute;
    display: table;
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    text-align: center;
    z-index: 1;
    color: #fff;
    background-color: #00c156;
    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;
}

.star-rating {
    position: relative;
    line-height: 1em;
    font-size: 13px;
    color: #00c156;
    display: inline-block;
    float: right;
    margin: 4px 0 10px;
}

.product-img {
    position: relative;
    margin: auto;
    /*cursor: pointer;*/
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-bottom: 15px;
    border-radius: 5px;
}

.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(43, 43, 43, 0.9);
    position: absolute;
    margin: auto;
    width: 0px;
    height: 0px;
    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;
}

.product-title {
    display: block;
    vertical-align: middle;
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}

/*------------ Testimonial Area ---------------*/
.testimonial_inner {
    margin: 0 -25px;
}

.testimonial_slider .item {
    text-align: center;
    padding: 20px;
}

.testimonial_slider .item .testo {
    padding: 25px;
    border-radius: 5px;
    box-shadow: 1.5px 2.598px 24px 0px rgba(0, 0, 0, 0.15);
}

.testimonial_slider .item img {
    max-width: 100%;
    width: auto;
    border-radius: 50%;
    margin: 0 auto 25px;
}

.testimonial_slider .owl-nav,
.product_slider .owl-nav {
    display: none;
}

.testimonial_slider .owl-dots,
.product_slider .owl-dots {
    text-align: center;
    margin-top: 50px;
}

.testimonial_slider .owl-dots .owl-dot,
.product_slider .owl-dots .owl-dot {
    background: #cef7c8;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 4px;
}

.testimonial_slider .owl-dots .owl-dot.active,
.product_slider .owl-dots .owl-dot.active {
    background: #4fc03d;
}

.testimonial_slider .owl-dots .owl-dot:focus,
.product_slider .owl-dots .owl-dot:focus {
    outline: none;
}

.client-logo {
    padding: 90px 0 150px;
    background-image: url(../assets/images/footer-bg.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #fff;
}

.logo-item img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition-duration: 0.3s;
}

.client-logo .logo-item a:hover img,
.client-logo .logo-item a:focus img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    transform: translateY(-10px);
}

.more-btn {
    text-align: center;
    margin-top: 50px;
}

.explore {
    outline: none;
    padding: 10px 20px;
    margin: 0 auto;
    cursor: pointer;
    font-size: 15px;
    background-color: #00c156;
    position: relative;
    border: 1px solid #00c156;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    border-radius: 3px;
    font-weight: 100;
    letter-spacing: 1px;
    overflow: hidden;
    display: inline-block;
    box-shadow: 0 10px 30px 0 rgba(55, 160, 0, .5);
}

.explore .btn-text {
    color: #fff;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.explore .arrow-icon {
    position: absolute;
    left: -50px;
    top: 0;
    color: #fff;
    padding: 21px 15px;
    background-color: #329000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    line-height: 0;
    font-size: 21px;
}

.explore:hover .btn-text {
    color: #fff;
    margin-left: 50px;
}

.explore:hover .arrow-icon {
    margin-left: 50px;
}

.buy_section {
    background: #192d35;
}

.vdo_btn {
    background: transparent;
    color: #fff;
}

.vdo_btn i {
    color: #fff;
    background: #4fc03d;
    width: 45px;
    line-height: 45px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 17px;
    transition-duration: 0.3s;
}

.vdo_btn:hover {
    color: #4fc03d;
}

.vdo_btn:hover i {
    background: #fff;
    color: #4fc03d;
}

.buy_section .demo_btn {
    border-radius: 30px;
    padding: 8px 35px;
}

/*------------ Service area ------------ */

.service,
.package {
    background: #f6fbf9;
    padding: 100px 0;
    position: relative;
}

.service .features-box {
    padding: 30px;
}

.features-box .title {
    font-size: 20px;
}

.service .media-left {
    padding-right: 30px;
}

.service-box {
    padding: 135px 0 100px;
    position: relative;
    margin-top: 120px;
}

.service .container-fluid {
    padding: 0 35px;
}

.build_inner {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.14);
    padding: 40px 80px;
    justify-content: space-between;
    position: relative;
    margin-top: -200px;
}

/*----------- License Area Css--------------*/
.section-title .sub{
    color: #0024e8;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 12px;
}

.package_area {
    padding: 80px 0;
}

.package_area .container-fluid {
    padding: 0 50px;
}

.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);
}

.single-price .title {
    font-size: 21px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}

.single-price .costing {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    color: #ffffff;
    background: #353535;
    line-height: 50px;
    border-radius: 30px;
}

.price-heading {
    margin-bottom: 35px;
}

.price-details ul li {
    line-height: 35px;
    font-family: 'Nunito', sans-serif;
    border-bottom: 1px solid #ddd;
}

.price-details ul li:first-child {
    border-top: 1px solid #ddd;
}

.price-details ul li i {
    margin-right: 8px;
    color: #00c156;
}

.price-details ul li i.fa-times {
    color: #da1313;
}

.buy-now-button {
    margin-top: 15px;
}

.buy-now-button .demo_btn {
    display: block;
    line-height: 30px;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 16px;
}

.lincense .single-price {
    box-shadow: 0px 10px 40px 0px rgb(64 1 9 / 6%);
    border: 0;
    padding: 40px;
}

.license .price-details {
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    padding: 15px 0;
}

.license .contact-info ul li,
.license .price-details ul li {
    border-bottom: 0;
    display: flex;
    align-items: flex-start;
    color: #28284e;
    font-size: 17px;
    margin: 6px 0px;
}

.license .price-details ul li span {
    line-height: 25px;
}

.license .price-details ul li:first-child {
    border-top: 0;
}

.license .price-details ul li i {
    margin-right: 12px;
}

.license .price-details ul li .ti-close {
    font-size: 11px;
    color: #f31a1a;
    line-height: 25px;
}

.license .buy-now-button .demo_btn {
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #424242;
}

.license .buy-now-button .demo_btn:focus,
.license .buy-now-button .demo_btn:hover {
    border-radius: 0;
    background-color: #00c156;
    border: 1px solid #00c156;
    color: #fff;
}

.license .price-heading {
    margin-bottom: 18px;
}

.license .single-price .title {
    font-size: 21px;
    font-weight: 500;
    color: #2a2a48;
}

.license .single-price.p-0 {
    padding: 25px 0;
}

.license .custom-link:focus,
.license .custom-link:hover {
    transform: translateY(-15px);
}

.d-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.flex-fill {
    flex: 1 1 auto;
}

.w-100 {
    width: 100%;
}

.flex-wrap {
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.align-items-end {
    align-items: flex-end;
}

.license .custom-link {
    box-shadow: 0px 10px 40px 0px rgb(64 1 9 / 6%);
    border: 0;
    display: block;
    transition-duration: 0.4s;
}

.license .social ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.license .contact-details {
    box-shadow: 0px 10px 40px 0px rgb(64 1 9 / 6%);
    background-color: #fff;
    padding: 30px;
}

.license .cont-heading {
    margin-bottom: 25px;
}

.license .cont-heading p {
    color: #28284e;
    font-size: 16px;
}

.license .cont-heading p strong {
    color: #00c156;
}

.license .cont-heading .title {
    line-height: 25px;
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .package_area.lincense .single-price {
        padding: 25px;
    }

    .custom-link {
        display: flex;
        align-items: center;
        height: 100%;
        background: #fff;
    }
}

@media (max-width: 991px) {
    .mt-sm-30 {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .col-xxs-12 {
        width: 100%;
    }

    .mt-xxs-30 {
        margin-top: 30px;
    }

    .col-xxs-os-0 {
        margin-left: 0;
    }

    .custom-link {
        justify-content: center;
    }
}

/*------------ Product Features ------------*/

.card {
    position: relative;
    display: block;
    text-align: center;
}

.iconwap {
    float: left;
    min-height: 180px;
    color: #00c156;
    font-size: 65px;
    margin-right: 30px;
}

.card-content {
    text-align: left;
}

.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;
}

.card-content .card-title span {
    /*font-style: italic;*/
    font-family: 'Lora', serif;
    font-weight: 600;
}

.details-text ul,
.content-text ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
}

.details-text ul li,
.content-text ul li,
.content-text ul li a {
    color: #111d4a;
    line-height: 28px;
    font-size: 17px;
    letter-spacing: -0.3px;
    float: left;
    width: 50%;
}

.content-text.full ul li {
    float: none;
    width: 100%;
}

/*=======================Testimonial Css=====================*/

.client_comment {
    font-weight: 500;
    line-height: 40px;
    font-size: 26px;
    text-align: center;
    margin-bottom: 50px;
}

.testimonial_item {
    text-align: center;
}

.client-name {
    font-size: 18px;
    font-weight: 600;
    color: #060606;
}

.new-test {
    position: relative;
}

.testimonial_part .new-test .owl-nav {
    display: none;
}

.new-test .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.new-test .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #cacaca;
    margin: 0 3px;
    border-radius: 50%;
}

.new-test .owl-dots .owl-dot.active {
    background-color: #00c156;
}

.testimonial_part .quotation-icon {
    text-align: center;
    color: #00c156;
}

.testimonial_part .quotation-icon i {
    font-size: 60px;
}

@media(max-width:575px) {
    .client_comment {
        line-height: 26px;
        font-size: 22px;
    }
}



@media(max-width: 991px) {
    .table-responsive {
        white-space: nowrap;
    }
}

.details_btn {
    background: transparent;
    color: #00c156;
    border: 1px solid #00c156;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 8px;
    width: 100%;
    display: block;
}

.details_btn:hover,
.details_btn:focus {
    background: #00c156;
    color: #fff;
}

.faq_inner .panel-default > .panel-heading {
    padding: 20px 25px;
    background: #fff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.06);
}

.faq_inner .panel-group .panel {
    margin-bottom: 10px;
    border: 0;
}

.faq_inner .panel-group .panel .panel-title a i {
    float: right;
    font-size: 12px;
}

.faq_inner .social {
    margin: 25px 0;
}

.faq_inner .social ul li a {
    border: 1px solid #afafaf;
    border-radius: 5px;
}

.faq_inner .social ul li a:hover {
    border: 1px solid #00c156;
    border-radius: 5px;
}

.sideLink {
    position: fixed;
    width: 50px;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    z-index: 100;
}

.scl_link {
    display: block;
}

.telegram_link {
    margin-top: 15px;
    text-align: center;
}

@media(min-width: 992px) {
    .align-center-lg {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
    }
}

@media(max-width: 1199px) {
    .row .col-pack{
        padding-left: 0;
        padding-right: 0;
    }
    .process .colum:before {
        right: -18px;
    }

    .process .colum:after {
        right: -31px;
    }
}

@media(max-width: 991px) {
    .package-row{
        box-shadow: none;
    }
    .row .col-pack{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .wrap-reverse-md {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .mb-md-50 {
        margin-bottom: 50px;
    }

    .app_demo_img {
        max-width: 110px;
    }

    .banner_img_part img {
        max-width: 100%;
    }

    .banner .banner_inner h1 {
        font-size: 30px;
    }

    .demo_inner .align-center,
    .faq_inner .align-center {
        display: block;
    }

    .faq_inner .header-title {
        text-align: center;
        margin-bottom: 35px;
    }

    .process {
        display: block;
        text-align: center;
    }

    .process .colum {
        display: inline-block;
        margin-right: 30px;
        margin-bottom: 30px;
        width: 25%;
    }

    .process .colum:first-child {
        width: 30%;
    }

    .process .colum:nth-child(2) {
        width: 20%;
    }

    .process .colum:nth-child(3) {
        width: 26%;
    }
}

@media(max-width: 575px) {    
    .license_content .license_block{
        width: 100%;
        padding: 30px 25px;
    }
    .addons_area .col-xs-6{
        max-width: 450px;
        width: auto;
        margin: 0 auto;
    }
    .addons_block {
        padding: 20px 15px;
        margin: 5px 0;
    }
    .row .col-pack{
        width: 100%;
    }
    .package_single{
        max-width: 350px;
        margin: 0 auto;
    }
}
@media(max-width: 767px) {   
    .license_content .license_block.regular{
        margin-bottom: 30px;
    }
    .row .col-pack {
        padding-left: 15px;
        padding-right: 15px;
    }
    .apps_feature_inner {
        max-width: 400px;
        margin: 0 auto 25px;
        padding: 25px 20px;
    }

    .banner_img_part .btn_area {
        transform: translate(-50%, -50%);
    }

    .features_inner .features-box {
        max-width: 400px;
        margin: 0 auto 25px;
    }

    .process .colum:first-child,
    .process .colum:nth-child(2),
    .process .colum:nth-child(3),
    .process .colum {
        width: auto;
        max-width: 280px;
        display: block;
        margin: 0 auto 50px;
    }

    .process .colum:before,
    .process .colum:after {
        right: 45%;
        transform: translateX(-50%) rotate(90deg);
    }

    .process .colum:before {
        top: calc(100% + 7px);
    }

    .process .colum:after {
        top: calc(100% + 22px);
    }

    .content-text p,
    .details-text p,
    .content p,
    .details-text ul li,
    .content-text ul li,
    .body-text ul li,
    .card-content p {
        font-size: 15px;
    }

    .content-text h1,
    .header-title h2 {
        font-size: 24px;
    }

    .section-title h2 {
        font-size: 27px;
    }

    .section-title p {
        font-size: 16px;
    }

    .p-l {
        padding-left: 80px;
    }

    .p-r {
        padding-right: 80px;
    }

    .banner_inner {
        display: block;
    }

    .banner_inner .banner_img {
        width: 100%;
    }

    .banner_content {
        text-align: center;
        margin-top: 25px;
    }

    .product-row {
        display: block;
        margin-bottom: 50px;
    }

    .content-text.p-l {
        padding-left: 0;
    }

    .content-text.p-r {
        padding-right: 0;
    }

    .content-text .feature-title {
        font-size: 22px;
    }

    .product-row:nth-child(odd) {
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .product-row .product-image {
        margin-bottom: 30px;
    }

    .testimonial_slider .item {
        padding: 10px;
    }

    .testimonial_slider .owl-dots .owl-dot,
    .product_slider .owl-dots .owl-dot {
        width: 15px;
        height: 15px;
    }

    .sec_mar {
        margin: 50px 0;
    }

    .service,
    .package {
        padding: 50px 0;
    }

    .pt-100 {
        padding-top: 50px;
    }

    .section-title {
        margin-bottom: 35px;
    }

    .testimonial_slider .owl-dots,
    .product_slider .owl-dots {
        margin-top: 15px;
    }
}

@media(max-width: 560px) {
    .testimonial_slider .item {
        padding: 20px;
    }

    .client-logo .col-xs-3 {
        padding: 0 7px;
    }

    .client-logo {
        padding: 50px 0 100px;
    }

    .banner_img_part .btn_area {
        width: 100%;
        text-align: center;
    }
}

@media(max-width: 520px) {
    .hidden-vxs {
        display: none;
    }

    .sec_pad {
        padding: 50px 0;
    }

    .content-text ul li {
        float: none;
        width: 100%;
    }

    .col-vxs-12 {
        width: 100%;
    }

    .features_inner .features-box {
        min-height: auto;
    }

    .banner_inner .live_btn,
    .banner_inner .demo_btn {
        padding: 5px 20px;
        font-size: 12px;
    }
}