/*.topic-strip{margin:125px 0 0;padding:60px 0 15px;}

.topic-strip a{text-decoration:none;font-weight:500;text-transform:uppercase;font-size:14px;border:1px solid var(--quaternary_color);border-radius:24px;margin:0 10px 18px 0;padding:2px 13px;display:inline-block;vertical-align:middle;color:var(--base_color);pointer-events:none;}

.post-main .post_excerpt{font-weight:300;font-style:italic;font-size:24px;line-height:40px;padding:20px 0 0;}*/

.breadcrumb {
  /* transition: 200ms; */
}

.post-main {
  padding: 50px 0 0;
}
.post-main::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: calc(1640px - 40px);
  margin: 0 auto;
  background-color: var(--dark);
  height: 10px;
  border-radius: 100px;
  opacity: 0.03;
}
.post-main .h1 {
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 500;
}

.post-main h3[style="text-align: justify;"],
.post-main p[style="text-align: justify;"] {
  text-align: left !important;
}

.single-post .breadcrumb {
  margin-bottom: 30px;
  /* position: fixed; */
  /* top: -140px; */
  /* left: 0; */
  /* width: 100%; */
  /* background: var(--OffWhite); */
  /* z-index: 5; */
}

.single-post .breadcrumb.scroll {
  /* padding-top: 69px; */
  /* top: 0; */
}

.single-post .breadcrumb .progress-bar {
  /* height: 5px; */
  /* background: var(--quaternary_color); */
  /* width: 0px; */
}

.topTitle-part {
  position: relative;
  z-index: 1;
  padding: 40px 0 50px;
}

.topTitle-part h1 {
  margin: 0;
}

.topTitle-part:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--OffWhite);
  z-index: -2;
}

.post_excerpt {
  font-size: 18px;
  line-height: 1.6;
  /* width: 90dvw; */
}

.categoryWrap {
  display: none;
}

.post-main {
  position: relative;
  z-index: 1;
}

.post-main .inner-post {
  /* padding: 60px 0 0; */
}

.post-main .inner-post .pre-title {
  padding: 0 0 30px;
}

.post-main .author-share {
  margin: 45px 0 50px;
}

.post-main .author-share .author-left {
  display: flex;
  align-items: center;
}

.post-main .author-share .author-left .author-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ededed;
  flex-shrink: 0;
}

.post-main .author-share .author-left .author-image .no-overlay,
.post-main .author-share .author-left .author-image picture {
  width: 100%;
  height: 100%;
  display: block;
}

.post-main .author-share .author-left .author-image .hex-mask {
  height: 100%;
  background: var(--primary_color);
  padding: 9px 0 0 0;
}

.post-main .author-share .author-left .author-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 0;
}

.post-main .author-share .author-left .author-name {
  padding: 0px 0px 0px 12px;
  margin: 0px 0px 0px 0px;
  line-height: 20px;
  width: 100%;
}

.post-main .author-share .author-left .author-name a {
  color: inherit;
  text-decoration: none;
  display: flex;
}

.post-main .author-share .author-left .author-name a:hover {
  text-decoration: underline;
  color: var(--PrimaryGreen);
}

.post-main .author-share .author-left .author-name span {
  font-size: 14px;
  line-height: 22px;
}

.post-main .author-share .author-left .author-name strong {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--poppins);
}

.post-main .author-share .date {
  opacity: 0.6;
}

.post-main .author-share .date img {
  vertical-align: top;
  margin: 6px 0 0;
}

.author-box {
  background-color: var(--OffWhite);
  border-radius: 16px;
  padding: 30px;
}
.author-box .author-top-header {
  display: flex;
  align-items: center;
}
.author-box .author-top-header .author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.author-box .author-top-header .author-img picture,
.author-box .author-top-header .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  background-color: #e9e9e9;
}
.author-box .author-top-header .author-details {
  width: 100%;
  padding-left: 12px;
}

.author-box .author-top-header .author-details a {
  color: inherit;
  text-decoration: none;
}

.author-box .author-top-header .author-details a:hover {
  text-decoration: underline;
  color: var(--PrimaryGreen);
}

.author-box .author-top-header .author-details .author-name {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--poppins);
  margin-bottom: 0px;
}
.author-box .author-top-header .author-details .author-designation {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--hind);
  margin-bottom: 0px;
  line-height: 22px;
}
.author-box .author-description {
  margin-top: 15px;
}
.author-box .author-description,
.author-box .author-description p {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--hind);
  line-height: 26px;
}

.listing-dv {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.listing-dv:before {
  content: "";
  position: absolute;
  background: url(../images/eSpark-logo-hex.svg) no-repeat center center / cover;
  max-width: 625px;
  width: 100%;
  opacity: 0.2;
  height: 718px;
  right: 50%;
  transform: translateX(50%);
  bottom: -378px;
}

.listing-dv .list-wrapper {
  padding: 70px 0 0;
}

.listing-dv .list .title-part {
  margin-bottom: 15px;
}

.listing-dv .number {
  width: 68px;
  height: 80px;
  font-size: 37px;
  color: var(--white);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.listing-dv .number svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

.listing-dv .number span {
  display: block;
  position: relative;
  z-index: 1;
}

.listing-dv .list .content-box {
  margin: 10px 0 0;
}

.listing-dv .list h3 {
  font-weight: 500;
}

.listing-dv .list + .list {
  margin-top: 60px;
}

.listing-dv [class*="button-"] {
  margin: 50px 0 0;
}

.images-all {
  display: flex;
}

.images-all > div {
  width: 25%;
}

.images-all img {
  display: block;
  width: 100%;
}

/*.the-conclusion{padding:50px 0;}*/
.the-conclusion {
  margin: 25px 0px 45px 0px;
}
.the-conclusion .title-part h2 {
  margin-bottom: 14px;
}
.the-conclusion .container {
  max-width: 880px;
}

.blog-posts.read-more-sec .title-part h2 {
  margin-bottom: 26px;
}

.single-post .border-dv {
  /* margin-top: 50px; */
}

/* TEMP. CSS */
/* .single-post .header {
  display: none !important;
} */
/* TEMP. CSS */

/* RESPONSIVE START */

@media (min-width: 768px) {
  .post-main {
    padding: 70px 0 0;
  }

  .post-main .h1 {
    font-size: 2.5rem;
    line-height: 3.4rem;
  }

  .author-box .content-right {
    width: calc(100% - 186px);
    padding: 0 0 0 90px;
  }

  .post-main .post-wrap .email-subscribe .inner-box {
    padding: 40px;
  }

  .listing-dv {
    padding: 80px 0;
  }

  .listing-dv .list-wrapper {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -30px;
  }

  .listing-dv .list-wrapper .list {
    width: calc(50% - 60px);
    margin: 0 30px 50px;
  }

  .listing-dv .list-wrapper .list:not(:last-child) .number:after {
    content: "";
    background: url(../images/pink-arrow.svg) no-repeat center / cover;
    width: 101px;
    height: 12px;
    position: absolute;
    left: 180px;
    top: 33px;
  }

  .single-post .breadcrumb.scroll {
    /* top: 16px; */
  }

  .categoryWrap {
    position: absolute;
    left: 24px;
    top: 24px;
    display: block;
  }
  .post_excerpt {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .post-main .inner-post {
    /* padding: 100px 0 0; */
  }

  .inner-post .post-content h2 {
    position: relative;
  }

  .inner-post .post-content h2:before {
    content: attr(data-count);
    position: absolute;
    width: 63px;
    height: 74px;
    top: 50%;
    transform: translateY(-50%);
    left: -133px;
    background: url(../images/hex-dual-green-2.svg) no-repeat center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 400;
    color: var(--white);
  }

  .single-post .border-dv {
    padding-left: 60px;
    border-left: dashed 2px var(--dark);
  }

  .listing-dv:before {
    content: "";
    position: absolute;
    background: url(../images/eSpark-logo-hex.svg) no-repeat center center /
      cover;
    width: 625px;
    height: 718px;
    right: 155px;
    bottom: -378px;
    transform: unset;
  }
}

@media (min-width: 1200px) {
  .post-main {
    padding: 100px 0 0;
  }

  .single-post .border-dv {
    /* margin-top: 70px; */
  }

  .listing-dv .list-wrapper {
    justify-content: center;
  }

  .listing-dv .list-wrapper .list {
    width: calc(33.33% - 60px);
  }

  .email-subscribe .inner-box .form-dv form .wpforms-field-container {
    padding-right: 181px;
  }

  .email-subscribe .inner-box .form-dv form .wpforms-submit-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    margin: 0;
  }

  .single-post .breadcrumb.scroll {
    /* top: 29px; */
  }

  .listing-dv {
    padding: 120px 0;
  }

  .topTitle-part h1 {
    font-size: 38px !important;
    line-height: 1.3 !important;
    /* font-size: 42px !important; */
    /* line-height: 63px !important; */
    margin: 0;
    font-family: var(--poppins);
  }
}

@media (min-width: 1430px) {
  .topTitle-part {
    padding: 62px 0 62px;
  }

  /* .single-post .breadcrumb.scroll {
    top: 17px;
  } */

  .listing-dv .list-wrapper .list {
    width: calc(25% - 60px);
  }

  .hire-team-blog {
    padding: 80px 0 0;
  }

  .post-main .h1 {
    font-size: 3rem;
    line-height: 3.9rem;
  }
}

@media (min-width: 1660px) {
  .post-main .h1 {
    font-size: 48px;
    line-height: normal;
  }
}
