.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-30 {
    margin-bottom: 30px;
}

.my-30 {
    margin: 30px 0;
}

.pb-100 {
    padding-bottom: 100px;
}

.px-5{
    padding-left: 5px;
    padding-right: 5px;
}

.align-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
}

.align-center {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.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;
}

.justify-between {
    justify-content: space-between;
}

.sec_mar {
    margin: 100px 0;
}

.sec_pad {
    padding: 100px 0;
}

.sec_pt {
    padding-top: 100px;
}

.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;
}

.numbering {
    width: 55px;
    line-height: 53px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    vertical-align: top;
    margin-top: 6px;
}

.point_view{
    display: inline-block;
    width: calc(100% - 80px);
}

/*----------- Package Area Css--------------*/
.package_area{
    background: #fafafa;
    padding: 80px 0;
}
.package_area .container-fluid{
    padding: 0 50px;
}
.package_area .single-price{
    background: #fff;
    padding: 25px;
    border: 1px solid #ddd;
    transition-duration: 0.3s;
/*    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.16);*/
}
.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: #37a000;
}

.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;
}

/*-------------- Screenshot Area Css--------------*/
.screenshot_area {
    background: #2a2f36;
    padding: 80px 0;
}
.screenshot_area .section-title h2,
.screenshot_area .section-title p{
    color: #fff;
}
.screenshot_slider .owl-item img {
    opacity: 0.2;
    transition-duration: 1s;
}
.screenshot_slider .owl-item.active.center img {
    opacity: 1;
}
.screenshot_slider .owl-dots {
    text-align: center;
    margin-top: 20px;
}
.screenshot_slider .owl-dots .owl-dot{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 3px;
    background: #737373;
}
.screenshot_slider .owl-dots .owl-dot.active{
    background: #fff;
}

/*------------- 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);
}

/*------------- Product features --------------*/
.apps_feature_inner{
    text-align: center;
    background: #fff;
    box-shadow: 0 0 25px rgba(0,0,0,0.15);
    padding: 25px;
}
.apps_feature_inner p{
    text-align: left;
    padding: 0 10px;
}
.apps_feature_inner ul{
    list-style: inside;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 25px;
}
.apps_feature_inner .demo_btn {
    padding: 10px 20px;
    width: 100%;
}
.app_title{
    background: #e3fbf1;
    padding: 15px 0;
    margin: 20px 0;
    color: #37a000;
    font-size: 21px;
    font-weight: 700;
}
.product-features {
    background-color: #f6fbf9;
}
.app_int_area{
    background: #e6f3ee;
    padding: 100px 0;
}
.app_int_area .content-text ul{
    display: block;
    overflow: hidden;
}
.app_int_area .content-text ul li{
    width: 50%;
    float: left;
}
.btn-price{
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
    padding: 5px 46px;
    line-height: 40px;
    background-color: #37a000;
    color: #fff;
    border-radius: 40px;
}
.vdo-wrap{
    margin-top: 70px;
    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: #37a000;
    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;
}
.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;
}
.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;
    text-align: center;
}
.banner_img_part img {
    transition-duration: 0.4s;
    max-width: 100%;
}
.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: 37px;
    font-weight: bold;
    color: #173050;
    margin: 0;
}
.banner .banner_inner p {
    font-size: 17px;
    color: #707070;
    margin: 25px 0;
}
.banner_inner .demo_btn {
    padding: 8px 30px;
}
.banner_inner .live_btn {
    padding: 8px 30px;
    margin-left: 5px;
}
.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: calc(25% - 50px);
    text-align: center;
    position: relative;
}
.process .colum:before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 1px);
    background: url(img/apps/arrow.webp);
    width: 40px;
    height: 20px;
}
.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 #4fc03d;
    padding: 5px 20px;
    line-height: 25px;
    color: #4fc03d;
    font-weight: 600;
    background: #fff;
}
.live_btn.rounded,
.demo_btn.rounded {
    border-radius: 30px;
}
.live_btn:focus,
.live_btn:hover {
    background: #4fc03d;
    color: #fff;
}
.demo_btn {
    padding: 5px 20px;
    line-height: 25px;
    background-color: #37a000;
    color: #fff;
}

.demo_btn:focus,
.demo_btn:hover {
    background-color: #2cb717;
    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;
}

/*-------------- Contact CSS --------------*/
.contact_inner{
    padding: 80px 0;
    background: #e0f1e0;
}

/*-------------- 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: #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;
}

.star-rating {
    position: relative;
    line-height: 1em;
    font-size: 13px;
    color: #37a000;
    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: #37a000;
    position: relative;
    border: 1px solid #37a000;
    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;
}


/*------------ Product Features ------------*/
.card {
    position: relative;
    display: block;
    text-align: center;
}

.iconwap {
    float: left;
    min-height: 180px;
    color: #37a000;
    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;
}

.details-text ul li,
.content-text ul li,
.content-text ul li a {
    color: rgba(112, 112, 112, 1);
    line-height: 28px;
    font-size: 17px;
    letter-spacing: -0.3px;
}



.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 #37a000;
    border-radius: 5px;
}

@media(max-width: 1199px) {

    .process .colum:before {
        right: -18px;
    }

    .process .colum:after {
        right: -31px;
    }
}

@media(max-width: 991px) {
    
    .app_demo_img{
        max-width: 110px;
    }

    .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: 40px;
        margin-bottom: 30px;
        width: 270px;
    }
    
    .vdo-wrap{
        margin-top: 15px;
    }
    
    .mb-sm-25{
        margin-bottom: 25px;
    }
}

@media(max-width: 767px) {
    .apps_feature_inner {
        max-width: 400px;
        margin: 0 auto 25px;
    }
    .banner_img_part .btn_area{
        transform: translate(-50%, -50%);
    }
    .process .colum {
        display: block;
        margin: 0 auto 40px;
        width: 70%;
    }

    .process .colum:before {
        left: 50%;
        top: calc(100% + 12px);
        transform: translateX(-50%) rotate(90deg);
    }

    .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: 30px;
    }

    .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;
    }
    .col-xxs-12{
        width: 100%;
    }
    .mb-xxs-25{
        margin-bottom: 25px;
    }
    .banner .banner_inner h1{
        font-size: 24px;
    }
}

@media(max-width: 520px) {
    .hidden-vxs {
        display: none;
    }

    .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;
    }
    .process .colum{
        width: 100%;
    }
}