/* ================ The Timeline ================ */

.timeline {
  position: relative;
  width: 660px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
  height: 100vh;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: " ";
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: #e9e9eb;
  border-radius: 10px;
}

.timeline li {
  padding: 3em 0;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.timeline li:nth-child(odd) .direction {
  position: relative;
  width: 300px;
  float: left;
  text-align: right;
}

.timeline li:nth-child(even) .direction {
  position: relative;
  width: 300px;
  float: right;
}

.direction .flag:before {
  position: absolute;
  top: 50%;
  right: -4.2rem;
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: var(--accent-color);
  border-radius: 10px;
  border: 4px solid #e9e9eb;
  z-index: 10;
}

.timeline li:nth-child(even) .direction .flag:before {
  left: -1.6rem;
  right: auto;
}

.timeline li:nth-child(odd) .direction .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(248, 248, 248);
  border-width: 8px;
  pointer-events: none;
}

.direction .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: rgb(248, 248, 248);
  border-width: 8px;
  pointer-events: none;
}

.desc {
  font-weight: bold;
  /* font-style: italic; */
  /* line-height: 1.5em; */
}

.timeline ul {
  list-style: none;
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {
  .timeline {
    width: 100%;
    padding: 4em 0 1em 0;
  }

  .timeline li {
    padding: 2em 0;
  }

  .direction {
    float: none;
    width: 100%;

    text-align: center;
  }

  .flag-wrapper {
    text-align: center;
  }

  .flag {
    background: rgb(255, 255, 255);
    z-index: 15;
  }

  .direction .flag:before {
    position: absolute;
    top: -30px;
    left: 50%;
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    margin-left: -9px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid rgb(255, 80, 80);
    z-index: 10;
  }

  .direction .flag:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    height: 0;
    width: 0;
    margin-left: -8px;
    border: solid transparent;
    border-bottom-color: rgb(255, 255, 255);
    border-width: 8px;
    pointer-events: none;
  }

  .time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
  }

  .timeline li:nth-child(odd) .direction .time-wrapper {
    float: none;
  }

  .timeline li:nth-child(even) .direction .time-wrapper {
    float: none;
  }

  .desc {
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;
    background: rgb(245, 245, 245);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);

    z-index: 15;
  }

  .direction .desc {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 1em;

    z-index: 15;
  }
}

@media screen and (min-width: 400px ?? max-width: 660px) {
  .direction .desc {
    margin: 1em 4em 0 4em;
  }
}

.customerpage {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  text-align: center;
}

.customerpage .customer img {
  width: 150px;
}

.edn_articleAccordion {
  background-color: #fafafa;
  overflow: hidden;
  margin: 0px 5%;
}

.LastBlogSlided .buttons {
  gap: 10px;
}

.LastBlogSlided .buttons > a {
  padding: 10px;
  border-radius: var(--border-radius);
}

.LastBlogSlided .buttons .Contact {
  background: var(--accent-color3);
}

.LastBlogSlided .buttons .ReadMore {
  background: var(--accent-color);
  color: #fff !important;
  padding: 10px 40px;
}

.eds_news_BazarSteel .edn_articleAccordion .buttons {
  gap: 0.8em;
}

.ArrowProjects .swiper-button-next,
.ArrowProjects .swiper-button-prev {
  right: 50%;
  transform: rotate(-90deg);
  margin-right: -1.5rem;
  width: 3rem;
}

.ArrowProjects .swiper-button-next {
  top: 0;
}

.ArrowProjects .swiper-button-prev {
  bottom: 0;
  height: 110%;
}

/**********************Tabular Home*****************************/

.eds_news_BazarSteel
  [class*="edn_accordionWrapper"]
  .edsAccordion_section
  .edsAccordion_title {
  cursor: pointer;
}

.eds_news_BazarSteel
  [class*="edn_accordionWrapper"]
  .edsAccordion_section
  .edsAccordion_contentWrapper {
  position: relative;
  height: 0;
  overflow: hidden;
}

.eds_news_BazarSteel
  [class*="edn_accordionWrapper"]
  .edsAccordion_section.edsAccordion_active
  .edsAccordion_contentWrapper {
  height: auto;
}

@media handheld,
  only screen and (max-width: 768px),
  only screen and (max-device-width: 768px) {
  .eds_news_BazarSteel .edn_articleAccordion {
    height: auto !important;
  }
}

.eds_news_BazarSteel .edn_articleAccordion .edsAccordion_section {
  padding: 0;
  border: none;
}

.eds_news_BazarSteel
  .edn_articleAccordion
  .edsAccordion_section
  .edsAccordion_title {
  position: relative;
  border-bottom: solid 1px #ddd;
  cursor: pointer;
  margin: 0;
  padding: 5px 2px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  transition: color 300ms linear;
}

.eds_news_BazarSteel
  .edn_articleAccordion
  .edsAccordion_section
  .edsAccordion_title:hover::after {
  transform: scale(1.8);
}

.eds_news_BazarSteel
  .edn_articleAccordion
  .edsAccordion_section
  .edsAccordion_title::after {
  position: absolute;
  content: "\f107";
  right: 1%;
  bottom: 5px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 1;
  color: #c81704;
  font-weight: normal;
  font-style: normal;
  transition: all 0.2s ease-in-out;
}

.eds_news_BazarSteel
  .edn_articleAccordion
  .edsAccordion_section
  .edsAccordion_contentWrapper
  .edsAccordion_content {
  padding: 10px 0;
}

.eds_news_BazarSteel
  .edn_articleAccordion
  .edsAccordion_section
  .edsAccordion_contentWrapper
  .edn_articleSummary {
  padding-top: 0;
  color: #3c4354;
  line-height: 2;
}

.eds_news_BazarSteel
  .edn_articleAccordion
  .edsAccordion_section.edn_listArticle2
  .edsAccordion_title {
  padding-right: 30px;
}

.eds_news_BazarSteel
  .edn_articleAccordion
  .edsAccordion_section.edn_listArticle3
  > header {
  margin: 0;
  padding: 0;
  border: none;
  padding: 10px 30px 10px 0;
  border-bottom: dashed 1px #bfbfbf;
}

.eds_news_BazarSteel
  .edn_articleAccordion
  .edsAccordion_section.edn_listArticle3
  > header::after {
  top: auto;
  bottom: 50%;
}

.eds_news_BazarSteel
  .edn_articleAccordion
  .edsAccordion_section.edn_listArticle3
  > header
  > h3 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

.eds_news_BazarSteel
  .edn_articleAccordion
  .edsAccordion_section.edn_listArticle3
  > header
  .edn_metaDetails {
  margin: 5px 0 10px;
}

.eds_news_BazarSteel
  .edn_articleAccordion
  .edsAccordion_section.edn_listArticle3
  .edsAccordion_contentWrapper
  .edsAccordion_content
  .edn_mediaContainer {
  margin: 0.5rem 0;
}

.eds_news_BazarSteel
  .edn_articleAccordion
  .edsAccordion_section.edn_listArticle3
  .edsAccordion_contentWrapper
  .edsAccordion_content
  .edn_mediaContainer
  a {
  overflow: hidden;
  display: inline-block;
}

.eds_news_BazarSteel
  .edn_articleAccordion
  .edsAccordion_section.edn_listArticle3
  .edsAccordion_contentWrapper
  .edsAccordion_content
  .edn_mediaContainer
  a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: solid 0 rgba(255, 255, 255, 0.4);
  transition: all 150ms ease-in-out;
}

.eds_news_BazarSteel
  .edn_articleAccordion
  .edsAccordion_section.edn_listArticle3
  .edsAccordion_contentWrapper
  .edsAccordion_content
  .edn_mediaContainer
  a
  > img {
  border: none;
  padding: 0;
  max-width: 100%;
  height: auto;
  transition: all 200ms ease-in-out;
}

.eds_news_BazarSteel
  .edn_articleAccordion
  .edsAccordion_section.edn_listArticle3
  .edsAccordion_contentWrapper
  .edsAccordion_content
  .edn_mediaContainer
  a:hover::after {
  border-width: 3px;
}

.eds_news_BazarSteel
  .edn_articleAccordion
  .edsAccordion_section.edn_listArticle3
  .edsAccordion_contentWrapper
  .edsAccordion_content
  .edn_mediaContainer
  a:hover
  > img {
  transform: scale(1.05);
}

.eds_news_BazarSteel
  .edn_articleAccordion
  .edsAccordion_section.edn_listArticle3
  .edsAccordion_contentWrapper
  .edsAccordion_content
  h2.edn_articleTitle {
  font-size: 14px;
  font-weight: bold;
}

.eds_news_BazarSteel
  .edn_articleAccordion
  .edsAccordion_section.edn_listArticle3
  .edsAccordion_contentWrapper
  .edsAccordion_content
  .edn_metaDetails {
  margin: 0;
}

.eds_news_BazarSteel
  .edn_articleAccordion
  .edsAccordion_section.edn_listArticle3.edsAccordion_active
  > header {
  display: none;
}

.eds_news_BazarSteel
  .edn_articleAccordion
  .edsAccordion_section.edn_listArticle3.edn_verticalAccordion {
  border: none;
  position: relative;
}

.eds_news_BazarSteel
  .edn_articleAccordion
  .edsAccordion_section.edn_listArticle3.edn_verticalAccordion
  > header {
  float: right;
  clear: right;
  display: block;
  padding: 15px;
  transition: all 200ms linear;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  text-align: center;
  border-right: 2px solid #858585;
}

@media handheld,
  only screen and (max-width: 768px),
  only screen and (max-device-width: 768px) {
  .eds_news_BazarSteel
    .edn_articleAccordion
    .edsAccordion_section.edn_listArticle3.edn_verticalAccordion
    > header {
    float: none;
    width: auto !important;
    clear: both;
  }
}

.eds_news_BazarSteel
  .edn_articleAccordion
  .edsAccordion_section.edn_listArticle3.edn_verticalAccordion
  > header::after {
  display: none;
}

.eds_news_BazarSteel
  .edn_articleAccordion
  .edsAccordion_section.edn_listArticle3.edn_verticalAccordion
  > header
  .edn_metaDetails {
  margin: 0 0 5px;
}

.eds_news_BazarSteel
  .edn_articleAccordion
  .edsAccordion_section.edn_listArticle3.edn_verticalAccordion
  .edsAccordion_contentWrapper {
  padding-right: 35px;
  opacity: 0;
  position: absolute;
  left: 0;
  visibility: hidden;
}

@media handheld,
  only screen and (max-width: 768px),
  only screen and (max-device-width: 768px) {
  .eds_news_BazarSteel
    .edn_articleAccordion
    .edsAccordion_section.edn_listArticle3.edn_verticalAccordion
    .edsAccordion_contentWrapper {
    padding: 0;
    position: static;
    width: auto !important;
  }
}

.eds_news_BazarSteel
  .edn_articleAccordion
  .edsAccordion_section.edn_listArticle3.edn_verticalAccordion.edsAccordion_active
  > header {
  position: relative;
  background-color: var(--accent-color);
  padding-left: 10px;
  border-right-color: var(--accent-color);
}

@media handheld,
  only screen and (max-width: 768px),
  only screen and (max-device-width: 768px) {
  .eds_news_BazarSteel
    .edn_articleAccordion
    .edsAccordion_section.edn_listArticle3.edn_verticalAccordion.edsAccordion_active
    > header {
    display: none;
  }
}

.eds_news_BazarSteel
  .edn_articleAccordion
  .edsAccordion_section.edn_listArticle3.edn_verticalAccordion.edsAccordion_active
  > header
  > h3 {
  color: #fff;
}

.eds_news_BazarSteel
  .edn_articleAccordion
  .edsAccordion_section.edn_listArticle3.edn_verticalAccordion.edsAccordion_active
  > header
  .edn_metaDetails
  > time {
  color: #fff;
}

.eds_news_BazarSteel
  .edn_articleAccordion
  .edsAccordion_section.edn_listArticle3.edn_verticalAccordion.edsAccordion_active
  .edsAccordion_contentWrapper {
  visibility: visible;
  opacity: 1;
}

.eds_news_BazarSteel
  .edn_articleAccordion
  .edsAccordion_section.edn_listArticle3.edn_verticalAccordion.eds_accordionTabLeft
  > header {
  float: left;
  clear: left;
}

.eds_news_BazarSteel
  .edn_articleAccordion
  .edsAccordion_section.edn_listArticle3.edn_verticalAccordion.eds_accordionTabLeft
  .edsAccordion_contentWrapper {
  padding-right: 0;
  padding-left: 35px;
  left: auto;
  right: 0;
}

.eds_news_BazarSteel
  .edn_articleAccordion
  .edsAccordion_section.edn_listArticle3.edn_verticalAccordion.eds_accordionTabLeft.edsAccordion_active
  > header::before {
  left: auto;
  right: -14px;
  transform: rotate(180deg);
}

.eds_news_BazarSteel
  .edn_articleAccordion.edn_eventsSimple.edsAccordion_section
  .edsAccordion_contentWrapper
  .edsAccordion_content {
  padding: 10px 0;
}

.eds_news_BazarSteel
  .edn_articleAccordion.edn_eventsSimple.edsAccordion_section
  .edsAccordion_contentWrapper
  .edsAccordion_content
  .edn_articleSummary {
  padding-top: 0;
}

.eds_news_BazarSteel
  .edn_articleAccordion.edn_eventsSimple.edsAccordion_section.edsAccordion_active
  .edsAccordion_title {
  background-color: #c81704;
}

.eds_news_BazarSteel
  .edn_articleAccordion.edn_eventsSimple.edsAccordion_section.edsAccordion_active
  .edsAccordion_title::after,
.eds_news_BazarSteel
  .edn_articleAccordion.edn_eventsSimple.edsAccordion_section.edsAccordion_active
  .edsAccordion_title::before {
  display: block;
}

.eds_news_BazarSteel
  .edn_articleAccordion.edn_eventsSimple.edsAccordion_section.edsAccordion_active
  .edsAccordion_title
  > time {
  background-color: #7d0f03;
  border-color: #7d0f03;
}

.eds_news_BazarSteel
  .edn_articleAccordion.edn_eventsSimple.edsAccordion_section.edsAccordion_active
  .edsAccordion_title
  > time
  > span {
  color: #fff;
}

.eds_news_BazarSteel
  .edn_articleAccordion.edn_eventsSimple.edsAccordion_section.edsAccordion_active
  .edsAccordion_title
  > div
  .edn_articleTitle
  a {
  color: #fff;
}

.eds_news_BazarSteel
  .edn_articleAccordion.edn_eventsSimple.edsAccordion_section.edsAccordion_active
  .edsAccordion_title
  > div
  > time,
.eds_news_BazarSteel
  .edn_articleAccordion.edn_eventsSimple.edsAccordion_section.edsAccordion_active
  .edsAccordion_title
  > div
  > time:before,
.eds_news_BazarSteel
  .edn_articleAccordion.edn_eventsSimple.edsAccordion_section.edsAccordion_active
  .edsAccordion_title
  > div
  .edn_eventBoxLocation,
.eds_news_BazarSteel
  .edn_articleAccordion.edn_eventsSimple.edsAccordion_section.edsAccordion_active
  .edsAccordion_title
  > div
  .edn_eventBoxLocation:before {
  color: #fff;
}

.eds_news_BazarSteel .edNews_loadMoreTriggerWrapper,
.eds_news_BazarSteel .edsgg__loadMediaWrapper {
  text-align: center;
  padding: 1rem 0;
}

.eds_news_BazarSteel .edNews_loadMoreTriggerWrapper .edNews_loadMoreTrigger,
.eds_news_BazarSteel .edsgg__loadMediaWrapper .edsgg__loadMediaTrigger {
  position: relative;
  padding: 0;
  background: none #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-appearance: none;
  overflow: hidden;
  width: 100%;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.eds_news_BazarSteel
  .edNews_loadMoreTriggerWrapper
  .edNews_loadMoreTrigger
  > span,
.eds_news_BazarSteel .edsgg__loadMediaWrapper .edsgg__loadMediaTrigger > span {
  color: #999;
  font-size: 0.75rem;
  line-height: 1.42857;
  font-weight: 400;
  display: block;
  padding: 12px 30px;
}

.eds_news_BazarSteel .edNews_loadMoreTriggerWrapper .loadingOverlay,
.eds_news_BazarSteel .edsgg__loadMediaWrapper .edsgg__loadMediaTriggerOverlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100%;
  opacity: 0;
  transition: opacity 200ms linear;
  background-color: rgba(255, 255, 255, 0.8);
}

.eds_news_BazarSteel .edNews_loadMoreTriggerWrapper .loadingOverlay::before,
.eds_news_BazarSteel
  .edsgg__loadMediaWrapper
  .edsgg__loadMediaTriggerOverlay::before {
  content: "\f021";
  display: inline-block;
  margin-right: 1rem;
  font-family: Font Awesome\5 Free;
  line-height: 0;
  font-size: 1rem;
  font-style: normal;
  font-weight: 900;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.customst_for_blogbase > div {
  display: flex;
  flex-wrap: wrap;
}

article.holder-article section {
  box-shadow: 0 0 3px -1px black;
  border-radius: var(--b-radius);
  padding: 15px;
  height: 380px;
}

h2.box-article-news-bazarsteel-title {
  font-size: 1rem;
}

.article__Content {
  height: 100%;
}

.readmore-box-news {
  margin-top: auto;
}

h1.card-title {
  font-size: 1.7rem;
}

.article_comments {
  display: none;
}

.timeline li:nth-child(even) .direction img {
  position: absolute;
  left: -220px;
  top: -23px;
}

.timeline li:nth-child(odd) .direction img {
  position: absolute;
  right: -220px;
  top: -26px;
}

a.ColorWhite,
a.ColorWhite:link,
a.ColorWhite:visited {
  color: #fff;
}

.BoxBlogs {
  margin-bottom: 1.5rem;
  box-shadow: 0 0 5px -2px #3e8cffcf;
  border-radius: var(--border-radius);
  overflow: hidden;
}

.LinkBlogs {
  border-radius: 0.2rem;
}

.Title_Detail_Article h1 {
  font-size: 1.5rem;
}

.BoxDetailBlogs {
  box-shadow: 0 0 10px rgba(191, 191, 191, 16%);
  background-color: #fafafa;
}

#Text_Article h1 {
  font-size: 1.3rem;
}

#Text_Article h2 {
  font-size: 1.2rem;
}

#Text_Article h3 {
  font-size: 1.1rem;
}

#Text_Article table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100% !important;
  border: 0.1rem solid #ddd;
}

#Text_Article table tr:nth-child(even) {
  background-color: #f2f2f2;
  width: 100%;
}

.box-article-news-bazarsteel-summary p {
  margin: 0;
}

.holder-article .readmore-box-news {
  margin: 0;
}

#Text_Article table tr p {
  margin: 0;
}

#Text_Article table tr td {
  padding: 0.5rem;
}

/*************************Faq Page***************************/
.primary-accordion {
  border-top: 0.1rem solid var(--accent-color);
  border-bottom: 0.1rem solid var(--accent-color);
  margin: 2rem 0;
}

.primary-accordion.ItemFaq {
  border: none !important;
}

.primary-accordion .item {
  position: relative;
  transition: all ease-in-out 300ms;
  padding: 0 1em;
  cursor: pointer;
}

.primary-accordion .item strong {
  cursor: pointer;
}

.primary-accordion .answer {
  max-height: 50rem;
  transition: all ease-in-out 0.3s;
  overflow: hidden;
  border-bottom: 0.1rem solid rgba(214, 214, 214);
}

.ItemFaq.primary-accordion .answer p {
  margin: 0;
}

.ItemFaq.primary-accordion .item {
  border-bottom: 0.1rem solid rgba(214, 214, 214);
}

.primary-accordion .answer.hideanswer {
  max-height: 0;
  transition: all ease-in-out 0.3s;
  padding: 0 !important;
  border: none;
}

.primary-accordion .item:has(+ .answer:not(.hideanswer)):after {
  content: "-";
}

.ItemFaq.primary-accordion .item::after {
  border: 0.1rem solid rgba(214, 214, 214);
  color: rgba(214, 214, 214);
}

.primary-accordion .item::after {
  transition: all ease-in-out 300ms;
  position: absolute;
  content: "+";
  font-size: 1.3em;
  font-weight: 100;
  border-radius: 50%;
  width: 1.3em;
  height: 1.3em;
  display: block;
  line-height: 1.8rem;
  text-align: center;
  color: var(--accent-color3);
  left: 0.5em;
  top: 0.5em;
  border: 0.1rem solid var(--accent-color);
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.Faq-CategoryName strong {
  font-weight: normal;
  font-size: 1rem;
}

/*customer logo*/
.cats-arrow {
  z-index: 10;
  width: 3rem;
  height: 3rem;
  background-color: var(--accent-color);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--b-radius);
}

.cats-arrow.ItemSwiperNext {
  transform: rotate(180deg);
}

.ArrowsCustomer {
  width: 100%;
  top: 40%;
}

.eds_template_TemplatedMenu_CategoriesMenuPortfolio .edn_moduleList li {
  list-style: none;
  position: relative;
}

.eds_template_TemplatedMenu_CategoriesMenuPortfolio .edn_moduleList li::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border: 0.1rem solid #3d3d3d;
  transform: rotate(41deg);
  display: block;
  left: 0.8rem;
  position: absolute;
  top: 1.3rem;
  border-right: 0.1rem solid transparent;
  border-top: 0.1rem solid transparent;
}

.eds_template_TemplatedMenu_CategoriesMenuPortfolio .edn_moduleList li ul {
  margin-right: 0;
}

.eds_template_TemplatedMenu_CategoriesMenuPortfolio .edn_moduleList li a {
  color: #3d3d3d;
  display: block;
}

.edn_hasCount {
  padding: 0.5rem;
}

.eds_template_TemplatedMenu_CategoriesMenuPortfolio
  .edn_moduleList
  li:nth-child(even) {
  background-color: #f0f0f0;
}

.eds_template_TemplatedMenu_CategoriesMenuPortfolio
  .edn_moduleList
  li:nth-child(odd) {
  background-color: #f6f6f6;
}

.eds_template_TemplatedMenu_CategoriesMenuPortfolio .edn_moduleList {
  list-style: none;
  margin: 0;
}

.HeaderCategori h4 {
  font-size: 1rem;
  background-color: var(--accent-color);
  color: #fff;
  margin: 0;
  padding: 1rem;
}

/**********************Gallery*************************/
.edn_article_gallery ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 2rem;
}

.edn_article_gallery ul li {
  width: 25%;
}

.edn_article_gallery ul li img {
  width: 100%;
  border: 0.1rem solid #d9d9d9;
  padding: 0.3rem;
  background-color: #fff;
}

@media (min-width: 1320px) {
  .edn_article_gallery ul li {
    width: 25%;
  }
}

@media (min-width: 991px) and (max-width: 1320px) {
  .edn_article_gallery ul li {
    width: 25%;
  }
}

@media (min-width: 761px) and (max-width: 990px) {
  .edn_article_gallery ul li {
    width: 30%;
  }
}

@media (min-width: 451px) and (max-width: 760px) {
  .edn_article_gallery ul li {
    width: 47.1%;
  }
}

@media (max-width: 540px) {
  .edn_article_gallery ul li {
    width: 100%;
  }
}

.WraperDownloads {
  border: 0.1rem solid var(--accent-color2);
  background-color: #efefef;
}

.WraperDownloads h3 {
  color: #fff;
  font-size: 1rem;
}

a.LinkDownloadFiles,
a.LinkDownloadFiles:visited,
a.LinkDownloadFiles:link {
  background-color: var(--accent-color2);
  color: #fff;
}

/*****************Video Price************************/

.SwipperVideo .swiper-button-next:after,
.SwipperVideo .swiper-button-prev:after {
  font-size: 1rem;
  color: #fff;
  background-color: var(--accent-color);
  border-radius: 100%;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.3rem 0.5rem;
}

.LastBlogSlided .swiper-button-next:after {
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
}

.LastBlogSlided .swiper-button-next {
  width: 3rem;
  height: 3rem;
  background: var(--accent-color);
  border-radius: var(--b-radius);
  transition: all ease-in-out 0.3s;
}

.LastBlogSlided .swiper-button-prev:after {
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
}

.LastBlogSlided .swiper-button-prev {
  width: 3rem;
  height: 3rem;
  background: var(--accent-color);
  border-radius: var(--b-radius);
  transition: all ease-in-out 0.3s;
}

/***********************Customer***********************/
.Customers-Logo .swiper-button-next:after,
.timeline .swiper-button-next:after,
.Customers-Logo .swiper-button-prev:after,
.timeline .swiper-button-prev:after {
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
}

.Customers-Logo .swiper-button-next {
  width: 3rem;
  height: 3rem;
  background: var(--accent-color);
  border-radius: var(--b-radius);
  transition: all ease-in-out 0.3s;
}

.Customers-Logo .swiper-button-prev {
  width: 3rem;
  height: 3rem;
  background: var(--accent-color);
  border-radius: var(--b-radius);
  transition: all ease-in-out 0.3s;
}

.ArrowProjects .swiper-button-next::after,
.ArrowProjects .swiper-button-prev::after {
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  width: 3rem !important;
  height: 3rem !important;
  background: var(--accent-color);
  border-radius: var(--b-radius);
  transition: all ease-in-out 0.3s;
  line-height: 3rem;
  padding: 0.1rem 1.2rem;
}

.Customers-Logo .swiper-pagination {
  top: 0.7rem;
}

.Customers:has(.Customer:hover) .Customer:not(:hover) {
  filter: blur(3px);
  -webkit-filter: blur(3px);
}

.Customer:hover {
  transform: scale(1.2);
  z-index: 1;
}

.Customer {
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  background-color: #fff;
}

.cats-arrow svg {
  fill: var(--custom-color3);
}

/*****************************AboutPage*************************/
.SteelName {
  grid-template-columns: repeat(30, 1fr);
  grid-template-rows: repeat(30, 1fr);
  direction: rtl;
  grid-gap: 1em;
}

.SteelName .SteelItem {
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}

.SteelName .SteelItem :where(img, video) {
  border-radius: var(--b-radius);
  box-shadow: 0rem 0rem 0.8rem rgba(0, 0, 0, 0.2);
  height: 100%;
  object-fit: cover;
}

.SteelName .SteelItem:nth-child(1) {
  grid-column: 7 / 14;
  grid-row: 6 / 12;
}

.SteelName .SteelItem:nth-child(2) {
  grid-column: 14 / 19;
  grid-row: 4 / 16;
}

.SteelName .SteelItem:nth-child(3) {
  grid-column: 19 / 25;
  grid-row: 8 / 16;
}

.SteelName .SteelItem:nth-child(4) {
  grid-column: 8 / 14;
  grid-row: 12 / 20;
}

.SteelName .SteelItem:nth-child(5) {
  grid-column: 14 / 21;
  grid-row: 16 / 26;
}

.SteelName .SteelItem:nth-child(6) {
  grid-column: 21 / 28;
  grid-row: 16 / 21;
}

.SteelName .SteelItem:nth-child(7) {
  grid-column: 3 / 14;
  grid-row: 20 / 26;
}

.SteelName .SteelItem:nth-child(8) {
  grid-column: 21 / 27;
  grid-row: 21 / 29;
}

.SteelName .SteelItem:nth-child(9) {
  grid-column: 8 / 21;
  grid-row: 26 / 31;
}

.SteelName .SteelItem video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(var(--b-radius) * 6);
}

.SteelName .SteelItem::before {
  content: attr(data-number);
  display: flex;
  position: absolute;
  padding: 0.5em;
  top: -1rem;
  right: -1rem;
  background: rgba(255, 255, 255, 0.8);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  backdrop-filter: blur(4px);
  align-items: center;
  font-weight: bold;
  border-radius: 50%;
  justify-content: center;
  animation: popupthis ease-in 0.3s 0.5s;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  overflow: hidden;
  -webkit-animation: popupthis ease-in 0.3s 0.5s;
  width: 4rem;
  height: 4rem;
  color: var(--accent-color3);
  font-size: 1.5rem;
}

@keyframes popupthis {
  0% {
    font-size: 0rem;
    width: 0rem;
    height: 0rem;
    opacity: 0;
  }

  100% {
    font-size: 1.4rem;
    width: 2.5rem;
    height: 2.5rem;
    opacity: 1;
  }
}

.SteelName .SteelItem::after {
  content: attr(data-hover);
  background: rgba(255, 255, 255, 0.4);
  filter: drop-shadow(0px 4px 34px rgba(0, 0, 0, 0.25));
  backdrop-filter: blur(5px);
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
  transform-origin: bottom center;
  top: 80%;
  width: 100%;
  height: max-content;
  padding: 1rem;
  z-index: -1;
  opacity: 0;
}

.SteelName .SteelItem:hover::after {
  display: block;
  padding: 1rem;
  position: absolute;
  z-index: 22;
  color: #000;
  opacity: 1;
}

@media (max-width: 468px) {
  #Text_Article table {
    overflow-x: scroll;
    flex-wrap: nowrap;
    justify-content: start;
  }
}

/****************Faq Category*****************/
.Faq-CategoryName img {
  width: auto;
  height: 5rem;
  padding: 0.5rem;
}

.Faq-Category ul {
  list-style: none;
  margin: 0;
}

.Faq-Category ul.Faq-CategoryWrapper {
  list-style: none;
}

ul.Faq-CategoryWrapper > li {
  display: flex;
}

ul.Faq-CategoryWrapper li ul {
  display: flex;
}

.Faq-Category ul.Faq-CategoryWrapper li > ul > li:first-child {
  border-right: 0.1rem solid rgba(214, 214, 214);
}

.Faq-Category ul.Faq-CategoryWrapper li a {
  color: var(--custom-color2);
}

.Faq-Category ul.Faq-CategoryWrapper li:not(:last-of-type) {
  border-left: 0.1rem solid rgba(214, 214, 214);
}

.Faq-Category ul.Faq-CategoryWrapper li a strong {
  font-size: 0.8rem;
}

.search_input .input {
  display: flex;
}

.search_input .input input {
  width: 40vw;
  height: 3rem;
  border: 0.1rem solid #ddd;
  border-radius: 0.5rem;
  text-align: center;
}

.search_input a.do_search {
  background-color: var(--accent-color);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  display: inline-block;
  text-align: center;
}

#dnn_ctr3497_ViewEasyDNNNewsSearch_pnlSimpleSearch {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 390px) {
  .Faq-CategoryWrapper > li {
    display: block !important;
  }

  .Faq-Category ul.Faq-CategoryWrapper li a {
    display: block !important;
  }

  ul.Faq-CategoryWrapper li ul {
    display: block !important;
  }

  .Faq-Category ul.Faq-CategoryWrapper li > ul > li:first-child,
  .Faq-Category ul.Faq-CategoryWrapper li:not(:last-of-type) {
    border-right: none;
    border-left: none;
    border-bottom: 0.1rem solid rgba(214, 214, 214);
  }
}

/*********************MagazineDetail*******************/
.MagazineDetail .Head {
  z-index: 2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 3rem 15rem 50rem rgba(52, 55, 76, 0.53) inset;
  background: url("/Portals/_default/Skins/minis/resource/images/Body-Back.jpg");
}

.MagazineDetail .Head:after {
  content: "";
  position: absolute;
  background: rgba(52, 55, 76, 0.53);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.MagazineDetail .Group {
  border-radius: calc(var(--b-radius) * 5);
  background: rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(3px);
}

.MagazineDetail .Head .Info::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 93.4%;
  border-bottom: 0.2em solid rgba(255, 255, 255, 0.19);
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .MagazineDetail .Head img {
    width: unset;
    transform: translateY(13%);
  }
}

.MagazineDetail .Head .Rating .current_rating {
  display: none;
}

.MagazineDetail .Head .Rating :where(.article_rating, .rateit) {
  display: flex;
  align-items: center;
  filter: brightness(1.5);
}

.dataTables_wrapper {
  text-align: center;
}

.MagazineDetail .DetailBody img {
  width: 100%;
  height: auto;
  margin: 1em 0;
}

.MagazineDetail .DetailBody p {
  margin: 0;
}

.dataTables_wrapper table.dataTable tbody td {
  padding: 1rem 0.5rem;
}

.MagazineDetail .Gallery-Wrapper {
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 0;
  right: 0;
  z-index: -1;
  transition: all ease-in-out 0.6s;
  opacity: 0;
}

.MagazineDetail .Gallery-Wrapper.active {
  opacity: 1;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.MagazineDetail .Gallery-Wrapper .BigGallery {
  width: 80vw;
  height: 80vh;
  top: 5vw;
}

.BigGallery .swiper-slide img {
  object-fit: cover;
  height: 100%;
}

body:has(.Gallery-Wrapper.active) {
}

.BigGallery .swiper-slide:before {
  content: attr(aria-label);
  position: absolute;
  left: 0.5em;
  color: rgba(255, 255, 255, 0.53);
  bottom: 0em;
  font-size: 2.5em;
}

.MagazineDetail .Gallery-Wrapper :where(.BigGallery-next, .BigGallery-prev) {
  top: calc(50%);
  left: 1rem;
  width: 1.7em;
  height: 1.7em;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.9s ease;
  border: solid var(--custom-color1);
  border-width: 0 0.2em 0.2em 0;
  padding: 0.2em;
  position: absolute;
  z-index: 21;
  transform: translateY(-50%) rotate(-45deg);
  cursor: pointer;
}

.MagazineDetail .Gallery-Wrapper :where(.BigGallery-prev) {
  left: unset;
  right: 1em;
}

.MagazineDetail .Gallery-Wrapper :where(.swiper-button-disabled) {
  opacity: 0.5;
}

.MagazineDetail .Gallery-Wrapper :where(.BigGallery-next) {
  transform: translateY(-50%) rotate(135deg);
}

.MagazineDetail .GalleryItem {
  flex: 0 0 calc(10% - 20px);
  transition: all ease-in-out 0.4s;
  position: relative;
  height: 55vh;
  border-radius: calc(var(--b-radius) * 6);
  width: auto !important;
}

.MagazineDetail .GalleryItem.swiper-slide .Magnifier,
.BigGallery .swiper-slide .MagnifierOut {
  bottom: 1.5em;
  opacity: 0;
  right: 1.5em;
  width: 2.5rem;
  height: 2.5rem;
  transition: all ease-in-out 0.4s;
  z-index: 22;
  cursor: pointer;
  border-radius: calc(var(--b-radius) * 3);
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(0.5em);
}

.MagazineDetail .GalleryItem.swiper-slide .Magnifier svg,
.BigGallery .swiper-slide .MagnifierOut svg {
  width: 1.5rem;
  height: 1.5rem;
}

.MagazineDetail .GalleryItem.swiper-slide.active .Magnifier,
.Gallery-Wrapper.active .BigGallery .swiper-slide .MagnifierOut {
  opacity: 1;
}

.MagazineDetail .GalleryItem:after {
  padding: 0 0.5em;
  transition: all ease-in-out 0.4s;
  content: attr(data-count);
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  color: var(--custom-color3);
  text-align: center;
  font-size: 2.5rem;
  font-family: math;
  font-weight: bold;
}

.MagazineDetail .GalleryItem.active::after {
  text-align: left;
  transition: all ease-in-out 0.4s;
}

.MagazineDetail .GalleryItem img {
  object-fit: cover;
  height: 100%;
  cursor: pointer;
  margin: 0;
}

.MagazineDetail .GalleryItem.active {
  flex: 1 0 50%;
}

.MagazineDetail:has(.GalleryItem.active) .GalleryItem:not(.active) {
  flex: 1 0 calc(5.55% - 20px);
}

.Videos-Magainz .PlayButton {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  line-height: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(2.5px);
  z-index: 1;
}

.Videos-Magainz.playing .PlayButton {
  opacity: 0;
}

.Videos-Magainz.playing:hover .PlayButton {
  opacity: 1;
}

/**********************DtailBlog*********************/
.General-Use .General-Use-Items ul li {
  margin: 0 1.5rem;
  padding: 0.5em 1em;
  list-style-type: none;
  counter-increment: item;
  position: relative;
}

.General-Use .General-Use-Items ul li:before {
  content: counter(item, decimal-leading);
  display: inline-block;
  font-family: "Indie Flower", cursive;
  color: #fff;
  line-height: 1.7;
  padding: 0 0.5rem;
  position: absolute;
  right: -1.2rem;
  background: var(--accent-color);
  opacity: 0.7;
  border-radius: var(--b-radius);
  font-weight: 600;
  top: 10%;
}

.General-Use .General-Use-Items ul li:nth-child(odd) {
  background: #f0f0f0;
  border: 0.1em solid #e0e0e0;
}

.Application {
  position: sticky;
  top: 9.6%;
}

.AD-title div:after {
  content: "";
  flex: 1 0 auto;
  border-top: 0.2em solid #3c4354;
  position: relative;
}

.Application .Application-Items ul li {
  margin: 0 1.5rem;
  padding: 0.5em 1em;
  list-style-type: none;
  counter-increment: item;
  position: relative;
}

.Application .Application-Items ul li:before {
  content: counter(item, decimal-leading);
  display: inline-block;
  font-family: "Indie Flower", cursive;
  color: #fff;
  line-height: 1.7;
  padding: 0 0.5rem;
  position: absolute;
  right: -1.2rem;
  background: var(--accent-color);
  opacity: 0.7;
  border-radius: var(--b-radius);
  font-weight: 600;
  top: 10%;
}

/**********************SidebarBlog*********************/
.Last-Blog {
  background: #fff;
  padding: 1rem 0.5rem;
  border-radius: var(--b-radius);
}

.Last-Blog .card-title a {
  color: #000 !important;
}

.Last-Blog .Read-More-BTN,
.Read-More-BTN {
  background: var(--accent-color);
  border-radius: var(--b-radius);
  color: #fff;
  text-align: center;
}

.Last-Blog svg {
  width: 2rem;
  height: 2rem;
}

.MagazineDetail .Videos-Magainz {
  border: 1rem solid #e5e5e5;
  border-radius: calc(var(--b-radius) * 2);
}

.MagazineDetail .Head .Blog-Head-Img img {
  border-radius: calc(var(--b-radius) * 2);
  -webkit-border-radius: calc(var(--b-radius) * 2);
  -moz-border-radius: calc(var(--b-radius) * 2);
  -ms-border-radius: calc(var(--b-radius) * 2);
  -o-border-radius: calc(var(--b-radius) * 2);
}

/*******************Callege Video************************/

.InnerBoxVideo h1 {
  font-size: 1.5rem;
  border-bottom: 0.1rem solid #d9d9d9;
}

.ItemVideos,
.ItemVideoRelated {
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.17);
  border-radius: 0.2rem;
}

.ItemVideos img {
  border-radius: 0.2rem;
}

.TimeVideo {
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0.2rem 0 0 0;
}

.SideBarCallageVideo {
  top: 0;
}

/********************Video order************************/
.InnerVideoOrder video {
  border-radius: var(--b-radius);
}

.InnerVideoOrder {
  box-shadow: var(--box-shadow);
  border-radius: var(--b-radius);
}

/*******************DetailBlog Svg***********************/
svg.Zoom-in {
  fill: #fff;
}

svg.Zoom-out {
  fill: #fff;
}

.Views svg {
  fill: #54acac;
}

/***************************Category Callege****************************/
.CategoryCallegeEsteel img {
  height: 1.5rem;
  width: auto;
}

/* Work Sample Description CSS */
.c-expandable-text h6,
.c-expandable-text .h6,
.c-expandable-text h5,
.c-expandable-text .h5,
.c-expandable-text h4,
.c-expandable-text .h4,
.c-expandable-text h3,
.c-expandable-text .h3,
.c-expandable-text h2,
.c-expandable-text .h2,
.c-expandable-text h1,
.c-expandable-text .h1 {
  font-size: 20px !important;
  padding: 10px 0;
  font-weight: 700;
}

.custom-style-descbox__show {
  border-radius: 10px;
  padding: 20px;
  margin: 10px 0;
  height: 300px;
  background-color: white;
  overflow: hidden;
  position: relative;
}

.custom-style-descbox__show p {
  color: #787878;
  line-height: 2;
  text-align: justify;
  text-align-last: right;
}

.shadow-hide-reone {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 128px;
  background: rgb(255, 255, 255);
  opacity: 0.9;
  background: linear-gradient(180deg, rgb(255 255 255 / 35%) 0%, #dde1e7 45%);
}

.click-to-more-reone {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 10px 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 6px rgb(0 0 0 / 16%);
  transition: all 0.4s;
}

.click-to-more-reone:hover {
  transform: translateX(-50%) scale(1.1);
}

.click-to-more-reone::after {
  content: "";
  position: absolute;
  height: 80%;
  width: 80%;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: inset -5px -5px 9px rgba(255, 255, 255, 0.45),
    inset 5px 5px 9px rgba(94, 104, 121, 0.3);
}

.load-reone {
  display: block;
  width: 96%;
  background-color: white;
  border-radius: 50%;
  height: 96%;
}

@keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }

  10% {
    opacity: 0;
  }

  50% {
    opacity: 1;
    -moz-background-size: 20% auto;
    -o-background-size: 20% auto;
    -webkit-background-size: 20% auto;
    background-size: 20% auto;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
}

.scroll-down a {
  display: block;
  opacity: 0;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 0;
  font-size: 0;
  color: transparent;
  margin-left: auto;
  margin-right: auto;
  -moz-background-size: 0 auto;
  -o-background-size: 0 auto;
  -webkit-background-size: 0 auto;
  background-size: 0 auto;
  -webkit-animation: pulse 1.5s 0s infinite normal ease forwards;
  -moz-animation: pulse 1.5s 0s infinite normal ease forwards;
  -o-animation: pulse 1.5s 0s infinite normal ease forwards;
  animation: pulse 1.5s 0s infinite normal ease forwards;
  background-repeat: no-repeat;
}

.scroll-down a:before,
.scroll-down a:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' height='40px' width='20px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 407.437 407.437' xml:space='preserve'%3E%3Cpolygon points='386.258,91.567 203.718,273.512 21.179,91.567 0,112.815 203.718,315.87 407.437,112.815 '/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
}

.scroll-down a:before {
  -webkit-animation: pulse 1.5s 0.25s infinite normal ease forwards;
  -moz-animation: pulse 1.5s 0.25s infinite normal ease forwards;
  -o-animation: pulse 1.5s 0.25s infinite normal ease forwards;
  animation: pulse 1.5s 0.25s infinite normal ease forwards;
}

.scroll-down a:after {
  -webkit-animation: pulse 1.5s 0.5s infinite normal ease forwards;
  -moz-animation: pulse 1.5s 0.5s infinite normal ease forwards;
  -o-animation: pulse 1.5s 0.5s infinite normal ease forwards;
  animation: pulse 1.5s 0.5s infinite normal ease forwards;
}
