.custom-breadcumb {
    position: relative;
    z-index: 1;
    overflow: auto;
}

.desc {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2rem;
}

/*************** Stert Comments ******************/
.edNews__commentPendingApproval,
.edNews_errorMessage {
    position: absolute;
    top: 105%;
    right: 0;
    transition: all ease-in-out 0.3s;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    display: block;
}

.edNews__commentPendingApproval.show,
.edNews_errorMessage.show {
    max-height: 3rem;
    opacity: 1;
    background: var(--warning-color-1);
    padding: 0.2rem 0.4em;
    color: var(--White);
    border-radius: var(--radius-4);
    z-index: 1;
    -webkit-border-radius: var(--radius-4);
    -moz-border-radius: var(--radius-4);
    -ms-border-radius: var(--radius-4);
    -o-border-radius: var(--radius-4);
}

.edNews__commentsWrapper .btn-submit {
    color: var(--White);
    transition: all ease-in-out 0.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 0.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 0.3s;
}

input:where([type="email"], [type="cell"]) {
    direction: ltr;
}

.edNews__commentsWrapper .form-group label {
    padding: 0.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: 0.2em;
    gap: 1rem;
}

.edNews__commentsWrapper .GDPR input[type=checkbox] {
    display: none;
}

.edNews__commentsWrapper .GDPR input[type=checkbox]+label:before {
    content: "✔";
    border: 0.1em solid var(--Black-Color);
    border-radius: 0.2em;
    display: flex;
    color: transparent;
    transition: 0.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 0.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(--secondary-subtle);
    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: 1rem;
}

.edNews_commentDate {
    font-size: 0.8rem;
    padding-top: 6px;
}

.edNews__childCommentsContainer {
    border-right: solid 2px var(--accent-color);
    margin-bottom: 0.6rem;
}

.edNews__childCommentsContainer .edNews__itemCommentContainer {
    margin-right: 2rem;
    border-top: 0.1rem solid var(--secondary-lighter);
}

.edNews_adminEdit .btn-submit {
    background: transparent !important;
    color: var(--accent-color);
}

.edNews_adminEdit .btn-submit .edNews__editComment,
.edNews_adminEdit .btn-submit .edNews__deleteComment {
    display: none;
}

div#edNewsComment3424_2219_3 {
    border-bottom: 0.1em solid var(--secondary-subtle);
}

.article_pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.article_pager .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;
}

.article_pager .page.active {
    background-color: var(--accent-color);
    color: var(--White);
}

/********************** End Comments ***********************/
/***************** Start Related Aritcle *******************/
.relatedBox .relatedImgBox {
    width: 7rem;
    height: 7.2rem !important;
}

.relatedBox .relatedTextBox strong {
    font-size: 0.8rem;
}

.relatedBox .relatedTextBox span {
    font-size: 0.7rem;
}

.related-articles .main-title {
    font-weight: bold;
}

.related-articles .related-item img {
    min-width: 52px;
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
    margin-left: 1rem;
}

.related-articles .related-item .title {
    font-size: 1rem;
    font-weight: normal;
    margin: 0;
}

.related-articles .related-item svg {
    width: 1rem;
    stroke: var(--accent-color);
    margin-left: 0.5rem;
}

.related-articles .related-item .time {
    font-size: 0.8rem;
}

/***************** End Related Aritcle *******************/
.comments-frame {
    background-color: var(--secondary-subtle);
    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;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.comments-form .field-holder {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 0.5rem;
}

.comments-form .field-holder .form-control-label {
    display: block;
    font-weight: normal;
    color: var(--text-dark-1);
}

.comments-form .field-holder .form-control-label .star {
    color: var(--warning-color-1);
}

.comments-form .field-holder .form-control {
    width: 100%;
    height: 3.84rem;
    border: none !important;
    outline: none;
    font-size: 1rem;
    padding: 0.5rem 0;
    resize: none;
    text-align: right;
    border: solid 1px var(--text-light-1) !important;
    background-color: var(--White);
    border-radius: var(--radius-4);
    padding: 0.5rem 1rem;
    -webkit-border-radius: var(--radius-4);
    -moz-border-radius: var(--radius-4);
    -ms-border-radius: var(--radius-4);
    -o-border-radius: var(--radius-4);
}

.comments-form .field-holder .form-control:placeholder {
    color: #959595;
    font-size: 1rem;
    font-weight: normal;
}

.comments-form .field-holder .form-control:disabled {
    background-color: transparent;
}

.comments-form .field-holder textarea {
    min-height: 11.3rem;
}

.comments-form .submit-btn {
    font-size: 1rem;
    color: var(--White);
    border: none;
    padding: 0.3rem 1.5rem;
    border-radius: 0.4rem;
    background-color: var(--accent-color);
    cursor: pointer;
}

.comments-list {
    margin: 2rem 0;
}

.comments-list .avatar {
    width: 3.07rem;
    min-width: 3.07rem;
    height: 3.07rem;
    background-color: var(--accent-color);
    border-radius: 0.6rem;
    margin: 0.3rem 0 0 1rem;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    -ms-border-radius: 0.6rem;
    -o-border-radius: 0.6rem;
}

.comments-list .avatar svg {
    width: 1.2rem;
    stroke: var(--White);
    fill: var(--White);
}

.comments-list .comment-head {
    position: relative;
    width: 100%;
    min-height: 3.9rem;
    padding: 0.4rem 1rem;
    background-color: var(--bg-2);
    border-radius: 0.4rem;
    border: solid 1px var(--text-light-1);
}

.comments-list .comment-head:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 8px;
    aspect-ratio: 1/2;
    clip-path: polygon(0px 0, 100% 50%, 0 100%);
    background: var(--text-light-1);
}

.comments-list .comment-head .date .item {
    font-size: 0.8rem;
}

.comments-list .comment-head .date .item svg {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.5rem;
    fill: var(--accent-color);
}

.comments-list .comment-head .date .item:nth-child(2n) {
    margin-right: 1rem;
    padding-right: 1rem;
    border-right: solid 1px var(--text-light-1);
}

.comments-list .comment-head .date .item:nth-child(2n) svg {
    fill: none;
    stroke: var(--accent-color);
}

.comments-list .author {
    font-size: 1rem;
}

@media (max-width: 760px) {
    .comments-list {
        display: block !important;
        height: auto;
    }

    .comments-list .date {
        flex-direction: column;
    }
}

.comment-body {
    padding: 1rem;
}

.comment-body .comment-content {
    font-size: 1rem;
}

.comment-body .edNews__replyComment {
    cursor: pointer;
}

.comment-body .action-btns svg {
    cursor: pointer;
}

.comment-body .action-btns .like .like-couner {
    margin-top: -3px;
    margin-left: 2px;
}

@media (max-width: 760px) {
    .comment-body {
        display: block !important;
        height: auto;
    }
}

/***************** Start Swiper Slider *******************/
.slider-controller {
    max-width: 100%;
}

.slider-controller .navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    cursor: pointer;
}

.slider-controller .navigation svg {
    position: relative;
    width: 1.42857rem;
    height: 1.42857rem;
    fill: var(--accent-color);
}

.slider-controller .navigation.swiper-button-disabled {
    opacity: 0.5;
    cursor: default;
}

.slider-controller .slide-number {
    font-weight: bold;
    font-size: 1rem;
}

.slider-controller .progressbar {
    position: relative;
    width: 122px;
    height: 2px;
}

.slider-controller .progressbar.swiper-pagination-lock {
    display: block;
}

.slider-controller .progressbar .swiper-pagination-progressbar-fill {
    background: var(--accent-color);
    transition-duration: 5000ms !important;
}

.slider-controller .swiper-pagination-bullet {
    background-color: var(--accent-color);
    opacity: 0.4;
}

.slider-controller .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

/***************** End Swiper Slider *******************/
/***************** Start Home Slider *******************/
.home-slider-section .home-slider .swiper-slide .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-slider-section .home-slider .content-holder {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
}

.home-slider-section .home-slider .content-holder .container {
    display: flex;
    justify-content: start;
}

.home-slider-section .home-slider .content-holder .container .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    width: max-content;
    gap: 2rem;
}

.home-slider-section .home-slider .content-holder .container .box .title {
    display: block;
    font-size: 1.38rem;
    font-weight: bold;
    color: var(--White);
    line-height: 3rem;
    width: 100%;
}

.home-slider-section .home-slider .content-holder .container .box .link-btn {
    display: flex;
    width: max-content;
    padding: 0.3rem 1.53rem;
    border-radius: 1.4rem;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    color: var(--White);
    background: var(--secondary-color-dark-1);
}

.home-slider-section .swiper-pagination {
    bottom: 0rem;
}

.home-slider-section .swiper-pagination .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0px 2px;
    background-color: var(--White);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.3s ease;
    opacity: 0.5;
}

.home-slider-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

@media (max-width: 960px) {
    .home-slider-section .img-box {
        height: 25rem;
    }
}

/***************** End Home Slider *******************/
/***************** Start Article Category Slider *****************/
.article-category-section .category-slider .swiper-slide>a {
    border-radius: 0.4rem;
    border: solid 1px #F6F6F6;
    overflow: hidden;
}

.article-category-section .category-slider .swiper-slide>a .img-box {
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
    overflow: hidden;
}

.article-category-section .category-slider .swiper-slide>a .img-box img {
    width: 100%;
}

.article-category-section .category-slider .swiper-slide>a .img-box .cat-label {
    position: absolute;
    display: block;
    bottom: 0.6rem;
    left: 0.6rem;
    min-width: 95px;
    padding: 0 1rem;
    font-size: 1rem;
    text-align: center;
    background-color: white;
    border-radius: 1.1rem;
    -webkit-border-radius: 1.1rem;
    -moz-border-radius: 1.1rem;
    -ms-border-radius: 1.1rem;
    -o-border-radius: 1.1rem;
}

.article-category-section .category-slider .swiper-slide>a .desc {
    width: 100%;
    font-size: 1rem;
    height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.article-category-section .category-slider .swiper-slide>a .count {
    font-size: 1rem;
}

/***************** End Article Category Slider *******************/
/***************** Start Article Category Title Slider *****************/
.article-category-title-slider {
    border-radius: 0.4rem;
    background-color: rgba(158, 11, 15, 0.1);
    padding: 0.6rem;
    margin-bottom: 1.5rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
}

.article-category-title-slider .category-title-slider {
    width: calc(100% - 56px);
}

.article-category-title-slider .category-title-slider .swiper-slide>a {
    font-size: 1rem;
    color: var(--accent-color);
}

/***************** End Article Category Slider *******************/
/***************** Start Article List Widget *****************/
.puzzle-article {
    margin: 2.5rem 0 5.5rem;
}

.puzzle-article .item {
    display: block;
    border-radius: 0.5rem;
    height: 100%;
}

.puzzle-article .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
}

.puzzle-article .left-side .row-sec {
    width: 100%;
}

@media (max-width: 580px) {
    .puzzle-article .item-col {
        margin-top: 0.8rem;
    }
}

/***************** End Article List Widget *****************/
/***************** Start Article Category Slider *****************/
.article-list .item {
    display: block;
    height: 100%;
    border-radius: 0.4rem;
    background-color: var(--White);
    border: solid 1px var(--secondary-subtle);
    overflow: hidden;
}

.article-list .item .img-box {
    border-radius: 0 0 0.4rem 0.4rem;
    overflow: hidden;
}

.article-list .item .img-box img {
    width: 100%;
}

.article-list .item .img-box .study {
    position: absolute;
    display: block;
    top: 0.6rem;
    right: 0.6rem;
    min-width: 95px;
    padding: 0.3rem 1rem;
    text-align: center;
    background-color: white;
    border-radius: 1.1rem;
    font-size: 0.9rem;
}

.article-list .item .img-box .study svg {
    width: 1.2rem;
    height: 1.2rem;
    stroke: var(--Black);
}

.article-list .item .img-box .study span {
    font-size: 0.9rem;
    line-height: 0;
}

.article-list .item .img-box .cat-label {
    position: absolute;
    display: block;
    bottom: 0.6rem;
    left: 0.6rem;
    min-width: 95px;
    padding: 0 1rem;
    text-align: center;
    background-color: white;
    border-radius: 1.1rem;
    -webkit-border-radius: 1.1rem;
    -moz-border-radius: 1.1rem;
    -ms-border-radius: 1.1rem;
    -o-border-radius: 1.1rem;
}

.article-list .item .img-box .cat-label a {
    font-size: 0.9rem;
}

.article-list .item .content-box {
    width: 100%;
    padding: 0.9rem;
    display: block;
}

.article-list .item .content-box .label {
    display: block;
    font-size: 0.9rem;
    min-height: 2.8rem;
    margin-bottom: 0.5rem;
}

.article-list .item .content-box .desc {
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.article-list .item .content-box .time {
    font-size: 0.9rem;
    color: var(--CustomColor1);
}

.article-list .item .content-box .time svg {
    width: 1rem;
    height: 1rem;
    stroke: var(--CustomColor1);
}

.article-list .item .content-box .time span {
    font-size: 0.9rem;
    line-height: 0;
}

/***************** End Article Category Slider *******************/
.thumbnail-links-section {
    text-align: center;
    padding: 3.38rem 0;
}

.thumbnail-links-section .item {
    display: inline-block;
    vertical-align: top;
    width: 7.69rem;
    white-space: normal;
    margin: 0 1.38rem;
    white-space: normal;
}

.thumbnail-links-section .item .img-box {
    width: 7.69rem;
    height: 7.69rem;
    max-width: 100%;
    border: solid 1px var(--system-orange-0);
    border-radius: 50%;
    padding: 0.3rem;
}

.thumbnail-links-section .item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.thumbnail-links-section .item .title {
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 0.5rem;
    line-height: 2.2;
}

.thumbnail-links-scroll {
    text-align: center;
    padding: 3.38rem 0;
}

.thumbnail-links-scroll .item {
    display: inline-block;
    vertical-align: top;
    width: 7.69rem;
    white-space: normal;
    margin: 0 1.38rem;
}

.thumbnail-links-scroll .item .img-box {
    width: 7.69rem;
    height: 7.69rem;
    max-width: 100%;
    border-radius: 50%;
    padding: 0.3rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.thumbnail-links-scroll .item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.thumbnail-links-scroll .item .title {
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 0.5rem;
    line-height: 2.2;
}

.middle-banner {
    position: relative;
    min-height: 7rem;
    margin-bottom: 1rem;
}

.middle-banner img {
    width: 100%;
    display: block;
    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);
}

.middle-banner .text-holder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 0.86rem;
    padding: 1rem 5%;
}

.half-banner .item {
    margin-bottom: 1rem;
}

.half-banner .item:last-child {
    margin-bottom: 0rem;
}

.socialnetwork-four-col-section .row {
    margin: 0 -0.4rem !important;
}

.socialnetwork-four-col-section .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.9rem 1.8rem;
    border-radius: var(--radius-4);
}

.socialnetwork-four-col-section .item .img-box {
    display: flex;
    align-items: center;
    width: 5.5rem;
    height: 5rem;
    padding-left: 2rem;
    margin-left: 1rem;
    border-left: solid 1px var(--White);
}

.socialnetwork-four-col-section .item img {
    width: 100%;
}

.socialnetwork-four-col-section .item .title {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--White);
}

.discount-banner .item:nth-child(even) {
    flex-direction: row-reverse;
}

/***************** Start Article Category Slider *****************/
.article-category-section .module-head {
    width: 100%;
    padding: 1.6rem 1.5rem;
    margin-bottom: 1rem;
}

.article-category-section .module-head .title {
    font-size: 1.3rem;
}

.article-category-section .module-head .more-link {
    font-size: 1rem;
}

.article-category-section .module-head .more-link svg {
    width: 1.9rem;
    height: 1.9rem;
    fill: var(--Black);
}

.article-category-section .items-holder li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0.4rem 0.3rem;
}

.article-category-section .items-holder li .item {
    display: block;
    border-radius: var(--radius-4);
    -webkit-border-radius: var(--radius-4);
    -moz-border-radius: var(--radius-4);
    -ms-border-radius: var(--radius-4);
    -o-border-radius: var(--radius-4);
    overflow: hidden;
}

.article-category-section .items-holder li .item .img-box {
    width: 100%;
}

.article-category-section .items-holder li .item .img-box img {
    width: 100%;
    max-width: 100%;
}

.article-category-section .items-holder li .item .text-box {
    padding: 0.4rem 0.6rem;
    border-radius: 0 0 var(--radius-4) var(--radius-4);
    -webkit-border-radius: 0 0 var(--radius-4) var(--radius-4);
    -moz-border-radius: 0 0 var(--radius-4) var(--radius-4);
    -ms-border-radius: 0 0 var(--radius-4) var(--radius-4);
    -o-border-radius: 0 0 var(--radius-4) var(--radius-4);
    border: solid 1px var(--texture-color-6);
    border-top: 0;
}

.article-category-section .items-holder li .item .text-box .title {
    font-size: 1.1rem;
    margin-bottom: 0.9rem;
}

.article-category-section .items-holder li .item .text-box .count {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding-right: 0.4rem;
    font-size: 0.9rem;
    font-weight: 500;
}

.article-category-section .items-holder li .item .text-box .count:before {
    content: "";
    width: 0.3rem;
    height: 0.3rem;
    background: var(--Black);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

@media (max-width: 960px) {
    .article-category-section .items-holder li {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .article-category-section .items-holder li {
        width: 23rem;
    }
}

/***************** End Article Category Slider *******************/
/***************** Start Last Article Slider *******************/
.last-article-section .holder .img-box {
    width: 100%;
    aspect-ratio: 2/1.5;
    border-radius: var(--radius-8);
    -webkit-border-radius: var(--radius-8);
    -moz-border-radius: var(--radius-8);
    -ms-border-radius: var(--radius-8);
    -o-border-radius: var(--radius-8);
    overflow: hidden;
}

.last-article-section .holder .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.last-article-section .holder .content-box .title {
    font-size: 1rem;
    font-weight: bold;
    color: var(--White);
}

.last-article-section .holder .content-box .desc {
    display: block;
    font-size: 0.85rem;
    color: var(--White);
}

.last-article-section .holder .content-box .desc p {
    display: block;
    display: -webkit-box;
    width: 100%;
    margin: 0 auto;
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 2rem;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

/***************** End Last Article Slider *******************/
/***************** Start Article Categories *******************/
.Category-list {
    gap: 1rem;
}

.Category-list .label {
    font-size: 1.1rem;
    margin-left: 1.8rem;
    white-space: nowrap;
}

.Category-list .edn_moduleList {
    white-space: nowrap;
    padding: 1rem 0;
}

.Category-list .edn_moduleList .node {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
}

.Category-list .edn_moduleList .node .item {
    display: block;
    color: var(--texture-color-3);
    border: solid 1px var(--texture-color-6);
    background-color: var(--text-light-1);
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
}

.Category-list .edn_moduleList .node.active .item {
    color: var(--White);
    border-color: var(--accent-color);
    background-color: var(--accent-color);
}

/***************** End Article Categories *******************/
/***************** Start Article Search *******************/
.search_input {
    position: relative;
    width: 24.3rem;
    max-width: 100%;
    margin-right: auto;
}

.search_input .input {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.3rem;
    width: 100%;
    background: var(--text-light-1);
    color: #fff;
    padding: 0.25rem 3.2rem 0.25rem 1rem;
    border-radius: 3rem;
}

.search_input .input input[type=text] {
    border: none;
    background-color: transparent;
    height: 32px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 2px center;
    background-size: 16px;
    outline: none;
}

.search_input .input input[type=text]::-webkit-input-placeholder {
    color: var(--texture-color-6);
}

.search_input .do_search {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3.6rem;
    background: url(/Portals/0/images/search.png) no-repeat center center;
}

.search_input .do_search span {
    display: none;
}

@media (max-width: 768px) {
    .search_input {
        width: 100%;
        margin: 0;
    }
}

.EDN_search {
    background-color: var(--bg-1);
    border-radius: var(--radius-4);
    padding: 2rem 1.5rem;
    z-index: 1;
}

.eds_subCollection_search {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

/***************** End Article Search *******************/
/***************** Start Article List *******************/
.article-list-3-col .item {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.6rem;
}

.article-list-3-col .item .img-box {
    display: block;
    width: 100%;
    aspect-ratio: 2/1.5;
    border-radius: var(--radius-8);
    -webkit-border-radius: var(--radius-8);
    -moz-border-radius: var(--radius-8);
    -ms-border-radius: var(--radius-8);
    -o-border-radius: var(--radius-8);
    overflow: hidden;
}

.article-list-3-col .item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-list-3-col .item .content-box .title {
    display: -webkit-box;
    font-size: 1rem;
    font-weight: bold;
    color: var(--White);
    line-height: 2rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-list-3-col .item .content-box .desc {
    display: block;
    font-size: 0.85rem;
    color: var(--White);
}

.article-list-3-col .item .content-box .desc p {
    display: block;
    display: -webkit-box;
    width: 100%;
    margin: 0 auto;
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 2rem;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

/***************** End Article List *******************/
/***************** Start Article List *******************/
.article-details .detail-cover-image {
    position: relative;
    width: 100%;
    aspect-ratio: 3/1.2;
    border-radius: var(--radius-8);
    -webkit-border-radius: var(--radius-8);
    -moz-border-radius: var(--radius-8);
    -ms-border-radius: var(--radius-8);
    -o-border-radius: var(--radius-8);
    overflow: hidden;
}

.article-details .detail-cover-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-details .detail-cover-image #shareBtn {
    position: absolute;
    top: 0.93rem;
    left: 0.93rem;
    display: flex;
    align-items: center;
    gap: 0.29rem;
    font-size: 0.85714rem;
    font-weight: 700;
    color: var(--text-dark-1);
    cursor: pointer;
}

.article-details .detail-cover-image #shareBtn .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 2.28571rem;
    height: 2.28571rem;
    border-radius: var(--radius-8);
}

.article-details .detail-cover-image #shareBtn .icon svg {
    width: 1.1905rem;
    height: 1.1905rem;
    fill: #00C4D8;
}

.article-details .article-info {
    margin-bottom: 1.86rem;
}

.article-details .article-info .item {
    font-size: 0.85714rem;
    font-weight: 500;
}

.article-details .article-info .item svg {
    width: 1.71429rem;
    height: 1.71429rem;
    stroke: #fff;
    fill: #fff;
}

.article-details .article-info .item .rateit .rateit-selected-rtl {
    background-position: right 16px;
}

.article-details .article_rating {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 0.57rem;
}

.article-details .article_rating .current_rating {
    display: flex;
    align-items: center;
}

.article-details .article_rating .current_rating:before {
    content: "(";
}

.article-details .article_rating .current_rating:after {
    content: ")";
}

.article-details .article_rating .rateit {
    line-height: 1;
}

.article-details .title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.article-details .desc {
    font-size: 0.85714rem;
    font-style: normal;
    font-weight: 300;
}

.article-details .desc h2,
.article-details .desc h3,
.article-details .desc h4,
.article-details .desc h5,
.article-details .desc h6 {
    font-weight: bold;
    margin-bottom: 0.4rem;
}

.article-details .desc img {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto 1.07rem;
    border-radius: var(--radius-8);
    -webkit-border-radius: var(--radius-8);
    -moz-border-radius: var(--radius-8);
    -ms-border-radius: var(--radius-8);
    -o-border-radius: var(--radius-8);
}

.article-details .desc p {
    font-size: 0.85714rem;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 1.07rem;
}

/***************** End Article List *******************/
/* ------[Start FAQ Accordian Css]------*/
.FaqPages .accordion-second .item {
    cursor: pointer;
    list-style-type: none;
    counter-increment: item;
    transition: all ease-in-out 300ms;
    /*
  border-bottom: 0.1em solid var(--Lsilver);
  */
    border-bottom: 0.1rem solid #e0e0e2;
    padding-bottom: 1.5rem;
    gap: 1rem;
}

.FaqPages .accordion-second .item svg {
    transition: all ease-in-out 0.3s;
    width: 0.8rem;
}

.FaqPages .accordion-second .item:has(+ .answer:not(.hideanswer)) svg {
    transform: rotate(180deg);
    display: block;
}

.FaqPages .accordion-second .answer.hideanswer {
    max-height: 0;
    transition: all ease-in-out 0.3s;
    padding: 0 1em;
}

.FaqPages .accordion-second .answer {
    max-height: 14em;
    transition: all ease-in-out 0.3s;
    overflow: hidden;
    margin-bottom: 1rem;
    padding: 1em;
}

.backgroundart {
    box-shadow: 0 3px 3px #d8d8d8;
}

.morebuttomarticle {
    background-color: var(--accent-color);
    left: 0%;
    top: -23%;
    cursor: pointer;
    transition: 400ms ease-in-out all !important;
}

.morebuttomarticle:hover {
    background-color: var(--button-hover-color);
}

.nameart {
    left: 2%;
    bottom: 5%;
    background-color: #c24b5981;
    z-index: 21;
    pointer-events: none;
}

.iradius {
    border-radius: calc(var(--b-radius) * 3) calc(var(--b-radius) * 3) 0 0;
}

/* ------[End FAQ Accordian Css]------*/
/* .Faq-CategoryWrapper {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    position: relative;
    margin-left: 0;
    margin-right: 0;
    .Faq-CategoryName{
        border-left: 1px solid red;
        border-bottom: 1px solid red;
        display: flex;
        text-align: center;
        padding:12px 8px;
        row-gap: 20px;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;

    }
  } */
/* search  faq azinpart  */
.serachFaqAzin .eds_news_AzinPart {
    justify-content: right;
}

.edn_article_gallery {
    margin: 3rem 0;
}

.edn_article_gallery ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.87rem;
}

.edn_article_gallery ul li {
    width: 7rem;
    aspect-ratio: 1;
    flex-shrink: 0;
    border-radius: var(--b-radius);
    -webkit-border-radius: var(--b-radius);
    -moz-border-radius: var(--b-radius);
    -ms-border-radius: var(--b-radius);
    -o-border-radius: var(--b-radius);
    overflow: hidden;
}

.edn_article_gallery ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.edn_article_gallery ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*************************************************** Home Story  ******************************************/
.story-section {
    position: relative;
    text-align: center;
    padding: 1.79rem 0;
}

.story-section .swiper-slide {
    width: 6.78571rem;
    padding: 0;
    margin: 0 0 0 0.29rem;
}

.story-section .item {
    width: 100%;
    white-space: normal;
    cursor: pointer;
}

.story-section .item .img-box {
    position: relative;
    width: 5.64286rem;
    aspect-ratio: 1;
    margin: auto;
    max-width: 100%;
    border: solid 2px var(--primary-lighter);
    border-radius: 50%;
}

.story-section .item .img-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: solid 2px #fff;
    border-radius: 50%;
}

.story-section .item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.story-section .item .title {
    font-size: 0.71429rem;
    font-weight: 700;
    line-height: 0.85714rem;
    margin-top: 0.5rem;
    color: #fff;
}

.story-section .stroy-details {
    display: none;
    position: fixed;
    top: 0;
    right: calc(50% - 350px);
    bottom: 0;
    left: calc(50% - 350px);
    background: rgba(0, 0, 0, 0.92);
    z-index: 10000;
}

.story-section .stroy-details .close-btn {
    position: absolute;
    top: 1rem;
    right: calc(50% - 1rem);
    color: var(--White);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: solid 2px #fff;
    padding: 0.6rem;
    z-index: 100;
    background: #000;
}

.story-section .stroy-details .close-btn svg {
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    fill: var(--White);
}

.story-section .stroy-details .stroy-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin: auto;
}

.story-section .stroy-details .stroy-layout .content-box {
    position: relative;
    display: flex;
    flex-direction: column;
    max-height: 90dvh;
    border-radius: 0.8rem;
}

.story-section .stroy-details .stroy-layout .content-box img {
    display: block;
    width: fit-content;
    max-width: 95%;
    max-height: 100%;
    margin: auto;
    border-radius: 0.8rem;
}

.story-section .stroy-details .stroy-layout .content-box .content {
    padding: 1rem;
}

.story-section .stroy-details .stroy-layout .content-box .content .title {
    font-size: 1.1rem;
    color: var(--White);
}

.story-section .stroy-details .stroy-layout .content-box .content .more-link {
    color: var(--White);
}

.story-section .stroy-details .stroy-layout .content-box .content .more-link .label {
    padding: 0.35rem 0.65rem;
    border-radius: 1rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    background: var(--accent-color);
}

.story-section .stroy-details .stroy-layout .content-box .content .more-link .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    background: var(--accent-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.story-section .stroy-details .stroy-layout .content-box .content .more-link .icon svg {
    width: 2rem;
    height: 2rem;
    fill: var(--White);
}

.story-section .navigation {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
}

.story-section .navigation svg {
    position: relative;
    width: 1.42857rem;
    height: 1.42857rem;
    fill: var(--accent-color);
}

.story-section .navigation.prev-btn {
    right: 0;
}

.story-section .navigation.next-btn {
    left: 0;
}

.story-section .navigation.swiper-button-disabled {
    opacity: 0.5;
    cursor: default;
}

.contact-page .page-breadcrumbs,
.detail-cover-image .page-breadcrumbs {
    z-index: 10;
}

.contact-page .detail-cover-image,
.detail-cover-image .detail-cover-image {
    position: relative;
    height: 21.21429rem;
}

.contact-page .detail-cover-image:after,
.detail-cover-image .detail-cover-image:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #151515 0%, rgba(21, 21, 21, 0.8) 45.2%, rgba(21, 21, 21, 0) 100%);
}

.contact-page .detail-cover-image img,
.detail-cover-image .detail-cover-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-page .info-items,
.detail-cover-image .info-items {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0.86rem;
}

.contact-page .info-items .item,
.detail-cover-image .info-items .item {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0.5rem;
}

.contact-page .info-items .item .caption,
.detail-cover-image .info-items .item .caption {
    font-size: 1rem;
    font-weight: 700;
}

.contact-page .info-items .item svg,
.detail-cover-image .info-items .item svg {
    width: 1.42857rem;
    height: 1.42857rem;
    fill: #fff;
    stroke: #fff;
}

.contact-page .info-items .item .txt,
.detail-cover-image .info-items .item .txt {
    font-size: 1rem;
    font-weight: 700;
}

.contact-page .info-items .social-wrapper,
.detail-cover-image .info-items .social-wrapper {
    display: flex;
    align-items: start;
    gap: 1.29rem;
}

.contact-page .info-items .social-wrapper a,
.detail-cover-image .info-items .social-wrapper a {
    display: block;
}

.contact-page .info-items .social-wrapper a svg,
.detail-cover-image .info-items .social-wrapper a svg {
    width: 1.71429rem;
    height: 1.71429rem;
    fill: #fff;
    stroke: #fff;
}

@media(max-width: 700px){
    
.story-section .stroy-details {
    right: 0;
    left: 0;
}
}