
/*************** Stert Comments ******************/
.edNews__commentPendingApproval,
.edNews_errorMessage {
    position: absolute;
    bottom: 100%;
    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(--accent-color);
    padding: 0.2rem 0.4em;
    color: var(--White);
    border-radius: 0.4rem;
}

.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(--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__childCommentsContainer .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_adminEdit .btn-submit .edNews__editComment,
.edNews_adminEdit .btn-submit .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;
}

.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;
}

/***************** End Related Aritcle *******************/
.article-details .frame {
    background-color: var(--lightGray);
    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;
}

.article-details .title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.article-details .time-box {
    font-size: 1rem;
    color: var(--Black);
}

.article-details .time-box svg {
    stroke: var(--accent-color);
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
}

.article-details .time-box span {
    margin-left: 2rem;
}

.article-details .user-avatar {
    width: 1.5rem;
    border-radius: 50%;
    margin-left: 0.5rem;
}

.article-details .author {
    font-size: 1rem;
    font-weight: normal;
    margin: 0;
    color: var(--Black);
}

.article-details img {
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
}

.article-details .desc {
    display: block;
}

.article-details .desc p,
.article-details .desc strong {
    display: block;
    margin-bottom: 1rem;
}

@media (max-width: 960px) {
    .article-details .title {
        font-size: 1.1rem;
        line-height: 28px;
    }
}

.related-articles .main-title {
    font-weight: bold;
    color: var(--Black);
}

.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;
}

.comments-frame {
    background-color: var(--lightGray);
    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;
}

.comments-form .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;
}

.comments-form .field-holder svg {
    min-width: 18px;
    width: 18px;
    height: 0.8rem;
    stroke: #1B2C65;
    margin-left: 0.8rem;
}

.comments-form .field-holder .form-control {
    width: 100%;
    height: 42px;
    border: none !important;
    outline: none;
    font-size: 1rem;
    padding: 0.5rem 0;
    resize: none;
    text-align: right;
}

.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: 150px;
}

.comments-form .rating-in-comment .caption {
    color: var(--Black);
}

.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-color2);
    cursor: pointer;
}

.comments-list {
    background-color: var(--lightGray);
    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;
}

.comments-list .avatar {
    width: 50px;
    min-width: 50px;
    height: 50px;
    background-color: var(--White);
    border-radius: 0.4rem;
    margin-left: 1rem;
}

.comments-list .avatar svg {
    width: 20px;
    stroke: var(--accent-color);
}

.comments-list .comment-head {
    width: 100%;
    height: 50px;
    padding: 0.4rem 1rem;
    background-color: #FBFBFB;
    border-radius: 0.4rem;
    border: solid 1px #F1F1F1;
}

.comments-list .comment-head .author {
    font-size: 1rem;
    color: var(--Black);
}

.comments-list .comment-head .dete .item {
    font-size: 0.8rem;
    color: var(--Black);
}

.comments-list .comment-head .dete .item svg {
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
    stroke: var(--accent-color);
}

@media (max-width: 760px) {
    .comments-list .comment-head {
        display: block !important;
        height: auto;
    }

    .comments-list .comment-head .dete {
        flex-direction: column;
    }
}

.comments-list .comment-body {
    padding: 1rem;
}

.comments-list .comment-body .comment-content {
    font-size: 1rem;
    color: var(--Black);
}

.comments-list .comment-body .action-btns svg {
    cursor: pointer;
}

.comments-list .comment-body .action-btns .like .like-couner {
    color: var(--Black);
    margin-top: -3px;
    margin-left: 2px;
}

@media (max-width: 760px) {
    .comments-list .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: 0.6rem;
    stroke: var(--Black);
}

.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 .container {
    background: var(--White);
}

.home-slider-section .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0px 2px;
    background-color: #ebebeb;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.3s ease;
    opacity: 1;
}

.home-slider-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
    background-color: #484848;
}

/***************** 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;
    color: var(--Black);
    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;
    color: var(--Black);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.article-category-section .category-slider .swiper-slide>a .count {
    font-size: 1rem;
    color: var(--Black);
}

/***************** 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);
}

.article-category-title-slider .category-title-slider .swiper-slide>a .cat-label {
    color: var(--Black);
}

/***************** End Article Category Slider *******************/
/***************** Start Article List Widget *****************/
.article-list-widget .puzzle-article 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;
}

.article-list-widget .puzzle-article .right-col .item {
    border-radius: 0.5rem;
    height: 100%;
}

.article-list-widget .puzzle-article .right-col .item .title-box {
    right: 0;
    bottom: calc(50% - 85px);
    left: 0;
    padding: 2.5rem 1rem;
    background: rgba(0, 0, 0, 0.25);
    color: white;
}

.article-list-widget .puzzle-article .right-col .item .title-box .title {
    font-size: 2.5rem;
    color: white;
    margin-top: 0;
    margin-bottom: 0.9rem;
}

.article-list-widget .puzzle-article .right-col .item .title-box .date-box {
    border-radius: 18px;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0.4rem 1.1rem;
}

.article-list-widget .puzzle-article .right-col .item .title-box .date-box .publish-date {
    font-size: 0.9rem;
}

.article-list-widget .puzzle-article .right-col .item .title-box .date-box svg {
    width: 1rem;
    height: 1rem;
    stroke: white;
}

@media (max-width: 960px) {
    .article-list-widget .puzzle-article .right-col .item .title-box {
        bottom: 0;
        padding: 1rem 0.5rem;
    }

    .article-list-widget .puzzle-article .right-col .item .title-box .title {
        font-size: 1.5rem;
    }

    .article-list-widget .puzzle-article .right-col .item .title-box .date-box {
        padding: 0.2rem 0.3rem;
    }

    .article-list-widget .puzzle-article .right-col .item .title-box .date-box .publish-date {
        font-size: 0.7rem;
    }
}

.article-list-widget .puzzle-article .left-col .item {
    height: 100%;
    border-radius: 0.5rem;
}

.article-list-widget .puzzle-article .left-col .item .title-box {
    min-height: 7rem;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.3rem 0.8rem;
    background: rgba(0, 0, 0, 0.25);
    color: white;
}

.article-list-widget .puzzle-article .left-col .item .title-box .title {
    font-size: 1rem;
    color: white;
    margin-top: 0;
    margin-bottom: 0.9rem;
}

.article-list-widget .puzzle-article .left-col .item .title-box .date-box .publish-date {
    font-size: 0.9rem;
}

.article-list-widget .puzzle-article .left-col .item .title-box .date-box svg {
    width: 1rem;
    height: 1rem;
    stroke: white;
}

.article-list-widget .row-items-box {
    height: 100%;
    border-radius: 0.4rem;
    border: solid 1px #F5F5F5;
    padding: 1rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
}

.article-list-widget .row-items-box .title {
    font-weight: normal;
    font-size: 1rem;
    color: var(--Black);
    margin: 0 0 1rem 0;
}

.article-list-widget .row-items-box .publish-date {
    font-size: 0.9rem;
    color: #1B2C65;
}

.article-list-widget .row-items-box svg {
    width: 1rem;
    height: 1rem;
    stroke: #1A86B5;
}

@media (max-width: 960px) {
    .article-list-widget .row-items-box .item {
        width: 49%;
        display: inline-block !important;
    }
}

@media (max-width: 480px) {
    .article-list-widget .row-items-box .item {
        width: 100%;
        display: block !important;
    }
}

/***************** End Article List Widget *****************/
/***************** Start Last Article Slider *****************/
.last-article-section {
    margin: 2rem 0;
    background-color: var(--accent-color2);
}

.last-article-section .title-box svg {
    filter: brightness(10);
}

.last-article-section .navigation svg {
    stroke: var(--White);
}

.last-article-section .last-article-slider .swiper-slide>a {
    border-radius: 0.4rem;
    background-color: var(--White);
    overflow: hidden;
}

.last-article-section .last-article-slider .swiper-slide>a .img-box {
    border-radius: 0 0 0.4rem 0.4rem;
    -webkit-border-radius: 0 0 0.4rem 0.4rem;
    -moz-border-radius: 0 0 0.4rem 0.4rem;
    -ms-border-radius: 0 0 0.4rem 0.4rem;
    -o-border-radius: 0 0 0.4rem 0.4rem;
    overflow: hidden;
}

.last-article-section .last-article-slider .swiper-slide>a .img-box img {
    width: 100%;
}

.last-article-section .last-article-slider .swiper-slide>a .label {
    display: block;
    padding: 0.9rem;
    font-size: 1rem;
    color: var(--Black);
    min-height: 6.15rem;
}

/***************** End Last Article Slider *******************/
/***************** Start Last Article Slider *****************/
.Why-Farsi-section {
    background-color: var(--lightGray);
}

.Why-Farsi-section .Why-Farsi-slider .swiper-slide>a {
    border-radius: 0.4rem;
    background-color: var(--White);
    overflow: hidden;
}

.Why-Farsi-section .Why-Farsi-slider .swiper-slide>a .img-box {
    border-radius: 0 0 0.4rem 0.4rem;
    -webkit-border-radius: 0 0 0.4rem 0.4rem;
    -moz-border-radius: 0 0 0.4rem 0.4rem;
    -ms-border-radius: 0 0 0.4rem 0.4rem;
    -o-border-radius: 0 0 0.4rem 0.4rem;
    overflow: hidden;
}

.Why-Farsi-section .Why-Farsi-slider .swiper-slide>a .img-box img {
    width: 100%;
}

.Why-Farsi-section .Why-Farsi-slider .swiper-slide>a .label {
    display: block;
    padding: 0.9rem;
    font-size: 1rem;
    color: var(--Black);
    min-height: 6.15rem;
}

/***************** End Last Article Slider *******************/
/***************** Start Article Category Slider *****************/
.article-list .item {
    display: block;
    height: 100%;
    border-radius: 0.4rem;
    background-color: var(--White);
    border: solid 1px var(--lightGray);
    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;
    color: var(--Black);
}

.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;
    color: var(--Black);
    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;
    color: var(--Black);
}

.article-list .item .content-box {
    width: 100%;
    padding: 0.9rem;
    display: block;
}

.article-list .item .content-box .label {
    display: block;
    font-size: 0.9rem;
    color: var(--Black);
    min-height: 2.8rem;
    margin-bottom: 0.5rem;
}

.article-list .item .content-box .desc {
    font-size: 0.9rem;
    color: var(--Black);
    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;
    color: var(--Black);
    line-height: 0;
}

/***************** End Article Category Slider *******************/
/***************** Start History *****************/
.history-about .main-title {
    font-weight: bold;
    font-size: 1.42rem;
    text-align: center;
}

.history-about .head {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 8rem;
    margin-top: 2.5rem;
    background-color: var(--accent-color);
    background-image: url(/portals/0/images/history/title-pattern.png);
    background-size: cover;
    background-repeat: repeat-x;
    background-position: right bottom;
    border-radius: 0.4rem;
}

.history-about .head img {
    transform: translateY(-2rem);
}

.history-about .content {
    margin: 4rem 0;
    padding: 0 3rem;
}

.history-about .content .icon-col {
    width: 4.42rem;
    min-width: 4.42rem;
    padding: 0;
}

.history-about .content .icon-col .icon-box {
    position: relative;
    width: 4.42rem;
    height: 4.42rem;
    margin-top: 1rem;
    background: var(--accent-color);
    border-radius: 50%;
}

.history-about .content .icon-col .icon-box:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 50%;
    height: 1rem;
    border-left: solid 1px var(--accent-color);
}

.history-about .content .icon-col .icon-box img {
    position: absolute;
    top: -2px;
    right: -1px;
    left: -1px;
    bottom: 0px;
    width: calc(100% + 2px);
    max-width: unset;
    background: #fff;
    border: solid 5px #fff;
    border-radius: 50%;
}

.history-about .content .icon-col .title {
    display: block;
    text-align: center;
    font-size: 0.9rem;
    margin-top: 1.3rem;
    font-weight: normal;
}

.history-about .content .text-col {
    width: calc(100% - 20.7rem);
    padding: 0 1rem 2rem 2rem;
}

.history-about .content .text-col .desc {
    text-align: justify;
}

.history-about .content .text-col .desc p {
    margin: 0;
}

.history-about .content .img-col {
    width: 16.2rem;
    min-width: 16.2rem;
    padding: 0;
}

.history-about .content .img-col img {
    border-radius: 0.4rem;
}

@media (max-width: 760px) {
    .history-about .content {
        padding: 0;
    }

    .history-about .content .text-col {
        width: calc(100% - 4.5rem);
        padding: 0 1rem 2rem 0rem;
    }

    .history-about .content .img-col {
        width: 100%;
        text-align: center;
        background: var(--accent-color);
        border-radius: 0.4rem;
    }

    .history-about .content .img-col img {
        border-radius: 0;
    }
}

.history-list .main-title {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 5.8rem;
}

.history-list .item {
    margin: 0 0 3.2rem;
}

.history-list .item .icon-col {
    width: 4.42rem;
    min-width: 4.42rem;
    padding: 0;
    margin-left: 1rem;
}

.history-list .item .icon-col .icon-box {
    position: relative;
    width: 4.42rem;
    height: 4.42rem;
    background: var(--accent-color2);
    border-radius: 50%;
}

.history-list .item .icon-col .icon-box:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 50%;
    height: 1rem;
    border-left: solid 1px var(--accent-color2);
}

.history-list .item .icon-col .icon-box img {
    position: absolute;
    top: -2px;
    right: -1px;
    left: -1px;
    bottom: 0px;
    width: calc(100% + 2px);
    height: 100%;
    max-width: unset;
    border: solid 5px #fff;
    background: var(--accent-color);
    border-radius: 50%;
    padding: 0.4rem;
}

.history-list .item .icon-col .title {
    display: block;
    text-align: center;
    font-size: 0.9rem;
    margin-top: 1.3rem;
    font-weight: normal;
}

.history-list .item .text-col {
    width: calc(50% - 2.71rem);
    padding-right: 1rem;
}

.history-list .item .text-col .title {
    font-size: 1.3rem;
    margin: 0 0 1.3rem 0;
}

.history-list .item .text-col .desc {
    text-align: justify;
}

.history-list .item .text-col .desc p {
    margin: 0;
}

.history-list .item .img-col {
    width: calc(50% - 2.71rem);
    min-width: calc(50% - 2.71rem);
    padding: 0;
}

.history-list .item .img-col img {
    border-radius: 0.4rem;
}

@media (max-width: 760px) {
    .history-list .item .text-col {
        width: 100%;
        padding-right: 5.5rem;
        margin-top: 1rem;
    }

    .history-list .item .img-col {
        width: calc(100% - 5.5rem);
    }

    .history-list .item .img-col img {
        width: 100%;
    }
}

@media (max-width: 760px) {
    .history-list .item .text-col .title {
        font-size: 1.2rem;
    }
}

.history-targets .main-title {
    font-weight: bold;
    font-size: 1.42rem;
    text-align: center;
    margin: 0;
}

.history-targets .head {
    text-align: center;
}

.history-targets .head img {
    margin: auto;
    border-radius: 0.4rem;
}

.history-targets .content {
    margin: 6rem 0 2.5rem;
}

.history-targets .content .main-title {
    margin-bottom: 2rem;
}

.history-targets .content .text-col {
    width: 50%;
    min-width: 50%;
    padding: 0 1rem 0 0;
}

.history-targets .content .text-col .item {
    margin: 0.5rem 0;
}

.history-targets .content .text-col .item:nth-child(2n) {
    margin-right: 1rem;
}

.history-targets .content .text-col .item:nth-child(3n) {
    margin-right: 4rem;
}

.history-targets .content .text-col .item:nth-child(4n) {
    margin-right: 8rem;
}

.history-targets .content .text-col .item:nth-child(5n) {
    margin-right: 12rem;
}

.history-targets .content .text-col .item .icon-col .icon-box {
    position: relative;
    width: 4.42rem;
    height: 4.42rem;
    margin-left: 2rem;
    background: var(--accent-color2);
    border-radius: 50%;
}

.history-targets .content .text-col .item .icon-col .icon-box:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    width: 1rem;
    border-bottom: solid 1px var(--accent-color2);
}

.history-targets .content .text-col .item .icon-col .icon-box img {
    position: absolute;
    top: -1px;
    right: -2px;
    left: 1px;
    bottom: -1px;
    height: calc(100% + 2px);
    max-height: unset;
    background: #fff;
    border: solid 5px #fff;
    border-radius: 50%;
}

.history-targets .content .text-col .item .icon-col .icon-box svg {
    position: absolute;
    top: -1px;
    right: -2px;
    left: 1px;
    bottom: -1px;
    max-width: unset;
    height: calc(100% + 2px);
    width: 100%;
    max-height: unset;
    background: var(--accent-color);
    border: solid 5px #fff;
    border-radius: 50%;
    padding: 1rem;
}

.history-targets .content .text-col .item .title {
    display: block;
    font-size: 0.9rem;
    line-height: 1.8rem;
    margin: 0;
}

.history-targets .content .img-col {
    position: relative;
    width: 50%;
    min-width: 50%;
    padding: 0;
}

.history-targets .content .img-col img {
    border-radius: 0.4rem;
}

.history-targets .content .img-col .logo {
    position: absolute;
    left: -8.1rem;
    bottom: 3rem;
    width: 16.2rem;
}

@media (max-width: 1320px) {
    .history-targets .content .img-col .logo {
        left: -4.6rem;
        width: 9.2rem;
    }
}

@media (max-width: 960px) {
    .history-targets .content .img-col {
        width: auto;
        margin: auto;
    }

    .history-targets .content .img-col .logo {
        left: calc(50% - 4.6rem);
        bottom: -4.6rem;
        width: 9.2rem;
    }

    .history-targets .content .text-col {
        width: 100%;
        padding: 5rem 0 0;
    }

    .history-targets .content .text-col .item {
        margin-right: 0 !important;
    }
}

.history-Acknowledgment .main-title {
    font-weight: bold;
    font-size: 1.42rem;
    text-align: center;
    margin: 0 0 3rem 0;
}

.history-Acknowledgment .item {
    border: solid 1px var(--lightGray);
    border-radius: 0.4rem;
    padding: 1rem;
    margin-bottom: 2rem;
}

.history-Acknowledgment .item .text-col {
    width: 70%;
    padding-left: 0.5rem;
}

.history-Acknowledgment .item .text-col svg {
    width: 1.3rem;
    min-width: 1.3rem;
    height: 1.3rem;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
}

.history-Acknowledgment .item .text-col .title {
    margin: 0;
}

.history-Acknowledgment .item .text-col p {
    margin: 0;
}

.history-Acknowledgment .item .img-box {
    position: relative;
    width: 30%;
}

.history-Acknowledgment .item .img-box img {
    width: 100%;
}

.history-Acknowledgment .item .img-box .maximize-btn {
    top: 0;
    left: 0;
}

@media (max-width: 480px) {
    .history-Acknowledgment .item {
        flex-direction: column;
    }

    .history-Acknowledgment .item .text-col {
        width: 100%;
        padding: 0;
        margin-bottom: 1rem;
    }

    .history-Acknowledgment .item .text-col .title {
        font-size: 1.2rem;
    }

    .history-Acknowledgment .item .img-box {
        width: 100%;
    }
}

/***************** End History *******************/
.story-section .story-item {
    min-width: max-content;
    padding: 0 32px;
    text-align: center;
}

.story-section .story-item .img-box {
    width: 5rem;
    aspect-ratio: 1;
    margin: 0 auto 12px;
    cursor: pointer;
}

.story-section .story-item .title {
    font-size: 1rem;
    cursor: pointer;
    color: black;
}

.story-section .story-full {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000000000;
    background-color: rgba(0, 0, 0, 0.9);
}

.story-section .story-full .close-stroy {
    border: solid 2px #fff;
    border-radius: 50%;
    padding: 0.87rem;
    display: inline-flex;
    margin: 0.57rem;
    cursor: pointer;
}

.story-section .story-full .close-stroy svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: #fff;
}

.story-section .story-full .layout .content-holder {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.87rem;
    max-height: 90%;
    border-radius: 0.8rem;
}

.story-section .story-full .layout .content-holder img {
    max-height: 60vh;
    border-radius: 0.8rem;
}

.story-section .story-full .layout .content-holder .text {
    height: max-content;
    margin: auto;
    padding: 1rem;
    border-radius: 0.8rem;
    background: var(--White);
    z-index: 1;
    flex-shrink: 0;
}

.story-section .story-full .layout .content-holder .text .title {
    display: block;
    width: max-content;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    color: var(--White);
    border-radius: 0.4rem;
    background: var(--accent-color);
    margin-bottom: 0.8rem;
}

.story-section .story-full .layout .content-holder .text .summary {
    display: block;
    font-size: 0.9rem;
    color: #000;
    text-align: justify;
}

.story-section .story-full .swiper-wrapper {
    align-items: center;
}

.story-section .story-full .swiper-wrapper .swiper-slide {
    border-radius: 0.8rem;
    background: var(--White);
    width: auto !important;
    max-width: 100%;
    display: inline-block;
    padding: 1rem;
    background: #eee;
    border-radius: 10px;
    white-space: nowrap;
    cursor: pointer;
}

.faq-page {
    margin: 2rem 0;
}

.faq-page .main-title {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    text-align: center;
    font-weight: normal;
}

@media (max-width: 760px) {
    .faq-page {
        margin: 2rem 1rem;
    }
}

/* ------[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]------*/
.full-banner {
    margin: 0.57rem 0rem;
}

.full-banner .item a {
    width: 100%;
    height: 100%;
}

.full-banner .item img {
    display: block;
    width: 100%;
    border-radius: 0.57rem;
    -webkit-border-radius: 0.57rem;
    -moz-border-radius: 0.57rem;
    -ms-border-radius: 0.57rem;
    -o-border-radius: 0.57rem;
}

@media (max-width: 768px) {
    .full-banner {
        padding: 0px 1rem;
    }

    .full-banner img {
        aspect-ratio: 2/1;
    }
}

.half-banner {
    margin: 0.57rem 0rem;
}

.half-banner .item {
    width: 100%;
}

.half-banner .item a {
    width: 100%;
    height: 100%;
}

.half-banner .item img {
    display: block;
    width: 100%;
    border-radius: 0.57rem;
}

@media (max-width: 768px) {
    .half-banner {
        padding: 0px 1rem;
    }

    .half-banner img {
        aspect-ratio: 2/1;
    }
}

/****************************** Custom Notif Modal ******************************/
.dynamic-custom-modal .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.dynamic-custom-modal .holder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dynamic-custom-modal .modal-box {
    position: relative;
    width: 32rem;
    max-width: 90%;
    background: #fff;
    border-radius: 0.57rem;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dynamic-custom-modal .modal-box img {
    width: 10rem;
    max-width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
}

.dynamic-custom-modal .modal-box h2 {
    margin: 10px 0;
    font-size: 1.8rem;
    color: #333;
}

.dynamic-custom-modal .modal-box p {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 1rem;
    text-align: center;
    text-align-last: center;
}

.dynamic-custom-modal .modal-box a {
    display: inline-block;
    background: #e63946;
    color: #fff !important;
    text-decoration: none;
    padding: 10px 1.5rem;
    border-radius: 8px;
    transition: background 0.3s;
}

.dynamic-custom-modal .modal-box a:hover {
    background: #d62828;
}

.dynamic-custom-modal .close-btn {
    position: absolute;
    top: 1.2rem;
    right: 0.87rem;
    font-size: 3rem;
    cursor: pointer;
    color: #555;
    display: block;
    line-height: 24px;
}

.dynamic-custom-modal .close-btn:hover {
    color: #000;
}

/****************************** End Custom Notif Modal ******************************/