.edn_article_gallery {
    li {
        list-style: none;
        display: inline-block;
        vertical-align: top;
        margin: 0.5rem;
    }
}

.sidebar {
    position: sticky;
    top: 10rem;
    height: fit-content;
    background: var(--White);
    z-index: 10;
}

/*************** Stert Comments ******************/
.edNews__commentPendingApproval,
.edNews_errorMessage {
    position: absolute;
    bottom: 100%;
    right: 0;
    transition: all ease-in-out .3s;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    display: block
}

.edNews__commentPendingApproval.show,
.edNews_errorMessage.show {
    max-height: 3rem;
    opacity: 1;
    background: var(--accent-color);
    padding: 0.2rem .4em;
    color: var(--White);
    border-radius: 0.4rem;
}

.edNews__commentsWrapper .btn-submit {
    color: var(--White);
    transition: all ease-in-out .3s;
    cursor: pointer;
    font-weight: bold;
}

.edNews__commentsWrapper .btn-submit:hover {
    background: var(--accent-color4)
}

.edNews__commentsWrapper :where(input[type="text"], input[type="email"], textarea) {
    outline: unset !important;
    ;
    padding: 1rem;
    width: -webkit-fill-available;
    background-color: var(--lsilver);
    transition: all ease-in-out .3s;
    border: 0.1em solid var(--silverLight);
}

.edNews__commentsWrapper :where(input[type="text"], input[type="email"], textarea)::placeholder {
    text-align: right !important;
    font-family: IranSite;
    color: var(--Silver-Secondary-Color);
    transition: all ease-in-out .3s;

}

input:where([type="email"], [type="cell"]) {
    direction: ltr
}

.edNews__commentsWrapper .form-group label {

    padding: .4rem 0
}

.edNews__commentsWrapper :where(input[type="text"], input[type="email"], textarea):focus {
    border-color: var(--Accent-Color);
}

.edNews__commentsWrapper :where(input[type="text"], input[type="email"], textarea):focus::placeholder {
    letter-spacing: -0.05rem;
    font-size: 0.9rem;
}

.edNews__commentsWrapper .GDPR input[type=checkbox]+label {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: .2em;
    gap: 1rem
}

.edNews__commentsWrapper .GDPR input[type=checkbox] {
    display: none
}

.edNews__commentsWrapper .GDPR input[type=checkbox]+label:before {
    content: "\2714";
    border: .1em solid var(--Black-Color);
    border-radius: .2em;
    display: flex;
    color: transparent;
    transition: .2s;
    padding: 0 0.5em;
    border: 0.1rem solid var(--blgnav);
}

.edNews__commentsWrapper .GDPR input[type=checkbox]+label:active:before {
    transform: scale(0)
}

.edNews__commentsWrapper .GDPR input[type=checkbox]:checked+label:before {
    background-color: #3cb371;
    border-color: #3cb371;
    color: var(--White)
}

.edNews__commentsWrapper .GDPR input[type=checkbox]:disabled+label:before {
    transform: scale(1)
}

.edNews__commentsWrapper .GDPR input[type=checkbox]:checked:disabled+label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb
}

.edNews__commentsCommentFormWrapper .edNews__replyingToMessage {
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .3s
}

.edNews__commentsCommentFormWrapper.edNews__replyingToComment .edNews__replyingToMessage {
    opacity: 1;
    visibility: visible
}

.edNews__commentsCollapseWrapper {
    width: 100%
}

.edNews_commentDetails .media-body {
    flex: 1 0 80%;
    border: 0.1rem solid var(--silverLight);
    border-radius: calc(var(--b-rasiud)*2);
}

.edNews__commentVoting_upvote .fa-thumbs-o-up:before {
    color: green;
    font-size: 1.5rem
}

.edNews__commentVoting_downvote .fa-thumbs-o-down:before {
    color: red;
    font-size: 1.5rem
}

.edNews_commentActions span {
    color: var(--accent-color1)
}

.edNews_numberVotes {
    color: var(--accent-color1)
}

.edNews_loadMoreTriggerWrapper {
    display: flex;
    justify-content: center
}

.edNews_loadMoreTriggerWrapper button {
    background: var(--accent-color3);
    border: 1px solid var(--accent-color2);
    padding: 1rem;
    margin-bottom: 2rem;
    cursor: pointer
}

.edNews_loadMoreTriggerWrapper .loadingOverlay {
    display: none
}

.edNews_loadMoreTriggerWrapper.loading,
.edNews__editingComment .edNews__editCommentContainer {
    display: block
}

.edNews_loadMoreTriggerWrapper.hide,
.edNews__editCommentContainer {
    display: none
}

.edNews_userAvatar img {
    width: 2.85rem;
    height: 2.85rem;
    border-radius: var(--b-radius);
}

.edn_recentCommentContainer {
    display: flex;
    gap: 1rem;
    align-items: center;

}

.ItemTitleComment svg {
    width: 1.5rem;
}

.edNews__commentContent {
    font-size: 0.9rem;
}

.edNews_commentDate {
    font-size: 0.8rem;
    padding-top: 6px;
}

.edNews__childCommentsContainer {
    border-right: solid 2px var(--accent-color);
    margin-bottom: 0.6rem;

    .edNews__itemCommentContainer {
        margin-right: 2rem;
        border-top: 0.1rem solid var(--dark-gray);
    }
}

.edNews_adminEdit .btn-submit {
    background: transparent !important;
    color: var(--accent-color);

    .edNews__editComment,
    .edNews__deleteComment {
        display: none;
    }
}

div#edNewsComment3424_2219_3 {
    border-bottom: 0.1em solid var(--accent-color2)
}

.article_pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;

    .page {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2rem;
        height: 2rem;
        background: var(--White);
        border: solid 1px var(--accent-color);
        border-radius: 0.4rem;

        &.active {
            background-color: var(--accent-color);
            color: var(--White);
        }
    }
}

.frame {
    background-color: var(--text-light-3);
    border-radius: 0.8rem;
    -webkit-border-radius: 0.8rem;
    -moz-border-radius: 0.8rem;
    -ms-border-radius: 0.8rem;
    -o-border-radius: 0.8rem;
    padding: 1.5rem;
}

.comments-frame {
    background-color: var(--text-light-3);
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
    padding: 1.5rem;
}

.comments-form {
    .sec-title {
        display: block;
        color: var(--Black);
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }

    .field-holder {
        position: relative;
        border: solid 1px #F1EEEE !important;
        background-color: var(--White);
        display: flex;
        align-items: center;
        justify-content: start;
        border-radius: 0.4rem;
        -webkit-border-radius: 0.4rem;
        -moz-border-radius: 0.4rem;
        -ms-border-radius: 0.4rem;
        -o-border-radius: 0.4rem;
        padding: 0px 1rem;
        margin-bottom: 1rem;

        svg {
            min-width: 18px;
            width: 18px;
            height: 0.8rem;
            stroke: #1B2C65;
            margin-left: 0.8rem;
        }

        .form-control {
            width: 100%;
            height: 42px;
            border: none !important;
            outline: none;
            font-size: 1rem;
            padding: 0.5rem 0;
            resize: none;
            text-align: right;

            &::placeholder {
                color: #959595;
                font-size: 1rem;
                font-weight: normal;
            }

            &:disabled {
                background-color: transparent;
            }
        }

        textarea {
            min-height: 150px;
        }
    }

    .rating-in-comment {
        .caption {
            color: var(--Black);
        }
    }

    .submit-btn {
        font-size: 1rem;
        color: var(--White);
        border: none;
        padding: 0.3rem 1.5rem;
        border-radius: 0.4rem;
        background-color: var(--accent-color2);
        cursor: pointer;

    }
}

.comments-list {
    background-color: var(--text-light-3);
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
    padding: 3rem 1.2rem;
    margin-bottom: 2rem;

    .avatar {
        width: 50px;
        min-width: 50px;
        height: 50px;
        background-color: var(--White);
        border-radius: 0.4rem;
        margin-left: 1rem;

        svg {
            width: 20px;
            stroke: var(--accent-color);
        }
    }

    .comment-head {
        width: 100%;
        height: 50px;
        padding: 0.4rem 1rem;
        background-color: #FBFBFB;
        border-radius: 0.4rem;
        border: solid 1px #F1F1F1;

        .author {
            font-size: 1rem;
            color: var(--Black);
        }

        .dete {
            .item {
                font-size: 0.8rem;
                color: var(--Black);

                svg {
                    width: 1rem;
                    height: 1rem;
                    margin-left: 0.5rem;
                    stroke: var(--accent-color);
                }

            }
        }

        @media(max-width:760px) {
            display: block !important;
            height: auto;

            .dete {
                flex-direction: column;
            }
        }
    }

    .comment-body {
        padding: 1rem;

        .comment-content {
            font-size: 1rem;
            color: var(--Black);
        }

        .action-btns {
            svg {
                cursor: pointer;
            }

            .like {
                .like-couner {
                    color: var(--Black);
                    margin-top: -3px;
                    margin-left: 2px;
                }
            }
        }

        @media(max-width:760px) {
            display: block !important;
            height: auto;

        }
    }

}


/********************** End Comments ***********************/

/***************** Start Accordion *******************/
.accordion-panel {
    background-color: var(--text-light-3);
    padding: 0.92rem 0.61rem;
    margin-bottom: 1.1rem;
    border-radius: var(--radius-12);

    .acc-head {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;

        .icon {
            display: flex;
            position: relative;
            text-align: center;
            margin-right: 10px;

            svg {
                width: 1.84rem;
                height: 1.84rem;
                stroke: var(--secendry-main);
                fill: none;
                transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
            }
        }

        .title {
            font-size: 1rem;
            font-weight: 700;
            color: var(--text-dark-0);
        }
    }

    .acc-body {
        display: none;
        padding: 0.92rem 0 0;
        font-size: 1rem;
        text-align: justify;
    }

    &.open {
        .acc-head {
            .icon {
                svg {
                    transform: rotate(180deg);
                    -webkit-transform: rotate(180deg);
                    -moz-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                    -o-transform: rotate(180deg);
                }
            }
        }
    }

    &:last-child {
        margin-bottom: 0;
    }
}

/***************** End Accordion *******************/

/***************** Start Swiper Slider *******************/
.slider-controller {
    max-width: 100%;

    .navigation {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 10px;
        cursor: pointer;

        svg {
            position: relative;
            width: 0.6rem;
            stroke: var(--Black);
        }

        &.swiper-button-disabled {
            opacity: 0.5;
            cursor: default;

        }

    }

    .slide-number {
        font-weight: bold;
        font-size: 1rem;
    }

    .progressbar {
        position: relative;
        width: 122px;
        height: 2px;

        &.swiper-pagination-lock {
            display: block;
        }

        .swiper-pagination-progressbar-fill {
            background: var(--accent-color);
            transition-duration: 5000ms !important;
        }
    }

    .swiper-pagination-bullet {
        background-color: var(--accent-color);
        opacity: 0.4;

        &.swiper-pagination-bullet-active {
            opacity: 1;
        }
    }
}

/***************** End Swiper Slider *******************/


/***************** Start Home Slider *******************/
.home-slider-section {
    margin-top: 1rem;

    .home-slider {
        .swiper-slide {
            .img-box {
                overflow: hidden;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }
        }
    }

    .slider-controller {
        width: 100%;
        bottom: 0.92rem;
        gap: 0.3rem;

        .navigation {
            margin: 0;

            svg {
                position: relative;
                width: 1.23rem;
                aspect-ratio: 1 / 1;
                stroke: none;
                z-index: 1;
            }

            &.swiper-button-disabled {
                opacity: 0.5;
                cursor: default;

            }

        }

        .swiper-pagination {
            position: relative;
            display: flex;
            align-items: center;
            width: auto;
            padding: 0.317rem 0.5rem;
            bottom: auto;
            gap: 0.3rem;
            background-color: var(--White);

            .swiper-pagination-bullet {
                position: relative;
                margin: 0 4px;
                border: 1px solid #ff0000;
                background-color: var(--text-light-2);
                opacity: 1;
                transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                

                &.swiper-pagination-bullet-active {
                    width: 2.46rem;
                    border-radius: 0.3rem;
                    background-color: var(--primary-main);
                }
            }
        }
    }
}

.home-slider-side {
    margin-top: 1rem;

    .img-box {
        width: 100%;
        overflow: hidden;
    }
}

/***************** End Home Slider *******************/

/***************** Start Home About *******************/
.home-about {
    .item {
        padding: 0.92rem;
        border: solid 1px var(--secendry-subtle);

        .img-box {
            width: 100%;
            margin-bottom: 0.78rem;

            img {
                width: 100%;
            }
        }

        .content-box {
            height: 14.23rem;
            padding-right: 0.6rem;
            direction: ltr;
            white-space: normal;

            .title {
                font-size: 1.23rem;
                font-weight: 700;
                color: var(--text-dark-1);
                direction: rtl;
                margin-bottom: 0.3rem;
            }

            .desc {
                font-size: 1rem;
                color: var(--text-dark-1);
                direction: rtl;
            }
        }
    }

    @media(min-width: 570px) {
        .item {

            .img-box {
                height: 20rem;

                img {
                    height: 100%;
                    object-fit: cover;
                }
            }

            .content-box {
                height: 20rem;
            }
        }
    }
}

/***************** End Home About *******************/



/***************** Start Home Blog *******************/
.home-blog-list {
    margin: 2.76rem 0;

    .sec-title-row {
        margin-bottom: 1.23rem;

        .title {
            font-size: 1.23rem;
            font-weight: 700;
            color: var(--text-dark-0);
        }

        .btn {
            display: block;
            background: var(--text-light-3);
            font-weight: 700;
            font-size: 1rem;
            color: var(--text-dark-1);
            padding: 0.3rem 0.9rem;
            border-radius: var(--radius);
            -webkit-border-radius: var(--radius);
            -moz-border-radius: var(--radius);
            -ms-border-radius: var(--radius);
            -o-border-radius: var(--radius);
        }
    }
}

/***************** End Home Blog *******************/


/***************** Start Faq *******************/
.faq-sec {
    background-color: var(--text-light-3);
    padding: 1.23rem 0;

    .sec-title-row {
        .title {
            font-size: 1.23rem;
            font-weight: 700;
            color: var(--text-dark-0);
        }
    }

    .holder {
        .accordion-panel {
            background-color: var(--White);
        }

        .faq-item {}
    }
}

/***************** End Faq *******************/


/***************** Start Last Blogs *******************/
.last-blogs-section {
    padding: 0.92rem 0;
    background: var(--primary-darker);

    .sec-title-row {
        margin-bottom: 1.23rem;

        .title {
            font-size: 1.23rem;
            font-weight: 700;
            color: var(--White);
        }
    }

    .slider-controller {
        .navigation {
            margin: 0;
            cursor: pointer;

            svg {
                width: 1.84rem;
                height: 1.84rem;
                stroke: none;
            }
        }
    }

    @media(min-width: 570px) {
        padding: 2rem 0;
    }
}

.blog-item {
    padding: 0.92rem;
    background: var(--White);
    border: solid 1px var(--secendry-subtle);

    .img-box {
        width: 100%;
        height: 14.3rem;
        margin-bottom: 0.78rem;
        background: var(--text-dark-1);
        overflow: hidden;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    .title {
        font-size: 1.23rem;
        color: var(--text-dark-1);
        margin-bottom: 0.61rem;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .cat-title {
        margin-bottom: 0.3rem;

        a {
            display: inline-block;
            vertical-align: middle;
            font-size: 0.92rem;
            color: var(--primary-main);
        }
    }

    .desc {
        height: 3.8rem;
        font-size: 1.07rem;
        color: var(--text-dark-1);
        overflow: hidden;
        text-align: right;
    }

    .more-btn {
        display: block;
        background: rgba(255, 0, 0, 0.15);
        font-size: 1.07rem;
        color: var(--primary-darker);
        padding: 0.7rem 1rem;
        border-radius: var(--radius-12);
        -webkit-border-radius: var(--radius-12);
        -moz-border-radius: var(--radius-12);
        -ms-border-radius: var(--radius-12);
        -o-border-radius: var(--radius-12);
    }
}

.blog-item-side {
    padding: 0.61rem 0.3rem;
    background: var(--White);
    border: solid 1px var(--secendry-subtle);

    .img-box {
        width: 10rem;
        min-width: 10rem;
        height: 7.07rem;
        margin-left: 0.78rem;
        background: var(--text-dark-1);
        overflow: hidden;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    a {
        display: block;
    }

    .title {
        font-size: 1.23rem;
        color: var(--text-dark-1);
        text-align: right;
        line-height: 2rem;
    }

    .cat-title {
        margin-bottom: 0.3rem;

        a {
            display: inline-block;
            vertical-align: middle;
            font-size: 0.92rem;
            color: var(--primary-main);
        }
    }
}

.blog-two-col {
    margin: 2.46rem 0;
}

.desc {
    line-height: 2rem;

    img {
        max-width: 100%;
        height: auto !important;
        margin: 1rem auto;
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
        font-weight: 700;
    }

    p {
        line-height: 2rem;
    }

    ul {
        padding-right: 1.5rem;
        margin-top: 1rem;
    }
}

.article-heading {

    padding: 0.61rem 2.5rem;
    background-color: var(--text-light-3);
    border-radius: var(--radius);
    -webkit-border-radius: var(--radius);

    li {
        font-size: 1.07rem;
        font-weight: 700;
        padding: 0.3rem 0;
    }
}

/***************** End Last Blogs *******************/

/***************** Start About us *******************/
.about-us {
    .title {
        font-size: 1.38rem;
        font-weight: 700;
        color: var(--text-dark-0);
    }

    .subtitle {
        font-size: 1.07rem;
        color: var(--text-dark-3);
    }

    .desc {
        font-size: 1.07rem;
        color: var(--text-dark-3);
        line-height: 2.15rem;
    }
}

/***************** End About us *******************/

/***************** Start Partner Companies *******************/
.partner-companies {
    .title {
        font-size: 1.38rem;
        font-weight: 700;
        color: var(--text-dark-0);
    }

    .subtitle {
        font-size: 1.07rem;
        color: var(--text-dark-3);
    }

    .items-holder {
        text-align: center;

        .item {
            display: inline-block;
            vertical-align: middle;
            width: 8.61rem;
            margin: 0 0.1rem 0.61rem;
        }
    }
}

/***************** End Partner Companies *******************/

/***************** Start Facilities *******************/
.facilities {

    .items-holder {
        text-align: center;

        .item {
            border: 1px solid var(--text-light-2);
            border-radius: var(--radius-12);
            -webkit-border-radius: var(--radius-12);
            -moz-border-radius: var(--radius-12);
            -ms-border-radius: var(--radius-12);
            -o-border-radius: var(--radius-12);
            padding: 1.53rem 1.23rem;

            .img-box {
                width: 4.61rem;
                aspect-ratio: 1/1;
                border-radius: var(--radius);
                -webkit-border-radius: var(--radius);
                -moz-border-radius: var(--radius);
                -ms-border-radius: var(--radius);
                -o-border-radius: var(--radius);
                background-color: var(--primary-darker);
                overflow: hidden;
            }

            .title {
                font-size: 1.23rem;
                font-weight: 700;
                color: var(--secendry-darker);
            }

            .desc {
                font-size: 1.07rem;
                color: var(--secendry-darker);
                line-height: 2.15rem;
            }
        }

    }
}

/***************** End Facilities *******************/