﻿.nav-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    transition: var(--transition-dur) background-color;
    background-color: transparent;
    box-shadow: unset;
}

.nav-wrapper-sticky {
    background-color: var(--white-clr);
    box-shadow: var(--shadow-hover);
}

    .nav-wrapper-sticky .main-nav {
        margin-bottom: 30px;
    }

.sidebar-mask-layout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: var(--black-clr);
    opacity: 0.4;
    cursor: pointer;
    display: none;
}

.sidebar-nav {
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 20;
    background-color: var(--white-clr);
    transition: var(--transition-dur) right;
}

    .sidebar-nav .sidebar-header {
        padding: 20px 10px;
        margin-inline: 20px;
    }

        .sidebar-nav .sidebar-header > a:last-child {
            background-image: var(--close-circle-16);
        }

    .sidebar-nav .ap-sep {
        margin: 0 auto;
        width: 84%;
    }

    .sidebar-nav .sidebar-body {
        padding: 35px 20px;
    }

        .sidebar-nav .sidebar-body ul {
            flex-direction: column;
            align-items: flex-start;
            width: 100%;
        }

            .sidebar-nav .sidebar-body ul li a {
                margin-bottom: 14px;
                font-size: 1.25rem;
            }

        .sidebar-nav .sidebar-body > button {
            width: -webkit-fill-available;
            margin-bottom: 30px;
        }

    .sidebar-nav .sidebar-footer {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 40px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 16px;
    }

.menu-bar {
    background-image: var(--menu);
    width: 35px;
    height: 35px;
}

.main-nav {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
    margin-top: 32px;
}

.mobile-nav {
    display: none;
    /*padding: 30px 20px;*/
    padding: 20px 20px;
}

.main-nav > .ap-button i {
    background-image: var(--login);
}

.main-nav > ul li {
    margin-inline-end: 24px;
}

    .main-nav > ul li:not(:first-child) a {
        /* font-size: 1rem;
  font-weight: 600; */
        color: var(--black-clr);
        width: 100%;
        height: 100%;
        font-weight: bold;
    }

.main-header {
    padding-top: 230px;
    align-items: flex-start;
    background-image: var(--header-bg-img);
    background-size: 45%;
    background-position: left top;
}

    .main-header > .ap-container > div > div.gap {
        display: inline-flex;
        align-items: center;
        gap: 4rem;
        width: 4rem;
        height: 100%;
    }

    .main-header > .ap-container > div > div:first-child {
        width: 45%;
    }

    .main-header h1 {
        color: var(--dark-clr-1);
    }

        .main-header h1 .yt {
            color: var(--danger-clr);
        }

    .main-header p {
        /* font-size: 1.3125rem;
  font-weight: 400; */
        color: var(--light-clr-1);
        /* line-height: 40px; */
    }

    .main-header > .ap-container > div > div:first-child > button {
        width: 90%;
        margin-top: 120px;
    }

.feature-sec .ap-container > div {
    width: 100%;
}

.feature-sec .ap-card {
    width: 100%;
    margin-inline: 14px;
}

.feature-sec .ap-card-head > div {
    background-color: var(--dairy-cream-clr);
}

.feature-sec .ap-card:nth-child(1) .ap-card-head > div i {
    background-image: var(--search-40);
}

.feature-sec .ap-card:nth-child(2) .ap-card-head > div i {
    background-image: var(--finger-scan-40);
}

.feature-sec .ap-card:nth-child(3) .ap-card-head > div i {
    background-image: var(--mone-rec-40);
}

.feature-sec .ap-card-body h4 {
    /* font-size: 1.75rem;
  font-weight: 500;
  line-height: 36.4px;
  margin-bottom: 16px; */
    color: var(--black-clr);
}

.feature-sec .ap-card-body p {
    /* font-size: 1rem;
  font-weight: 500;
  line-height: 24px; */
    color: var(--dark-clr-2);
}

.introduc-sec {
    align-items: stretch;
}

    .introduc-sec h3 {
        /* font-size: 1.875rem; */
        margin-bottom: 10px;
    }

    .introduc-sec p {
        /* font-size: 1.1875rem;
  margin-bottom: 14px; */
    }

    .introduc-sec .owl-carousel {
        width: 520px;
    }

        .introduc-sec .owl-carousel video, .introduc-sec .owl-carousel .banner-video-box img {
            border-radius: 20px;
            width: 100%;
            opacity: 0.8
        }

        .introduc-sec .owl-carousel .owl-nav > button {
            position: absolute;
            top: 0;
            z-index: 2;
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 100%;
        }

        .introduc-sec .owl-carousel .owl-nav > .owl-prev {
            left: 0;
        }

        .introduc-sec .owl-carousel .owl-nav > .owl-next {
            right: 0;
        }

        .introduc-sec .owl-carousel .owl-nav > button:first-child i {
            background-image: var(--arrow-l-40);
        }

        .introduc-sec .owl-carousel .owl-nav > button:last-child i {
            background-image: var(--arrow-r-40);
        }

    .introduc-sec > .ap-container > div > div:last-child {
        width: 50%;
    }

        .introduc-sec > .ap-container > div > div:last-child > p {
            color: var(--light-clr-1);
        }

        .introduc-sec > .ap-container > div > div:last-child > button i {
            background-image: var(--arrow-left-white);
        }

    .introduc-sec > .ap-container > div > div {
        margin-inline: 10px;
    }

.services-consulting {
    padding-block: 40px;
    margin-bottom: 0;
}

    .services-consulting > .ap-container > div {
        flex-wrap: wrap;
    }

    .services-consulting .ap-card {
        width: 100%;
        margin: 10px;
        position: relative;
    }

        .services-consulting .ap-card > .mask-link {
            display: none;
        }

    .services-consulting .ap-card-head {
        display: flex;
        justify-content: center;
    }

        .services-consulting .ap-card-head > div {
            background-color: var(--secondary-clr);
            transition: var(--transition-dur) background-color;
        }

    .services-consulting .ap-card .ap-card-head > div i {
        transition: var(--transition-dur) background-image;
    }

    .services-consulting .ap-card:hover .ap-card-head > div {
        background-color: var(--primary-clr);
    }

    .services-consulting .ap-card-body h4 {
        text-align: center;
    }

    .services-consulting .ap-card-body p {
        text-align: center;
    }

    .services-consulting .ap-card-body a {
        width: 100%;
        text-align: center;
        color: var(--primary-clr);
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
        transition: var(--transition-dur) all;
        /*turn off auto*/
        bottom: 20px;
        opacity: 1;
    }

    .services-consulting .ap-card:hover .ap-card-body a {
        bottom: 20px;
        opacity: 1;
    }

    .services-consulting .ap-card-body a i {
        background-image: var(--arrow-left);
    }

.honors-sec {
    padding-block: 40px;
    background-color: var(--spring-wood);
}

    .honors-sec div.gap {
        width: 1rem;
        height: 100%;
    }

.youtube-logos {
    flex-wrap: wrap;
    width: 582px;
}

    .youtube-logos .yt-card-logo {
        width: calc(50% - 10px);
        padding: 0;
        padding-top: 20px;
        padding-bottom: 40px;
    }

.yt-card-logo .ap-card-head img {
    width: 88%;
}

.yt-card-logo .ap-card-body h4 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 1rem;
}

.yt-card-logo .ap-card-body p {
    text-align: center;
    padding-inline: 60px;
    font-size: 1.25rem;
    /* width: 9.0625rem; */
}

.honors-sec .users-icon-card {
    width: 100%;
    height: 70px;
    padding: 12px;
}

    .honors-sec .users-icon-card .ap-card-body {
        position: relative;
        height: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .honors-sec .users-icon-card .ap-card-body img {
            width: 60px;
            height: 60px;
            border-radius: 60px;
            position: absolute;
            right: 0;
            top: 5px;
            z-index: 1;
        }

.honors-sec .content {
    height: 530px;
}

.youtube-params {
    width: calc(100% - 582px);
    height: calc(100% - 26px);
    align-items: stretch;
    flex-direction: column;
}

    .youtube-params .ap-card {
        width: 33%;
        margin: 6px;
        padding: 8px;
    }

        .youtube-params .ap-card .ap-card-body {
            padding-top: 26px;
            height: 100%;
            /* display: flex; */
            /* flex-direction: column; */
            /* justify-content: flex-start; */
            /* align-items: center; */
            /* flex-wrap: nowrap; */
            align-content: center;
        }

            .youtube-params .ap-card .ap-card-body h4 {
                font-size: 2rem;
                font-weight: 700;
                text-align: center;
                /* margin-bottom: 22px; */
            }

            .youtube-params .ap-card .ap-card-body p {
                /* font-size: 0.85rem;
  font-weight: 500; */
                text-align: center;
            }

.best-videos-sec .owl-carousel .owl-stage-outer {
    min-height: 24rem;
}

.best-videos-sec .ap-card {
    height: 320px;
    padding: 18px;
    direction: rtl;
}

    .best-videos-sec .ap-card .ap-card-head video {
        width: 324px;
        border-radius: 15px;
    }

.best-videos-sec .ap-card-body p {
    margin-bottom: 0;
}

.bv-title-wrapper {
    margin-bottom: 18px;
}

    .bv-title-wrapper h4 {
        /* font-size: 1.5rem;
  font-weight: 600; */
    }

    .bv-title-wrapper > div {
        display: flex;
    }

        .bv-title-wrapper > div span {
            padding-top: 4px;
            margin-inline: 6px;
        }

        .bv-title-wrapper > div i {
            background-image: var(--show);
        }

.bv-subject-wrapper > div > div span {
    padding-top: 4px;
    margin-inline-end: 4px;
}

.bv-subject-wrapper > div > div:first-child {
    border-inline-end: 1px solid #cbcbcb;
    padding-inline-end: 6px;
    margin-inline-end: 4px;
}

.some-user-sec .owl-carousel img {
    width: 135px;
    height: 135px;
    border-radius: 135px;
}

.testimonial-sec .ap-card {
    direction: rtl;
    min-height: 20rem;
}

.testimonial-sec .ap-card-head img {
    width: 150px;
    height: 150px;
    border-radius: 150px;
}

.testimonial-sec .ap-card-body h4 {
    /* font-size: 1.5rem;
  font-weight: 600; */
    text-align: center;
    /* margin-bottom: 30px; */
}

.testimonial-sec .ap-card-body p {
    /* font-size: 1.125rem;
  font-weight: 400; */
    text-align: center;
    /* line-height: 2rem; */
    margin-bottom: 0;
}

@media screen and (max-width: 990px) {

    .testimonial-sec .ap-card {
        direction: rtl;
        min-height: 0rem;
    }

    footer.main-footer .logo-area {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

.testimonial-sec .owl-nav {
    display: none;
}

.testimonial-sec .owl-dots {
    margin-top: 14px;
}

.faq-sec .ap-accordion {
    width: 50%;
}

    .faq-sec .ap-accordion p {
        /* font-size: 16px;
           font-weight: 400; */
        color: var(--light-clr-1);
    }

.request-form-sec {
}

    .request-form-sec .desc-sec {
        margin-bottom: 30px;
        font-size: 1.25rem;
        line-height: 2.5rem;
    }

    .request-form-sec .toggle-button-req-form {
        width: 100%;
    }

        .request-form-sec .toggle-button-req-form button {
            padding-inline: 50px;
            padding-inline-start: 65px;
        }

        .request-form-sec .toggle-button-req-form i {
            background-image: var(--arrow-down);
        }

    .request-form-sec .ap-card {
        transition: var(--transition-dur) all;
    }

    .request-form-sec .ap-card-body form {
        flex-wrap: wrap;
        width: 100%;
    }

    .request-form-sec #request-form-card.hide-form {
        padding: 0;
        height: 0;
        overflow: hidden;
    }

.news-sec .owl-carousel .ap-card {
    padding: 16px;
    direction: rtl;
}

    .news-sec .owl-carousel .ap-card h4 {
        /* font-size: 1rem;
  font-weight: 600;
  margin-bottom: 34px; */
        font-size: 0.9rem;
    }

.news-sec .owl-carousel .ln-bios {
    margin-bottom: 40px;
}

    .news-sec .owl-carousel .ln-bios img {
        width: 48px;
        height: 48px;
        margin-inline-end: 8px;
    }

    .news-sec .owl-carousel .ln-bios h6 {
        /* font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 6px; */
    }

    .news-sec .owl-carousel .ln-bios p {
        width: max-content;
        display: flex;
        align-items: center;
        /* font-size: 0.875rem; */
        color: var(--light-clr-8);
        margin-bottom: 0;
    }

        .news-sec .owl-carousel .ln-bios p i {
            background-image: var(--calendar-16);
            margin-inline-end: 4px;
        }

.news-sec .owl-carousel .ln-actions .ap-badge {
    max-width: 100px;
}

.news-sec .owl-carousel .ln-actions button:not(:last-child) {
    margin-inline-end: 8px;
}

.news-sec .owl-carousel .ln-actions-wrapper {
    margin-bottom: 12px;
}

    .news-sec .owl-carousel .ln-actions-wrapper > a {
        /* font-size: 0.75rem;
  font-weight: 500; */
    }


.support-sec {
    position: relative;
    margin-bottom: -110px !important;
    z-index: 2;
}

    .support-sec h3 {
        margin-bottom: 2rem;
        /* font-size: 32px; */
        font-weight: 600;
    }

    .support-sec .ap-card ul li {
        margin-inline: 14px;
        margin-bottom: 14px;
    }

        .support-sec .ap-card ul li button {
            width: 140px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .support-sec .ap-card ul li button .ico-wrapper {
                background-color: var(--white-clr);
                border-radius: 8px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

    .support-sec .ap-card {
        padding-block: 50px;
    }

.hp-logo {
    position: relative;
    width: 65px;
}

@media screen and (max-width: 1199px) {
    .main-header > div > div > div {
        margin-inline: 10px;
    }

    .honors-sec .content {
        height: auto;
        flex-wrap: wrap;
        justify-content: center;
    }

    .honors-sec .youtube-logos {
        padding-inline: 170px;
    }

    .youtube-logos .yt-card-logo {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .yt-card-logo .ap-card-body p {
        padding-inline: 70px;
    }

    .youtube-params {
        width: 100%;
        align-items: center;
        flex-direction: column-reverse;
    }

        .youtube-params > img {
            width: 540px;
        }

        .youtube-params .ap-card {
            width: 165px;
            margin-top: 8px;
        }

    .best-videos-sec .ap-card .ap-card-head video {
        width: 100%;
    }
}

@media screen and (max-width: 990px) {
    .main-nav {
        display: none;
    }

    .mobile-nav {
        display: block;
    }

    .nav-wrapper .ap-container {
        width: 100%;
    }

    .main-header {
        padding-top: 160px;
        background-size: 68%;
    }

        .main-header .ap-container > div {
            flex-wrap: wrap;
            flex-direction: column-reverse;
        }

            .main-header .ap-container > div > div:first-child {
                width: auto;
                margin-top: 40px;
            }

        .main-header > .ap-container > div > div:first-child > button {
            margin-top: 20px;
        }

    .honors-sec .content {
        height: auto;
        flex-wrap: wrap;
        justify-content: center;
    }

    .honors-sec .youtube-logos {
        padding-inline: 68px;
    }

    .some-user-sec .desktop-size {
        display: none;
    }

    .some-user-sec .tablet-size {
        display: block;
    }

    .some-user-sec .owl-carousel img {
        width: 128px;
        height: 128px;
    }

    .some-user-sec .owl-carousel:first-child {
        margin-bottom: 12px;
    }

    .some-user-sec .owl-carousel:last-child {
        direction: rtl !important;
    }

    .faq-sec .ap-container > div {
        flex-wrap: wrap;
        justify-content: center;
    }

    .faq-sec .accordion {
        width: 100%;
    }

    .request-form-sec .ap-form-field {
        width: 100%;
    }

        .request-form-sec .ap-form-field.wide-field {
            margin-inline: unset;
        }

    .ln-actions-wrapper {
        flex-wrap: wrap;
    }

        .ln-actions-wrapper .ln-actions {
            margin-bottom: 10px;
        }

    .faq-sec .ap-accordion {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .card-auto-flex .ap-card-body h4,
    .card-auto-flex .ap-card-body p {
        text-align: start;
    }

    .services-consulting .card-auto-flex {
        height: auto;
    }

        .services-consulting .card-auto-flex a {
            display: none;
        }

        .kick-earning .card-auto-flex > .mask-link {
            display: block;
        }

    .kick-earning .ap-card-body h4 {
        /* margin-bottom: unset; */
    }

    .honors-sec .youtube-logos {
        padding-inline: 0;
    }

    .youtube-logos .yt-card-logo {
        /* width: 46%; */
        padding-top: 20px;
    }

    .youtube-params .ap-card .ap-card-body h4 {
        font-size: 1.25rem;
    }

    .yt-card-logo .ap-card-body p {
        padding-inline: 60px;
    }

    .honors-sec .users-icon-card {
        height: 54px;
        overflow: hidden;
    }

        .honors-sec .users-icon-card .ap-card-body img {
            width: 50px;
            height: 50px;
            border-radius: 50px;
            top: 3px;
        }

    .some-user-sec .owl-carousel img {
        width: 100px;
        height: 100px;
    }

    .main-footer {
        padding: 0;
        padding-top: 10rem;
    }

        .main-footer > div > div {
            flex-wrap: wrap;
        }

        .main-footer .footer-sec {
            width: 100%;
            margin-bottom: 30px;
        }

        .main-footer .footer-cert-sec img {
            width: fit-content;
        }

        .main-footer .footer-cert-sec .cert-wrapper {
            width: 100%;
        }

    .introduc-sec > .ap-container > div > div {
        width: 100% !important;
    }

}

@media screen and (max-width: 575px) {

    .ap-container {
        width: calc(100% - var(--inner-pad-scrn));
    }

    .youtube-logos .yt-card-logo .ap-card-head {
        margin-bottom: 0;
    }

    .yt-card-logo .ap-card-body h4 {
        font-size: 1.25rem;
        line-height: normal;
    }

    .yt-card-logo .ap-card-body p {
        padding-inline: 38px;
        font-size: 0.725rem;
        line-height: normal;
        margin-bottom: 0;
    }

    .youtube-params > img {
        width: 90%;
    }

    .some-user-sec .owl-carousel img {
        width: 70px;
        height: 70px;
    }

    .sidebar-nav .sidebar-body ul li a {
        font-size: 1.05rem;
    }

    .testimonial-sec .ap-card-head img {
        width: 100px;
        height: 100px;
    }

    .request-form-sec {
        padding-inline: 10px;
    }

        .request-form-sec .desc-sec {
            font-size: .725rem;
            line-height: 1.25rem;
        }

    .support-sec .ap-card {
        padding: 14px;
    }
}

@media screen and (max-width: 420px) {
    .some-user-sec .owl-carousel img,
    .testimonial-sec .ap-card-head img {
        width: 60px;
        height: 60px;
    }

    .testimonial-sec .ap-card-body h4 {
        margin-bottom: 8px;
    }

    .main-footer .footer-sec h4 {
        font-size: .8125rem;
        margin-bottom: 10px;
    }

    .main-footer .footer-sec li > * {
        font-size: .625rem;
    }

    .main-footer .footer-sec li address i {
        width: 36px !important;
    }
}

@media screen and (min-width: 576px) {
    /* :root {
    font-size: 85% !important;
  } */

    .ap-container {
        width: calc(100% - var(--inner-pad-scrn));
    }
}

@media screen and (min-width: 768px) {
    /* :root {
    font-size: 88% !important;
  } */

    .ap-container {
        width: calc(var(--md-scrn) - var(--inner-pad-scrn));
    }

    .feature-sec .ap-card {
        width: 33.33%;
        min-height: 16.5rem;
    }

    .services-consulting .ap-card {
        width: 270px;
        min-height: 15rem;
    }
}

@media screen and (min-width: 991px) {
    /* :root {
    font-size: 90% !important;
  } */

    .ap-container {
        width: calc(var(--lg-scrn) - var(--inner-pad-scrn));
    }

    .flex-auto-lg {
        flex-wrap: nowrap;
    }

        .flex-auto-lg > * {
            margin-bottom: unset;
        }

    .services-consulting .ap-card {
        width: 24%;
    }

    .some-user-sec .desktop-size {
        display: block;
    }

    .some-user-sec .tablet-size {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    /* :root {
    font-size: 100% !important;
  } */

    .ap-container {
        width: calc(var(--xl-scrn) - var(--inner-pad-scrn));
    }

    .flex-auto-xl {
        flex-wrap: nowrap;
    }

        .flex-auto-xl > * {
            margin-bottom: unset;
        }

    .introduc-sec .section-action {
        justify-content: flex-start;
    }

    .youtube-params > div {
        height: 200px;
    }

    .yt-card-logo .ap-card-body p {
        width: 9.0625rem;
    }

    .services-consulting .ap-card {
        width: 25%;
    }
}

address {
    font-style: normal;
}

.ap-accordion-body {
    color: var(--light-clr-1);
}

.banner-video-box .content {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    text-align: center;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* cursor: pointer; */
    background: #ffffff17;
}

    .banner-video-box .content a img.play {
        opacity: 1;
        width: 2.5rem;
        margin-top: 45%;
    }

    .banner-video-box .content .title {
        display: block;
        text-transform: uppercase;
        margin-top: 25px;
        font-family: var(--fontFamily2);
        font-size: 30px
    }

.best-videos-sec .ap-card img {
    border-radius: 0.9375rem;
}

.best-videos-sec a {
    color: var(--black-clr);
}

.news-sec img {
    height: 183px;
}

.image-hero {
    position: relative;
}

    .image-hero strong {
        color: var(--primary-clr);
    }

    .image-hero .hero-box {
        border-radius: 0.75rem;
        background: rgba(255, 255, 255, 0.20);
        backdrop-filter: blur(2.5px);
        border-radius: 0.75rem;
        padding: 0.6rem;
        color: #000;
        position: absolute;
        text-align: right;
        leading-trim: both;
        text-edge: cap;
        font-family: IRANYekanXFaNum;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .image-hero .text-hero-1 {
        top: 0%;
        right: 12.5%;
        font-size: 70%;
    }

    .image-hero .text-hero-2 {
        top: 16%;
        left: -0.5%;
        font-size: 70%;
        padding-left: 12px;
        padding-right: 12px;
    }

    .image-hero .text-hero-3 {
        bottom: 1.2%;
        left: 26%;
        font-size: 70%;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

body.mobile .image-hero h2 {
    font-size: 2.5vw;
}

body.mobile .image-hero .text-hero-3 {
    left: 26%;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

@media only screen and (max-width:664px) {

    .image-hero h2 {
        font-size: 2.5vw;
    }

    .image-hero .text-hero-3 {
        left: 26%;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
}

.popup-youtube {
    width: 50px;
}


/*----------------------*/

.public-main-header {
    margin-bottom: 0px !important;
}

    .public-main-header h1 {
        letter-spacing: 0.0475rem;
    }

    .public-main-header p {
        color: var(--dark-clr-4);
        font-size: 1.05rem;
    }

.bread-crumbs {
    color: var(--text-gray);
    font-size: 0.75rem;
    letter-spacing: 0.0075rem;
    position: absolute;
}

    .bread-crumbs i {
        margin: 0.1rem;
    }

.icon-home {
    background-image: var(--home);
    width: 0.75rem;
    height: 0.7895rem;
    flex-shrink: 0;
}

.arrow-left {
    background-image: var(--arrow-left-mini);
    width: 0.75rem;
    height: 0.7895rem;
    flex-shrink: 0;
}


.services-contact {
    background: none;
    min-height: auto;
}

    .services-contact .ap-card-head .ap-card-thumb {
        width: 4rem;
        height: 4rem;
    }

    .services-contact .ap-card-body2 a, .services-contact .ap-card-body2 span {
        font-size: 1.1rem;
        color: var(--text-gray-2);
    }

    .services-contact .ap-card-head {
        display: flex;
        justify-content: right;
    }

    .services-contact .ap-container > div {
        margin-left: -10px;
        margin-right: -10px;
    }

@media screen and (min-width: 768px) {

    .services-contact .ap-card {
        min-height: 11.1875rem;
    }
}

.header-line {
    display: block;
    height: 0.06rem;
    background: #DBDBDB;
    margin-bottom: .8rem;
}

/*--icon*/

.ap-card-head .ap-card-thumb > * {
    width: auto;
    height: auto;
}

.ap-card-head .ap-card-thumb .fix-icon {
    width: 2.1rem;
    height: 2.1rem;
}

.ap-card-head .ap-card-thumb > i {
    font-size: 2.5rem;
    color: var(--primary-clr);
}

    .ap-card-head .ap-card-thumb > i:hover {
        font-size: 2.5rem;
        color: var(--white-clr);
    }

.ap-card:hover .ap-card-head > div i {
    font-size: 2.5rem;
    color: var(--white-clr);
}

    .ap-card:hover .ap-card-head > div i.telegram-out-x16 {
        background-image: var(--telegram-out-white-16);
        background-size: auto;
    }

    .ap-card:hover .ap-card-head > div i.whatsapp-x16 {
        background-image: var(--whatsapp-white);
    }

.ap-form-field.wide-field-12 {
    margin-inline: 50px;
}

.ap-form-field.wide-field {
    margin-right: 20px;
    margin-left: 32px;
}

.bg-map {
    background: url('/Content/client-pro/images/map.png');
    background-position-x: center;
}

    .bg-map span {
        background: linear-gradient(180deg, #FFF 39.29%, rgba(255, 255, 255, 0.06) 100%);
        height: 3.25rem;
        display: flex;
        margin: -30px;
        padding-right: 30px;
        padding-top: 10px;
    }

.contact-form {
    margin-left: -20px;
    z-index: 2;
}

.request-form-sec .ap-container {
    display: flex !important;
}

.captcha-area img {
    height: auto;
}

.ap-form-field.captcha-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.ap-form-field {
    min-width: 47%;
    margin-right: 0px;
}

/*
    mobile size
*/


@media screen and (max-width: 990px) {

    .p-b-m-0 {
        padding-bottom: 0rem;
    }

    .contact-form {
        width: auto;
        margin-left: 0px;
    }

    .ap-form-field.captcha-area {
        flex-direction: column-reverse;
        align-items: center;
    }

    .request-form-sec .ap-container {
        flex-direction: column;
    }

        .request-form-sec .ap-container .ap-card {
            flex-direction: column;
            width: auto
        }

            .request-form-sec .ap-container .ap-card.bg-map {
                height: 18.625rem;
                background-position: center;
                display: flex;
                flex-direction: column-reverse;
                justify-content: flex-start;
                overflow: hidden;
                margin-top: -30px;
                background: url(/Content/client-pro/images/map-mini.png);
                background-size: cover;
            }

                .request-form-sec .ap-container .ap-card.bg-map span {
                    background: linear-gradient(359deg, #FFF 39.29%, rgba(255, 255, 255, 0.06) 100%);
                    margin: 0px -20px -40px -20px;
                    border-radius: 20px;
                    padding: 10px;
                    font-size: 0.9rem;
                }

    .services-consulting.services-contact a {
        display: block
    }
}

.title-option {
    font-weight: bold;
}

.section-content {
    text-align: center;
}

.public-main-header {
    margin-bottom: 1.84rem !important;
}

    .public-main-header .ap-button {
        min-width: 10rem;
        width: max-content;
    }

.services-report .ap-card-body {
    display: flex;
}

.services-report img {
    width: 2.8rem;
    height: 2.8rem;
    margin-left: 0.75rem;
}

.services-report .ap-card-body span {
    font-family: "IRANYekanXFaNumDBold";
    font-style: normal;
    font-weight: 600;
    line-height: 2rem;
}

.services-report .ap-card-body .area {
    display: revert;
    align-items: center;
    gap: 1.25rem;
    justify-content: flex-start;
    align-items: center;
    border-radius: 0.75rem;
}

    .services-report .ap-card-body .area div {
        margin: 0.75rem 1.125rem;
    }

    .services-report .ap-card-body .area:nth-child(1) {
        background: rgba(255, 4, 4, 0.14);
    }

    .services-report .ap-card-body .area:nth-child(2) {
        background: rgba(0, 136, 204, 0.14);
    }

    .services-report .ap-card-body .area:nth-child(3) {
        background: rgba(52, 168, 83, 0.14);
    }

    .services-report .ap-card-body .area:nth-child(4) {
        background: rgba(240, 0, 115, 0.14);
    }

.feature-report {
    display: flex;
    justify-content: space-between;
}

    .feature-report .ap-card-body {
        display: flex;
        align-items: flex-start;
    }

        .feature-report .ap-card-body div {
            border-radius: 0.75rem;
            background: rgba(80, 38, 117, 0.10);
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            height: 9rem !important;
        }

            .feature-report .ap-card-body div i {
                font-size: 2.5rem;
                justify-content: center;
                align-items: center;
                color: var(--primary-clr);
            }

            .feature-report .ap-card-body div span {
                color: var(--primary-clr);
                text-align: right;
                font-weight: 600;
                line-height: 2rem; /* 133.333% */
            }

.flat-icon.bg-1 {
    background: rgba(204, 165, 59, 0.14);
}

.flat-icon.bg-2 {
    background: rgba(80, 38, 117, 0.14);
}

.flat-icon.bg-3 {
    background: rgba(251, 87, 85, 0.14);
}

.flat-icon.bg-4 {
    background: rgba(64, 123, 255, 0.14);
}

gap {
    display: block;
}

@media screen and (max-width: 1000px) {
    .services-report .cell, .services-report .cell div {
        display: flex !important;
        flex-direction: column;
        flex-wrap: nowrap;
        align-self: center;
        align-items: center;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 8rem !important;
    }

    .services-report img {
        margin-left: 0;
    }

    .services-report .ap-card-body span {
        font-family: "IRANYekanXFaNumDBold";
        font-style: normal;
        font-weight: 600;
        line-height: 2rem;
        margin-top: .5rem;
    }
}

/**

        */
.description-consulting {
    margin-top: 10.5rem;
}

    .description-consulting .banner-area {
        margin-top: -4.5rem;
        padding-left: .9rem;
    }

    .description-consulting .banner-mobile-area {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: -8.5rem;
    }

        .description-consulting .banner-mobile-area img {
            width: 12.5rem;
            height: 13.41913rem;
        }

    .description-consulting .text-area {
        display: flex;
        flex-direction: column;
        height: 100%;
        padding-block: 1.4rem;
        padding: 1.4rem;
        gap: 1rem;
    }

        .description-consulting .text-area h3 {
            margin: 0px;
        }

@media screen and (max-width: 40em) {
    .description-consulting .text-area .btn-sm {
        align-self: center !important;
    }

    .description-consulting {
        margin-top: 10rem;
    }
}

.btn-sm {
    min-width: 10rem;
    width: max-content;
}

.service-info-consulting .card-header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

    .service-info-consulting .card-header .coin {
        color: var(--error-clr);
        display: flex;
        flex-direction: column;
        font-weight: 700;
    }

        .service-info-consulting .card-header .coin oldMony {
            color: #767676;
            text-decoration: line-through;
            text-decoration-style: solid;
        }

    .service-info-consulting .card-header .bg-gold-coin {
        color: var(--warning-clr);
        background: var(--gold-clr-secondary);
        padding: .8rem;
        border-radius: 0.5rem;
        font-size: 1.4rem;
    }

    .service-info-consulting .card-header .bg-bronze-coin {
        color: var(--light-clr-5);
        background: var(--light-clr-3);
        padding: .8rem;
        border-radius: 0.5rem;
        font-size: 1.4rem;
    }



.service-info-consulting .card-body h4 {
    margin-bottom: .25rem;
    font-size: 1.2rem;
}

.service-info-consulting .card-body p {
    color: #444;
    font-size: .85rem;
    font-weight: 300;
}

.table-responsive {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.table-item {
    display: flex;
    flex-direction: row;
    gap: .5rem;
}

    .table-item h5 {
        font-size: 1.1rem;
    }

    .table-item p {
        font-size: .75rem !important;
    }

    .table-item i {
        color: var(--text-green-1);
        font-size: 1rem;
        height: fit-content;
        background-color: var(--text-green-2);
        border-radius: 50%;
        margin-top: 5px;
    }


flow {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    justify-content: center;
}

    flow step {
        width: 2.25rem;
        height: 2.25rem;
        background-color: var(--flow-de-active-clr);
        color: var(--flow-de-active-clr);
        border-radius: 50%;
        margin: 2rem;
    }

        flow step.active {
            background-color: var(--flow-active-clr);
            color: var(--flow-active-clr);
            border-radius: 50%;
            margin: 2rem;
        }

        flow step.current {
            box-shadow: 0px 0px 0px 5px var(--flow-shadow-clr);
        }

        flow step label {
            margin-top: -2rem;
            display: flex;
            width: 200%;
            margin-right: -1rem;
            text-align: center;
            font-size: 1.25rem;
            font-style: normal;
            font-weight: 400;
            line-height: 1.5rem;
            justify-content: center;
            color: inherit;
        }

            flow step label.long {
                width: 400%;
                margin-right: -3.3rem;
            }

    flow spliter {
        width: 3.125rem;
        height: 3px;
        background-color: var(--flow-de-active-clr);
        color: inherit;
    }

        flow spliter.active {
            background-color: var(--flow-active-clr);
        }

.shoping-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

    .shoping-footer button {
        display: flex;
        border-radius: 0.3125rem;
        background: var(--bg-clr-2);
        color: var(--primary-clr);
        padding: 0.625rem 0.75rem;
        gap: 0.5rem;
    }

.shoping-header h5 {
    color: var(--primary-clr);
    text-align: center;
    padding-bottom: 20px;
}

.shoping-body {
    display: flex;
    min-height: 20rem;
    padding-top: 1rem;
    align-content: center;
    padding-left: 1.31rem;
    padding-right: 1.31rem;
    padding-bottom: 2rem;
}

    .shoping-body .bg-gold-coin {
        color: var(--warning-clr);
        background: var(--gold-clr-secondary);
        padding: .8rem;
        border-radius: 0.5rem;
        font-size: 1.4rem;
    }

    .shoping-body .bg-bronze-coin {
        color: var(--light-clr-5);
        background: var(--light-clr-3);
        padding: .8rem;
        border-radius: 0.5rem;
        font-size: 1.4rem;
    }

    .shoping-body .warning-message {
        color: #CCA53B;
        text-align: right;
        font-size: 0.8125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5875rem;
    }

.level-1 .ap-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    height: max-content;
    border: 1px solid var(--header-line);
}

    .level-1 .ap-card i {
        width: max-content;
        padding: 1rem;
        border-radius: 0.5rem;
        font-size: 2rem;
    }

    .level-1 .ap-card div {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: .2rem;
    }

.level-1 button * {
    cursor: pointer;
}

.level-1 button.active {
    border: 1px solid var(--primary-clr);
}

.level-1 .ap-card h5 {
    text-align: center;
    font-weight: 600;
    line-height: 2rem;
    letter-spacing: -0.018rem;
}

.level-1 .ap-card p {
    color: var(--dark-clr-4);
    text-align: center;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5rem;
}

.level-2 .ap-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    height: max-content;
    border: 1px solid var(--header-line);
}

    .level-2 .ap-card img {
        width: 7.5rem;
        height: 7.5rem;
    }

.level-2 button * {
    cursor: pointer;
}

.level-2 button.active {
    border: 1px solid var(--primary-clr);
}

.level-2 .ap-card h5 {
    text-align: center;
    font-weight: 600;
    line-height: 2rem;
    letter-spacing: -0.018rem;
}

.level-2 .ap-card p {
    color: var(--dark-clr-4);
    text-align: center;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5rem;
}

form label {
    text-align: right;
}

textarea,
textarea:focus,
textarea:visited,
textarea:active,
input,
input:focus,
input:visited,
input:active,
select {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
}

.shoping-body form > div {
    display: none;
}

.shoping-body[data-step="1"] .level-1 {
    display: flex;
}

.shoping-body[data-step="2"] .level-2 {
    display: flex;
}

.shoping-body[data-step="3"] .level-3 {
    display: flex;
}

.shoping-body[data-step="4"] .level-4 {
    display: flex;
}

.shoping-body[data-step="5"] .level-5 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.shoping-body[data-step="6"] .level-6 {
    display: flex;
    align-items: center;
    font-size: xx-large;
    min-height: 100%;
}

.ap-input-field {
    display: block;
}

.ap-input-field-group {
    display: flex;
    align-items: center;
    gap: .5rem;
}

    .ap-input-field-group i {
        display: inline-block;
        font-size: 1.1rem;
    }

.shoping-body[data-step="3"], .shoping-body[data-step="4"], .shoping-body[data-step="5"] {
    align-content: flex-start
}

.ap-input-field.x2, .ap-select-field.x2, .ap-file-field.x2, .ap-captcha-field.x2 {
    padding: 0.625rem;
}


/***/
itemGroup {
    display: flex;
    width: 100%;
    max-width: 21.875rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 1rem;
}

    itemGroup item {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

        itemGroup item label {
            color: var(--black-clr);
            text-align: right;
            font-size: 1rem;
            font-style: normal;
            font-weight: 400;
            line-height: 140%; /* 1.4rem */
            text-transform: capitalize;
        }

        itemGroup item span {
            color: var(--black-clr);
            text-align: left;
            margin-right: auto;
            font-size: 1rem;
            font-style: normal;
            font-weight: 700;
            line-height: 140%; /* 1.4rem */
            text-transform: capitalize;
        }

.payment-header {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 1rem;
}

.payment-option {
    display: flex;
    row-gap: 1rem;
    justify-content: space-between;
}

.level-5 hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.descount {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1rem;
}

    .descount .field-group {
        gap: 1rem;
    }

        .descount .field-group button {
            width: max-content;
            min-width: 3rem;
        }


.ap-check-field label {
    align-items: center;
}

.payment-amount {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
}

    .payment-amount label {
        font-size: 1rem;
    }


    .payment-amount span {
        color: var(--primary-clr);
        text-align: right;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 600;
        line-height: 180%;
        text-transform: capitalize;
    }

.team-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .team-card h4 {
        text-align: center;
    }

.team-card-img {
    width: 13.875rem;
}

    .team-card-img img {
        border-radius: 50%;
        box-shadow: 0px 0px 2px 0px #502675a6;
    }

.team-card-text {
    margin-top: 1.6rem;
}

    .team-card-text p {
        color: var(--Gray-600, #6A778B)
    }

.team-social-icons {
    display: flex;
    justify-content: center;
}

p {
    text-align: justify;
    line-height: inherit;
}
