﻿.NilperBlogListHome a,
.NilperBlogListHome a:link {
  color: inherit;
}

.NilperBlogListHome .edn_articleTitle {
  font-size: 14px;
  display: block;
}

.NilperBlogListHome .edn_metaDetails > span {
  color: var(--accent-color);
  font-size: 2em;
  line-height: 1;
  padding: 0 0px 0 6px;
}

.Nilper-ISO-List article {
  padding: 10px;
  border-left: 1px;
  border-top: 1px;
  border-bottom: 1px;
  border-style: solid;
  border-color: rgb(215, 215, 215);
  overflow: hidden;
}

.Nilper-ISO-List article:hover img {
  transform: scale(1.2) translate(0px, 30px);
}

.Nilper-ISO-List article img {
  transition: all linear 0.2s;
}

.Nilper-ISO-List .year,
.Nilper-ISO-List .title {
  text-align: right;
  transition: all linear 0.2s;
}

.Nilper-ISO-List article:hover .year,
.Nilper-ISO-List article:hover .title {
  transform: translateY(100px);
}

.NilperBlogListHome .edn_mediaContainer {
  overflow: hidden;
  position: relative;
}

.NilperBlogListHome .edn_mediaContainer img {
  transition: all linear 0.2s;
}

.NilperBlogListHome .edn_mediaContainer:hover img {
  transform: translateX(15%);
  filter: grayscale(1);
}

.NilperBlogListHome .BlogItem .arrow {
  position: absolute;
  width: 2.5vw;
  height: 2.5vw;
  background: #ddd;
  display: block;
  bottom: 0;
  font-size: 1.5em;
  color: #666;
  line-height: 1;
  font-weight: 100;
  transform: translateY(2.5vw);
  transition: all linear 0.2s;
}

.NilperBlogListHome .edn_mediaContainer:hover .arrow {
  transform: translateY(0px);
}

.Archive.NilperBlogListHome .BlogItem {
  padding: 5px;
  border: 1px solid #fafafa;
}
@media (max-width: 991px) {
  .NilperBlogListHome {
    padding: 0px 15px;
  }
}
.NilperCatalogue .CatalogItem {
  border: 1px solid #fafafa;
  border-radius: 0.4rem;
  height: 100%;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
}

.NilperCatalogue .edn_articleTitle a {
  color: #000;
}
.backed {
  background-image: url("/Portals/0/ThemePluginPro/uploads/2023/4/15/Noise-background.png");
  background-size: initial;
  background-position: center center !important;
}
.detail-top-section {
  border: 1px solid rgb(225 225 225);
  border-radius: var(--b-radius-10);
  position: relative;
}

.sectionicon {
  display: flex;
  position: absolute;
  right: -19px;
  background: var(--accent-color);
  min-height: 37px;
  border-radius: 25px;
  outline: 2px solid var(--accent-color);
  border: 3px solid #ffffff;
  text-align: center;
  vertical-align: middle;
  top: 21px;
  transition: all ease-in-out 0.5s;
  flex-direction: column;
  align-items: center;
  width: 37px;
  max-height: 37px;
  max-width: 37px;
}

.sectionicon svg {
  width: 26px;
  height: 26px;
  text-align: center;
  top: 3px;
  position: relative;
  flex: 0 0 auto;
}

.sectionicon strong {
  line-height: 37px;
  display: block;
  width: 0px;
  height: 0px;
  overflow: hidden;
  flex: 1 0 auto;
  font-size: 0;
  writing-mode: vertical-lr;
  transition: all ease-in-out 0.3s;
  color: #fff;
  transform: rotate(180deg);
}

.sectionicon:hover strong {
  font-size: 13px;
  font-weight: 100;
  width: max-content;
  height: max-content;
  margin: 15px 0;
}

.sectionicon:hover {
  max-height: 200px;
}
.meta-detail-blog {
  align-items: center;
}
.meta-detail-blog h1 {
  font-size: 1rem;
}
.DescDecoration {
  border: 1px solid rgb(225 225 225);
  border-bottom: 3px solid #d71921;
}
.ListCustomerLogo .swiper-slide img {
  filter: grayscale(100%);
  transition: all 0.5s ease-in-out;
}
.ListCustomerLogo .swiper-slide img:hover {
  filter: none;
}
.Chideman.ListCustomerLogo .arrows {
  top: -3rem;
}
.DetailArticleBlog img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding: 4px;
  border: 1px solid rgb(225 225 225);
  border-radius: var(--b-radius-10);
  height: auto !important;
}

.desc-article a[id] {
  scroll-margin-top: 7rem;
}

/***************************Blog pagination*************************/
.article_pager {
  display: flex;
  border: 0.1rem solid var(--accent-color2);
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
.article_pager .page {
  padding: 0 0.7rem;
  color: #333;
  border-left: 0.1rem solid var(--accent-color2);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 2rem;
  text-align: center;
}
.article_pager .page:last-of-type {
  border: none;
}
.article_pager .page:hover {
  background-color: #eee;
}
.article_pager .page.active {
  background: #aaa;
  color: #fff;
}
/************************GuidlineDetails**********************/
@media screen and (max-width:480px){
  .GuidlineDetails video{
  width:100%;
      height:100%;
}
}
.pagetitle{
  font-size: 0.875rem !important;
}