﻿.icon-item {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: inline-flex;
    font-size: 24px;
    align-items: center;
    justify-content: center;
}



.nowrap-whitespace {
    white-space: nowrap;
}

.padd-top-crausel-mobile {
    padding-top: 50px;
}

.box-ui {
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(131,149,255,.14);
    border-radius: 10px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    overflow: hidden
}

.bg-effect:after, .bg-effect:before {
    background-color: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -2;
    -webkit-backface-visibility: hidden
}

.bg-light {
    background: #f8f9fc !important
}


.middle-box {
    border-radius: 7px;
    -webkit-box-shadow: 0 0 75px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 75px rgba(0,0,0,.1);
    box-shadow: 0 0 75px rgba(0,0,0,.1);
    padding: 40px 25px;
    position: relative;
    z-index: 1
}

.middle-box__col {
    align-items: center
}

.middle-box p {
    font-size: 1.8rem;
    color: #1c1d3e;
    text-align: center
}

.blog-section .blog-box {
    margin-bottom: 5rem;
    display: block;
    overflow: hidden
}

    .blog-section .blog-box img {
        width: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .blog-section .blog-box h3 {
        font-weight: 400;
        font-size: 2.7rem;
        color: #000;
        margin-top: 2rem
    }

    .blog-section .blog-box span {
        display: inline-block;
        color: #b9b9b9;
        font-size: 1.8rem
    }

    .blog-section .blog-box:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.whybab-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(146,146,146,.2);
    border-radius: 5px;
    margin-bottom: 25px;
    transition: all .3s ease-in-out;
    padding: 10px
}

    .whybab-item:hover {
        box-shadow: 0 0 15px rgba(146,146,146,.4)
    }

    .whybab-item .whybab-item-img {
        max-width: 70%;
        display: flex;
        height: 150px
    }

    .whybab-item img {
        max-width: 100%;
        margin: 0 auto
    }

    .whybab-item .whybab-item-title {
        line-height: 1.8;
        font-weight: 600;
        font-size: 1.6rem;
        color: #272727;
        height: 60px;
        text-align: center;
        display: flex;
        align-items: center
    }

.section-faq-question:after {
    font-family: 'FontAwesome';
    content: "\f078";
    color: #616161;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .35s ease;
    font-size: 13px;
}

.section-faq-answer {
    padding: 10px 20px 30px 10px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 10px;
    display: none;
    border-radius: 0 0 4px 4px;
}

.owl-item {
    transition: all .4s ease-in-out 0s
}

#theme-list .template {
    margin-bottom: 30px
}

.template__container {
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    display: block
}

.template__head {
    border-bottom: 1px solid #e5e5e5;
    color: #e5e5e5;
    text-align: left;
    font-size: 15px;
    line-height: 16px;
    padding-left: 7px;
    letter-spacing: 2.5px;
    vertical-align: baseline;
    padding-top: 4px
}

.template__img {
    text-align: center
}

    .template__img img {
        display: block
    }

.template__title {
    background: #fff;
    padding: 15px;
    width: 100%;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

    .template__title a {
        color: #333
    }

.template__site-domain {
    border-top: 1px solid rgba(0,0,0,.07);
    text-align: left;
    color: #999;
    background: #fafafa;
    font-size: 1.4rem;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    padding: 0 10px
}

.ql-editor {
    font-family: IRANYekan,sans-serif;
    text-align: right !important
}

.testimonial {
    display: flex;
    align-items: center;
    padding: 30px 0 30px 30px
}
/*ta inja*/
.testimonial__img {
    border-radius: 20% 30% 80% 0;
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin-right: 30px;
    min-width: 300px
}

    .testimonial__img img {
        position: relative;
        z-index: 9
    }

.testimonial__content {
    position: relative
}

.testimonial__quote {
    color: #ffe2e1;
    z-index: -1;
    font-size: 200px;
    line-height: 200px;
    position: absolute;
    top: 0;
    left: 0
}

.testimonial__caption {
    position: relative;
    padding-top: 20px;
    margin-top: 20px;
    display: inline-block
}

    .testimonial__caption:after, .testimonial__caption:before {
        content: "";
        display: block;
        height: 3px;
        position: absolute;
        top: 0;
        background: #5447d4
    }

    .testimonial__caption:before {
        width: 100px;
        right: 0
    }

    .testimonial__caption:after {
        width: 30px;
        right: 110px
    }

    .testimonial__caption h5 {
        color: #5447D4;
        font-weight: 700
    }

    .testimonial__caption label {
        font-size: 1.4rem
    }

@media only screen and (max-width:992px) {
    .testimonial {
        flex-direction: column-reverse;
        align-items: flex-start
    }

    .testimonial__img {
        width: 30%;
        min-width: auto;
        margin-right: inherit
    }
}

@media only screen and (max-width:767px) {
    .testimonial__img {
        width: 50%;
        min-width: auto;
        border-radius: 50%
    }

    .testimonial__quote {
        font-size: 150px;
        line-height: 150px
    }
}

.card-feature {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-radius: 5px
}

    .card-feature p {
        font-size: 15px;
        text-align: center;
        line-height: 1.8
    }

.feature-params {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 10px 0
}

    .feature-params li {
        display: flex;
        align-items: center;
        margin-bottom: 15px
    }

        .feature-params li .feature-params-text {
            font-size: 16px
        }

        .feature-params li > [class*=icon-] {
            font-size: 18px;
            margin-left: 8px
        }

            .feature-params li > [class*=icon-].orange {
                color: #ef832b
            }

            .feature-params li > [class*=icon-].purple {
                color: #5765cb
            }

.card-feature {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-radius: 5px
}

    .card-feature p {
        font-size: 15px;
        text-align: center;
        line-height: 1.8
    }

.services-tabs__item {
    background-color: #FFF;
    border: none;
    box-shadow: 0 0 5px rgba(140,140,140,.2);
    padding: 15px 30px;
    border-radius: 30px;
    margin: 5px;
    font-size: 1.4rem;
    cursor: pointer
}

    .services-tabs__item.selected, .services-tabs__item.selected:hover {
        background-color: #212121;
        color: #FFF
    }

    .services-tabs__item:hover {
        background-color: #f3f3f3
    }

.plans-list__secend-nav {
    display: none;
    overflow-x: auto;
    position: sticky;
    top: 60px;
    z-index: 1
}

    .plans-list__secend-nav li {
        flex: auto;
        border: 1px solid #f2f2f2;
        background-color: #FFF;
        white-space: nowrap;
        margin-right: -1px;
        padding: 9px 15px;
        border-bottom: 3px solid #f2f2f2;
        transition: all .2s;
        cursor: pointer;
        text-align: center
    }

        .plans-list__secend-nav li:hover {
            background-color: #f2f2f2
        }

        .plans-list__secend-nav li.selected {
            background-color: #f2f2f2
        }

.services-tabs__item-content.is-hide {
    display: none
}

.tab-service-content {
    display: none
}

    .tab-service-content.selected {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

.plans-content {
    padding-top: 140px
}

.pricing-table .pricing-table-col {
    flex: 0 0 18%;
    width: 18%;
    text-align: center;
    position: relative
}

    .pricing-table .pricing-table-col:first-child {
        border-radius: 10px 10px 0 0;
        box-shadow: 3px -10px 9px rgba(197,197,197,.2)
    }

    .pricing-table .pricing-table-col .pricing-table-feature-value {
        background-color: #FFF;
        border-right: 1px solid #e6e6e6;
        padding: 15px;
        height: 57px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        color: #686D75
    }

        .pricing-table .pricing-table-col .pricing-table-feature-value .icon-check, .pricing-table .pricing-table-col .pricing-table-feature-value .icon-times {
            font-size: 15px;
            line-height: 1.15
        }

        .pricing-table .pricing-table-col .pricing-table-feature-value .icon-check {
            color: #6EB700
        }

        .pricing-table .pricing-table-col .pricing-table-feature-value .icon-times {
            color: #ee5951
        }

        .pricing-table .pricing-table-col .pricing-table-feature-value .mobile-label {
            display: none
        }

    .pricing-table .pricing-table-col:last-child > .pricing-table-feature-value:first-child {
        border-radius: 10px 0 0 0
    }

    .pricing-table .pricing-table-col:nth-child(2) > .pricing-table-feature-value:nth-child(odd) {
        background-color: #fef4f6
    }

    .pricing-table .pricing-table-col:nth-child(6) > .pricing-table-feature-value:nth-child(odd) {
        background-color: #f0f8fc
    }

    .pricing-table .pricing-table-col:nth-child(3) > .pricing-table-feature-value:nth-child(odd) {
        background-color: #fbf7f0
    }

    .pricing-table .pricing-table-col:nth-child(5) > .pricing-table-feature-value:nth-child(odd) {
        background-color: #f2f1fb
    }

    .pricing-table .pricing-table-col:nth-child(4) > .pricing-table-feature-value:nth-child(odd) {
        background-color: #f0f9f0
    }

    .pricing-table .pricing-table-col.label-col {
        text-align: right;
        flex: 0 0 28%;
        width: 28%;
        background-color: #FFF;
        color: #686D75
    }

    .pricing-table .pricing-table-col .pricing-table-header {
        height: 100px;
        position: relative;
        font-size: 18px;
        color: #616161;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

        .pricing-table .pricing-table-col .pricing-table-header .purchase-btn {
            font-size: 16px;
            padding: 10px 26px 10px;
            height: 40px;
            line-height: 1.2;
            color: #FFF;
            display: inline-block;
            font-weight: 400;
            border-radius: 25px;
            margin: 5px 0;
            white-space: nowrap
        }

            .pricing-table .pricing-table-col .pricing-table-header .purchase-btn.free {
                background-color: #f65575;
                box-shadow: 0 0 30px rgba(246,85,117,.3)
            }

            .pricing-table .pricing-table-col .pricing-table-header .purchase-btn.three-month {
                background-color: #94dc36;
                box-shadow: 0 0 30px rgba(148,220,54,.3)
            }

            .pricing-table .pricing-table-col .pricing-table-header .purchase-btn.six-month {
                background-color: #5765cb;
                box-shadow: 0 10px 30px rgba(84,71,212,.3)
            }

            .pricing-table .pricing-table-col .pricing-table-header .purchase-btn.year {
                background-color: #47a4ff;
                box-shadow: 0 10px 30px rgba(71,164,255,.3)
            }

    .pricing-table .pricing-table-col .pricing-table-title {
        height: 45px;
        line-height: 45px
    }

    .pricing-table .pricing-table-col .pricing-table-feature-label {
        height: 57px;
        padding: 10px 20px 10px 15px;
        display: flex;
        color: #686D75;
        font-size: 12px;
        align-items: center
    }

        .pricing-table .pricing-table-col .pricing-table-feature-label.first {
            height: 70px
        }

        .pricing-table .pricing-table-col .pricing-table-feature-label:nth-child(odd) {
            background-color: #f7f7f7
        }

    .pricing-table .pricing-table-col .pricing-table-action {
        height: 105px;
        padding-top: 25px;
        text-align: center
    }

        .pricing-table .pricing-table-col .pricing-table-action .purchase-btn {
            font-size: 16px;
            padding: 10px 26px 10px;
            height: 45px;
            line-height: 1.6;
            border: 1px solid #686868;
            color: #686868;
            border-radius: 4px;
            display: inline-block;
            font-weight: 700;
            border-radius: 25px
        }

            .pricing-table .pricing-table-col .pricing-table-action .purchase-btn:hover {
                background-color: #94dc36;
                border-color: #94dc36;
                color: #fff
            }

    .pricing-table .pricing-table-col .pricing-table-label-inner, .pricing-table .pricing-table-col .pricing-table-value-inner {
        background-color: #9098a5;
        padding: 10px;
        color: #FFF;
        font-size: 14px;
        font-weight: 600;
        white-space: nowrap
    }

        .pricing-table .pricing-table-col .pricing-table-value-inner span {
            visibility: hidden
        }

.pricing-table-price {
    min-height: 70px
}

    .pricing-table-price ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 8px 0 5px
    }

        .pricing-table-price ul li {
            display: flex;
            justify-content: center;
            padding: 0 5px
        }

            .pricing-table-price ul li span {
                display: inline-block;
                font-size: 12px
            }

                .pricing-table-price ul li span:last-child {
                    padding-right: 5px
                }

.enterprise-box {
    color: #686868;
    font-size: 1.8rem;
    margin-top: 60px
}

    .enterprise-box img {
        width: 20px;
        margin-left: 5px;
        vertical-align: middle;
        margin-bottom: 3px
    }

.pagination-wrapper {
    text-align: center;
    margin-top: 50px;
    direction: ltr
}

    .pagination-wrapper .pagination {
        display: inline-block;
        padding-left: 0;
        margin: 20px 0;
        border-radius: 4px;
        margin-top: 10px;
        margin-bottom: 10px
    }

        .pagination-wrapper .pagination li {
            display: inline
        }

            .pagination-wrapper .pagination li a {
                position: relative;
                float: right;
                padding: 6px 12px;
                margin-left: -1px;
                line-height: 1.42857143;
                color: #5447D4;
                text-decoration: none;
                background-color: #fff;
                border: 1px solid #ddd
            }

                .pagination-wrapper .pagination li a:focus, .pagination-wrapper .pagination li a:hover {
                    background-color: #efefef;
                    color: #6f6f6f
                }

            .pagination-wrapper .pagination li:first-child a, .pagination-wrapper .pagination li:first-child span {
                margin-right: 0
            }

            .pagination-wrapper .pagination li.disabled {
                cursor: not-allowed
            }

                .pagination-wrapper .pagination li.disabled a:hover {
                    background: #fff;
                    border-color: #ddd
                }

                .pagination-wrapper .pagination li.disabled span {
                    color: #a8a5a5
                }

            .pagination-wrapper .pagination li.active a {
                background-color: #94dc36;
                color: #0e0e0e;
                border-color: #94dc36
            }

                .pagination-wrapper .pagination li.active a:focus, .pagination-wrapper .pagination li.active a:hover {
                    background-color: #94dc36;
                    color: #0e0e0e;
                    border-color: #94dc36
                }

@media only screen and (max-width:767px) {
    .whybab-item-title {
        font-size: 1.4rem
    }

    .box {
        padding: 20px
    }

    .feature-row-img img {
        max-width: 35%
    }

    .feature-row-img img {
        max-width: 35%
    }

    .feature-row-reverse, .whybab-row-reverse {
        flex-direction: column-reverse
    }

    .about-box:first-child {
        margin-bottom: 15px
    }

    .row-features-slider-statistics img {
        height: 200px
    }

    .blog-content {
        padding: 0 30px
    }

    .blog .blog-item {
        width: 100%
    }
}

@media only screen and (max-width:480px) {
    .mobile-app__intro-content {
        padding: 80px 0
    }

    .mobile-app__intro-text p {
        line-height: 2.3
    }

    .blog-content {
        padding: 0 15px
    }
}

@media only screen and (max-width:490px) {
    .mobile-app__header-title {
        display: none
    }

    .pricing-table .pricing-table-col {
        font-size: 1rem
    }

        .pricing-table .pricing-table-col .pricing-table-feature-value {
            height: 90px
        }

            .pricing-table .pricing-table-col .pricing-table-feature-value .mobile-label {
                font-size: 1.2rem;
                margin-bottom: 5px
            }

    .feature-row-img img {
        max-width: 50%
    }

    .whybab-row-img img {
        max-width: 50%
    }
}

@media only screen and (max-width:1200px) and (min-width:992px) {
    .pricing-table .pricing-table-col {
        width: 118px
    }

        .pricing-table .pricing-table-col.label-col {
            width: 300px
        }

        .pricing-table .pricing-table-col .pricing-table-header .pricing-table-title {
            font-size: 1.7rem
        }

        .pricing-table .pricing-table-col .pricing-table-feature-value {
            font-size: 12px
        }
}

@media only screen and (min-width:992px) {
    #plan-free {
        display: block !important
    }

    .pricing-table-col.highlight-col.selected {
        display: block !important
    }
}

@media only screen and (max-width:992px) {
    .plans-list__secend-nav {
        display: flex
    }

    .pricing-table .pricing-table-col {
        flex: 0 0 100%;
        width: 100%;
        margin: 0 auto 20px auto
    }

        .pricing-table .pricing-table-col.label-col {
            display: none
        }

        .pricing-table .pricing-table-col.highlight-col {
            display: none
        }

            .pricing-table .pricing-table-col.highlight-col.selected {
                display: block
            }

        .pricing-table .pricing-table-col .pricing-table-feature-value {
            min-height: 80px;
            height: auto;
            flex-direction: column
        }

            .pricing-table .pricing-table-col .pricing-table-feature-value .mobile-label {
                display: block !important;
                font-size: 1.3rem;
                margin-bottom: 5px
            }

    .pricing-table .pricing-table-value-inner span {
        visibility: visible !important
    }

    .pricing-table .pricing-table-feature-value {
        border-left: 1px solid #DDE0E5
    }

    .label-col > .pricing-table-feature-label:last-child {
        border-radius: 0 0 10px 10px
    }

    .highlight-col > .pricing-table-feature-value:last-child {
        border-radius: 0 0 10px 10px;
        border-bottom: 1px solid #e6e6e6
    }

    .secend-bg-blue:before {
        right: 0 !important
    }

    .blog .blog-container .blog-title {
        margin-top: 25px
    }

    .blog .blog-container .created_at {
        margin-bottom: 20px;
        text-align: right
    }

    .mobile-app__intro-img {
        display: none
    }
}

.pdiv {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 28px;
    font-size: 16px;
}

.alpan-background {
    background-color: #eeeff1;
}

.section-pad-top {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-pad-top-0 {
    padding-right: 0px;
    padding-left: 0px;
}

.section-pad-top-botom-0 {
    padding-bottom: 0px;
    padding-top: 0px;
}

.list-group {
    margin-right: -30px;
    padding-right: 30px;
}

.max-heigh-shegeft {
    max-height: 260px;
}

@media (min-width: 991px) {
    .right-menu-carousel {
        padding-left: 0px;
        margin-left: -15px;
        padding-right: 0px;
    }
}

@media (max-width: 767px) {

    .alpan-background-xs {
        background-color: #eeeff1;
    }
}

.plans-explain-div {
    background-color: white;
    padding: 8px;
    /*border-color: white;
            border-width: 5px;
            border-style: solid;*/
    min-height: 50px;
    line-height: 28px;
    text-align: center;
    border-right: 1px solid #e4e4e4;
}

.plans-sartitr-div {
    background-color: white;
    padding: 8px;
    /*border-color: white;
            border-width: 5px;
            border-style: solid;*/
    min-height: 40px;
    line-height: 25px;
    overflow: hidden;
    color: gray;
}

@media (max-width: 767px) {

    .plans-sartitr-div {
        /*font-size: 11px;*/
    }
}

.rowcover {
    /*border-color: white;
            border-width: 5px;
            border-style: solid;*/
}

.div_kaladata {
    background-color: white;
}

.divkalapad {
    padding-right: 3px;
    padding-left: 3px;
}

.div_btn {
    padding: 15px;
}

@media (max-width: 767px) {

    .div_btn {
        padding: 5px;
    }

    .ui-btn.btn-lg {
        padding: 6px 3rem;
        font-size: 1.6rem;
    }
}

.ui-btn--purple-light {
    background: rgba(84,71,212,.15);
    color: #5447D4
}

.ui-btn--green-light {
    background: rgba(110,183,0,.15);
    color: #6EB700
}

.ui-btn--orange-light {
    background: rgba(239,131,43,.15);
    color: #ef832b
}

.row-explain {
    margin-right: -12px;
    margin-left: -12px;
}

.div-onvan-name {
    background-color: #eeeff1;
}
