:root {
  /*SVGs*/
  --honors-sec-bg: url("../svgs/unknown-user.svg");
  --honors-sec-bg: url("../svgs/honors-sec-bg.svg");
  --ap-logo-1: url("../svgs/ap-logo-1.svg");
  --ap-logo-2: url("../svgs/ap-logo-2.svg");
  --profile-circle-img: url("../svgs/profile-circle.svg");
  --header-img: url("../svgs/header-img.svg");
  --header-bg-img: url("../svgs/Illustration-bg.svg");

  /*Icons*/
  --login: url("../icons/Login.svg");
  --home: url("../icons/Home.svg");
  --arrow-left: url("../icons/arrow-left.svg");
  --arrow-left-white: url("../icons/arrow-left-white.svg");
  --arrow-left-mini: url("../icons/arrow-left-3.svg");
  --search-40: url("../icons/Search-40.svg");
  --finger-scan-40: url("../icons/finger-scan-40.svg");
  --mone-rec-40: url("../icons/money-recive-40.svg");
  --arrow-l-40: url("../icons/Arrow-Left-2-40.svg");
  --arrow-r-40: url("../icons/Arrow-Right-2-40.svg");
  --shield-tick-40: url("../icons/shield-tick-40.svg");
  --shield-tick-40-white: url("../icons/shield-tick-40-white.svg");
  --volume-high-40: url("../icons/volume-high-40.svg");
  --volume-high-40-white: url("../icons/volume-high-40-white.svg");
  --people-40: url("../icons/people-40.svg");
  --people-40-white: url("../icons/people-40-white.svg");
  --diagram-40: url("../icons/diagram-40.svg");
  --diagram-40-white: url("../icons/diagram-40-white.svg");
  --Chart-40: url("../icons/Chart-40.svg");
  --Chart-40-white: url("../icons/Chart-40-white.svg");
  --dollar-circle-40: url("../icons/dollar-circle-40.svg");
  --dollar-circle-40-white: url("../icons/dollar-circle-40-white.svg");
  --show: url("../icons/Show.svg");
  --like-16: url("../icons/like-16.svg");
  --message-16: url("../icons/message-16.svg");
  --arrow-down: url("../icons/arrow-down.svg");
  --check-14: url("../icons/check-14.svg");
  --sync: url("../icons/sync.svg");
  --arrow-down-2: url("../icons/arrow-down-2.svg");
  --calendar-16: url("../icons/Calendar-16.svg");
  --telegram-spec-16: url("../icons/spec/telegram-16.svg");
  --instagram-spec-16: url("../icons/spec/instagram-16.svg");
  --youtube-spec-16: url("../icons/spec/youtube-16.svg");
  --twitter-spec-16: url("../icons/spec/twitter-16.svg");
  --location: url("../icons/Location.svg");
  --email: url("../icons/email.svg");
  --mobile-16: url("../icons/mobile-16.svg");
  --telegram-16: url("../icons/telegram-16.svg");  
  --telegram-out-16: url("../icons/telegram-out-16.svg");
  --telegram-out-white-16: url("../icons/telegram-out-white-16.svg");
  --whatsapp-16: url("../icons/whatsapp-16.svg");
  --whatsapp-white-16: url("../icons/whatsapp-white-16.svg");
  --whatsapp: url("../icons/whatsapp.svg");
  --whatsapp-white: url("../icons/whatsapp-white.svg");
  --play-80: url("../icons/Play-80.svg");
  --menu: url("../icons/menu.svg");
  --close-circle-16: url("../icons/close-circle-16.svg");
  --plus: url("../icons/Plus.svg");
  --min: url("../icons/min.svg");

  /*Colors*/
  --bg-clr: #fbfbfe;
  --bg-clr-2: #EAEAFA;
  --white-clr: #ffffff;
  --black-clr: #000000;
  --dark-clr-1: #07000C;
  --dark-clr-2: #515151;
  --dark-clr-3: #454545;
  --dark-clr-4: #797979;
  --light-clr-1: #696969;
  --light-clr-2: #595959;
  --light-clr-3: #e6e8ec;
  --light-clr-4: #535353;
  --light-clr-5: #a2a2a2;
  --light-clr-6: #F9F5FF;
  --light-clr-7: #D6D6D6;
  --light-clr-8: #575757;
  --light-clr-9: #4D4D4D;
  --light-clr-10: #424242;
  --light-clr-11: #5C5C5C;
  --light-clr-12: #F7F7F7;
  --dairy-cream-clr: #F0E4C4;
  --spring-wood: #f9f6ed;
  --navy-clr: #061C3D;
  --bluewood-clr: #344054;
  --prpl-sbush-clr: #7F56D9;
  --prpl-pastel-clr: #aca2b4;
  --gold-clr: #FFC444;
  --gold-clr-secondary: #F8F2E2;
  --silver-clr: #8E8E8E;
  --primary-clr: #502675;
  --secondary-clr: #cbbed6;
  --danger-clr: #FF2B0D;
  --error-clr: #E54545;
  --warning-clr: #CCA53B;
  --header-line: #DBDBDB;
  --text-gray: #888;
  --text-gray-2: #606060;
  --text-gray-3: #838383;
  --text-green-1: #11A832;
  --text-green-2: #E2FFE8;

  --flow-de-active-clr: #D9D9D9;
  --flow-active-clr: #502675;
  
  --flow-shadow-clr: #e5dfea;


  /*Font*/
  --font-reg: "IRANYekanXFaNumReg";

  /*Screen size*/
  --sm-scrn: 576px;
  --md-scrn: 768px;
  --lg-scrn: 992px;
  --xl-scrn: 1200px;
  --xxl-scrn: 1400px;
  --inner-pad-scrn: 6%;

  /*Other parameters*/
  --transition-dur: 300ms;
  --shadow-hover: 0px 0px 20px 0px #0000000d;
}

@import url(../fonts/fontiran.css);

* {
    font-family: var(--font-reg);
    cursor: default;
    box-sizing: unset;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
address {
    font-family: var(--font-reg) !important;
    text-align: start;
    margin: 0;
}

p {
    margin: 0;
    line-height: normal;
}

body {
    margin: 0;
    padding: 0;
    background-color: var(--bg-clr);
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
}

img,
video {
    object-fit: cover;
    object-position: center;
}

img {
    width: 100%;
}

input,
textarea {
    cursor: text;
}

a {
    display: block;
    text-decoration: solid;
    cursor: pointer;
    color: var(--primary-clr);
}

    a * {
        cursor: pointer;
    }

label {
    display: block;
}

button {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

    button i,
    button span {
        cursor: pointer;
    }

main > *:not(:last-child) {
    margin-bottom: 100px;
}

section .title-sec {
    color: var(--black-clr);
}

section .title-sec-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem;
}

    section .title-sec-wrapper h3 {
        margin-bottom: 0;
    }

section .desc-sec {
    text-align: center;
    color: var(--black-clr);
}

section .section-action {
    display: flex;
    justify-content: center;
    width: 100%;
}

address {
    color: var(--light-clr-10);
}

textarea,
textarea:focus,
textarea:visited,
textarea:active,
input,
input:focus,
input:visited,
input:active,
select {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
}

input,
select,
textarea{
    width: 100%;
}

::placeholder {
    color: var(--light-clr-5);
}

::-ms-input-placeholder {
    color: var(--light-clr-5);
}

.owl-carousel {
    direction: ltr !important;
}

    .owl-carousel .owl-dots {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .owl-carousel .owl-dots .owl-dot {
            width: 12px;
            height: 12px;
            border: 1px solid var(--primary-clr);
            border-radius: 12px;
            margin-inline: 4px;
        }

            .owl-carousel .owl-dots .owl-dot.active {
                background-color: var(--primary-clr);
            }

.w-100 {
    width: 100%;
}

.w-fit {
    width: fit-content;
}

.flex-j-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-j-start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flex-j-end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flex-j-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-auto-lg,
.flex-auto-xl {
    flex-wrap: wrap;
    align-items: center;
}

    .flex-auto-lg > *,
    .flex-auto-xl > * {
        margin-bottom: 20px;
    }

.flex-wrap {
    flex-wrap: wrap;
}

.vertical-stretch {
    align-items: stretch;
}

.vertical-center {
    align-items: center;
}

.pos-rel {
    position: relative;
}

.bg-view {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.bg-contain {
    background-size: contain;
}

.full-size {
    width: 100%;
    height: 100%;
}

.mask-link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.text-center {
    text-align: center;
}

.gold-clr {
    color: var(--gold-clr);
}

.silver-clr {
    color: var(--silver-clr);
}

.text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media screen and (max-width: 575px) {
    main > *:not(:last-child) {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 420px) {
    .read-more {
        font-size: 0.9rem;
    }

        .read-more > i {
            width: 16px;
            height: 16px;
        }
}



/* --------------------
    shourt cut styles
-------------------- */

.m-0 {
    margin: 0px !important;
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-l-0 {
    margin-left: 0px !important;
}

.m-r-0 {
    margin-right: 0px !important;
}

/* -------- */

.m-8 {
    margin: 8px !important;
}

.m-t-8 {
    margin-top: 8px !important;
}

.m-b-8 {
    margin-bottom: 8px !important;
}

.m-l-8 {
    margin-left: 8px !important;
}

.m-r-8 {
    margin-right: 8px !important;
}

/* -------- */

.f-w-500 {
    font-weight: 500;
}

.f-w-600 {
    font-weight: 600;
}

.f-w-700 {
    font-weight: 700;
}

/* --------- */

.w-100 {
    width: 100% !important;
}

.d-flex {
    display: flex !important;
}

.flex-column {
    flex-direction: column
}

.nowrap {
    text-wrap: nowrap;
}
.cursor-pointer {
    cursor: pointer;
}

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 100px;
    left: 20px;
    border-radius: 5px;
    background-color: var(--primary-clr);
    color: #fff;
    z-index: 999;
    width: 40px;
    text-align: center;
    height: 40px;
    opacity: 0;
    visibility: hidden;
    font-size: 25px;
    -webkit-transition: var(--transition);
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1)
}

    .go-top i {
        position: absolute;
        right: 0;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }

    .go-top * {
        cursor: pointer;
    }

    .go-top:hover {
        color: #fff;
        -webkit-transition: all .5s linear;
        transition: all .5s linear;
        background-color: var(--primary-clr);
        border: 1px solid var(--primary-clr)
    }

    .go-top.active {
        opacity: 1;
        visibility: visible;
        bottom: 25px;
        -webkit-animation: top-bottom 5s infinite linear;
        animation: top-bottom 5s infinite linear
    }
@-webkit-keyframes top-bottom {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@keyframes top-bottom {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@-webkit-keyframes half-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: center;
        transform-origin: center
    }

    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

@keyframes half-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: center;
        transform-origin: center
    }

    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

@-webkit-keyframes video-play {
    0% {
        width: 50%;
        height: 50%
    }

    100% {
        width: 100%;
        height: 100%
    }
}

@keyframes video-play {
    0% {
        width: 50%;
        height: 50%
    }

    100% {
        width: 100%;
        height: 100%
    }
}

.sidebar-body ul {
    margin-top: 1.38rem;
}

.main-footer {
    background-color: var(--bg-clr-2);
    padding: 40px;
    padding-top: 160px;
    position: relative;
}

    .main-footer .footer-sec {
        width: calc(25% - 40px);
        margin-inline: 20px;
    }

    .main-footer .footer-about-sec p, .main-footer span {
        color: var(--light-clr-9);
        line-height: 28px;
    }

    .main-footer .footer-about-sec ul li {
        margin-inline: 6px;
        background-color: var(--white-clr);
        width: 32px;
        height: 32px;
        border-radius: 8px;
    }

        .main-footer .footer-about-sec ul li a {
            width: 100%;
            height: 100%;
        }

        .main-footer .footer-about-sec ul li a,
        .main-footer .footer-about-sec ul li p {
            /* font-size: 0.8125rem; */
        }

    .main-footer .footer-contact-sec ul li i {
        margin-inline-end: 6px;
    }

    .main-footer .footer-contact-sec ul li > * {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .main-footer .footer-contact-sec ul li {
        margin-bottom: 16px;
    }

    .main-footer .footer-fl-sec ul li a {
        margin-bottom: 14px;
        color: var(--light-clr-10);
    }

    .main-footer .footer-cert-sec p {
        color: var(--light-clr-11);
    }

    .main-footer a {
        color: var(--black-clr);
    }

    .main-footer address {
        display: flex;
        align-items: flex-start;
    }


.fa-custom {
    font-size: 0.78rem;
    padding: 0.05rem;
}

.position-relative {
    position: relative;
}

.top-0 {
    top: 0px;
}

.bottom-0 {
    bottom: 0px;
}

.left-0 {
    left: 0px;
}

.right-0 {
    right: 0px;
}

.footer-bg-atr {
    width: 12rem;
    position: absolute;
}

.overflow-hidden {
    overflow: hidden;
}



@media screen and (max-width: 575px) {

    .footer-bg-atr {
        width: 22vw;
    }
}

.form-bg-atr {
    width: 31.83013rem;
    position: absolute;
}

.z-1 * {
    z-index: 1;
}

.z-2 * {
    z-index: 2;
}

.z-3 * {
    z-index: 3;
}

.p-b-3r {
    padding-bottom: 3rem;
}

.p-b-5r {
    padding-bottom: 5rem;
}

.p-b-10r {
    padding-bottom: 10rem;
}

.p-b-20r {
    padding-bottom: 20rem;
}

.p-b-30r {
    padding-bottom: 30rem;
}

@media screen and (max-width: 575px) {

    .p-b-m-0 {
        padding-bottom: 0rem;
    }

}

.p-t-0 {
    padding-top: 0px !important;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-tb-0, .p-t-b-0, p-bt-0, p-b-t-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.w-45 {
    width: 45%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.space-between {
    justify-content: space-between !important
}


.public-main-header .image-hero {
    width: 50%;
}

/*mobile size*/

@media screen and (max-width: 990px) {

    .hero-address {
        display: none !important;
    }

    .public-main-header .header-line {
        display: block;
        height: 1rem;
        background: none;
        margin-bottom: .8rem;
    }

    .public-main-header .ap-container > div {
        flex-wrap: wrap-reverse;
    }

    .public-main-header .ap-container > div {
        flex-wrap: wrap-reverse;
    }

    .public-main-header .image-hero {
        width: 100%;
    }

        .public-main-header .image-hero img {
            width: 100%;
        }
}

strong {
    color: var(--primary-clr)
}

.ap-card form {
    flex-wrap: wrap;
    width: 100%;
}

.section-secund {
    background-color: var(--bg-clr-2);
    padding-block: 40px;
}

.cell, .columns, x-grid * {
    box-sizing: border-box;
}

.ap-card hr {
    margin-bottom: 1.5rem;
    opacity: 0.2;
    background: #E6E8EC;
}

.x16 {
  width: 16px;
  height: 16px;
}

.x24 {
  width: 24px;
  height: 24px;
}

.x32 {
  width: 32px;
  height: 32px;
}

.x40 {
  width: 40px;
  height: 40px;
}

.login-x24 {
  background-image: var(--login);
}

.telegram-x16 {
  background-image: var(--telegram-16);
}

.telegram-out-x16 {
  background-image: var(--telegram-out-16);
  background-size: auto;
}

.telegram-out-white-x16 {
  background-image: var(--telegram-out-white-16);
  background-size: auto;
}

.whatsapp-x16 {
  background-image: var(--whatsapp-16);
}

.telegram-spec-x16 {
  background-image: var(--telegram-spec-16);
}

.instagram-spec-x16 {
  background-image: var(--instagram-spec-16);
}

.youtube-spec-x16 {
  background-image: var(--youtube-spec-16);
}

.twitter-spec-x16 {
  background-image: var(--twitter-spec-16);
}

.location-x24 {
  background-image: var(--location);
}

.email-x24 {
  background-image: var(--email);
}

.mobile-x16 {
  background-image: var(--mobile-16);
}

.like-x16 {
  background-image: var(--like-16);
}

.message-x16 {
  background-image: var(--message-16);
}

.arrow-left {
  background-image: var(--arrow-left);
}

.arrow-left-white {
  background-image: var(--arrow-left-white);
}

.arrow-down-2 {
  background-image: var(--arrow-down-2);
}

.arrow-up-2 {
    background-image: var(--arrow-down-2);
    transform: rotate(180deg);
}

.plus-24 {
  background-image: var(--plus);
}

.min-24 {
  background-image: var(--min);
}
h1 {
    font-weight: 600;
}

h3 {
    font-weight: 600;
}

h6 {
    font-weight: 500;
}


@media screen and (max-width: 1199px) {
    h1 {
        font-size: 1.5rem;
        line-height: 2.5rem;
        margin-bottom: 1.5rem;
    }

    h3 {
        font-size: 1.35rem;
        line-height: 2.5rem;
        margin-bottom: 1.25rem;
    }

    h4 {
        font-size: 1.2rem;
        margin-bottom: 0.75rem;
        line-height: 1.875rem;
    }

    h6 {
        font-size: 0.875rem;
        margin-bottom: 6px;
    }

    p, address {
        font-size: .875rem;
        line-height: 1.57rem;
        margin-bottom: 1rem;
    }

    a {
        font-size: .9rem;
    }

    button {
        font-size: 1rem;
    }
}

@media screen and (max-width: 990px) {
    h1 {
        font-size: 1.45rem;
        line-height: 2rem;
        margin-bottom: 1.25rem;
    }

    button {
        font-size: .875rem;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 1.25rem;
        margin-bottom: 1.15rem;
    }
}

@media screen and (max-width: 575px) {
    h1 {
        font-size: 1.04688rem;
        line-height: 1.8125rem;
        margin-bottom: .75rem;
    }

    h3 {
        font-size: .9125rem;
        line-height: 1.5rem;
    }

    h4 {
        font-size: .875rem;
        margin-bottom: .25rem;
    }

    p, address {
        font-size: .75rem;
        margin-bottom: 1.25rem;
    }
}

@media screen and (max-width: 420px) {
    h4 {
        font-size: .725rem;
        line-height: normal;
    }

    p, address {
        font-size: .725rem;
        line-height: 1.25rem;
    }

    .p-sm {
        font-size: 0.8rem;
        line-height: 1.2rem;
        margin-bottom: .25rem;
    }
}

@media screen and (min-width: 1200px) {
    h1 {
        font-size: 2rem;
        line-height: 2.75rem;
        margin-bottom: 1.75rem;
    }

    h3 {
        font-size: 1.57rem;
        line-height: 2.75rem;
        margin-bottom: 1.5rem;
    }

    h4 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
        line-height: 2rem;
    }

    h6 {
        font-size: 0.875rem;
        margin-bottom: 6px;
    }

    p, address {
        font-size: .875rem;
        line-height: 1.57rem;
        margin-bottom: 1rem;
    }

    a {
        font-size: .9rem;
    }

    button {
        font-size: 1rem;
    }
}

.ap-sep {
    width: 100%;
    height: 1px;
    background-color: var(--primary-clr);
    opacity: 0.5;
    margin-block: 20px;
}

.ap-form-field {
    margin: 4px 14px;
    margin-bottom: 32px;
    min-width: 42%;
}

    .ap-form-field.wide-field {
        width: 100%;
        margin-inline: 77px;
    }

    .ap-form-field.captcha-area {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

        .ap-form-field.captcha-area > div {
            width: 266px;
            margin-inline: 14px;
            margin-bottom: 32px;
        }

.ap-input-field,
.ap-select-field,
.ap-file-field,
.ap-captcha-field {
    background-color: transparent;
    border: none;
    position: relative;
    border-radius: 5px;
    border: 1px solid var(--light-clr-3);
    display: flex;
    position: relative;
    background-color: var(--white-clr);
    padding: 18px 13px;
    transition: var(--transition-dur) all;
}
    .ap-input-field.x2,
    .ap-select-field.x2,
    .ap-file-field.x2,
    .ap-captcha-field.x2 {
        padding: 0.625rem 0.875rem 0.875rem;
    }

    .ap-input-field:active,
    .ap-input-field:focus-within,
    .ap-select-field:active,
    .ap-select-field:focus-within {
        border-color: var(--prpl-sbush-clr);
    }

.ap-captcha-field {
    align-items: center;
    justify-content: space-between;
}

    .ap-captcha-field img {
        width: fit-content;
        object-fit: contain;
        object-position: center;
        height: 50px;
    }

    .ap-captcha-field > a {
        background-image: var(--sync);
        margin-inline-end: 10px;
    }

.ap-file-field {
    padding-block: 8px;
}

.ap-select-field select {
    width: 100%;
    cursor: pointer;
}

.ap-select-field option[value="0"] {
    color: var(--light-clr-5);
}

.ap-file-field input[type="file"] {
    display: none;
}

.ap-file-field .ap-file-label {
    color: var(--light-clr-5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    cursor: pointer;
    font-size: 13.33px;
}

    .ap-file-field .ap-file-label span {
        border-radius: 6px;
        background-color: var(--light-clr-7);
        color: var(--dark-clr-3);
        padding: 8px 14px;
        cursor: inherit;
        font-size: inherit;
    }

.ap-input-field input {
    width: calc(100% - 28px);
}

.ap-input-field textarea {
    width: 100%;
}

.captcha-area .ap-input-field, .captcha-area .ap-captcha-field {
    padding: 10px 13px;
}

.ap-form-field label {
    color: var(--black-clr);
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}

.ap-form-field .help-text {
    font-size: 12px;
    font-weight: 400;
    color: var(--primary-clr);
    display: block;
    margin-top: 8px;
    position: absolute;
}

.ap-form-field input,
.ap-form-field textarea {
    color: var(--light-clr-4);
    line-height: 20px;
}

.ap-form-field .ap-input-action {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 19px;
    z-index: 1;
    bottom: calc(50% - 12px);
}

.ap-check-field label {
    color: var(--bluewood-clr);
    font-weight: 500;
    font-size: 16px;
    display: flex;
    position: relative;
    cursor: pointer;
}

    .ap-check-field label span {
        border: 1px solid var(--light-clr-3);
        border-radius: 6px;
        width: 20px;
        height: 20px;
        display: block;
        margin-inline-end: 12px;
        position: relative;
        transition: var(--transition-dur) all;
    }

        .ap-check-field label span:after {
            left: 3px;
            top: 4px;
            width: 14px;
            height: 14px;
            background-image: var(--check-14);
            content: "";
            position: absolute;
            opacity: 0;
            transition: var(--transition-dur) opacity;
        }

    .ap-check-field label input:checked ~ span:after {
        opacity: 1;
    }

    .ap-check-field label input:checked ~ span {
        border: 1px solid var(--prpl-sbush-clr);
        background-color: var(--light-clr-6);
    }

.ap-check-field input[type="checkbox"] {
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    display: none;
}

.ap-button,
.ap-badge {
    gap: 8px;
    color: var(--white-clr);
    /* line-height: 22.1px; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-dur) filter;
}

.ap-button {
    background-color: var(--primary-clr);
    border-radius: 12px;
    padding: 12px 20px;
    /* font-weight: 500;
  font-size: 1.0625rem; */
    border: 3px solid transparent;
}

    .ap-button:hover {
        filter: brightness(1.22);
    }

    .ap-button:active,
    .ap-button:focus-within {
        border-color: var(--prpl-pastel-clr);
    }

.ap-badge {
    background-color: var(--warning-clr);
    border-radius: 3px;
    padding: 6px 8px;
    /* font-weight: 400;
  line-height: 28px; */
    justify-content: center;
    align-items: center;
    font-size: 0.75rem;
    margin-inline: 4px;
}

    .ap-badge > span {
        font-size: inherit;
    }

    .ap-badge:hover {
        filter: brightness(1.1);
    }

.ap-button i {
    transition: var(--transition-dur) transform;
}

.ap-button > span,
.ap-badge > span {
    color: inherit;
    font-size: inherit;
    display: block;
}

.ap-submit-action {
    width: 100%;
    display: flex;
    justify-content: center;
}

    .ap-submit-action > button {
        width: 280px;
        justify-content: center;
    }

.ap-container {
    margin-inline: auto;
    display: block;
}

.hover:hover {
    box-shadow: var(--shadow-hover);
}

.ap-card {
    border-radius: 20px;
    padding: 30px;
    background-color: var(--white-clr);
    transition: var(--transition-dur) all;
    /* static */
    box-shadow: var(--shadow-hover);
}

    .ap-card:hover {
        box-shadow: var(--shadow-hover);
    }

.ap-card-head {
    margin-bottom: 24px;
}

    .ap-card-head .ap-card-thumb {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80px;
        height: 80px;
        border-radius: 10px;
    }

        .ap-card-head .ap-card-thumb > * {
            width: 50%;
            height: 50%;
        }

.ap-accordion {
    margin-inline: 8px;
}

.ap-accordion-header,
.ap-accordion-collapse {
    position: relative;
    transition: var(--transition-dur) all;
}

.ap-accordion .ap-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.ap-accordion .ap-accordion-item {
    margin-bottom: 24px;
    overflow: hidden;
}

.ap-accordion-item .ap-accordion-header span {
    font-weight: bold;
    color: var(--primary-clr);
    font-size: .9rem;
    margin-inline-end: 20px;
}

.ap-accordion .ap-accordion-collapse {
    overflow: hidden;
    height: auto;
}

.ap-accordion-collapse.collapse {
    padding: 0;
    height: 0;
}

.ap-accordion-item.ap-card {
    padding: 0;
}

.ap-accordion-collapse,
.ap-accordion-header {
    padding: 20px;
}

.ap-accordion-item.active .ap-accordion-header {
    background-color: var(--primary-clr);
}

    .ap-accordion-item.active .ap-accordion-header span {
        color: var(--white-clr);
    }

.ap-accordion-item.active .ap-accordion-collapse {
    background-color: var(--bg-clr-2);
}

.ap-link-img {
    background-image: var(--ap-logo-1);
    width: 113px;
    height: 44px;
}

.ap-link-img2 {
    background-image: var(--ap-logo-2);
    width: 180px;
    height: 45px;
}

.profile-circle-img {
    background-image: var(--profile-circle-img);
    display: flex;
    width: 2rem;
    height: 2rem;
}

.field-validation-error {
    position: absolute;
    bottom: -24px;
    right: 4px;
    font-size: 0.75rem;
    font-weight: bold;
    color: var(--danger-clr);
}

@media screen and (max-width: 767px) {
    .card-auto-flex {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

        .card-auto-flex .ap-card-head {
            margin-bottom: 0px;
            margin-inline-end: 24px;
        }
}

@media screen and (max-width: 575px) {
    .ap-form-field {
        margin-inline: unset;
    }

    .ap-card {
        padding: 20px;
    }

    .card-auto-flex .ap-card-head {
        margin-inline-end: 16px;
    }

    .ap-button {
        padding: 8px 16px;
    }

    .ap-link-img2 {
        width: 140px;
        height: 35px;
    }

}

@media screen and (max-width: 420px) {
    .ap-card-head .ap-card-thumb {
        width: 40px;
        height: 40px;
    }
        .ap-card-head .ap-card-thumb > i {
            font-size: 1.5rem !important;
        }

        .ap-accordion-item .ap-accordion-header span {
            font-size: .625rem;
        }
}


.flat-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    justify-content: space-evenly;
}

.flat-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

    .flat-item h3 {
        margin-bottom: 0px;
        font-size: 1rem;
        font-style: normal;
        line-height: normal;
    }

    .flat-item p {
        color: var(--text-gray-3);
        margin: 0px;
    }

.flat-icon {
    border-radius: 2rem;
    display: flex;
    width: 3rem;
    height: 3rem;
    justify-content: center;
    align-items: center;
}

    .flat-icon img {
        width: 1.5rem;
        height: 1.5rem;
    }

@media screen and (max-width: 990px) {

    .feature-report .tubmail {
        display: none;
    }

    .services-report .ap-card-body {
    }
}

.bg-mod {
    background-color: var(--bg-clr-2);
    padding-block: 40px;
}
.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 {
            /* font-size: 19px;
  font-weight: 400;
  line-height: 36px; */
            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-sec {
    background-color: var(--bg-clr-2);
    padding-block: 40px;
    margin-bottom: 0;
}

    .services-sec > .ap-container > div {
        flex-wrap: wrap;
    }

    .services-sec .ap-card {
        width: 100%;
        margin: 10px;
        position: relative;
    }

        .services-sec .ap-card > .mask-link {
            display: none;
        }

    .services-sec .ap-card-head {
        display: flex;
        justify-content: center;
    }

        .services-sec .ap-card-head > div {
            background-color: var(--secondary-clr);
            transition: var(--transition-dur) background-color;
        }

    .services-sec .ap-card .ap-card-head > div i {
        transition: var(--transition-dur) background-image;
    }

.service-1 .ap-card-head > div i {
    background-image: var(--dollar-circle-40);
}

.service-1:hover .ap-card-head > div i {
    background-image: var(--dollar-circle-40-white);
}

.service-2 .ap-card-head > div i {
    background-image: var(--Chart-40);
}

.service-2:hover .ap-card-head > div i {
    background-image: var(--Chart-40-white);
}

.service-3 .ap-card-head > div i {
    background-image: var(--people-40);
}

.service-3:hover .ap-card-head > div i {
    background-image: var(--people-40-white);
}

.service-4 .ap-card-head > div i {
    background-image: var(--volume-high-40);
}

.service-4:hover .ap-card-head > div i {
    background-image: var(--volume-high-40-white);
}

.service-5 .ap-card-head > div i {
    background-image: var(--diagram-40);
}

.service-5:hover .ap-card-head > div i {
    background-image: var(--diagram-40-white);
}

.service-6 .ap-card-head > div i {
    background-image: var(--shield-tick-40);
}

.service-6:hover .ap-card-head > div i {
    background-image: var(--shield-tick-40-white);
}

.services-sec .ap-card:hover .ap-card-head > div {
    background-color: var(--primary-clr);
}

.services-sec .ap-card-body h4 {
    /* font-size: 1.5rem;
  font-weight: 500;
  line-height: 36.4px; */
    text-align: center;
    /* margin-bottom: 20px; */
}

.services-sec .ap-card-body p {
    /* font-size: 1rem;
  font-weight: 500;
  line-height: 24px; */
    text-align: center;
}

.services-sec .ap-card-body a {
    width: 100%;
    text-align: center;
    /* font-size: 1rem; */
    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-sec .ap-card:hover .ap-card-body a {
    bottom: 20px;
    opacity: 1;
}

.services-sec .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 {
    background-color: var(--bg-clr-2);
    padding: 80px;
}

    .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 {
        padding: 40px 0;
    }

        .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-sec .card-auto-flex {
        height: auto;
    }

        .services-sec .card-auto-flex a {
            display: none;
        }

        .services-sec .card-auto-flex > .mask-link {
            display: block;
        }

    .services-sec .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) {
    /* :root {
    font-size: 80% !important;
  } */

    .main-header {
        padding-top: 120px;
    }

    .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-sec .ap-card {
        width: 270px;
        min-height: 285px;
    }
}

@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-sec .ap-card {
        width: 280px;
    }

    .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; 
    }
}

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;
}