/* single post default */

.paper-list-sidebar {
    width: 32%;
    transform: translateY(-140px);
    -webkit-transform: translateY(-140px);
    -moz-transform: translateY(-140px);
    -ms-transform: translateY(-140px);
    -o-transform: translateY(-140px);
}

.post-content-wrapper {
    width: 65%;
    transform: translateY(-140px);
    -webkit-transform: translateY(-140px);
    -moz-transform: translateY(-140px);
    -ms-transform: translateY(-140px);
    -o-transform: translateY(-140px);

}

.post-inside-wrapper {
    /* border-radius: 16px; */
    overflow: hidden;
    /* background-color: var(--wihte); */
    /* padding: 24px; */
    /* box-shadow: 0px 0 10px 1px rgb(0 0 0 / 5%) ; */
}

.post-thumbnail {
    width: 100%;
    max-width: 100%;
    max-height: 550px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 40px;

}

/* .post-thumbnail:has(section.blog-galleries){
  width: auto !important;
} */
.blog-galleries {
    height: 500px;
    width: 100%;
}

.blog-galleries img {
    object-fit: cover !important;
}

.single-news-gallery {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 24px !important;
}

.single-news-gallery li {
    margin-right: 16px !important;
}

.single-news-gallery .splide__arrows--rtl .splide__arrow--prev {
    right: 0 !important;
}

.single-news-gallery .splide__arrows--rtl .splide__arrow--next {
    left: 0 !important;
}

.single-news-gallery .splide__arrow svg {
    fill: var(--orange);
}

.single-news-gallery a {
    width: 100%;
    height: 100%;
}

.single-news-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    margin: 0 !important;
}

.single-news-gallery .splide__track--nav > .splide__list > .splide__slide.is-active {
    border: 2px solid var(--orange) !important;
    border-radius: 5px !important;
}

.wp-block-button__link {
    color: #fff;
    margin-bottom: 8px !important;
}

.wp-block-button__link * {
    color: #fff !important;
}

.post-thumbnail img {
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    max-height: 550px;

}

.paper-cats {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 24px 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    /* background: rgb(0,42,83);
  background: -moz-linear-gradient(0deg, rgba(0,42,83,0.9051995798319328) 0%, rgba(0,42,83,0.2329306722689075) 100%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0,42,83,0.9051995798319328) 0%, rgba(0,42,83,0.2329306722689075) 100%, rgba(255,255,255,1) 100%);
  background: linear-gradient(0deg, rgba(0,42,83,0.9051995798319328) 0%, rgba(0,42,83,0.2329306722689075) 100%, rgba(255,255,255,1) 100%); */
    background: linear-gradient(0deg, rgba(16, 36, 70, .98) 20%, rgba(235, 235, 235, 0) 60%);

}

.single-paper-cats {
    height: 30%;
    background: linear-gradient(0deg, rgba(16, 36, 70, .85) 28%, rgba(235, 235, 235, 0) 100%);

}

.paper-cats a {
    margin: 4px 4px;
    padding: 4px 12px;
    border-radius: 16px;
    background-color: var(--primery);
    color: var(--wihte);
    font-size: 0.9rem;
}

.post-title {
    width: 100%;
    line-height: 1.7;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
}

.post-title-type2 {
    color: var(--primery);
    margin: 0 0 16px 0;

}

.post-lisence {
    display: flex !important;
    align-items: center;
    width: 100%;
    border: 1px solid #88888838;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    padding: 12px;
    margin: 0 !important;
    margin-bottom: 16px !important;
    font-size: 0.9rem !important;

}

.post-lisence i {
    margin-left: 8px;
    color: var(--orange);
}

.post-attachments {
    width: 100%;
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.post-attachments a {
    padding: 6px 18px;
    display: flex !important;
    align-items: center;
    background-color: var(--orange);
    border-radius: 25px;
    color: #fff;
    font-size: 0.9rem;
    margin-left: 8px;
    margin-bottom: 8px;
}

.post-attachments a i {
    padding-left: 8px;
    margin-left: 8px;
    border-left: 1px solid #fff !important;
    color: #fff;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.post-source {
    width: 100%;
    display: flex !important;
    flex-direction: column !important;
    border-top: 1px solid #88888846;
    padding-top: 8px;
}

.paper-item-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.paper-item-info span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: var(--gray);
    background-color: var(--light-wihte);
    border-radius: 16px;
    padding: 4px 12px;
    font-size: 0.9rem;
    margin-left: 12px;
}

.paper-item-info span i {
    font-size: 1rem;
    color: var(--primery);
    margin-left: 6px;
}

.post-content {
    width: 100%;
}

.single-content * {
    color: var(--gray);
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 400;

}

.single-content p,
.faq-item-desc p {
    text-align: justify;
}

.single-content img,
.single-content video {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin: 24px 0;
}

.single-content strong,
.single-content span,
.single-content a,
.page-content strong,
.page-content span,
.page-content a,
.faq-item-desc strong,
.faq-item-desc span,
.faq-item-desc a {
    display: inline-block;
    margin: 0 2px;
}

.single-content strong,
.single-content a,
.faq-item-desc strong,
.faq-item-desc span,
.faq-item-desc a,
.page-content strong,
.page-content span,
.page-content a {
    font-weight: 600;
}

.single-content a:hover,
.single-content a:hover * {
    color: var(--primery) !important;
}

.single-content ol,
.faq-item-desc ol,
.page-content ol {
    list-style: decimal;
}

.single-content ul,
.faq-item-desc ul,
.page-content ul {
    padding-right: 8px;
}

.single-content ol li,
.faq-item-desc ol li,
.page-content ol li {
    list-style: decimal;
    margin-bottom: 8px;
    margin-right: 16px;
}

.single-content ul li,
.faq-item-desc ul li,
.page-content ul li {
    list-style: disc;
    margin-right: 16px;

}

.single-content h2,
.faq-item-desc h2,
.single-content h3,
.faq-item-desc h3,
.single-content h4,
.faq-item-desc h4,
.single-content h5,
.faq-item-desc h5,
.single-content h6,
.faq-item-desc h6,
.page-content h2,
.page-content h4,
.page-content h3,
.page-content h5 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 16px;
    margin-top: 24px;
}

::marker {
    color: var(--orange);
}

.wp-social-link {
    list-style: none !important;
}

.file-attachment {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
    margin-top: 16px;
}

.file-attachment a {
    margin-bottom: 8px;
}

.news-moreinfo {
    width: 100%;
    padding: 12px;
    background-color: #f0f2f5;
    border-radius: 8px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.news-moreinfo li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8px;
}

.news-moreinfo li:last-of-type {
    margin-bottom: 0;
}

.news-moreinfo li span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1rem;
}

.news-moreinfo li span:first-of-type {
    color: var(--orange);
    width: 150px;
}

.news-moreinfo li span i {
    margin-left: 6px;
    color: var(--orange);
}

/* tags *********************************************************************** */
.post-metas {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.post-tagss {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 12px 0;
    border-top: 1px solid #88888846;

}

.post-tagss a {
    color: var(--gray);
    padding: 4px 12px;
    border-radius: 25px;
    transition: .4s;
    margin: 6px;
    font-size: .9rem;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.post-tagss a:hover {
    color: var(--primery);

}

.post-share {
    max-width: 100%;
    display: flex;
    align-items: center;
    color: var(--gray);
    font-size: 0.95rem;
    padding: 12px 0;
    border-top: 1px solid #88888846;
    border-bottom: 1px solid #88888846;
    justify-content: flex-start;
    flex-direction: row;
}

.post-share > div:first-of-type {
    margin-right: 6px;
}

.social-btn {
    display: flex;
    justify-content: center;
    border-radius: 10px;
    /* background-color: #e5e5e5; */
    overflow: hidden;
}

.social-btn a {
    font-size: 1rem;
    color: var(--gray);
    display: flex;
}

.social-btn a:hover {
    color: var(--wihte) !important;
}


.aj_likes {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 30px 0;
    font-size: 20px;
}

.aj_likes p {
    font-size: 20px;
}

.aj_thumbsup {
    padding: 5px 20px;
    border: 2px solid var(--primery);
    border-radius: 5px;
    display: flex;
    align-items: center;
    color: #fff;
    background: var(--primery);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.aj_thumbsup i {
    color: var(--wihte);
    transition: .4s;
    margin-left: 7px;
}

.aj_thumbsup:hover {
    color: var(--primery);
    background: rgba(255, 255, 255, 0);
}

.aj_thumbsup:hover i {
    color: var(--primery);
}

.recorded {
    color: var(--primery);
    background: rgba(255, 255, 255, 0);
}

.recorded i {
    color: var(--primery);
}

.fancybox__counter {
    display: flex !important;
}

.carousel__track {
    transform: translate3d(0px, 0px, 0px) scale(1) !important;
    justify-content: center !important;
}

.fancybox__container {
    direction: ltr !important;
}

.posts-coments {
    border-radius: 16px;
    width: 100%;
    padding: 24px;
    margin-top: 40px;
}


/********posts coments ************/

.aiowps-captcha-equation {
    order: 4;
    width: 48%;
    margin-right: 8px;
}

.aiowps-captcha {
    display: none;
}

#aiowps-captcha-answer {
    /* background-color: var(--silver-bright); */
    border: 2px solid var(--silver);

    border-radius: 8px;
    padding: 8px 24px;
    font-size: 1rem;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.must-log-in {
    display: flex;
    align-items: center;
}

.must-log-in a {
    margin: 0 8px;
    padding: 5px 15px;
    background-color: var(--primery);
    color: var(--wihte);
    border-radius: 10px;
}

.posts-coments {
    width: 100%;
    margin: 24px 0;
}

.posts-coments > span > strong {
    font-size: 1.5em;
}

.comments {
    width: 100%;
    height: 100%;
}

.comments-header {
    display: none;
}

.comments-inner {
    width: 100%;
    padding: 25px 0;
}

.comment {
    width: 100%;
    padding: 16px;
    margin: 0 0 32px;
    border-radius: 16px;
    color: var(--gray);
    background-color: var(--silver-bright);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-start;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.comment-author {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--gray);
    padding: 5px;
    font-size: 1.1rem;
    font-style: normal !important;
    font-weight: 700;
}

.comment-author img {
    width: 55px;
    border-radius: 50%;
    border: 2px solid var(--wihte);
    margin-left: 10px;
}

.says {
    display: none;
}

cite {
    font-style: normal !important;
}

.comment-awaiting-moderation {
    width: 100%;
    padding: 10px;
    color: var(--primery);
    font-size: .9em;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.comment-meta {
    display: none !important;
    font-size: .9rem;
    width: 60%;
    padding: 5px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--gray);
}

.comment-edit-link {
    display: none;
}

.comment > p {
    width: 100%;
    padding: 10px 10px 0 10px;
    margin: 0 !important;
    font-size: 1rem;
    line-height: 2;
    font-weight: 500;
}

.reply {
    width: 100%;
    padding: 10px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reply > a {
    font-size: 1rem;
    color: var(--gray);
}

.depth-2 {
    width: 100%;
    /* background-color: #fff; */
    margin: 10px;
    border: 1px solid var(--silver-bright);
}

.depth-3 {
    width: 100%;
    border: 1px solid var(--silver-bright);
    margin: 10px;
}

#respond {
    width: 100%;
}

#reply-title {
    display: none !important;
}

#reply-title > a {
    color: var(--primery);
}

#reply-title > small {
    width: 100px;
    height: 30px;
    margin: 0 20px;
}

#reply-title > small > a {
    width: 100%;
    height: 100%;
    background-color: var(--primery);
    color: var(--wihte);
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
}

#commentform {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.comment-form-url,
.comment-form-cookies-consent {
    display: none !important;
}

.comment-notes {
    display: none;
}

.comment-form-comment {
    order: 3;
}

.comment-form-author {
    order: 1;
}

.comment-form-email {
    order: 2;
}

.comment-form-comment {
    width: 100%;
    padding: 5px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#comment {
    width: 100%;
    height: 200px;
    resize: none;
    /* background-color: var(--silver-bright); */
    border: 2px solid var(--silver);
    border-radius: 16px;
    font-family: AnjomanMax;
    font-size: 1rem;
    padding: 16px;
    color: var(--gray);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {

    width: 50%;

    padding: 5px;

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: start;

    -ms-flex-pack: start;

    justify-content: flex-start;

    align-items: flex-start;
    flex-direction: column;

}

.comment-form-author > label,
.comment-form-email > label,
.comment-form-url > label,
.comment-form-comment > label {

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: start;

    -ms-flex-pack: start;

    justify-content: flex-start;

    -webkit-box-align: start;

    -ms-flex-align: start;

    align-items: flex-start;

    margin-right: 5px;
    margin-bottom: 6px;

    color: var(--gray);

}

.comment-form-author > input,
.comment-form-email > input,
.comment-form-url > input {
    width: 100%;
    height: 50px;
    /* background-color: var(--silver-bright); */
    border-radius: 8px;
    font-family: AnjomanMax;
    color: var(--gray);
    padding: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: 2px solid var(--silver);

}

.styled-separator {
    color: var(--silver-bright);
    background: var(--silver-bright);
    border: none;
    width: 100%;
    height: 2px;
}

.logged-in-as {
    display: none !important;
}

.comment-form-cookies-consent {

    width: 100%;

    font-size: 1em;

    padding: 5px;

}



.form-submit {
    order: 4;

    width: 120px;

    padding: 5px;

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;


    justify-content: flex-end;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}





#submit {
    width: 130px;
    height: 35px;
    border: none;
    font-family: AnjomanMax;
    background-color: var(--orange);
    border-radius: 25px;
    color: var(--wihte);
    font-size: 0.9rem !important;
    cursor: pointer;
    transition: .4s;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border: 1px solid var(--orange);

}

#submit:hover {

    background-color: #d5533900;
    color: var(--primery);
    border: 1px solid var(--primery);


}

.comments-section {
    width: 100%;
}

.comments-section > h2 {
    width: 100%;
    margin-bottom: 16px;
    color: var(--gray);
}


.comments-pagination {
    width: 100%;
    display: flex;
    color: var(--gray);
    justify-content: center;
    margin: 25px 0 10px;
}

.comments-pagination * {
    display: none;
    margin: 0 8px;
}

.comments-pagination > a:first-of-type {
    display: flex;
    border: 1px solid var(--primery);
    border-radius: 5px;
    color: var(--primery);
    font-size: .9rem;
    padding: 5px 15px;

}

.comments-pagination > a:hover {
    color: var(--silver-bright);
    border: 2px solid var(--silver-bright);


}

.next {
    display: flex !important;
    flex-direction: row-reverse;
    border: 1px solid var(--primery);
    border-radius: 5px;
    color: var(--primery);
    font-size: .9rem;
    padding: 5px 15px;
}

.comment-sec-title {
    font-size: 2rem;
    font-weight: 700;
}


/* sidebar */


.sidebar-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.sidebar-section {
    width: 100%;
    border-radius: 16px;
    background-color: var(--wihte);
    padding: 24px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-shadow: 0px 0 10px 1px rgb(0 0 0 / 5%);

}

.side-post-list-only-title {
    border-radius: 0px;
    box-shadow: none;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.side-post-list-only-title li:last-of-type {
    border-bottom: 0px solid #000;
}

.side-post-list-thubmnail {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 0;
    overflow: hidden;
}

.side-post-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 2px solid var(--light-wihte);
}

.side-post-list-thubmnail > section:last-of-type {
    border-bottom: 0px solid #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

.side-post-item-pic {
    width: 130px;
    height: 80px;
    display: flex;
    align-items: flex-start;
}

.side-post-item-pic img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.side-post-item > div {
    width: calc(100% - 138px);
    height: 100%;

}

.side-post-item-title {
    font-size: 0.9rem;
}


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

.main-header {
    background-color: transparent;
}

.page-header {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 130px;
    padding-bottom: 70px;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
}

.page-header::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgb(0, 42, 83);
    background: -moz-linear-gradient(270deg, rgba(0, 42, 83, 1) 0%, rgba(0, 42, 83, 1) 52%, rgba(0, 42, 83, 0.1825105042016807) 100%);
    background: -webkit-linear-gradient(270deg, rgba(0, 42, 83, 1) 0%, rgba(0, 42, 83, 1) 52%, rgba(0, 42, 83, 0.1825105042016807) 100%);
    background: linear-gradient(270deg, rgba(0, 42, 83, 1) 0%, rgba(0, 42, 83, 1) 52%, rgba(0, 42, 83, 0.1825105042016807) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002a53", endColorstr="#002a53", GradientType=1);
}

.noavarypage::after {
    display: none;
}

.page-header-type2 {
    min-height: 300px;
    padding-bottom: 40px;
    background-image: url(../image/header-bg.png);
}

.page-header-type2:after {
    background: rgb(0, 42, 83) !important;
    z-index: -1;
}

.page-header * {
    position: relative;
    z-index: 2;
    color: #fff;
}

.page-title {
    font-size: 32px;
    margin-bottom: 16px;
    margin-top: 12px;
    font-weight: 700;
}

.page-desc {
    width: 100%;
    max-width: 700px;
    line-height: 1.7;
    font-size: 15px;
}

.item-box-wrapper {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #fafafa;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
    flex-wrap: wrap;

}

.item-box {
    width: 30%;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 0 40px 1px #6666662f;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    min-height: 550px;
}

.item-box > section {
    padding: 24px;
    border-radius: 16px;
    width: 100%;
    height: 100%;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: rgb(255, 255, 255);
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9500175070028011) 50%, rgba(255, 255, 255, 0.4009978991596639) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9500175070028011) 50%, rgba(255, 255, 255, 0.4009978991596639) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9500175070028011) 50%, rgba(255, 255, 255, 0.4009978991596639) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);

}

.item-box-wrapper > section:nth-of-type(2),
.item-box-wrapper > section:nth-of-type(5) {
    margin: 0 5%;
}

.item-box-pic {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    padding: 8px;
    background-color: var(--orange);
    margin-bottom: 16px;
}

.item-box-title {
    color: var(--secondry);
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 700;
}

.item-box-desc {
    width: 100%;
    font-size: 14px;
}

.item-box-desc li {
    margin-bottom: 16px;
}

.item-box-link {
    align-self: flex-end;
    padding: 6px 24px;
    border: 2px solid var(--primery);
    color: var(--primery);
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-top: 24px;
}

.item-box-link i {
    margin-right: 6px;
}

.lisence-item-wrapper {
    padding-top: 150px;
    padding-bottom: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.lisence-item {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 24px;
    padding: 16px;
    box-shadow: 0 0 40px 1px #6666662f;
    margin-top: 40px !important;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    min-height: 110px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.lisence-item:hover {
    background-color: var(--orange);
    color: #fff;
}

.lisence-item-pic {
    width: 75px;
    height: 75px;
    border-radius: 16px;
    margin-left: 12px;
    padding: 12px;
    background-color: #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.lisence-item-title {
    font-weight: 600;
    font-size: 14px;

}

.lisence-item-wrapper > section:nth-of-type(2),
.lisence-item-wrapper > section:nth-of-type(5) {
    margin: 0 5%;
}


.consulation-item-wrapper {
    padding-top: 24px;
    padding-bottom: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    align-content: flex-start;
}

.consulation-item {
    width: 180px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 0 40px 1px #6666662f;
    margin: 0 8px;
    margin-top: 24px !important;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.consulation-item:hover {
    background-color: var(--orange);
    color: #fff;
}

.consulation-item-pic {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    padding: 12px;
    background-color: var(--orange);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.consulation-item-title {
    font-weight: 600;
    font-size: 14px;
    margin-top: 24px;
    text-align: center;
}

.consulation-req-link {
    max-width: 250px;
    display: flex !important;
    justify-content: center;
    padding: 6px 18px;
    color: #fff !important;
    background-color: var(--orange);
    border-radius: 40px;
    font-size: 18px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    font-weight: 500;
    align-items: center;
}

.consulation-req-link i {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #ffffff83;
}

.tab-wrapper {
    display: flex;
    flex-direction: column;
    margin: 75px 0;


}

.overfllow-wrapper {
    width: 100%;
    overflow-x: auto;
}

.tab-button-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding-right: 16px;
}

.tab-button-item {
    padding: 8px 16px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #dbdbdb;
    margin-left: 12px;
    cursor: pointer;
}

.tab-button-wrapper > span:first-of-type {
    background-color: var(--orange);
    color: #fff;
}

.tab-content-wrapper {
    width: 100%;
    border-radius: 16px;
    border: 1px solid #dbdbdb;
    position: relative;
    height: 550px;
    overflow: hidden;
}


.tab-content-item {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    display: none;
}

.tab-content-wrapper > section:first-of-type {
    display: block;
}

.tab-content-item-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 100px;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(275deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9808298319327731) 63%, rgba(255, 255, 255, 0.7203256302521008) 100%);
    background: -webkit-linear-gradient(275deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9808298319327731) 63%, rgba(255, 255, 255, 0.7203256302521008) 100%);
    background: linear-gradient(275deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9808298319327731) 63%, rgba(255, 255, 255, 0.7203256302521008) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.tab-content-item-wrapper p {
    width: 100%;
}

.tab-content-pic {
    width: 48%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tab-content-pic img {
    border-radius: 16px;
}

.tab-content-pic figcaption {
    width: 100%;
    height: 100%;
    min-height: 300px;
}

.tab-content-pic figcaption iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
    border-radius: 8px;
}

.tab-content-info {
    width: 48%;
    display: flex;
    flex-direction: column;

}

.tab-content-info > span {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
    font-weight: 500;
}

.tab-content-info > span i {
    color: var(--orange);
    font-size: 1.2rem;
    padding-left: 8px;
    margin-left: 8px;
    border-left: 2px solid #dbdbdb;
}

.tab-content-info > span span {
    display: flex;
    flex-direction: column;
}

.pardis-gallery-item {
    width: 200px;
    height: 150px;
    border-radius: 5px;
    overflow: hidden;
    margin: 6px;
}

.pardis-gallery-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;

}

.pardis-social {
    justify-content: flex-start;
}

.pardis-social li {
    background-color: #dbdbdb;
}

.googlemap_link {
    padding: 6px 18px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    display: flex;
    align-items: center;
    background: var(--orange);
    color: var(--wihte);
}

.googlemap_link i {
    color: var(--wihte) !important;

}

/* personal_info */
.tab-content-wrapper > section.person-cart-wrapper:first-of-type {
    display: flex;
}

.person-cart-wrapper {
    padding: 75px 50px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.person-cart {
    width: 30%;
    margin: 24px 1.66%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.person-cart-pic {
    width: 105px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.person-cart-pic img {
    width: 100%;
    height: 105px;
    border-radius: 16px;
    margin-bottom: 16px;
}

.person-cart-pic figcaption {
    width: 100%;
    justify-content: center;
}

.person-cart-pic figcaption a {
    padding: 4px 8px;
    background-color: var(--orange);
    color: var(--wihte);
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.person-cart-pic figcaption a i {
    margin-left: 4px;
}

.person-cart-info {
    width: calc(100% - 120px);
}

.person_name {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
}

.person_pos {
    width: 100%;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.7;
}

.person_phone,
.person_mail {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}

.person_social {
    margin-top: 18px;
}

.person_social li {
    width: 30px;
    height: 30px;
    font-size: 14px;
}





/* contact form */
.wpcf7,
.wpcf7-form {
    width: 100%;

    display: flex;

    flex-direction: row;

    flex-wrap: wrap;
    justify-content: space-between !important;
}

.wpcf7-form-control-wrap {
    height: 100%;

}

.wpcf7-form > p {
    display: none;
}

.wpcf7-form > p:last-of-type {
    display: flex;

    justify-content: flex-end;
}

.contact-form {
    width: 100%;

    height: 40px;

    display: flex;

    justify-content: flex-start;

    align-items: center;

    padding: 0 10px;

    display: none;
}

/* .wpcf7-form > section:first-of-type {
  width: 100%;
} */

.contact-input {
    width: 48.5%;

    height: 45px;

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    border-radius: 10px;

    margin-bottom: 10px;
    margin-top: 10px;
}

.contact-input p,
.contact-textarea p {
    height: 100%;

}

.contact-input span {
    width: 100%;

    height: 100%;
}

.wpcf7-not-valid-tip {
    font-size: 14px !important;
}

.contact-input span > input,
.contact-input select {
    width: 100%;
    height: 100%;
    border: 2px solid var(--silver-bright);
    border-radius: 8px;
    padding: 0 12px;
    color: var(--gray);
    font-size: 15px;
    direction: rtl !important;
    font-family: AnjomanMax, "Lateef", cursive;
    background-color: #f3f3f3;
}

option {
    font-family: AnjomanMax, "Lateef", cursive;
}

::placeholder {
    color: var(--gray);
    font-weight: 500 !important;
}

.contact-textarea {
    width: 100%;

    height: 110px;

    margin-top: 10px;

    margin-bottom: 15px;
}

.contact-textarea > span {
    width: 100%;

    height: 100%;
}

.contact-textarea span > textarea {
    width: 100%;
    height: 100%;
    border: 2px solid var(--silver-bright);
    border-radius: 8px;
    padding: 16px;
    color: var(--gray);
    font-size: 15px;
    direction: rtl !important;
    font-family: iransans, "Lateef", cursive;
    resize: none;
    background-color: #f3f3f3;
}

.form-subtitle {
    width: 100%;
    font-size: 14px;
    margin-bottom: 12px;
}

.contact-upload {
    width: 48.5%;
}

input[type="file"]::file-selector-button {
    border: 2px solid #f3f3f3;
    padding: 4px 12px;
    border-radius: 20px;
    background-color: #f3f3f3;
    transition: 1s;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    cursor: pointer;
}

input[type="file"]::-ms-browse:hover {
    background-color: #f3f3f3;
    border: 2px solid #f3f3f3;
}

input[type="file"]::-webkit-file-upload-button:hover {
    background-color: #f3f3f3;
    border: 2px solid #f3f3f3;
}

input[type="file"]::file-selector-button:hover {
    background-color: #f3f3f3;
    border: 2px solid #f3f3f3;
}

.wpcf7-submit {
    width: 100px;
    height: 40px;
    border: 2px solid var(--orange);
    font-family: AnjomanMax, "Lateef", cursive;
    color: var(--wihte);
    font-size: 16px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
    float: right !important;
    transition: 0.4s;
    font-weight: 600;
    background-color: var(--orange);
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.wpcf7-submit:hover {
    color: var(--orange);

    background-color: var(--wihte);
}

.wpcf7-spinner {
    margin: 0 calc(50% - 25px) !important;
}


/* .wpcf7-response-output {
  color: #00c853 !important;
} */
.wpcf7-not-valid-tip {
    color: var(--primery);
    font-size: 12px !important;
    padding-right: 5px;
    margin-top: 0px;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 14px;
    border-radius: 8px;
    border-width: 1px;
}

.page-content {
    margin-bottom: 40px;
}


.page-content video {
    border-radius: 16px;
}

.page-content p:has(img) {
    display: flex;
    align-items: center;
}

.page-content p:has(img) img {
    margin-left: 6px;
}

.wp-social-link {
    background-color: #dbdbdb !important;
    padding-right: 0px !important;
}

.wp-social-link:hover {
    background-color: var(--orange) !important;
}


.accept-item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.accept-item {
    width: 100%;
    border-radius: 16px;
    background-color: var(--primery);
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 16px;
}

.accept-item-bg {
    background-image: url(../image/BG1.jpg) !important;
    background-position: bottom right !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-right: 40px !important;
}

.accept-item-bg > div {
    color: #fff !important;

}

.accept-item-bg > span {
    color: #fff !important;
}

.accept-item figure {
    padding: 16px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    background-color: var(--orange);
    margin-bottom: 12px;
}

.accept-item > span {
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 16px;
}

.accept-item > div {
    width: 100%;
    font-size: 16px;
    color: #fff;
}

.accept-item > div li {
    padding-right: 16px;
    margin-bottom: 8px;
    position: relative;
}

.accept-item > div li::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--orange);
    display: block;
    position: absolute;
    right: 0;
    top: 8px;
    content: '';
}

.accept-item > section {
    align-self: flex-end;
}

.accept-item > section > a {
    align-self: flex-end;
    padding: 6px 18px;
    background-color: #fff;
    color: var(--orange);
    border-radius: 25px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}

.accept-item > section > a i {
    margin-left: 6px;
}

.accept-item-wrapper {
    display: flex;
    flex-direction: column;

}

.faq-item {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 0 16px 1px #88888838;
    display: flex;
    flex-wrap: wrap;
    padding: 24px;
    margin-bottom: 24px;
}

.faq-item_title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
}

.download-arrow {
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-item_title:has(div>i) {
    cursor: pointer;
}

.faq-item_title > span {
    width: calc(100% - 120px);
}

.faq-item_title > div > i {
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.faq-item-link {
    display: flex !important;
    align-items: center;
    font-size: 14px;
    padding: 6px 18px;
    border-radius: 25px;
    background: var(--orange);
    color: #fff !important;
    margin-left: 16px;
}

.faq-item-link i {
    font-size: 16px;
    margin-left: 8px;
    transition: .4s;
    color: #fff !important;

}

.faq-item-link:hover i {
    transform: translateY(4px);
}

.faq-item-desc {
    width: 100%;
    padding-top: 16px;
    font-size: 16px;
    line-height: 1.8;
    display: none;
}

.faq-item-desc .faq-item-link {
    float: left;
    margin-right: 50%;
}

.open_status {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/* single pardis */


.page-header-type3::after {
    background: rgb(0, 42, 83);
    background: -moz-linear-gradient(270deg, rgba(0, 42, 83, 1) 0%, rgba(0, 42, 83, 0.9864320728291317) 48%, rgba(0, 42, 83, 0.639093137254902) 100%) !important;
    background: -webkit-linear-gradient(270deg, rgba(0, 42, 83, 1) 0%, rgba(0, 42, 83, 0.9864320728291317) 48%, rgba(0, 42, 83, 0.639093137254902) 100%) !important;
    background: linear-gradient(270deg, rgba(0, 42, 83, 1) 0%, rgba(0, 42, 83, 0.9864320728291317) 48%, rgba(0, 42, 83, 0.639093137254902) 100%) !important;

    z-index: 1 !important;

}


.pardissingle-contact-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: var(--secondry);
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(../image/pardis-single-contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.pardissingle-contact-info .tab-content-info > span {
    color: #fff !important;
}

.pardissingle-contact-info-title {
    color: #fff;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
    font-weight: 700;
}

.pardissingle-contact-info-title .pardis-social {
    margin-top: 16px;
}

.pardissingle-contact-info-title .pardis-social li {
    background-color: #fff;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.pardissingle-contact-info-title .pardis-social li:hover {
    background-color: var(--orange);
}

.pardissingle-contact-info-title .footer-social li a i {
    color: var(--primery);
    font-size: 17px;
}

.pardissingle-contact-info-title li {
    width: 25px;
    height: 25px;
}

.pardissingle-video {
    display: flex;
    justify-content: center;
    margin-top: 150px !important;
    margin-bottom: 120px !important;
}

.pardissingle-video video {
    width: 700px;
    height: 400px;
    max-width: 100%;
    border-radius: 24px;
}

.pardissingle-contact-info-title .pardis-social {
    justify-content: center;
}

/* events */

.single-unit-content-wrapper {
    position: relative;
}

.single-unit-content-wrapper .tab-content-item-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 100px 50px;
}

.single-unit-content-wrapper .tab-content-wrapper {
    height: auto;
}

.single-unit-content-wrapper .post-box-slider-item {
    width: 19%;
    margin: 0 .5%;
    margin-bottom: 16px;
}

.single-unit-content-wrapper .tab-content-info {
    width: 70%;
}

.contact-unit-wrapper {
    background: linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.982) 55%, rgba(255, 255, 255, 0) 100%);
}

.position-reletive {
    position: relative;
}

.single-postype-title {
    max-width: 48%;
    line-height: 1.8;
}

.single-postype-pic {
    position: absolute;
    top: 60px;
    left: 40px;
    width: 48%;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.single-postype-pic a {
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.single-postype-pic img {
    border-radius: 16px;
    box-shadow: 0 0 16px 1px #88888836;
    max-height: 500px;
    object-fit: contain;
}

.single-unit-content-wrapper .post-box-slider-item a {
    display: flex;
    justify-content: center;
    border-radius: 16px;
}

.single-unit-content-wrapper .post-box-slider-item img {
    object-fit: contain;
    height: auto;
}

.single-postype-content {
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.single-postype-content .event-box-item-content span {
    display: flex;
    align-items: flex-start;
    font-size: 1rem;
    margin-bottom: 6px;
}

.single-postype-content ul li {
    position: relative;
    padding-right: 16px;
}

.single-postype-content ul li::before {
    display: block;
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: calc(10px);
    right: 0;
    background: var(--orange);
}


.unites-postype-pic img {
    max-width: 300px;
    background-color: #fff;
    padding: 24px;
    border-radius: 16px;
}

.pardis-postype-pic > a img {
    max-width: 400px;
    max-height: 350px;
    border-radius: 16px;
}

.unites-user-cart-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;

}

.unites-user-cart {
    width: 19%;
    margin: 0 .5% 16px;
    /* border: 1px solid #88888838; */
    padding: 24px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 240px;
}

.unites-user-cart-pic {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.unites-user-cart-pic img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    border-radius: 16px;

}

.unites-user-cart-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #555;
}

.unites-user-cart-pos {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin: 8px 0;
}

.unites-user-cart-edu {
    text-align: center;
    font-size: 14px;
    color: #777;
}

.unites-user-cart-cv {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background-color: var(--orange);
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    margin-top: 8px;
}

.unites-user-cart-cv i {
    margin-right: 6px;
    font-size: 13px;
}

.pro-splide {
    background: linear-gradient(180deg, rgba(26, 101, 158, 0.23573179271708689) 0%, rgba(9, 9, 121, 0) 90%, rgba(0, 212, 255, 0) 100%);
}

.pro-box-splide .splide__slide {

    padding: 0 2.5%;
}

.pro-box-splide .post-box-slider-item img {
    height: 200px;

}

.pro-box-splide .splide__arrow svg {
    fill: var(--gray);
}

.unites-info-wrapper .tab-content-item-wrapper {
    background: none;
}

.tab-content-info > span {
    color: var(--gray);
}

.no-thumbnail-title {

    margin-bottom: 24px;
}


.noavarypage {
    min-height: 300px;
}

.wrapper-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
}

.wrapper-section .page-content {
    width: 48%;
}

.wrapper-section .slider-sec {
    width: 48%;
}

.wrapper-section .slider-sec .slider-post-item {
    max-height: 350px !important;
    min-height: auto !important;
}

.wrapper-section .slider-sec img {
    width: 100%;
    max-height: 350px !important;
    min-height: auto !important;
    border-radius: 16px;
    object-fit: contain;
}

.wrapper-section .consulation-req-link {
    width: 100%;
    margin-top: 32px;
    max-width: 350px;
}

.wrapper-section .consulation-req-link i {
    margin-left: 0px;
    margin-right: 8px;
    padding-left: 0px;
    border-left: 0px solid #ffffff83;
}

.page-content blockquote {
    width: 100%;
    margin: 0 auto;
    border: 0px solid var(--orange);
    border-right: 5px solid var(--orange);
    border-radius: 0px;
    padding: 5px 15px;
    font-weight: 500 !important;
}

.main-recent-news > div.page-section-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 32px;
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #e1e1e1;

}

.main-recent-news > div.page-section-header * {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    width: auto !important;

}

.splide__pagination {
    bottom: -1.5em;
}

.splide__pagination__page {
    background: var(--primery);
}

.splide__pagination__page.is-active {
    background: var(--orange) !important;
}

.page-news-alider .splide__slide {
    padding: 0 12px;
}


.memorandums-item {
    width: 48%;
    border-radius: 16px;
    box-shadow: 0 0 40px 1px #6666662f;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 24px;
    margin-bottom: 24px;
    position: relative;
    min-height: 170px;
}

.memorandums-item::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(../image/cart-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
}

.memorandums-item-pic {
    width: 120px;
    height: 120px;
    border: 1px solid #e1e1e1;
    padding: 16px;
    border-radius: 50%;
}

.memorandums-item > div {
    width: calc(100% - 136px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

.memorandums-item-date {
    width: 100%;
    display: flex;
    align-items: center;
    color: var(--orange);
    font-size: 13px;
    margin-bottom: 8px;
}

.memorandums-item-date i {
    font-size: 14px;
    margin-left: 6px;
}

.memorandums-item-desc {
    width: 100%;
    font-size: 14px;
    margin-bottom: 8px;
}

.memorandums-item-link i {
    margin-left: 0;
}

.memorandums-item-link {
    align-self: flex-end;
    margin-left: 0;
}

.accept-item-wrapper {
    width: 100%;
    border-radius: 16px;
    margin-bottom: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
}

.accept-item-wrapper .accept-item {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.982) 70%, rgba(255, 255, 255, 0.15) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    margin-bottom: 0;
    padding-right: 30%;
    box-shadow: 0 0 40px 1px #6666662f;


}

.accept-item-wrapper .accept-item > span {
    color: #5A5A5A;
}

.accept-item-wrapper .accept-item > div {
    color: #5A5A5A;
}


.noavary-gallery {
    position: absolute;
    width: 550px;
    height: 350px;
    left: 50px;
    top: -20%;
    padding: 0 !important;
}

.noavary-gallery .splide__list {
    padding: 0 !important;
}

.noavari-splide {
    padding: 0 !important;

}

.noavary-gallery .splide__slide img {
    object-fit: cover;
    border-radius: 16px;
}

.pagenovari_item_slider ul {
    padding: 0 8px !important;
}

.pagenovari_item_slider li.splide__slide {
    padding: 24px 24px;
}

figure.pagenovari_item {
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-radius: 16px;
    box-shadow: 0 0 24px 1px #33333336;
    background-color: var(--wihte);

}

figure.pagenovari_item > a {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    position: relative;
}

figure.pagenovari_item img {
    position: absolute;
    left: calc(50% - 25px);
    top: -25px;
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.pagenovari_item_content {
    width: 100%;
    transform: translateY(-8px);
}

.pagenovari_item_content a {
    width: 100%;
    text-align: center;
    transition: .4s;
}

.pagenovari_item_content a:hover {
    color: var(--orange);
}

.pagenovari_item_slider .splide__arrow svg,
.honor_members_slider .splide__arrow svg {
    fill: var(--primery);
}

.honor_members_slider li.splide__slide {
    padding: 8px 8px;
}

figure.honor_members_item {
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

figure.honor_members_item > a {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    position: relative;
    background-color: var(--wihte);
    border-radius: 16px;
    margin-bottom: 10px;
    padding: 12px;
}

figure.honor_members_item > a img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.honor_members_slider ul {
    padding: 0 8px !important;
}

.honor_members_item_content {
    width: 100%;
}

.honor_members_item_content {
    width: 100%;
    font-size: 0.85rem;
    text-align: center;
}

.peyvand-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    margin-bottom: 24px;
}

.peyvand-item {
    width: 240px;
    height: 240px;
    background-color: var(--wihte);
    border-radius: 16px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 12px;
    box-shadow: 0 0 10px 1px #3333331c;
}

.peyvand-item > a {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
    height: 150px;
}

.peyvand-item > a img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
}

.peyvand-item > figcaption {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.peyvand-item > figcaption a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0.9rem;
    color: var(--primery);
    transition: .4s;
}

.peyvand-item > figcaption a:last-of-type {
    color: var(--secondry);

}

.peyvand-item > figcaption a i {
    font-size: 1rem;
    margin-right: 6px;
}

.peyvand-item > figcaption a:hover {
    color: var(--orange);
}

section.dashboard-item-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    border-radius: 16px;
    border: 1px solid #abb8c3;
}

figure.dashboard_item {
    width: 25%;
    border-left: 1px solid #abb8c3;
    height: 120px;
    display: flex;
    //justify-content: center;
    justify-content: right;
    align-items: center;
    //flex-wrap: wrap;
    padding: 0 10px;
}

section.dashboard-item-wrapper > figure:last-of-type,
.dashboard-item-wrapper > figure:nth-of-type(4) {
    border-left: none;
}

section.dashboard-item-wrapper > figure:nth-of-type(5),
section.dashboard-item-wrapper > figure:nth-of-type(6),
section.dashboard-item-wrapper > figure:nth-of-type(7),
section.dashboard-item-wrapper > figure:nth-of-type(8) {
    border-top: 1px solid #abb8c3;
}

img.dashboard_item_pic {
    width: 60px;
    height: 60px;
    object-fit: contain !important;
    padding: 6px;
    background-color: var(--orange);
    border-radius: 12px !important;
    margin-left: 16px;
}

figure.dashboard_item figcaption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

span.dashboard_item_number {
    font-size: 1.5rem;
    color: var(--orange);
    font-weight: 700;
}

.dashboard_group_item figcaption {
    flex-direction: row !important;
}

.dashboard_group_item img.dashboard_item_pic {
    width: 55px;
    height: 55px;
    margin-left: 8px;
}

.dashboard_group_item span.dashboard_item_number {
    font-size: 1.2rem;
}

.page-content .section-title {
    color: var(--secondry) !important;
}

.section-subtitle {
    font-size: 1.2rem;
    font-weight: 500;
}

.page-content .pardis-box-splide .splide__slide {
    margin: 0 !important;
}

.pardis-box-slider-item > img {
    object-fit: cover !important;
    width: 100%;
    height: 100%;
    object-position: center;
}

.pardis-box-slider-item-content {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5606617647058824) 20%, rgba(11, 61, 99, 0.27494747899159666) 80%, rgba(11, 61, 99, 0.989233193277311) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5606617647058824) 20%, rgba(11, 61, 99, 0.27494747899159666) 80%, rgba(11, 61, 99, 0.989233193277311) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5606617647058824) 20%, rgba(11, 61, 99, 0.27494747899159666) 80%, rgba(11, 61, 99, 0.989233193277311) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#0b3d63", GradientType=1);
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
}

.pardis-box-slider-item-content > div {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    gap: 1.2rem;
}

.dashboard_item_desc{
    margin-top: 20px;
    align-items: flex-start !important;
}

.pardis-box-slider-item-content > div:first-of-type {
    justify-content: flex-start;
}

.pardis-box-slider-item-content > div:first-of-type * {
    color: #fff !important;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row !important;
}

.pardis-box-slider-item-content > div:first-of-type i {
    color: #fff;
    font-size: .95rem;
    margin-left: 6px;

}

.pardis-box-slider-item-content > div:nth-of-type(2) {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pardis-box-slider-item-content > div:nth-of-type(2) > span:first-of-type {
    background-color: var(--orange);
    font-size: 1.4rem;
    padding: 6px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 6px;
    color: #fff;
}

.pardis-box-slider-item-content > div:nth-of-type(2) > span:last-of-type {
    font-size: 1.5rem;
    margin-top: 12px;
    color: var(--primery);
    font-weight: 600;
}

.pardis-box-slider-item-content > div span {
/*    color: #5A5A5A;*/
    color: #fff;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-weight: 400;
}

.pardis-box-slider-item-content > div > div {
    display: flex;
    align-items: center;
}

.pardis-box-slider-item-content > div img {
    width: 33px;
    height: 33px;
    padding: 4px;
    border-radius: 7px !important;
    margin-left: 4px;
    background-color: #fff;
    object-fit: contain !important;

}

.pardis-box-slider-item-content > div span span:first-of-type {
    color: var(--orange);
    font-size: 1.1rem;
    line-height: 16px;
}

.pardis-box-splide .splide__slide {
    padding: 0 4px;
}

.splide__list {
    padding: 0 0px !important;
}

.pardis-box-slider-item {
    border: 1px solid #abb8c3;

}



/******************* big screan scope ************************* */

@media screen and (min-width: 1441px) {
    .noavary-gallery {
        left: 15%;
    }




}

/*********************** middle screan scope ******************** */

@media screen and (min-width: 1024px) and (max-width: 1280px) {

    .person-cart-wrapper {
        padding: 40px 20px;
    }

    .person-cart {
        width: 31%;
        margin: 24px 1.16%;
    }

    .single-postype-pic {
        justify-content: flex-end;
    }

    .blog-galleries {
        height: 433px;
    }

    img.dashboard_item_pic {
        width: 50px;
        height: 50px;
        margin-left: 12px;
    }

    span.dashboard_item_number {
        font-size: 1.3rem;
    }





}

/***********************tablet scope****************/

@media screen and (max-width: 1023px) {
    .mt-75 {
        margin-top: 40px;
    }

    .page-header {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .page-header::after {
        background: rgb(0, 42, 83);
        background: -moz-linear-gradient(0deg, rgba(0, 42, 83, 1) 0%, rgba(0, 42, 83, 1) 80%, rgba(0, 42, 83, 0.1825105042016807) 100%);
        background: -webkit-linear-gradient(0deg, rgba(0, 42, 83, 1) 0%, rgba(0, 42, 83, 1) 80%, rgba(0, 42, 83, 0.1825105042016807) 100%);
        background: linear-gradient(0deg, rgba(0, 42, 83, 1) 0%, rgba(0, 42, 83, 1) 80%, rgba(0, 42, 83, 0.1825105042016807) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002a53", endColorstr="#002a53", GradientType=1);
    }

    .blog-galleries {
        height: 433px;
    }

    .page-title {
        font-size: 24px;
    }

    .page-desc {
        font-size: 14px;
    }

    .item-box-wrapper {
        padding-top: 75px;
        padding-bottom: 75px;

    }

    .item-box {
        width: 100%;
    }

    .item-box-wrapper > section:nth-of-type(2),
    .item-box-wrapper > section:nth-of-type(5) {
        margin: 24px 0%;
    }

    .lisence-item-wrapper {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .lisence-item {
        width: 100%;
    }

    .lisence-item-wrapper > section:nth-of-type(2),
    .lisence-item-wrapper > section:nth-of-type(5) {
        margin: 0;
    }

    .page-header-type2 {
        min-height: 200px !important;
        padding-bottom: 24px !important;
        background-image: none !important;
        background-color: var(--primery);
    }

    .page-title {
        font-size: 20px !important;
        margin-bottom: 8px !important;
    }

    .tab-wrapper {
        margin: 16px 0 75px;
        order: 1;

    }

    .noavary-gallery {
        position: static;
        width: 100%;
        height: 250px;
        margin-bottom: 16px;
    }

    .tab-button-wrapper {
        width: 700px;

    }

    .tab-content-pic {
        width: 100%;
    }

    .tab-content-info {
        width: 100%;

    }

    .tab-content-item-wrapper {
        padding: 24px;
        background: rgb(255, 255, 255);
        background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9808298319327731) 63%, rgba(255, 255, 255, 0.7203256302521008) 100%);
        background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9808298319327731) 63%, rgba(255, 255, 255, 0.7203256302521008) 100%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9808298319327731) 63%, rgba(255, 255, 255, 0.7203256302521008) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);

    }

    .tab-content-info > span {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .person-cart-wrapper {
        padding: 40px 20px;
    }

    .person-cart {
        width: 48%;
        margin: 24px 1%;
    }

    .pardissingle-contact-info-title {
        width: 100%;
        font-size: 24px;
        margin-left: 0px;
        margin-bottom: 24px;
    }

    .single-postype-title {
        max-width: 100%;
    }

    .single-postype-pic {
        width: 50%;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        order: 1;
        margin: 0 auto;
        margin-bottom: 24px;

    }

    .single-postype-content {
        width: 100%;
        margin-bottom: 24px;
        order: 2;
    }

    .paper-list-sidebar {
        width: 100%;
        order: 1;
    }

    .post-content-wrapper {
        width: 100%;
        order: 0;
    }

    .posts-coments {
        padding: 12px;
        margin-top: 24px;

    }

    .post-inside-wrapper {
        padding: 12px;
    }

    .paper-list-sidebar {
        width: 100%;
        transform: translateY(-0px);
        -webkit-transform: translateY(-0px);
        -moz-transform: translateY(-0px);
        -ms-transform: translateY(-0px);
        -o-transform: translateY(-0px);
    }

    .post-content-wrapper {
        width: 100%;
        transform: translateY(-0px);
        -webkit-transform: translateY(-0px);
        -moz-transform: translateY(-0px);
        -ms-transform: translateY(-0px);
        -o-transform: translateY(-0px);
    }

    .unites-user-cart {
        width: 24%;
        margin: 0 .5% 16px;
        padding: 24px;
    }

    .no-thumbnail-title {
        color: var(--primery);
        margin-bottom: 8px;
    }

    .wrapper-section .page-content {
        width: 100%;
        order: 2;
    }

    .wrapper-section .slider-sec {
        width: 100%;
        order: 1;
    }

    .wrapper-section > span {
        order: 3;

    }

    .accept-item-wrapper .accept-item {

        padding-right: 16px;
    }


    .single-unit-content-wrapper {
        margin-top: 150px !important;
    }

    .noavary-content-wrapper {
        margin-top: 0px !important;
    }

    .unites-postype-pic img {
        max-width: 200px;
    }

    .pardis-postype-pic > a img {
        max-width: 200px;

    }

    .single-postype-pic {
        top: -220px;
        left: 0px;
    }


    .single-event-pic {
        position: static !important;
        width: 75%;
    }

    figure.dashboard_item {
        width: 50%;
        justify-content: flex-start;
        border-top: 1px solid #abb8c3;
        border-left: none;
        padding: 24px;
    }

    section.dashboard-item-wrapper > figure:last-of-type,
    .dashboard-item-wrapper > figure:nth-of-type(4) {
        border-left: none;
    }

    section.dashboard-item-wrapper > figure:nth-of-type(odd) {
        border-left: 1px solid #abb8c3 !important;
    }

    section.dashboard-item-wrapper > figure:nth-of-type(1),
    section.dashboard-item-wrapper > figure:nth-of-type(2) {
        border-top: none;
    }







}

/*******************mobile scope*******************/
@media screen and (max-width: 599px) {
    .mt-75 {
        margin-top: 32px;
    }

    .blog-galleries {
        height: 200px;
    }

    .single-news-gallery {
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .single-news-gallery li {
        margin-right: 8px !important;
    }

    .contact-input {
        width: 100%;

    }

    .news-moreinfo li span {
        font-size: 0.9rem;
    }

    .news-moreinfo li span:first-of-type {
        width: 100px;
    }

    .tab-content-pic figcaption {
        min-height: 180px;
    }

    .tab-content-pic figcaption iframe {
        min-height: 180px;
    }

    .contact-upload {
        width: 100%;
        margin-bottom: 12px;
    }

    .form-subtitle {
        font-size: 12px;
    }

    .person-cart-wrapper {
        padding: 24px 12px;
    }

    .person-cart {
        width: 100%;
        margin: 24px 0%;
    }

    .person-cart-pic {
        width: 95px;
        height: 150px;
    }

    .person-cart-pic img {
        width: 100%;
        height: 95px;
    }

    .person-cart-pic figcaption a {
        padding: 2px 4px;
        font-size: 12px;
    }

    .person-cart-pic figcaption a i {
        margin-left: 5px;
    }

    .person-cart-info {
        width: calc(100% - 105px);
    }

    .accept-item {
        padding: 16px;

    }

    .accept-item-bg {
        padding-right: 16px !important;
    }

    .accept-item figure {
        padding: 8px;
        width: 50px;
        height: 50px;

    }

    .accept-item > span {
        font-size: 20px;
    }

    .accept-item > div {
        font-size: 14px;
    }

    .faq-item {
        padding: 12px;
    }

    .faq-item_title {
        font-size: 15px;
    }

    .download-arrow {
        width: 100px;
    }

    .faq-item_title > span {
        width: calc(100% - 100px);
    }

    .faq-item-link i {
        font-size: 13px;
        margin-left: 6px;
    }

    .faq-item-link {
        font-size: 13px;
        padding: 4px 12px;
        margin-left: 11px;
    }

    .faq-item-desc {
        padding-top: 12px;
        font-size: 14px;
    }

    .pardissingle-video video {
        width: 600px;
        height: 170px;
    }

    .paper-cats a {
        margin: 4px 4px;
        padding: 3px 9px;
        font-size: 0.7rem;
    }

    .paper-cats {
        bottom: 0px;
        right: 0px;
        padding: 12px 12px;
    }

    .single-paper-cats {
        height: 45%;
    }

    .post-title {
        font-size: 1rem;
        margin: 6px 0 0;
    }

    .post-box-slider-item-info {
        margin-bottom: 0px;
    }

    .paper-item-info {

        margin-bottom: 8px;
    }

    .paper-item-info span {
        padding: 3px 8px;
        font-size: 0.8rem;
        margin-left: 6px;
        margin-bottom: 8px;
    }

    .paper-item-info span i {
        font-size: .9rem;
        margin-left: 4px;
    }

    .post-share {

        font-size: 0.9rem !important;
    }

    .post-tagss a {
        padding: 3px 9px;
        margin: 4px;
        font-size: .8rem;
    }

    .social-btn a {
        padding: 6px 6px;
        font-size: 1.1rem;
    }

    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        width: 100%;
    }

    .aiowps-captcha-equation {
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }

    .side-post-item-pic {
        width: 100px;
        height: 75px;
    }

    .side-post-item > div {
        width: calc(100% - 108px);

    }

    .unites-user-cart {
        width: 100%;
        margin: 0 0% 16px;
        padding: 24px;
    }

    .pardissingle-video {
        margin-top: 75px !important;
        margin-bottom: 50px !important;
    }

    .noavarypage {
        min-height: 200px;
        background-color: #102445;
    }

    .consulation-req-link {
        font-size: 16px;

    }

    .memorandums-item {
        width: 100%;
        padding: 16px;
    }

    .memorandums-item-pic {
        width: 70px;
        height: 70px;
        padding: 8px;
    }

    .memorandums-item > div {
        width: calc(100% - 76px);
    }

    .memorandums-item-date {
        font-size: 11px;
        margin-bottom: 6px;
    }

    .memorandums-item-date i {
        font-size: 12px;
    }

    .memorandums-item-desc {
        font-size: 12px;
    }

    .faq-item-link {
        font-size: 12px;
        margin-left: 0px;
    }

    .single-unit-content-wrapper {
        margin-top: 100px !important;
    }

    .noavary-content-wrapper {
        margin-top: 16px !important;
    }

    .unites-postype-pic img {
        max-width: 120px;
        padding: 16px;
    }

    .pardis-postype-pic > a img {
        max-width: 170px;

    }

    .single-postype-pic {
        top: -120px;

    }

    .single-unit-content-wrapper .tab-content-item-wrapper {
        padding: 40px 12px;
    }

    .tab-content-item {
        background-image: none !important;
    }

    .single-unit-content-wrapper .tab-content-info {
        width: 100%;
    }

    .single-unit-content-wrapper .post-box-slider-item {
        width: 100%;
        margin: 0;
        margin-bottom: 16px;
    }

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

    .peyvand-item {
        width: 165px;
        height: 165px;
        border-radius: 12px;
        padding: 8px;
        margin: 2px 1px;
    }

    .peyvand-item > a {
        margin-bottom: 8px;
        height: 80px;
    }

    .peyvand-item > figcaption a {
        font-size: 0.8rem;
    }

    .peyvand-item > figcaption a i {
        font-size: .9rem;
        margin-right: 4px;
    }

    figure.dashboard_item {
        width: 100%;
        padding: 8px;

    }

    section.dashboard-item-wrapper > figure:nth-of-type(odd) {
        border-left: none !important;
    }

    section.dashboard-item-wrapper > figure:nth-of-type(2) {
        border-top: 1px solid #abb8c3;

    }

    figure.dashboard_item img.dashboard_item_pic,
    .dashboard_group_item img.dashboard_item_pic {
        width: 50px;
        height: 50px;
    }

    figure.dashboard_item figcaption,
    .dashboard_group_item figcaption {
        flex-direction: row !important;
    }

    figure.dashboard_item span.dashboard_item_number,
    .dashboard_group_item span.dashboard_item_number {
        font-size: 1.1rem;
    }

    figure.dashboard_item span.dashboard_item_title,
    .dashboard_group_item span.dashboard_item_title {
        font-size: .9rem;
    }



    .pardis-box-slider-item-content {
        padding: 8px;
    }

    .pardis-box-slider-item-content > div:first-of-type * {
        font-size: 0.8rem;
    }

    .pardis-box-slider-item-content > div:first-of-type i {
        font-size: .85rem;
        margin-left: 4px;

    }

    .pardis-box-slider-item-content > div:nth-of-type(2) > span:first-of-type {
        background-color: var(--orange);
        font-size: 1.2rem;
        width: 35px;
        height: 35px;
    }

    .pardis-box-slider-item-content > div:nth-of-type(2) > span:last-of-type {
        font-size: 1.3rem;
        margin-top: 12px;

    }

    .pardis-box-slider-item-content > div span {
        font-size: 0.8rem;
    }

    .pardis-box-slider-item-content > div img {
        width: 25px;
        height: 25px;
        padding: 2px;
        border-radius: 4px !important;
        margin-left: 2px;
    }

    .pardis-box-slider-item-content > div span span:first-of-type {
        font-size: .9rem;
        line-height: 14px;
    }

    .splide__list {
        padding: 0 6px !important;
    }

    .pardis-gallery-item {
        width: 145px;
        height: 145px;
    }

    .consulation-item {
        width: 155px;
        height: 180px;
        border-radius: 16px;
        padding: 12px;
    }

}