﻿@charset "UTF-8";
/*************** 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);
  z-index: 1;
  -webkit-border-radius: var(--radius);
  -moz-border-radius: var(--radius);
  -ms-border-radius: var(--radius);
  -o-border-radius: var(--radius);
}

.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: 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(--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;
}

.arrow_slider_bargh {
  position: absolute;
  top: 10px;
  z-index: 5;
  cursor: pointer;
}

.swiper-barghnetprev {
  left: 1%;
}

.swiper-barghnetnext {
  left: 12%;
}

.arrow_slider_bargh.swiper-button-disabled {
  opacity: 0.5;
}

.barghpaganition {
  width: unset !important;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.barghpaganition span {
  margin-bottom: 15px !important;
  width: 8px;
  background-color: #ffb403;
  height: 10px;
  border-radius: 5px;
}

.barghpaganition span.swiper-pagination-bullet-active {
  height: 20px;
}

.holder_slider_bargh {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.fig_caption {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.13);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  display: flex;
  padding: 4px;
  display: none;
  align-items: center;
  justify-content: space-evenly;
}

.txt_slider {
  display: flex;
  gap: 20px;
}

.swiper-barghnetnext > span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 58'%3E%3Cg id='Path_1273' data-name='Path 1273' fill='rgba(152,147,147,0.34)'%3E%3Cpath d='M29,0A29,29,0,1,0,58,29,29,29,0,0,0,29,0Z' stroke='none'/%3E%3Cpath d='M 29 1 C 25.21958160400391 1 21.55278015136719 1.740180969238281 18.1014404296875 3.199970245361328 C 14.76734161376953 4.61016845703125 11.77280044555664 6.629219055175781 9.201011657714844 9.201011657714844 C 6.629219055175781 11.77280044555664 4.61016845703125 14.76734161376953 3.199970245361328 18.1014404296875 C 1.740180969238281 21.55278015136719 1 25.21958160400391 1 29 C 1 32.78041839599609 1.740180969238281 36.44721984863281 3.199970245361328 39.8985595703125 C 4.61016845703125 43.23265838623047 6.629219055175781 46.22719955444336 9.201011657714844 48.79898834228516 C 11.77280044555664 51.37078094482422 14.76734161376953 53.38983154296875 18.1014404296875 54.80002975463867 C 21.55278015136719 56.25981903076172 25.21958160400391 57 29 57 C 32.78041839599609 57 36.44721984863281 56.25981903076172 39.8985595703125 54.80002975463867 C 43.23265838623047 53.38983154296875 46.22719955444336 51.37078094482422 48.79898834228516 48.79898834228516 C 51.37078094482422 46.22719955444336 53.38983154296875 43.23265838623047 54.80002975463867 39.8985595703125 C 56.25981903076172 36.44721984863281 57 32.78041839599609 57 29 C 57 25.21958160400391 56.25981903076172 21.55278015136719 54.80002975463867 18.1014404296875 C 53.38983154296875 14.76734161376953 51.37078094482422 11.77280044555664 48.79898834228516 9.201011657714844 C 46.22719955444336 6.629219055175781 43.23265838623047 4.61016845703125 39.8985595703125 3.199970245361328 C 36.44721984863281 1.740180969238281 32.78041839599609 1 29 1 M 29 0 C 45.01625823974609 0 58 12.98374176025391 58 29 C 58 45.01625823974609 45.01625823974609 58 29 58 C 12.98374176025391 58 0 45.01625823974609 0 29 C 0 12.98374176025391 12.98374176025391 0 29 0 Z' stroke='none' fill='rgba(152,147,147,0.43)'/%3E%3C/g%3E%3Cpath id='arrow-ios-forward-outline' d='M14.245,17.933a.747.747,0,0,1-.575-1.225l3.346-4L13.79,8.7a.763.763,0,1,1,1.2-.941L18.6,12.235a.747.747,0,0,1,0,.948l-3.734,4.481a.747.747,0,0,1-.62.269Z' transform='translate(13.456 16.544)' fill='%23989393'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  fill: #fff;
  width: 40px;
  background-color: #000000;
  border-radius: 50%;
  height: 40px;
  background-color: #000000;
  border-radius: 50%;
  display: block;
}

.swiper-barghnetprev > span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 58'%3E%3Cg id='Path_1273' data-name='Path 1273' fill='rgba(152,147,147,0.34)'%3E%3Cpath d='M29,0A29,29,0,1,0,58,29,29,29,0,0,0,29,0Z' stroke='none'/%3E%3Cpath d='M 29 1 C 25.21958160400391 1 21.55278015136719 1.740180969238281 18.1014404296875 3.199970245361328 C 14.76734161376953 4.61016845703125 11.77280044555664 6.629219055175781 9.201011657714844 9.201011657714844 C 6.629219055175781 11.77280044555664 4.61016845703125 14.76734161376953 3.199970245361328 18.1014404296875 C 1.740180969238281 21.55278015136719 1 25.21958160400391 1 29 C 1 32.78041839599609 1.740180969238281 36.44721984863281 3.199970245361328 39.8985595703125 C 4.61016845703125 43.23265838623047 6.629219055175781 46.22719955444336 9.201011657714844 48.79898834228516 C 11.77280044555664 51.37078094482422 14.76734161376953 53.38983154296875 18.1014404296875 54.80002975463867 C 21.55278015136719 56.25981903076172 25.21958160400391 57 29 57 C 32.78041839599609 57 36.44721984863281 56.25981903076172 39.8985595703125 54.80002975463867 C 43.23265838623047 53.38983154296875 46.22719955444336 51.37078094482422 48.79898834228516 48.79898834228516 C 51.37078094482422 46.22719955444336 53.38983154296875 43.23265838623047 54.80002975463867 39.8985595703125 C 56.25981903076172 36.44721984863281 57 32.78041839599609 57 29 C 57 25.21958160400391 56.25981903076172 21.55278015136719 54.80002975463867 18.1014404296875 C 53.38983154296875 14.76734161376953 51.37078094482422 11.77280044555664 48.79898834228516 9.201011657714844 C 46.22719955444336 6.629219055175781 43.23265838623047 4.61016845703125 39.8985595703125 3.199970245361328 C 36.44721984863281 1.740180969238281 32.78041839599609 1 29 1 M 29 0 C 45.01625823974609 0 58 12.98374176025391 58 29 C 58 45.01625823974609 45.01625823974609 58 29 58 C 12.98374176025391 58 0 45.01625823974609 0 29 C 0 12.98374176025391 12.98374176025391 0 29 0 Z' stroke='none' fill='rgba(152,147,147,0.43)'/%3E%3C/g%3E%3Cpath id='arrow-ios-forward-outline' d='M14.245,17.933a.747.747,0,0,1-.575-1.225l3.346-4L13.79,8.7a.763.763,0,1,1,1.2-.941L18.6,12.235a.747.747,0,0,1,0,.948l-3.734,4.481a.747.747,0,0,1-.62.269Z' transform='translate(13.456 16.544)' fill='%23989393'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  fill: #fff;
  width: 40px;
  background-color: #000000;
  border-radius: 50%;
  height: 40px;
  background-color: #000000;
  border-radius: 50%;
  transform: rotate(180deg);
  display: block;
}

.txt_slider h2,
.txt_slider h1,
.txt_slider strong {
  color: white;
  font-size: 1rem;
  margin-bottom: 0px;
}

.txt_slider p,
.txt_slider span {
  color: #ececec;
  font-size: 1rem;
  margin-bottom: 0px;
}

.btn_moreslider {
  align-items: center;
  color: #000000 !important;
  cursor: pointer;
  padding: 5px 26px;
  position: relative;
  display: inline-block;
  border-radius: 5px;
  background-image: linear-gradient(#f7f8fa, #e7e9ec);
  border-color: #adb1b8 #a2a6ac #8d9096;
  border-width: 1px;
  border-style: solid;
  height: 40px;
  transition: all 0.4s;
}

.btn_moreslider:hover {
  border-color: #e77600;
  box-shadow: rgba(228, 121, 17, 0.5) 0 0 3px 2px;
  outline: 0;
}

.holder_btn_slide {
  display: flex;
  justify-content: center;
}

@media (min-width: 520px) {
  .fig_caption {
    display: flex;
  }

  .swiper-barghnetnext {
    left: 8%;
  }
}
@media (min-width: 920px) {
  .txt_slider h2,
.txt_slider h1,
.txt_slider strong {
    font-size: 1.2rem;
  }

  .txt_slider {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
@media (min-width: 1270px) {
  .holder_btn_slide {
    width: 100%;
  }

  .txt_slider h2,
.txt_slider h1,
.txt_slider strong {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .fig_caption {
    background: rgba(0, 0, 0, 0.21);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 50vw;
    height: 100%;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 20px;
  }
}
.slider_barghnet {
  margin-top: 20px;
}

.blog {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #efefef;
  padding: 20px 20px 0px 20px;
  border-radius: 20px;
}

.blog h2 {
  font-size: 15px;
  color: #504e4e;
  -webkit-transition: color 0.3s linear;
  -khtml-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.blog a {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  -moz-outline-style: none;
  outline-style: none;
  background: transparent url("assets/images/common/blank.png");
}

.blog img {
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
  max-width: unset;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}

.blog:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog:hover .edn_articleSummary {
  padding: 0;
  color: dimgray;
}

.blog:hover h2 {
  color: #504e4e;
}

.edn_mediaContainer {
  position: relative;
  margin: 0;
  border-radius: 20px;
}

.blog .text-image {
  background: #ffa40b;
  border-radius: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transform: translateY(1rem);
}

.breadcrumbs-blog {
  margin-bottom: 1rem;
}

.list-blog {
  margin-bottom: 0.5rem;
}
.list-blog:last-child {
  margin-bottom: 1rem;
}

.edn_simpleArticle2 .text-image .maker {
  padding-right: 20px;
  color: #000 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.edn_simpleArticle2 .text-image .maker:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.254' height='10.442' viewBox='0 0 5.254 10.442'%3E%3Cpath id='arrow-ios-forward-outline' d='M18.005,17.9a.744.744,0,0,0,.573-1.221l-3.334-3.989,3.215-4a.761.761,0,1,0-1.2-.938l-3.595,4.465a.744.744,0,0,0,0,.945l3.721,4.465a.744.744,0,0,0,.618.268Z' transform='translate(-13.497 -7.456)'/%3E%3C/svg%3E%0A");
  margin-left: 20px;
  position: relative;
  border-right: 1px solid #000;
  padding-right: 10px;
  height: 100%;
  height: 13px;
  display: flex;
  align-items: center;
}

.article_pager {
  direction: ltr;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.article_pager a {
  /* background-color: #efefef; */
  display: flex;
  align-items: center;
  padding: 7px 15.5px 7px 14.5px;
  border: 0.1rem solid #a4a4a4;
  border-radius: 0.75rem;
  color: var(--text-light-0);
}

.article_pager a:hover,
.article_pager a.active {
  background-color: #ffa40b;
  color: white;
  /* border: 0.1rem solid #ffa40b; */
  border: unset;
  border-radius: 0.75rem;
}

/***************** Start Home Slider *******************/
.home-slider-section {
  margin-bottom: 3.6875rem;
}
.home-slider-section .home-slider .swiper-slide {
  border-radius: 0.61rem;
  overflow: hidden;
}
.home-slider-section .home-slider .TextSlider {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-slider-section .home-slider .TextSlider strong {
  color: var(--text-dark-0);
  font-size: 1.3rem;
}
.home-slider-section .home-slider .TextSlider p {
  color: var(--text-dark-2);
  font-size: 1.1rem;
}
.home-slider-section .home-slider-bottom .swiper-slide {
  border-radius: 0.61rem;
  overflow: hidden;
}
.home-slider-section .home-slider-bottom .TextSlider {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-slider-section .home-slider-bottom .TextSlider strong {
  color: var(--text-dark-0);
  font-size: 1.3rem;
}
.home-slider-section .home-slider-bottom .TextSlider p {
  color: var(--text-dark-2);
  font-size: 1.1rem;
}
@media (max-width: 480px) {
  .home-slider-section .home-slider-bottom .TextSlider,
  .home-slider-section .home-slider .TextSlider {
    padding-right: 0.5rem;
    width: unset;
  }
  .home-slider-section .home-slider-bottom .TextSlider strong,
  .home-slider-section .home-slider .TextSlider strong {
    color: var(--text-dark-0);
    font-size: 0.8rem;
  }
  .home-slider-section .home-slider-bottom .TextSlider p,
  .home-slider-section .home-slider .TextSlider p {
    color: var(--text-dark-2);
    font-size: 0.6rem;
  }
}
.home-slider-section .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 1rem;
}
.home-slider-section .swiper-pagination .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0px 2px;
  background-color: var(--text-light-3);
  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 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 4.8rem;
  background-color: var(--primary-main);
}
@media (max-width: 1130px) {
  .home-slider-section {
    /* margin: 5rem 0 2rem; */
  }
}
@media (max-width: 760px) {
  .home-slider-section {
    margin: 1.6rem 0 0.8rem;
  }
  .home-slider-section .swiper-pagination {
    margin-top: 0;
  }
  .home-slider-section .swiper-pagination .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.4rem;
  }
  .home-slider-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2rem;
  }
}
.home-slider-section .home-top-slider .img-box {
  position: relative;
}
.home-slider-section .home-top-slider .img-box > div {
  position: absolute;
  width: 40%;
  height: 100%;
  /* max-width: 100%; */
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-slider-section .home-top-slider .img-box > div strong {
  color: var(--text-light-4);
  font-weight: bold;
  font-size: 1.5625rem;
}
.home-slider-section .home-top-slider .img-box > div span {
  color: var(--text-light-4);
  /* font-size: 1.375rem; */
  font-weight: normal;
}
@media (min-width: 768px) and (max-width: 992px) {
  .home-slider-section .home-top-slider .img-box > div {
    width: 52%;
  }
  .home-slider-section .home-top-slider .img-box > div strong {
    font-size: 1rem;
  }
  .home-slider-section .home-top-slider .img-box > div span {
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  .home-slider-section .home-top-slider .img-box > div {
    width: 65%;
  }
  .home-slider-section .home-top-slider .img-box > div strong {
    font-size: 1rem;
  }
  .home-slider-section .home-top-slider .img-box > div span {
    font-size: 0.8rem;
  }
}

.home-slider-side .img-box {
  gap: 0.6234rem;
}

@media (max-width: 480px) {
  .top-home-slider-section .home-top-slider .swiper-slide .TextSlider {
    padding-right: 1rem;
    width: unset;
  }
  .top-home-slider-section .home-top-slider .swiper-slide .TextSlider p {
    font-size: 0.6rem !important;
  }
}
/***************** End Home Slider *******************/
.BlogsHome img {
  border-radius: 0.6rem;
}
.BlogsHome .item {
  border-radius: 0.6rem;
  overflow: hidden;
}
.BlogsHome .item:hover {
  color: inherit;
}
.BlogsHome .item img {
  border-radius: 0.6rem;
}
.BlogsHome .boxarticle {
  box-shadow: 0rem 0.28rem 0.57rem 0rem rgba(96, 97, 112, 0.16);
}
.BlogsHome .boxarticle .author-info {
  padding: 0.75rem;
}
.BlogsHome .boxarticle .author-info img-box {
  width: 2.5rem;
  max-width: 100%;
}
.BlogsHome .boxarticle h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.BlogsHome .top-articles .Summary {
  font-size: 0.8125rem;
  font-weight: 400;
}

/* top slier home  */
.top-home-slider-section .home-top-slider .swiper-slide .TextSlider {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top-home-slider-section .home-top-slider .swiper-slide .TextSlider strong {
  color: var(--White);
  font-size: 1.3rem;
}
.top-home-slider-section .home-top-slider .swiper-slide .TextSlider p {
  color: var(--White);
  font-size: 1.1rem;
}
.top-home-slider-section .home-top-slider .swiper-slide .img-box {
  overflow: hidden;
}
.top-home-slider-section .home-top-slider .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-home-slider-section .slider-controller {
  width: 100%;
  bottom: 0.92rem;
  gap: 0.3rem;
}
.top-home-slider-section .slider-controller .swiper-pagination {
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
  padding: 0.317rem 0.5rem;
  bottom: auto;
  gap: 0.3rem;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 1rem;
}
.top-home-slider-section .slider-controller .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0;
  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;
}
.top-home-slider-section .slider-controller .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 2.46rem;
  border-radius: 0.3rem;
  background-color: var(--primary-main);
}

.home-slider-side-sec-2 {
  margin-top: 1rem;
}
.home-slider-side-sec-2 .dng-column-inner {
  display: flex;
  gap: 0.25rem;
  justify-content: center;
}
.home-slider-side-sec-2 .dng-column-inner .right-side {
  width: 33.5625rem;
  max-width: 100%;
}
.home-slider-side-sec-2 .dng-column-inner .sec2Slider-title-box {
  color: var(--White);
  z-index: 1;
  top: 36%;
  right: 2rem;
}
.home-slider-side-sec-2 .dng-column-inner .left-side {
  width: 47.9375rem;
  max-width: 100%;
}

@media (max-width: 1200px) {
  .home-slider-side-sec-2 .dng-column-inner .right-side {
    width: 30.6041rem;
    max-width: 100%;
  }
  .home-slider-side-sec-2 .dng-column-inner .left-side {
    width: 37.462rem;
    max-width: 100%;
  }
}
@media (max-width: 990px) {
  .home-slider-side-sec-2 .dng-column-inner .right-side {
    width: 41.125rem;
    max-width: 100%;
  }
  .home-slider-side-sec-2 .dng-column-inner .left-side {
    width: 41.125rem;
    max-width: 100%;
  }
}
@media (max-width: 840px) {
  .home-slider-side-sec-2 .dng-column-inner {
    flex-wrap: wrap;
  }
}
/* end top slier home  */
/***************** Start Article List *******************/
.article-list-3-col {
  margin-top: 2rem;
}
.article-list-3-col .item {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.6rem;
}
.article-list-3-col .item .img-box {
  display: block;
  height: 100%;
  position: relative;
  border-radius: 2.3rem 2.3rem 0 0;
  -webkit-border-radius: 2.3rem 2.3rem 0 0;
  -moz-border-radius: 2.3rem 2.3rem 0 0;
  -ms-border-radius: 2.3rem 2.3rem 0 0;
  -o-border-radius: 2.3rem 2.3rem 0 0;
  aspect-ratio: 1.65/1;
  overflow: hidden;
}
.article-list-3-col .item .img-box > a {
  display: block;
  width: 100%;
  height: 100%;
}
.article-list-3-col .item .img-box > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-list-3-col .item .img-box .cat-label {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 2.3rem 0 0 0;
  overflow: hidden;
}
.article-list-3-col .item .img-box .cat-label a {
  display: inline-block;
  color: var(--White);
  padding: 0.3rem 1.7rem;
}
.article-list-3-col .item .img-box .cat-label a.EDNcategorycolor-orange {
  background-color: var(--secondary-color-light-1);
}
.article-list-3-col .item .img-box .cat-label a.EDNcategorycolor-green {
  background-color: var(--accent-color);
}
.article-list-3-col .item .content-box {
  padding: 0.9rem;
  background-color: var(--text-light-3);
  border-radius: 0 0 2.3rem 2.3rem;
  -webkit-border-radius: 0 0 2.3rem 2.3rem;
  -moz-border-radius: 0 0 2.3rem 2.3rem;
  -ms-border-radius: 0 0 2.3rem 2.3rem;
  -o-border-radius: 0 0 2.3rem 2.3rem;
}
.article-list-3-col .item .content-box .date-time {
  margin-bottom: 0.7rem;
}
.article-list-3-col .item .content-box .date-time span {
  display: inline-block;
  vertical-align: middle;
  color: var(--accent-color);
  line-height: 0.91rem;
}
.article-list-3-col .item .content-box .date-time span:first-child {
  font-weight: 500;
  padding-left: 0.6rem;
  margin-left: 0.6rem;
  border-left: solid 1px var(--accent-color);
}
.article-list-3-col .item .content-box .title-box {
  display: block;
  margin-bottom: 0.9rem;
}
.article-list-3-col .item .content-box .title-box .title {
  font-size: 1rem;
}

/***************** End Article List *******************/
/***************** Start Article Details *******************/
.article-details .related-products .swiper-slide {
  background-color: red;
  box-shadow: var(--shadow-1);
}
.article-details .edNews_tags a {
  background-color: var(--text-light-3);
  padding: 0.25rem 1rem;
  margin-left: 0.5rem;
  border-radius: 1rem;
  color: var(--text-dark-0);
}
.article-details .edNews_tags a:last-child {
  margin-left: 0;
}
.article-details .edNews_tags a:hover {
  color: var(--text-dark-0);
}
.article-details .edNews_tags h4 {
  margin-bottom: 0.5rem;
}
.article-details .seo-content p {
  color: var(--text-dark-2);
}
.article-details .seo-content h2 {
  color: var(--text-dark-0);
}
.article-details .detail-cover-image {
  position: relative;
  width: 100%;
  aspect-ratio: 3.5/1;
  border-radius: 0 0 2rem 2rem;
  overflow: hidden;
}
.article-details .detail-cover-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
}
.article-details .detail-cover-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-details .detail-cover-image .custom-breadcumb {
  position: absolute;
  z-index: 1;
  right: 0.91rem;
  left: 0.91rem;
  padding: 0.91rem 0;
  color: var(--White);
  font-size: 0.91rem;
  white-space: nowrap;
  overflow: auto;
}
.article-details .detail-cover-image .custom-breadcumb a {
  color: var(--White);
  font-size: 0.91rem;
}
.article-details .detail-cover-image .text-holder {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 3rem;
  z-index: 1;
}
.article-details .detail-cover-image .text-holder .title {
  font-size: 1rem;
  font-weight: bold;
  color: var(--White);
  line-height: 2;
}
.article-details .detail-cover-image .text-holder .summary {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  color: var(--White);
  margin-top: 0.9rem;
}
.article-details .detail-cover-image .text-holder .summary p {
  margin: 0;
}
.article-details .content-box .banner-box {
  margin-bottom: 0.75rem;
}
.article-details .content-box .banner-box img {
  border-radius: var(--radius-10);
}
.article-details .content-box .article-info {
  margin-bottom: 0.5rem;
}
.article-details .content-box .article-info .item span {
  display: inline-block;
  vertical-align: middle;
  color: var(--text-light-0);
  line-height: 0.91rem;
}
.article-details .content-box .article-info .item span:first-child {
  margin-left: 0.2rem;
}
.article-details .content-box .article-info .item:last-child {
  border: none;
}
.article-details .content-box .desc {
  font-size: 0.91rem;
  color: var(--text-dark-2);
}
.article-details .content-box .desc h2,
.article-details .content-box .desc h3,
.article-details .content-box .desc h4,
.article-details .content-box .desc h5,
.article-details .content-box .desc h6 {
  font-size: 1rem;
  font-weight: bold;
  color: var(--text-dark-0);
  margin-bottom: 1.07rem;
}
.article-details .content-box .desc p {
  font-size: 0.91rem;
  color: var(--text-dark-2);
  margin-bottom: 1.07rem;
}
.article-details .content-box .desc img {
  width: 54.5rem;
  max-width: 100%;
  aspect-ratio: 1/0.344;
  margin: 0 auto 1.25rem;
  object-fit: cover;
}
.article-details .content-list {
  margin: 0;
}
.article-details .content-list .article-heading-holder {
  border-radius: 1.1rem;
  background-color: var(--text-light-3);
  overflow: hidden;
  padding: 1rem;
}
.article-details .content-list .article-heading-holder .toc-h2 {
  color: var(--text-dark-2);
  font-weight: 700;
}
.article-details .content-list .article-heading-holder .toc-h3 a {
  color: var(--text-dark-2);
  font-weight: 400 !important;
}
.article-details .content-list .article-heading-holder .main-title {
  display: block;
  align-items: center;
  justify-content: start;
  font-size: 1.1rem;
  color: var(--Black);
  margin-bottom: 1rem;
}
.article-details .content-list .article-heading-holder .article-heading {
  list-style: none;
}
.article-details .content-list .article-heading-holder .article-heading li a {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0 0;
  margin-bottom: 1rem;
  color: var(--text-dark-2);
  font-weight: 700;
}
.article-details .content-list .article-heading-holder .article-heading li a:before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  background-color: var(--texture-color-4);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.article-details .content-list .article-heading-holder .article-heading li a .title {
  font-size: 0.91rem;
  font-weight: normal;
  margin: 0;
}
.article-details .content-list .article-heading-holder .article-heading li.active a {
  color: var(--text-dark-3);
}
.article-details .content-list .article-heading-holder .article-heading li.active a:before {
  background-color: var(--accent-color);
}
@media (max-width: 990px) {
  .article-details .detail-cover-image {
    aspect-ratio: 2.5/1;
  }
}
@media (max-width: 768px) {
  .article-details .detail-cover-image {
    aspect-ratio: 1.5/1;
  }
}
@media (max-width: 480px) {
  .article-details .detail-cover-image {
    aspect-ratio: 1.8/1;
  }
  .article-details .detail-cover-image:after {
    display: none;
  }
  .article-details .detail-cover-image .text-holder {
    position: relative;
    margin-top: 0.91rem;
    padding: 0;
  }
  .article-details .detail-cover-image .text-holder .title {
    font-size: 1rem;
    color: var(--text-dark-3);
  }
  .article-details .detail-cover-image .text-holder .summary {
    font-size: 0.91rem;
    color: var(--texture-color-2);
  }
}

.related-products-detail {
  margin-bottom: 2.125rem;
}
.related-products-detail .related-products .slider-nav svg {
  fill: var(--primary-main) !important;
}
.related-products-detail .related-products .swiper-slide .product {
  box-shadow: var(--shadow-1);
  border-radius: var(--radius-10);
}
.related-products-detail .related-products .swiper-slide .product .product-cat {
  color: #979797;
}

.related-article-detail ul {
  list-style: none !important;
}
.related-article-detail .img-box {
  width: 25.75rem;
  max-width: 100%;
  object-fit: cover;
}
.related-article-detail .img-box img {
  border-radius: var(--radius-12);
}
.related-article-detail .author-info {
  padding: 0.75rem;
}

.Barghnet__blog__last__Article {
  margin-top: 4rem;
}
.Barghnet__blog__last__Article .img-box {
  width: 7.5rem;
  max-width: 100%;
  object-fit: cover;
}
.Barghnet__blog__last__Article .img-box img {
  border-radius: var(--radius-12);
}
.Barghnet__blog__last__Article .blog-item {
  box-shadow: var(--shadow-1);
  margin-bottom: 0.5rem;
  border-radius: var(--radius-10);
}

/***************** End Article Details *******************/
.comments-frame {
  background-color: var(--lightGray);
  border-radius: 25rem;
  -webkit-border-radius: 25rem;
  -moz-border-radius: 25rem;
  -ms-border-radius: 25rem;
  -o-border-radius: 25rem;
  padding: 1.5rem;
}

.comments-form .sec-title {
  display: block;
  color: var(--Black);
  font-size: 1.1rem;
  margin-bottom: 0.91rem;
}
.comments-form .field-holder {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 0.3rem;
}
.comments-form .field-holder .form-control-label {
  display: block;
  font-weight: normal;
  color: var(--text-dark-3);
}
.comments-form .field-holder .form-control-label .star {
  color: var(--text-red-0);
}
.comments-form .field-holder .form-control {
  width: 100%;
  height: 3rem;
  border: none !important;
  outline: none;
  font-size: 0.91rem;
  resize: none;
  text-align: right;
  border: solid 1px var(--text-light-2) !important;
  background-color: var(--White);
  border-radius: 0.91rem;
  -webkit-border-radius: 0.91rem;
  -moz-border-radius: 0.91rem;
  -ms-border-radius: 0.91rem;
  -o-border-radius: 0.91rem;
}
.comments-form .field-holder .form-control::placeholder {
  color: #959595;
  font-size: 0.91rem;
  font-weight: normal;
}
.comments-form .field-holder .form-control:disabled {
  background-color: transparent;
}
.comments-form .field-holder textarea {
  min-height: 11.3rem;
}
.comments-form .rating-in-comment .caption {
  color: var(--Black);
}
.comments-form .submit-btn {
  font-size: 0.91rem;
  color: var(--White);
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background-color: var(--system-green-0);
  cursor: pointer;
}
.comments-form .frame-bordered-title-container {
  border: none !important;
  padding: 0 !important;
}

.comments-list {
  margin: 2rem 0;
}
.comments-list .frame-bordered-title-container {
  border: none !important;
  padding: 0 !important;
}
.comments-list .avatar {
  border-radius: 0.6rem;
  margin: 0.3rem 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 {
  height: 1rem;
  width: 1rem;
  max-width: 100%;
  stroke: var(--Black);
  fill: var(--text-light-2);
}
.comments-list .comment-head {
  position: relative;
  width: 100%;
  padding: 0.8125rem 1.25rem;
  background-color: #E6E6E6;
  border-radius: 0.625rem;
}
.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-2);
}
.comments-list .comment-head .date .item {
  font-size: 0.8rem;
  color: var(--text-dark-2);
}
.comments-list .comment-head .date .item svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.3rem;
  stroke: var(--primary-main);
}
.comments-list .comment-head .date .item:nth-child(2n) {
  margin-right: 0.91rem;
  padding-right: 0.91rem;
  border-right: solid 1px var(--texture-color-7);
}
.comments-list .comment-head .date .item:nth-child(2n) svg {
  fill: none;
  stroke: var(--accent-color);
}
.comments-list .author {
  font-size: 0.91rem;
  font-weight: bold;
  color: var(--Black);
}
@media (max-width: 760px) {
  .comments-list {
    display: block !important;
    height: auto;
  }
  .comments-list .date {
    flex-direction: column;
  }
}

.comment-body {
  padding: 0.91rem;
}
.comment-body .comment-content {
  font-size: 0.91rem;
  color: var(--Black);
}
.comment-body .edNews__replyComment {
  cursor: pointer;
}
.comment-body .action-btns svg {
  cursor: pointer;
}
.comment-body .action-btns .heart {
  fill: var(--text-light-2);
}
.comment-body .action-btns .active {
  fill: var(--text-red-0);
}
.comment-body .action-btns .like .like-couner {
  color: var(--Black);
  margin-top: -3px;
  margin-left: 2px;
}
@media (max-width: 760px) {
  .comment-body {
    display: block !important;
    height: auto;
  }
}

.edn_article_gallery ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
}
.edn_article_gallery ul li {
  aspect-ratio: 1/1;
}

@media (max-width: 480px) {
  .categories-container .item {
    width: 45%;
  }
}
/* start readings section  */
.Reading-Wrapper .blog-item {
  height: 100%;
  padding: 0.5rem;
  border-radius: 10px;
  box-shadow: 0px 0px 1px 0px rgba(40, 41, 61, 0.04), 0px 2px 4px 0px rgba(96, 97, 112, 0.16);
}
.Reading-Wrapper .blog-item .title {
  font-size: 0.75rem;
}
.Reading-Wrapper .blog-item img {
  border-radius: 0.75rem;
}
.Reading-Wrapper .blog-item .Summary {
  font-size: 0.8125rem;
}
.Reading-Wrapper .blog-item .Summary-left {
  font-size: 0.75rem;
}
.Reading-Wrapper .blog-item .image-right-holder {
  height: 320px;
}
.Reading-Wrapper .blog-item .image-right-holder img {
  height: 100%;
}
.Reading-Wrapper .parent-blog {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 992px) {
  .Reading-Wrapper .parent-blog {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.Reading-Wrapper .parent-blog-article {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
.Reading-Wrapper .image-right-holder-article {
  height: 300px;
}
.Reading-Wrapper .image-right-holder-article img {
  height: 100%;
}

/* end readings section  */