﻿:root {
    --base: #2e2421ff;
    --baseText: #ffffff;
    --second: #896569;
    --other: #942f00ff;
    --otherText: #ffffff;
}

body,
body * {
    font-family: Iran-Sans;
}

/* =========== header-top =========== */
#SEFALXMWWG.main-header .header-top[show=false] {
    display: none;
}

#SEFALXMWWG.main-header .header-top {
    top: unset;
    margin-top: unset;
}

#SEFALXMWWG.main-header .header-top .auto-container {
    display: flex;
    justify-content: space-between;
}

.is-fa #SEFALXMWWG.main-header .header-top .auto-container {
    flex-direction: row-reverse;
}

#SEFALXMWWG.main-header .header-top .top-left {
    font-size: 14px;
}

#SEFALXMWWG.main-header .header-top .top-right[show=false] {
    display: none;
}

#SEFALXMWWG.main-header .header-top .top-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

#SEFALXMWWG.main-header .header-top .top-right .list {
    float: unset;
    z-index: 1;
}

#SEFALXMWWG.main-header .header-top .top-right .social-nav[show=false] {
    display: none;
}

#SEFALXMWWG.main-header .header-top .top-right .social-nav {
    background: unset;
    border-radius: unset;
    padding: unset;
    display: flex;
    float: unset;
    column-gap: 10px;
    margin-right: 45px;
    margin-left: unset;
}

#SEFALXMWWG.main-header .header-top .top-right .social-nav li {
    padding-left: unset;
    padding-right: unset;
}

#SEFALXMWWG.main-header .header-top .top-right .social-nav li:first-child {
    padding-right: unset;
}

#SEFALXMWWG.main-header .upper-column img,
#SEFALXMWWG.main-header .social-nav img {
    overflow: hidden;
}

/* =========== header-upper =========== */
#SEFALXMWWG .logo img {
    width: -1px !important;
    height: 70px;
    object-fit: contain;
    max-height: unset;
}

#SEFALXMWWG.main-header .header-upper {
    top: unset;
    padding: 40px 0;
    background: #ffffff;
    color: #333;
    font-size: 14px;
}

#SEFALXMWWG.main-header .info-box ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;

}

#SEFALXMWWG.main-header .info-box li,
#SEFALXMWWG.main-header .info-box strong {
    color: #333;
    font-size: 14px;
    margin-bottom: unset;
}

#SEFALXMWWG.main-header .header-upper .auto-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
}

#SEFALXMWWG.main-header .header-upper .logo-box {
    padding: unset;
}

#SEFALXMWWG.main-header .header-upper .upper-right[show=false] {
    display: none;
}

#SEFALXMWWG.main-header .header-upper .upper-right {
    padding-top: unset;
    display: flex;
    column-gap: 20px;
    justify-content: space-evenly;
}

#SEFALXMWWG .upper-column.info-box {
    float: unset;
    display: flex;
    justify-content: flex-start;
    column-gap: 10px;
    padding: 0;
    margin-right: unset;
    text-align: right;
}

#SEFALXMWWG.main-header .info-box .icon-box {
    position: relative;
    margin: unset;
}

#SEFALXMWWG.main-header .nav-outer {
    bottom: unset;
    top: -30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* =========== header-lower =========== */
#SEFALXMWWG.main-header .header-lower {
    position: absolute;
    width: 100%;
}

#SEFALXMWWG .main-menu {
    float: unset;
}

#SEFALXMWWG .main-menu .navigation>li>ul {
    border-top: 3px solid var(--other);
}

#SEFALXMWWG .main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

#SEFALXMWWG .main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#SEFALXMWWG .main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    left: 10px;
    right: unset;
    border: unset;
}

#SEFALXMWWG .main-menu .navigation>li>ul,
#SEFALXMWWG .main-menu .navigation>li>ul>li>ul {
    background-color: #ffffff;
    color: #333333;
    font-size: 14px;
}

#SEFALXMWWG.main-header .header-lower .outer-box {
    float: unset;
    display: flex;
    align-items: center;
}

#SEFALXMWWG.main-header .search-box-btn {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border: 1px dashed var(--other) !important;
}

#SEFALXMWWG .search-box-outer {
    position: relative;
    float: unset;
    margin-left: 15px;
    overflow: unset;
    direction: ltr !important;
}

#SEFALXMWWG .search-box-outer .dropdown {
    display: flex !important;
    gap: 1rem;
}

#SEFALXMWWG.main-header .search-box-outer .dropdown-menu {
    top: 47px;
    border-top: 3px solid var(--other);
    padding: 0px;
    width: 280px;
    border-radius: 0px;
    max-width: 90vw;
}

#SEFALXMWWG .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

#SEFALXMWWG.main-header .search-panel input[type="search"] {
    padding: 7px 15px 7px 40px;
    border: 1px solid var(--other);
}

#SEFALXMWWG.main-header .search-panel .search-btn {
    right: unset;
    left: 0;
}

#SEFALXMWWG.main-header .search-panel .form-container {
    padding-right: unset;
}

#SEFALXMWWG.main-header .search-panel .form-group {
    margin: 10px;
}

#SEFALXMWWG.main-header .header-lower .outer-box .advisor-box[show=false] {
    display: none;
}

#SEFALXMWWG.main-header .header-lower .outer-box .advisor-box {
    float: unset;
}

#SEFALXMWWG.main-header .header-lower .outer-box .advisor-box .advisor-btn:before {
    width: 30px;
}

#SEFALXMWWG.main-header .header-lower .outer-box .advisor-box .advisor-btn {
    padding-right: 32px;
}

#SEFALXMWWG.main-header .header-lower .outer-box .advisor-box .advisor-btn:before {
    color: var(--other);
    background-color: var(--base);
}

#SEFALXMWWG.main-header .header-lower .outer-box .advisor-box .advisor-btn span {
    color: var(--other) !important;
}

#SEFALXMWWG.main-header .search-box-btn,
#SEFALXMWWG.main-header .main-menu .navigation>li>a {
    color: #ffffff;
    font-size: 14px;
}

#SEFALXMWWG .navbar-collapse::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 5px;
}

#SEFALXMWWG .navbar-collapse::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

#SEFALXMWWG .navbar-collapse::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: var(--other);
}

/* =========== sticky-header =========== */
#SEFALXMWWG .fixed-header .sticky-header {
    display: block;
}

#SEFALXMWWG .sticky-header .auto-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#SEFALXMWWG .sticky-header .logo img {
    height: 100px;
}


#SEFALXMWWG.main-header .header-top .top-right:before,
#SEFALXMWWG.main-header .header-top .top-right:after,
#SEFALXMWWG .main-menu .navigation>li:before {
    background-color: var(--other) !important;
}


@media only screen and (max-width: 1024px) {
    #SEFALXMWWG.main-header .header-upper .logo-box {
        width: auto;
    }

    #SEFALXMWWG.main-header .header-upper {
        padding-top: unset;
    }

    #SEFALXMWWG.main-header .header-upper .auto-container {
        /* flex-wrap: wrap; */
        row-gap: 15px;
    }

}

@media only screen and (max-width: 1023px) {
    #SEFALXMWWG.main-header .header-top .top-right {
        top: unset;
        padding-left: unset;
    }

    #SEFALXMWWG.main-header .header-top .top-right .social-nav {
        justify-content: center;
        margin: unset;
    }
}

@media only screen and (max-width: 1140px) {
    /* #SEFALXMWWG .search-box-outer {
        margin-top: 15px;
    } */
}

@media only screen and (max-width: 767px) {
    #SEFALXMWWG.main-header .header-lower .outer-box {
        left: 0;
        z-index: 14;
    }

    #SEFALXMWWG .main-menu .navbar-header .navbar-toggle {
        border: 1px solid var(--other);
        background: var(--other);
    }

    #SEFALXMWWG .main-menu .navbar-collapse>.navigation>li>a,
    #SEFALXMWWG .main-menu .navbar-collapse>.navigation>li>a:active,
    #SEFALXMWWG .main-menu .navbar-collapse>.navigation>li.current>a,
    #SEFALXMWWG .main-menu .navbar-collapse>.navigation>li>ul>li>a,
    #SEFALXMWWG .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li>a,
    #SEFALXMWWG .main-menu .navbar-collapse>.navigation>li>ul,
    #SEFALXMWWG .main-menu .navbar-collapse>.navigation>li>ul>li>ul {
        background: var(--base);
    }

    #SEFALXMWWG .main-menu .collapse.show {
        max-height: 350px;
        overflow: auto;
    }

    #SEFALXMWWG .fixed-header .sticky-header .main-menu .navbar-collapse {
        position: absolute;
        min-width: 85vw;
        left: 0px;
        max-height: 80vh;
    }
}

@media (max-width: 576px) {
    #SEFALXMWWG .header-top .auto-container {
        flex-wrap: wrap;
    }

    #SEFALXMWWG.main-header .header-top .top-right .social-nav {
        justify-content: center;
        margin: unset;
    }

    #SEFALXMWWG .logo img {
        height: 80px !important;
    }

    /* #SEFALXMWWG.main-header .header-upper .auto-container {
        flex-direction: column;
    } */
}

@media (max-width: 992px) {
    #SEFALXMWWG [showmobile~=false] {
        display: none !important;
    }
}

.line-clamp {
    display: -webkit-box !important;
    --line-clamp: attr(data-line-clamp type(<integer>), none);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--line-clamp);
    line-height: var(--line-height, 1.5em);
    max-height: calc(var(--line-height) * var(--line-clamp));
    overflow: hidden !important;
}

strong.line-clamp {
    --line-clamp: 1;
}

[data-show=false] {
    display: none !important;
}

#SEFALXMWWG {
    .sticky-header {
        .search-box-btn {
            color: #fff;
            background-color: var(--base);
        }
    }
}#AFOOZDGXVI.page-title:before {
    background-color: #000000;
    opacity: 70%;
}[show~=false] {
    display: none !important;
}
#EDUPDCRJAN .text * {
    font-family: IRANYekanFaNum !important;
    text-align: justify ;
}
#EDUPDCRJAN .bg-sapp {
    background-color: #23718a !important;
}
#EDUPDCRJAN .bg-eitaa {
    background-color: #ff8100 !important;
}
#EDUPDCRJAN .bg-telegram {
    background-color: #26a5e4 !important;
}
#EDUPDCRJAN .bg-whatsapp {
    background-color: #41e25e !important;
}
#EDUPDCRJAN .bg-dark {
    background-color: #343a40!important;
}
#EDUPDCRJAN .tag-share {
    text-align: center;
    position: relative;
    border-radius: 5px;
    background: #ffffff;
    display: inline-block;
}
#EDUPDCRJAN .social-connect > li i {
    border-radius: 100%;
    display: table-cell;
    float: left;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    font-size: 14px;
    cursor: pointer;
}
#EDUPDCRJAN .social-connect {
    color: #fff;
    display: flex;
    list-style: outside none none;
    padding-left: 0;
    margin: auto;
}
#EDUPDCRJAN .ml-2,
#EDUPDCRJAN .mx-2 {
    margin-left: 0.5rem!important;
}
#EDUPDCRJAN .mr-2,
#EDUPDCRJAN .mx-2 {
    margin-right: 0.5rem!important;
}
#EDUPDCRJAN .video, 
#EDUPDCRJAN .sound {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#EDUPDCRJAN .video .video-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
#EDUPDCRJAN .video .video-item video {
    max-height: 70vh;
    width: auto;
    min-width: -webkit-fill-available;
    max-width: 100%;
}
#EDUPDCRJAN .sound audio {
    width: 100%;
}
#EDUPDCRJAN .news-block-three .inner-box .image {
    background: #c9dfffff;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
#EDUPDCRJAN .news-block-three .inner-box .image img {
    height: 500px;
    object-fit: contain;
    max-height: unset;
    width: 100% !important;
}
#EDUPDCRJAN .news-block-three .inner-box .image video {
    height: 500px;
    object-fit: cover;
    max-height: unset;
    width: 100% !important;
}
video[poster]{ object-fit:cover; }
#EDUPDCRJAN .imgdisdata {
    opacity: .8;
}
#EDUPDCRJAN .subcaption {
    line-height: 1.6em;
    font-size: 24px;
    text-align: right;
    font-family: inherit;
    color: rgba(111,124,130,1);
}
#EDUPDCRJAN .badge {
    color: var(--base);
    background-color: #f9f9f9;
    transition: .3s all;
}
#EDUPDCRJAN .badge:hover {
    background-color: lightgrey;
}
#EDUPDCRJAN .p-like {
    cursor: pointer;
    transition: .3s all;
    background-color: #f7f7f7;
    padding: 3px 10px;
    border-radius: 5px;
}
#EDUPDCRJAN .p-like:hover {
    color: var(--other);
}
#full-stars-example-two-EDUPDCRJAN {
    position: absolute;
    right: 90px;
    left: 0;
    top: -7px;
    /* display: flex; */
    background-color: #f7f7f7;
    width: fit-content;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 0 0 11px #cfcfcf;
    display: none;
}
#full-stars-example-two-EDUPDCRJAN .rating-group {
  display: inline-flex;
  align-items: center;
}
#full-stars-example-two-EDUPDCRJAN .rating__icon {
  pointer-events: none;
}
#full-stars-example-two-EDUPDCRJAN .rating__input {
  display: none;
}
#full-stars-example-two-EDUPDCRJAN .rating__input--none {
  display: none;
}
#full-stars-example-two-EDUPDCRJAN .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 2rem;
  margin: 0;
}
#full-stars-example-two-EDUPDCRJAN .rating__icon--star {
  color: orange;
}
#full-stars-example-two-EDUPDCRJAN .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}
#full-stars-example-two-EDUPDCRJAN .rating-group:hover .rating__label .rating__icon--star {
  color: orange;
}
#full-stars-example-two-EDUPDCRJAN .rating__input:hover ~ .rating__label .rating__icon--star {
  color: #ddd;
}
#EDUPDCRJAN .keywords {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#EDUPDCRJAN  [setDir=true][hasDirCode=true] h1,
#EDUPDCRJAN  [setDir=true][hasDirCode=true] h3,
#EDUPDCRJAN  [setDir=true][hasDirCode=true] .text,
#EDUPDCRJAN  [setDir=true][hasDirCode=true] .text * {
    direction: ltr !important;
    text-align: left;
}
#EDUPDCRJAN .text,
#EDUPDCRJAN .text * {
    text-align: justify ;
    border-radius: 5px;
}
#EDUPDCRJAN .images {
    width: 100%;
}
#EDUPDCRJAN .html_editor ol>li{
    list-style-type: decimal;
}

#EDUPDCRJAN .html_editor ul>li{
    list-style-type: initial;
}

#EDUPDCRJAN .html_editor p{
    margin-bottom: unset;
}

#EDUPDCRJAN .html_editor h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

#EDUPDCRJAN .html_editor h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

#EDUPDCRJAN .html_editor h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
#EDUPDCRJAN .html_editor h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
#EDUPDCRJAN .html_editor h5 {
    display: block;
    font-size: 0.83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
#EDUPDCRJAN .html_editor h6 {
    display: block;
    font-size: 0.67em;
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

#EDUPDCRJAN .html_editor ol,
#EDUPDCRJAN .html_editor ul {
    padding-inline-start: 40px
}






#LZOTHCYMBJ {
    container-type: inline-size;

    ul.namad {
        display: flex;
        gap: 2rem;
        img {
            height: 100px;
            object-fit: contain;
        }
    }
    #maher_cp a {
        outline: none !important;
        text-decoration: none !important;
    }

    .maher_group img {
        filter: grayscale(100%);
        opacity: 0.7;
        transition: 0.35s;
        height: 18px;
    }

    .maher_group:hover img {
        filter: grayscale(0%);
        transition: 0.35s;
        opacity: 1;
        height: 24px;
    }

    .maher_group a.before {
        color: #8c8c8c;
        font-weight: bold;
        transition: 0.35s;
        transition-timing-function: ease;
        transition-timing-function: ease;
        transition-timing-function: ease-in-out;
        transform: translate(-150px, -9px);
        display: inline-block;
        font-size: 7.5pt;
    }

    .maher_group {
        position: relative;
        overflow: hidden;
        width: 150px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        height: 34px;
    }

    .maher_group.align-left {
        -webkit-justify-content: flex-end;
        moz-justify-content: flex-end;
        ms-justify-content: flex-end;
        o-justify-content: flex-end;
        justify-content: flex-end;
    }

    .maher_group.align-left .img {
        order: 2;
    }

    .maher_group:hover a.before {
        transform: translate(6px, -9px);
        transition: 0.35s;
        transition-delay: 0.8s;
        transition-timing-function: ease;
    }

    .maher_group a.after {
        font-size: 7pt;
        color: #8c8c8c;
        position: absolute;
        left: 28px;
        bottom: 10px;
        transition: 0.35s;
    }

    .maher_group.align-left a.after {
        left: 28px;
    }

    .maher_group.align-right a.before {
        transform: translate(150px, -9px);
    }

    .maher_group.align-left a.before {
        transform: translate(-150px, -9px);
    }

    .maher_group.align-right:hover a.before {
        transform: translate(-5px, -9px) !important;
    }

    .maher_group.align-left:hover a.before {
        transform: translate(6px, -9px) !important;
    }

    .maher_group.align-right a.after {
        right: 28px;
    }

    .maher_group:hover a.after {
        bottom: 2px;
        transition: 0.2s;
        font-size: 7.8pt;
    }

    .bottombar {
        direction: rtl;
    }

    .scroll-to-top1 {
        position: fixed;
        bottom: 15px;
        left: 15px;
        width: 60px;
        height: 60px;
        color: #ffffff;
        font-size: 20px;
        text-transform: uppercase;
        line-height: 60px;
        text-align: center;
        z-index: 100;
        cursor: pointer;
        background: #0a0a0a;
        display: none;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .scroll-to-top1:hover {
        background-color: var(--other);
        color: var(--otherText);
    }

    .logo img {
        width: [logoWidth]px !important;
        height: 60px;
        object-fit: contain;
    }

    @container (width <=576px) {
        .logo img {
            height: 45px;
        }

        ul.namad {
            justify-content: center;
        }

        .widgets-section * {
            text-align: center !important;
        }

        h2 {
            &:before {
                right: 50%;
                translate: 25%;
                width: 130px;
            }

            &:after {
                right: calc(50% - 70px);
                width: 55px;
                translate: 25%;
            }
        }
    }
}