.hs-blog-listing .dnd-section .dnd-column {
  padding: 0;
}

/* Blog header */

.blog-header {
  background-color: #f8fafc;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
}

/* Blog header - author listing */

.blog-header__author-avatar {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.4rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover,
.blog-header__author-social-links a:focus {
  background-color: #494a52;
}

.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog header - tag listing */

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #d1d6dc;
  padding-bottom: 1rem;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-index::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post.blog-index__post--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-index__post-inner-card {
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 100%;
}

.blog-index__post-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  display: block;
  padding-bottom: 63%;
}

@media (min-width: 1000px) {
  .full-width .blog-index__post-image {
    min-height: 300px;
    padding-bottom: unset;
  }
}

.blog-index__post-inner-card .blog-index__post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 24px 30px 30px 30px;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-post__tag-link:hover {
  text-decoration: none;
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-post__meta-section {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 30px;
}
.blog-post__meta-section.no-min {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-post__read-more a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  padding-left: 10px;
  position: relative;
  top: 3px;
}

.blog-post__read-more svg {
  height: auto;
  width: 15px;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Blog listing - sidebar */

@media screen and (min-width: 1000px) {
  .sidebar.full-width .blog-index .blog-index__post,
  .sidebar .full-width .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
  .sidebar.three-col .blog-index .blog-index__post,
  .sidebar .three-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
  .sidebar.four-col .blog-index .blog-index__post,
  .sidebar .four-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
  }
}

@media screen and (max-width: 999px) {
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 767px) {
  .sidebar .blog-index {
    padding: 1rem 0 3.3rem;
  }
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem 0;
  }
}

.blog-sidebar h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 20px;
  margin-top: 8px;
}

.blog-sidebar ul {
  background: #fff;
  border-radius: 5px;
  list-style: none;
  padding: 30px;
}

.blog-sidebar ul li {
  border-top: 1px solid #dfddd9;
  font-weight: 600;
  padding: 10px 0;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
  padding-top: 0;
}

.blog-sidebar ul li:last-child {
  padding-bottom: 0;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: list-number;
}

.blog-sidebar-post-listing li:before {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  content: counter(list-number);
  font-size: 36px;
  font-weight: 600;
  padding-right: 22px;
}

.blog-sidebar-post-listing li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Blog mobile sidebar */

@media (max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .hs-blog-listing .span9 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    display: none;
    opacity: 0;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
    visibility: hidden;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    visibility: visible;
  }
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.blog-pagination.linked {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #b0c1d4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled {
  color: #b0c1d4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #b0c1d4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #b0c1d4;
}

/* Blog post */

.post-featured-image {
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: -110px;
  margin-top: 40px;
  min-height: 300px;
}

.blog-post {
  background: #fff;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 960px;
  padding: 84px 100px 80px 100px;
  position: relative;
  width: 90%;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__timestamp {
  display: inline-block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__links-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 26px 0;
}

@media (max-width: 767px) {
  .blog-post__links-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs-blog-social-share {
    height: 0 !important;
  }
  .hs-blog-social-share-list {
    padding-top: 20px;
  }
}

.hs-blog-social-share .hs-blog-social-share-item-linkedin {
  margin-top: -7px;
}

.blog-post__back-to-blog,
.blog-post__back-to-blog:hover {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  margin-right: 10px;
  position: relative;
  top: 6px;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 20px;
}

@media (max-width: 767px) {
  .blog-post img {
    float: none !important;
    width: 100% !important;
  }

  .blog-post {
    width: 90%;
    padding: 30px;
  }

  .blog-post h1 {
    font-size: 1.6rem;
  }
}

/* Blog related posts */

.blog-related-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-related-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-related-posts .blog-post__meta-section {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-related-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  max-width: 100%;
  padding-bottom: 63%;
}

.blog-related-posts__title {
  margin: 1rem 0 0.5rem;
}

.blog-related-posts__title a {
  color: #494a52;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 100%;
}

.blog-comments form {
  max-width: 100%;
  padding-top: 2em;
}

.blog-comments .hs-submit {
  text-align: center;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

/* Subscription section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*---------------style--------*/

.hs-listing-wrapper .blog-banner-list .dnd-section {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.hs-listing-wrapper .blog-listings-main .dnd-section {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}


/*-------post-banner style----*/


section.cm-post-l-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

section.cm-post-l-section .cm-post-l-section-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
}

section.cm-post-l-section .cm-post-l-section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

section.cm-post-l-section .cm-post-pos_bottom {
  bottom: -1px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  height: 15vh;
  color: #fff;
}

section.cm-post-l-section .cm-post-pos_bottom > svg {
  display: block;
}

section.cm-post-l-section .cm-post-l-section-h {
  padding-top: 100px;
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
  width: 100%;
}

section.cm-post-l-section .cm-post-l-section-h .cm-post-valign_top {
  margin: 0 -1.5rem;
  display: flex;
  flex-wrap: wrap;
}

section.cm-post-l-section .cm-post-l-section-h .cm-post-valign_top:after {
}

section.cm-post-l-section .cm-post-l-section-h:after {
  content: '';
  display: block;
  clear: both;
}

section.cm-post-l-section .cm-post-l-section-h .cm-post-vc_col-sm-8 {
  width: 66.6666%;
  display: flex;
  flex-direction: column;
  position: relative;
  border-color: #e8e8e8;
}

section.cm-post-l-section .cm-post-l-section-h .cm-post-vc_column-inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-color: inherit;
}

section.cm-post-l-section .cm-post-l-section-h .cm-post-w-post-elm.cm-post-post_taxonomy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.7rem;
}

section.cm-post-l-section .cm-post-l-section-h .cm-post-w-post-elm.cm-post-post_taxonomy .cm-post-w-post-elm-list {
  margin-left: -.2em;
  margin-right: -.2em;
  display: flex;
  flex-wrap: wrap;
}

section.cm-post-l-section .cm-post-l-section-h .cm-post-w-post-elm.cm-post-post_taxonomy a {
  padding: .7em 1.2em;
  border-radius: 5em;
  background: linear-gradient(135deg,#E4B922,#b5941f);
  color: #fff;
  vertical-align: top;
  text-align: center;
  line-height: 1.2;
  position: relative;
  transition-property: background,border,box-shadow,color,opacity,transform;
  transition-duration: 0.3s;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  outline: none;
  display: block;
  width: auto;
}

section.cm-post-l-section .cm-post-l-section-h .cm-post-w-post-elm.cm-post-post_taxonomy .cm-post-w-post-elm-list >* {
  margin: .2em;
}

section.cm-post-l-section .cm-post-l-section-h h1 {
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
  font-family: 'Raleway';
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
}

section.cm-post-l-section .cm-post-l-section-h .cm-post-w-hwrapper {
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}

section.cm-post-l-section .cm-post-l-section-h .cm-post-w-hwrapper time.cm-post-w-post-elm.cm-post-post_date {
  display: inline-block;
  vertical-align: top;
  margin-right: 1.2rem;
  color: #fff;
  font-size: 16px;
}

section.cm-post-l-section .cm-post-l-section-h .cm-post-post_comments a {
  text-decoration: none;
  background: none;
  transition-property: background,box-shadow,border,color,opacity,transform;
  transition-duration: 0.3s;
  outline: none;
  color: #fff;
  font-size: 16px;
}

section.cm-post-l-section .cm-post-l-section-h .cm-post-w-separator {
  height: 6rem;
}

/*---------end--------*/

section.post-inner-l-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

section.post-inner-l-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.post-inner-l-section .post-inner-l-section-row {
  margin: 0 -1.5rem;
  display: flex;
  flex-wrap: wrap;
}

.post-inner-l-section .post-inner-lvc_col-sm-8 {
  width: 66.6666%;
}

.post-inner-l-section .post-inner-l-section-colunm {
  display: flex;
  flex-direction: column;
  position: relative;
  border-color: #e8e8e8;
}

.post-inner-l-section .post-inner-lvc_col-sm-4 {
  width: 33.3333%;
}

.post-inner-l-section .post-inner-l-section-colunm .post-inner-vc_column-inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.post-post_content img {
  width: 100%;
  max-width: 100%;
}

.post-post_content p {
  font-size: 16px;
  color: #333333;
}

.post-inner-l-section .post-post-with_line {
  height: 6rem;
  color: #e8e8e8;
  clear: both;
  overflow: hidden;
  line-height: 0;
  position: relative;
}

.post-inner-l-section .post-post-with_line .post-post-w-separator-h {
  display: inline-flex;
  align-items: center;
  height: inherit;
}

.post-inner-l-section .post-post-with_line .post-post-w-separator-h:before {
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  width: 100vw;
  content: '';
  position: absolute;
  top: 50%;
  height: 0;
  border-top-width: 1px;
  border-top-style: solid;
  color: #e8e8e8;
}


.post-inner-l-section .post-post-w-sharing .post-post-w-sharing-list {
  margin: 0 -.1em;
  display: inline-flex;
  flex-wrap: wrap;
}

.post-inner-l-section .post-post-w-sharing .post-post-w-sharing-list a.w-sharing-item {
  margin: .1em;
  border-radius: .3em;
  flex-shrink: 0;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 2;
  padding: 0 .8em;
  min-width: 3em;
  transition: none;
  border-color: #e8e8e8;
  outline: none;
  text-decoration: none;
  background: #96a2a8;
  color: #fff;
}

.post-inner-l-section .post-post-w-sharing .post-post-w-sharing-list a.w-sharing-item i {
  position: relative;
  min-width: 1em;
  line-height: inherit;
}

.fas {
  font-family: "fontawesome";
  font-weight: 900;
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-reddit:before {
  content: "\f1a1";
}

.post-inner-l-section .post-post-w-sharing .post-post-w-sharing-list a.w-sharing-item.facebook {
  background: #1e77f0;
}

.post-inner-l-section .post-post-w-sharing .post-post-w-sharing-list a.twitter {
  background: #55acee;
}

.post-inner-l-section .post-post-w-sharing .post-post-w-sharing-list a.linkedin {
  background: #0077b5;
}

.post-inner-l-section .post-post-w-sharing .post-post-w-sharing-list a.whatsapp {
  background: #25d366;
}

.post-inner-l-section .post-post-w-sharing .post-post-w-sharing-list a.reddit {
  background: #ff4500;
}

.post-inner-l-section .post-post-w-post-elm.post-post-post_taxonomy {
  font-size: 0.9rem;
  line-height: 28px;
}

.post-inner-l-section .post-post-w-post-elm.post-post-post_taxonomy a {
  text-decoration: none;
  background: none;
  transition-property: background,box-shadow,border,color,opacity,transform;
  transition-duration: 0.3s;
  outline: none;
  color: #E4B922;
  text-transform: capitalize;
}

.post-inner-l-section .post-post-w-separator.size_medium:empty {
  height: 3rem;
}

.post-inner-l-section .post-post-w-separator.size_small:empty {
  height: 1.5rem;
}

.post-inner-l-section .post-post-wpb_text_column {
  margin-bottom: 1.5rem;
}

.post-post-wpb_text_column>.post-post-wpb_wrapper>h4 {
  margin-bottom: 0;
  font-family: 'Montserrat';
  font-weight: 900;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #333E4D;
  padding-top:0px;
}

.post-related-article .post-related-article-list {
  margin: -0.75rem;
  display: flex;
  flex-wrap: wrap;
}

.post-related-article .related-article-list-item {
  padding: 0.75rem;
  width: 33.3333%;
  flex-shrink: 0;
}

.related-article-list-content {
  position: relative;
  height: 100%;
}

.related-article-list-content .related-article-image {
  overflow: hidden;
  position: relative;
}

.related-article-list-content .related-article-image a {
  text-decoration: none;
  background: none;
  transition-property: background,box-shadow,border,color,opacity,transform;
  transition-duration: 0.3s;
  outline: none;
}

.related-article-list-content .related-article-image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.related-article-list-content h2 {
  margin-bottom: 0;
  font-weight: 900;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #e4b922;
}

.related-article-list-content h2 a {
  text-decoration: none;
  background: none;
  transition-property: background,box-shadow,border,color,opacity,transform;
  transition-duration: 0.3s;
  outline: none;
}

.related-article-list-content h2 a:hover {
  color: #b5941f;
}

.post-inner-l-section .post-post-w-separator.size_large:empty {
  height: 4rem;
  clear: both;
  overflow: hidden;
  line-height: 0;
}

.blog-comments h3.comment-reply-title {
  margin-bottom: 1em;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #e4b922;
}

.blog-comments p.comment-notes {
  margin-bottom: 1em;
  margin: 0 0 1.5rem;
  font-size: 16px;
}

.blog-comments form:not(.sign-up-form form,#email-prefs-form) {
  background-color: transparent !important;
  border: 0px;
  padding: 0px;
}

.blog-comments .hs-form-field {
  padding: 0;
  line-height: 1.4;
  margin-bottom: 1em;
  position: relative;
  width: 100%;
}

.blog-comments .hs-form-field .hs-input {
  min-height: 2.8rem;
  line-height: 2.8rem;
  padding: 0 .8rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0em;
  border-width: 0;
  border-radius: .3rem;
  background: #f5f5f5;
  border-color: #e8e8e8;
  color: #333;
  box-shadow: 0 1px 0 0 rgb(0 0 0 / 8%) inset;
  font-family: Raleway, sans-serif;
}

.blog-comments form label {
  color: #333e4d;
  font-size: 16px;
}

.blog-comments .hs-form-field textarea {
  padding: calc(2.8rem/2 + 0px - 0.7em) .8rem !important;
  width: 100%;
  border: 0 solid transparent;
  transition: all 0.2s;
  height: auto;
  overflow: auto;
  height: 8rem;
  min-height: 3rem;
  resize: vertical;
}

.blog-comments .hs-submit {
  text-align: left;
}

.blog-comments .hs-submit .hs-button {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  transition-property: background,border,box-shadow,color,opacity,transform;
  transition-duration: 0.3s;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0em;
  border-radius: .3em;
  padding: .8em 1.8em;
  background: #E4B922;
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 0em 0em rgb(0 0 0 / 20%);
  border-width: 0px;
}

.blog-comments .hs-submit .hs-button:hover {
  box-shadow: 0 0em 0em rgb(0 0 0 / 20%);
  background: #b5941f;
  border-color: transparent;
  color: #ffffff;
}

.blog-comments .hs-form-field .hs-input:focus {
  box-shadow: 0 0 0 2px #e4b922;
}

.blog-comments .hs-form-field .hs-input.invalid.error {
  box-shadow: 0 0 0 1px red;
  border-color: red;
}

.blog-comments .hs-error-msgs li label {
  height: auto;
  padding-top: .3em;
  opacity: 1;
  color: red;
  margin: 0px;
  font-size: .9em;
  transition-property: height,padding,opacity;
  transition-duration: 0.3s;
}

.blog-comments .hs-error-msgs li {
  margin: 0;
}

.post-inner-l-section .post-inner-lvc_col-sm-4 .cm-post_author {
  display: flex;
  align-items: center;
  color: #333E4D!important;
  font-weight: 800!important;
}

.post-inner-l-section .post-inner-lvc_col-sm-4 .cm-post_author .post-author-ava {
  flex-shrink: 0;
  margin-right: .25em;
  width: 1em;
}

.post-inner-l-section .post-inner-lvc_col-sm-4 .cm-post_author .post-author-ava img {
  display: block;
  width: 100%;
  border-radius: 50%;
  height: auto;
  max-width: 100%;
  margin-bottom:0px;
}

.post-inner-l-section .post-inner-lvc_col-sm-4 .cm-post_author .post-author-meta {
  flex-grow: 1;
}

.post-author-meta .post-author-name {
  display: block;
}

.post-author-meta .post-author-info {
  font-size: .8em;
  font-weight: 400;
  margin-top: .2em;
  line-height:28px;
}

.post-inner-l-section .post-inner-lvc_col-sm-4 .post-sidebar-w-separator:empty {
  height: 1.5rem;
}

.post-inner-l-section .post-inner-lvc_col-sm-4 h6.post-sidebar_heading {
  text-align: left;
  font-family: Raleway;
  font-weight: 800;
  font-style: normal;
  color: #333E4D;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
}


.post-sidebar-form form:not(.sign-up-form form,#email-prefs-form) {
  background-color: transparent;
  padding: 0px;
}

.post-sidebar-form form label {
  color: #333e4d;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 20px;
}

.post-sidebar-form fieldset {
  max-width: 100% !important;
}

.post-sidebar-form {
  padding-top: 28px;
}

.post-sidebar-form .hs-input {
  width: 100% !important;
}

.post-sidebar-form fieldset .hs-form-field {
  margin-bottom: 18px !important;
}

.post-sidebar-form {
  padding-top: 28px;
}

.post-sidebar-form .hs-input {
  width: 100% !important;
}

.post-sidebar-form fieldset .hs-form-field {
  margin-bottom: 18px;
}

.post-sidebar-form fieldset .hs-richtext {
  font-family: Raleway;
  color: #333e4d;
  font-size: 12px;
  margin-bottom: 3px;
  line-height: 24px;
}

.post-sidebar-form fieldset .hs-richtext p {
  font-family: Raleway;
  color: #333e4d;
  font-size: 12px;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.post-sidebar-form fieldset .hs-input .hs_i_agree_to_receive_other_communications_from_mountdigital_ {
  margin-bottom: 0px !important;
}

.post-sidebar-form fieldset .hs_i_agree_to_receive_other_communications_from_mountdigital_.hs-i_agree_to_receive_other_communications_from_mountdigital_.hs-fieldtype-booleancheckbox.field.hs-form-field {
  margin-bottom: 0px !important;
}

.post-sidebar-form fieldset .hs_i_agree_to_receive_other_communications_from_mountdigital_.hs-i_agree_to_receive_other_communications_from_mountdigital_.hs-fieldtype-booleancheckbox.field.hs-form-field ul.inputs-list .hs-input {
  width: auto !important;
  float: left;
  margin: 3px 1px 3px 2.5px;
  line-height: normal;
  border: none;
}

.post-sidebar-form fieldset .hs_i_agree_to_receive_other_communications_from_mountdigital_.hs-i_agree_to_receive_other_communications_from_mountdigital_.hs-fieldtype-booleancheckbox.field.hs-form-field ul.inputs-list .hs-input label.hs-form-booleancheckbox-display {
  color: #333e4d;
  font-family: Raleway;
  font-size: 12px;
}

.post-sidebar-form fieldset label.hs-form-booleancheckbox-display {
  font-size: 12px;
  font-family: Raleway;
  color: #333e4d;
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  margin-bottom: 4px;
}

.post-sidebar-form fieldset label.hs-form-booleancheckbox-display > span {
  display: block;
  margin-left: 20px;
}


.post-sidebar-form textarea {
  padding: 10px 15px !important;
  height: auto;
}

.post-sidebar-form fieldset .hs_i_agree_to_receive_other_communications_from_mountdigital_.hs-i_agree_to_receive_other_communications_from_mountdigital_.hs-fieldtype-booleancheckbox.field.hs-form-field ul.inputs-list li {
  margin: 0;
}

.post-sidebar-form fieldset .hs_i_agree_to_receive_other_communications_from_mountdigital_.hs-i_agree_to_receive_other_communications_from_mountdigital_.hs-fieldtype-booleancheckbox.field.hs-form-field ul.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 8px;
  padding-top: 6px;
}

/* .post-sidebar-form fieldset:nth-child(6) .hs-richtext p {
margin-top: 3.5px;
} */


.post-sidebar-form fieldset:nth-child(8) .hs-richtext p {
  margin-top: 6.5px;
}

.post-sidebar-form fieldset:nth-child(9) .hs-richtext p {
  margin-top: 0px;
}

.post-sidebar-form .hs-button {
  font-size: 18px;
  line-height: 18px;
  font-family: Raleway;
  font-weight: 400;
  border-style: solid;
  border-width: 1px;
  letter-spacing: normal;
}

.post-sidebar-form .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}

.post-inner-l-section .post-post-w-post-elm.post-post-post_taxonomy a:hover {
  color: #b5941f;
}

.post-sidebar-form form .hs-error-msgs {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

.post-sidebar-form form .hs-error-msgs li {
  margin: 0;
}

.post-sidebar-form form .hs-error-msg {
  margin-top: 0px;
  color: #f2545b !important;
  padding-bottom: 5px;
  line-height: 18px;
}

.post-sidebar-form form .hs_error_rollup label.hs-main-font-element {
  color: #f2545b;
  line-height: 18px;
  font-size:14px;
}

section.post-inner-l-section b, strong {
  font-weight: 700 !important;
}

section.post-inner-l-section .post-inner-lvc_col-sm-8 p:last-child {
  margin-bottom: 0px;
}

.post-inner-l-section .post-post-w-sharing .post-post-w-sharing-list a.w-sharing-item i.fas {
  font-family: "fontawesome";
  font-weight: 900;
}

/*---------post-pagination--------------*/

.post_post_navigation .post_navigation-item {
  display: flex;
  position: fixed;
  z-index: 98;
  top: 50%;
  width: 16em;
  margin-top: -4em;
  transition: right 0.3s cubic-bezier(.78,.13,.15,.86),left 0.3s cubic-bezier(.78,.13,.15,.86),opacity 0.3s;
  color: #fff;
  text-decoration: none;
  background: none;
  outline: none;
}

.post_post_navigation .post_navigation-item .order_second {
  flex-direction: row-reverse;
  right: -14em;
  text-align: right;
}

.post_post_navigation .post_navigation-item.order_second {
  flex-direction: row-reverse;
  right: -14em;
  text-align: right;
}

.post_post_navigation .post_navigation-item .post_navigation-item-img {
  flex-shrink: 0;
  height: 8em;
  width: 8em;
}

.post_post_navigation .post_navigation-item .post_navigation-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: 100%;
}

.post_post_navigation .post_navigation-item .post_navigation-item-arrow {
  flex-shrink: 0;
  text-align: center;
  height: 8em;
  width: 8em;
  color: #fff;
  position: relative;
  transition: background 0.3s cubic-bezier(.78,.13,.15,.86);
  background: rgba(0,0,0,.3);
}

.post_post_navigation .post_navigation-item.order_second .post_navigation-item-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.8em;
  line-height: 1;
  transition: transform 0.3s cubic-bezier(.78,.13,.15,.86);
  content: '\f105';
  font-family: fontawesome;
  font-weight: 400;
  transform: translate(-1.79em,-50%);
}

.post_post_navigation .post_navigation-item.order_first {
  left: -14em;
  text-align: left;
}

.post_post_navigation .post_navigation-item.order_first .post_navigation-item-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.8em;
  line-height: 1;
  transition: transform 0.3s cubic-bezier(.78,.13,.15,.86);
  content: '\f104';
  font-family: fontawesome;
  font-weight: 400;
  transform: translate(1.45em,-50%);
}

.post_post_navigation .post_navigation-item .post_navigation-item-title {
  font-size: .9em;
  line-height: 1.4;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.post_post_navigation .post_navigation-item .post_navigation-item-title > span {
  opacity: 0;
  transform: translate(0,-100%);
  transition-delay: 0.1s;
  display: block;
  padding: .7em 1em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: rgba(30,30,30,.9);
  transition: transform 0.3s cubic-bezier(.78,.13,.15,.86),opacity 0.3s cubic-bezier(.78,.13,.15,.86);
}

.post_post_navigation .post_navigation-item.order_first:hover {
  left: 0;
}

.post_post_navigation .post_navigation-item:hover .post_navigation-item-arrow {
  background: linear-gradient(135deg,#E4B922,#b5941f);
}

.post_post_navigation .post_navigation-item:hover .post_navigation-item-arrow:before {
  transform: translate(-50%,-50%);
}

.post_post_navigation .post_navigation-item:hover .post_navigation-item-title > span {
  opacity: 1;
  transform: translate(0,0);
  transition-delay: 0.1s;
}

.post_post_navigation .post_navigation-item.order_second:hover {
  right: 0;
}

.blog-header__author-avatar {
  box-shadow: none;
}

section.post-inner-l-section h3 {
  line-height: 1.2;
  padding-top: 1.5rem;
}

section.post-inner-l-section h4{
  line-height: 1.2;
  padding-top: 1.5rem;
  font-family: 'Montserrat' !important;
}

section.post-inner-l-section h5{
  line-height: 1.2;
  padding-top: 1.5rem;
  font-family: 'Montserrat' !important;
}

section.post-inner-l-section h3:first-child, h4:first-child, h5:first-child, h6:first-child, h1+h2, h1+h3, h1+h4, h1+h5, h1+h6, h2+h3, h2+h4, h2+h5, h2+h6, h3+h4, h3+h5, h3+h6, h4+h5, h4+h6, h5+h6 {
  padding-top: 0;
}

.post-sidebar-form fieldset.form-columns-2 .hs-form-field:last-child .input {
  margin-right: 0px !important;
}

.post-sidebar-form fieldset + fieldset .hs-form-field .input {
  margin-right: 0px !important;
}

#comments-listing {
	border:0 !important;
	margin:0 !important;
}

.comment {
   margin: 0 !important;
   border: 1px solid #ccc !important;
   padding: 15px !important;
   border-bottom: 0 !important;
}

.comment:first-child {
  margin-top: 30px !important;
}

.comment:last-child {
 border-bottom: 1px solid #ccc !important;
  margin-bottom: 30px !important;
}

.comment-date {
  font-size: 13px !important;
  text-align: left !important;
  display: block !important;
}

.blog-comments .comment-reply-to:hover, 
.blog-comments .comment-reply-to:focus {
    color: #333;
    text-decoration: none;
}


/*----------pagination end---------*/


@media(min-width:768px){
  /*   .post-sidebar-form fieldset.form-columns-2 .hs-form-field {
  width: 100% !important;
  float: none !important;
} */
}

@media (max-width: 1024px){

  section.cm-post-l-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  section.cm-post-l-section .cm-post-l-section-h .cm-post-w-separator {
    height: calc(1rem + 4vw);
  }

  /*---------*/

  section.post-inner-l-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .post-inner-l-section .post-post-with_line {
    height: calc(1.6rem + 3vw);
  }

  .post-inner-l-section .post-inner-lvc_col-sm-4 .post-sidebar-w-separator:empty {
    height: calc(0.4rem + 1vw);
  }

  .post-inner-l-section .post-post-w-separator.size_small:empty {
    height: calc(0.4rem + 1vw);
  }

  .post-inner-l-section .post-post-w-separator.size_medium:empty {
    height: calc(0.6rem + 2vw);
  }

  .post-inner-l-section .post-post-w-separator.size_large:empty {
    height: calc(0.8rem + 3vw);
  }


}

@media(max-width:1154px){
  .related-article-list-content h2 {
    font-size:43px;
  }

  @media(max-width:1016px){
    .related-article-list-content h2 {
      font-size: 38px;
    }
  }

  @media(max-width:934px){
    .related-article-list-content h2 {
      font-size: 34px;
    }
  }

  @media(max-width:900px){
    section.cm-post-l-section .cm-post-l-section-h {
      padding-top: 80px;
    }


  }

  @media (max-width: 899px){
    .post-related-article .related-article-list-item {
      width: 50.0000%;
    }
  }

  @media(max-width:844px){
    .post-inner-l-section .post-inner-lvc_col-sm-4 .cm-post_author .post-author-ava {
      margin-right: 0px;
    }
  }

  @media(max-width:767px){
    section.cm-post-l-section .cm-post-l-section-h .cm-post-vc_col-sm-8 {
      width: 100%;
    }

    /*----------*/

    .post-inner-l-section .post-inner-lvc_col-sm-8 {
      width: 100%;
      margin: 0 0 1.5rem;
    }

    .post-inner-l-section .post-inner-lvc_col-sm-4 {
      width: 100%;
    }

    .post-sidebar-form .actions {
      padding-bottom: 0px;
    }

    /*---------post pagination------*/

    .post_post_navigation {
      display: flex;
    }

    .post_post_navigation .post_navigation-item {
      display: flex;
      align-items: center;
      position: relative;
      overflow: hidden;
      top: auto;
      left: auto!important;
      right: auto!important;
      margin-top: 0;
      padding: 0 .8rem;
      width: 50%;
    }

    .post_post_navigation .post_navigation-item:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(30,30,30,.66);
    }

    .post_post_navigation .post_navigation-item .post_navigation-item-img {
      width: auto;
    }

    .post_post_navigation .post_navigation-item .post_navigation-item-arrow {
      position: relative;
      z-index: 1;
      padding: 0;
      width: auto;
      background: none!important;
    }

    .post_post_navigation .post_navigation-item.order_first .post_navigation-item-arrow:before {
      position: static;
      line-height: 8rem;
      transform: none!important;
      transition: none!important;
      width: auto;
    }


    .post_post_navigation .post_navigation-item.order_second .post_navigation-item-arrow:before {
      position: static;
      line-height: 8rem;
      transform: none!important;
      transition: none!important;
      width: auto;
    }

    .post_post_navigation .post_navigation-item .post_navigation-item-title {
      position: relative;
      z-index: 1;
      top: auto;
      padding: 1rem .8rem;
    }

    .post_post_navigation .post_navigation-item .post_navigation-item-title>span {
      display: inline;
      padding: 0;
      opacity: 1;
      white-space: normal;
      transform: none;
      transition: none;
      background: none;
    }

    .post_post_navigation .post_navigation-item .post_navigation-item-img img {
      position: absolute;
      top: 50%;
      left: 50%;
      min-height: 101%;
      min-width: 101%;
      max-width: none;
      width: auto;
      transform: translate(-50%,-50%);
    }

    .post-sidebar-form fieldset.form-columns-2 .hs-form-field:first-child .input .hs-input {
      width: 90% !important;
    }

    .post-sidebar-form fieldset.form-columns-2 .hs-form-field:first-child .input {
      margin-right: 0px !important;
    }

    .post-inner-l-section .post-inner-lvc_col-sm-4 .cm-post_author .post-author-ava {
      margin-right: .25em;
    }

    /*---------post pagination end------*/

  }

  @media screen and (max-width: 600px){
    section.cm-post-l-section {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }

    section.cm-post-l-section .cm-post-l-section-h {
      padding-top: 50px;
      margin-bottom: 3rem;
    }

    .post-inner-l-section .post-inner-lvc_col-sm-4 .cm-post_author {
      display: block;
    }

    .post-inner-l-section .post-inner-lvc_col-sm-4 .cm-post_author .post-author-ava {
      margin: 0 0 .1em;
    }


    /*--------*/

    section.post-inner-l-section {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }




  }

  @media (max-width: 599px){
    .post-related-article .post-related-article-list {
      margin: 0;
    }

    .post-related-article .related-article-list-item {
      width: 100.0000%;
      padding: 0;
      margin-bottom: 0.75rem;
    }

  }

  @media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px){
    .hs-custom-style .hs-input:not([type=checkbox]):not([type=radio]), .hs-custom-style fieldset {
      margin-right: 0!important;
      width: 100%!important;
    }

    .post-sidebar-form .hs-form-d58ef488-86a8-428f-8319-6d7dcbc18294_e1431271-7992-45d0-ac7e-2569e000b3db fieldset.form-columns-2 .hs-form-field {
      float: none;
      width: 100%;
    }



  }

  @media(max-width:464px){
    .post-sidebar-form fieldset.form-columns-2 .hs-form-field:first-child .input .hs-input {
      width: 100% !important;
    }

    .post-sidebar-form fieldset.form-columns-2 .hs-form-field:first-child .input {
      margin-right: 8px !important;
    }
  }

  @media(max-width:380px){
    section.cm-post-l-section .cm-post-l-section-h h1 {
      font-size: 44px !important;
    }
  }

  @media(max-width:359px){
    section.cm-post-l-section .cm-post-l-section-h h1 {
      font-size: 36px !important;
    }
  }
  
  @import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700;800&display=swap');


  /*-------post-banner style end----*/