.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;
  }
}
a.lead {
  color: #2095f3 !important;
}
.blog_recent_posts a.h6 {color: #2C3038 !important;}

.blog_recent_posts a.h6:hover {color: #2095f3 !important;}
/* 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;
}


.blog_wrapper .dnd-section {
  padding: 0;
}

.blog_wrapper .dnd-section >.row-fluid {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.blog_banner,.blog_index_wrapper,.pagination_wrpaper {
  position: relative;
  padding: 3.75rem 0;
}
.blog_banner_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog_banner_image >div {
  padding: 10px;
}

.blog_banner_content {
  width: 40%;
  padding: 0 0 0 30px;
}

.blog_banner_image {
  width: 60%;
}

.blog_banner_content >div {
  padding: 10px;
}

.blog_banner h1 {
  font-size: calc(1.575rem + 3.9vw);
  letter-spacing: -0.02em;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.larg_post {
  display: flex;
  border-radius: 0.3125rem;
  border: 1px solid #eaedf2;
  background-color: #fff;
  flex-direction: column;
}
.p-4.p-md-5.col-xl-7.d-flex.align-items-center {
  display: flex;
  align-items: center;
  padding: 1.5rem;
}

.position-relative {
  display: block;
  background: linear-gradient(to right,#2095f3,#2196f3);
}

.position-relative img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .2s ease-in-out;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.col {
  padding-right: 12px;
  padding-left: 12px;
  position: relative;
  width: 100%;
}

.divider.divider-side.bg-white.d-none.d-lg-block {
  right: -1px;
  background-color: #fff;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  width: 5vw;
  max-width: 72px;
  -webkit-mask-image: url(https://21125555.fs1.hubspotusercontent-na1.net/hubfs/21125555/raw_assets/public/Engagifii_May_2022/images/Featured%20Image%20Svg.svg);
  mask-image: url(https://21125555.fs1.hubspotusercontent-na1.net/hubfs/21125555/raw_assets/public/Engagifii_May_2022/images/Featured%20Image%20Svg.svg);
  -webkit-mask-size: 100% 101%;
}
.blog-pagination-center a.active:first-child {
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}
.blog-pagination-center a.active:last-child {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}
.position-relative img:hover {
  opacity: .75;
}
.d-flex.justify-content-between.align-items-center.mb-3.mb-xl-4 {
  display: flex;
  justify-content: space-between ;
  align-items: center ;
  margin-bottom: 1rem ;
}
.d-flex.justify-content-between.align-items-center.mb-3.mb-xl-4 {
  display: flex;
  justify-content: space-between ;
  align-items: center ;
  margin-bottom: 1rem ;
}

.p-lg-4.p-xl-5 {
  width: 100%;
}
.blog_index_wrapper {
  padding-bottom: 0 !important;
}

.pagination_wrpaper {
  padding-top: 0 !important;
}
.badge-pill {
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  display: inline-block;
  padding: 0.5rem 0.75rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  border-radius: 10rem;
  margin-right: 0.5rem ;
  vertical-align: middle;
  letter-spacing: 0;
  background-color: rgba(220,53,69, 0.2) ;
  color: #dc3545 ;
  -webkit-box-shadow: 
    box-shadow: none;
  text-decoration: none;
}

.badge-pill:hover {
  background-color: #dc3545 ;
  color: #fff ;
}

.text-small.text-muted {
  color: rgba(85,90,100,.65) ;
  font-size: .875rem;
  line-height: 1.25rem;
}
.position-relative {
  position: relative;
}
a.lead {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2095f3;
}

a.lead:hover {
  color: #2e48a0;
}
.lead {
  font-size: 1.25rem;
  font-weight: 400;
}



.col-lg-4 {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}
.post_item {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}
.card.h-100.hover-box-shadow {
  transition: all .2s ease-in-out;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #eaedf2;
  border-radius: 0.3125rem;
  height: 100%;
}

.card-body {
  flex: 1 1 auto;
  padding: 2.25rem;
}

.card-footer.d-flex.justify-content-between.align-items-center {
  padding: 0.75rem 2.25rem;
  background-color: rgba(0,0,0,.03);
  border-top: 1px solid #eaedf2;
  border-radius: 0 0 calc(0.3125rem - 1px) calc(0.3125rem - 1px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
}
.pagination_wrpaper .row {
  margin-top: 1.5rem;
  width: 100%;
  justify-content: center;
}


.blog-pagination {
  padding-right: 12px;
  padding-left: 12px;
  justify-content: center;
}

.card-body a {
  color: #2095f3;
  font-weight: 700;
}

.card-body a:hover {
  color: #2e48a0;
}
.hover-box-shadow:hover {
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 9%);
  transform: translateY(-0.5rem);
}
.pagination_wrpaper .row {
  margin-top: 1.5rem !important;
  width: 100%;
  justify-content: center;
}

.blog-pagination {
  padding-right: 12px;
  padding-left: 12px;
  justify-content: center;
  margin-bottom: 1rem;
}

.blog-pagination a {
  font-weight: 700;
  position: relative;
  display: block;
  padding: 0.75rem 1rem;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #eaedf2;
  transition: all .2s ease-in-out;
  color: #2095f3;
}

.blog-pagination svg {
  margin-right: 0.25rem;
  position: relative;
  bottom: 1px;
  height: 1rem;
  flex-shrink: 0;
  width: auto;
  overflow: hidden;
  vertical-align: middle;
}
.blog-pagination-left a{
  border-radius: 200em 0 0 200em;
}
.blog-pagination-right a {
  border-radius: 0 200em 200em 0;
}

.blog-pagination svg path {
  stroke: #2095f3;
}

.blog-pagination-center {
  display: flex;
}

.blog-pagination a:hover {
}

.blog-pagination a:hover {
  text-decoration: none;
  background-color: #eaedf2;
  border-color: #eaedf2;
  color: #0e47ba;
}
.row.type_2 .text-small.text-muted {
  margin-top: 0.5rem ;
}

.row.type_2 .col-lg-4 {
  margin-top: 0.5rem ;
  margin-bottom: 0.5rem ;
}
.blog-pagination a.active {
  color: #fff;
  background-color: #2095f3;
  border-color: #2095f3;
}
.blog_banner .page-center {
  padding: 0;
}
.row.type_2 {
  margin-top: 1rem ;
}
.pagination_wrpaper .page-center {
  padding: 0;
}
.blog_post_banner .col-xl-7 {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}
.blog_post_banner.dnd-section {
  background-color: #F7F9FC;
  padding:0;
  border-bottom: 1px solid #eaedf2;
}
.row.justify-content-center {
  justify-content: center;
}
.blog_post_banner.dnd-section .my-4.my-md-5 {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.blog_post_banner  .single-post-meta {
  margin-bottom: 1rem ;
  flex-wrap: wrap;
  display: flex ;
  align-items: center ;
  width: 100%;
}

.blog_post_banner  h1.display-4 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}

.blog_post_banner  .badge-pill {
  margin-right: 0.5rem ;
  margin-bottom: 0.5rem ;
}
.post_right {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}
.post_left {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}
.blog_post_index.dnd-section .row {
  justify-content: center;
}

.list-group-item.list-group-item-action {
  width: 100%;
  color: #555a64;
  text-align: inherit;
  position: relative;
  display: block;
  padding: 1.5rem 2.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #eaedf2;
}

.list-group-item:first-child {
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}

.list-group-item.list-group-item-action:hover {
  z-index: 1;
  color: #555a64;
  text-decoration: none;
  background-color: #f8f9fa;
}

.related_post_wrapper.dnd-section {
  background-color: #F7F9FC ;
}

.row.tp {
  margin-bottom: 2.5rem;
  text-align: center ;
  justify-content: center ;
}
.post_item .card-body a:hover {
  color: #2095f3;
}
.post_item .card-body a:hover {
  color: #2095f3;
}

.post_item a.d-block.bg-gradient.rounded-top {
  background: linear-gradient(to right,#2095f3,#2196f3) ;
  border-top-left-radius: 0.3125rem ;
  border-top-right-radius: 0.3125rem ;
}

.post_item a.d-block.bg-gradient.rounded-top img {
  transition: all .2s ease-in-out;
  border-top-left-radius: 0.3125rem ;
  border-top-right-radius: 0.3125rem ;
}
.blog_recent_posts.top-s {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #F7F9FC ;
}

.post_item a.d-block.bg-gradient.rounded-top img:hover {
  opacity: .75;
}

.blog_post_index .post_right > span {
  padding: 10px;
  display: block;
}
/* .blog_post_index .post_left {
display: none;
} */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #2568ef;
  border-color: #2568ef;
}
@media (min-width: 768px) {
  .post_left {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .row.tp {
    margin-bottom: 3.75rem;
  }
  .post_right {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .blog_banner,.blog_index_wrapper,.pagination_wrpaper {
    padding: 6rem 0;
  }
  .row.type_2 {
    margin-top: 1rem;
  }
  .p-4.p-md-5.col-xl-7.d-flex.align-items-center {
    padding: 3rem;
  }
  p.lead {
    margin-bottom: 1.5rem;
  }

  .post_item {
    margin-bottom: 1.5rem ;
  }
  .row.type_2 .col-lg-4 {
    margin-bottom: 1rem ;
    margin-top: 1rem ;
  }
  .post_item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .blog_post_banner .col-xl-7 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .blog_post_banner.dnd-section .my-4.my-md-5 {
    padding-bottom: 3rem ;
    padding-top: 3rem ;
  }
}

@media (min-width: 992px) {
  .post_left {
    flex: 0 0 33.33333%;
    max-width: 33.33%;
  }

  .row.tp {
    margin-bottom: 4.6875rem;
  }

  .post_right {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .blog_post_banner .col-xl-7 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .post_item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .larg_post {
    flex-direction: row;
  }
  .blog_banner,.blog_index_wrapper,.pagination_wrpaper {
    padding: 7.5rem 0;
  }
  .row.type_2 {
    margin-top: 3rem;
  }
  .p-lg-4.p-xl-5 {
    padding: 1.5rem ;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (min-width: 1200px){
  .blog_post_index .post_right {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .blog_post_banner  .single-post-meta {
    margin-bottom: 1.5rem ;
  }

  .d-flex.justify-content-between.align-items-center.mb-3.mb-xl-4 {
    margin-bottom: 1.5rem;
  }
  .p-4.p-md-5.col-xl-7.d-flex.align-items-center {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  a.position-relative {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .p-lg-4.p-xl-5 {
    padding: 3rem ;
  }
  .d-flex.justify-content-between.align-items-center.mb-3.mb-xl-4 {
    margin-bottom: 1.5rem ;
  }
  .blog_post_banner .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}


@media (max-width: 1200px){
  .blog_banner .page-center {
    padding: 0;
  }
  .blog_post_banner h1.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    line-height: 1;
  }
}
@media (max-width: 991px){
  .divider.divider-side.bg-white.d-none.d-lg-block {
    display: none;
  }
  .lead {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
  }
  a.lead{
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
  .blog_banner_content {
    width: 100%;
  }

  .blog_banner_image {
    width: 100%;
  }

  .blog_banner_row {
    flex-wrap: wrap;
  }
  .post_item {
    margin-bottom: 1rem;
  }
  .pagination_wrpaper .page-center {
    padding: 0;
  }

  .pagination_wrpaper .row {
    justify-content: space-between;
    padding-right: 12px;
    padding-left: 12px;
  }
  .blog_index_wrapper, .pagination_wrpaper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog_recent_posts {
    padding-left: 10px;
    padding-right: 10px;
  }

}

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




/* post-baner-css */
.blog_post_banner {
  border-top: 1px solid #eaedf2;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.blog_post_banner .col-lg-5 {
  position: relative;
  width: 100%;
}

.blog_post_banner .col-xl-7 {
  position: relative;
  width: 100%;
}

.blog_post_banner .col-lg-5 .divider {
  display: none;
}

.blog_post_banner .col-xl-7 > .container {
  display: flex !important;
  align-items: center !important;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .blog_post_banner .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    order: 2;
  }

  .blog_post_banner .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .blog_post_banner .col-lg-5 .divider {
    display: block !important;
  }

  .blog_post_banner .col-xl-7 > .container {
    min-height: 70vh;
  }
}

@media (min-width: 1200px) {
  .blog_post_banner .col-lg-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .blog_post_banner .col-xl-7 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.blog_post_banner .col-lg-5 .divider {
  transform: scaleX(-1);
  background: #fff;
  pointer-events: none;
  background-color: #F7F9FC !important;
  -webkit-mask-size: 100% 101%;
  mask-size: 100% 101%;
  -webkit-mask-image: url(https://21125555.fs1.hubspotusercontent-na1.net/hubfs/21125555/raw_assets/public/Engagifii_May_2022/images/divider.svg);
  mask-image: url(https://21125555.fs1.hubspotusercontent-na1.net/hubfs/21125555/raw_assets/public/Engagifii_May_2022/images/divider.svg);
  -webkit-mask-size: 100% 101%;
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  width: 5vw;
  max-width: 72px;
  left: -1px;
}

.blog_post_banner .col-lg-5 img {
  flex: 1 1 auto !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog_post_banner .col-xl-7 > .container .justify-content-center {
  width: 100%;
}

.blog_post_banner.dnd-section .my-4.my-md-5 {
  padding-right: 12px;
  padding-left: 12px;
}

.blog_post_banner .col-xl-7 > .container .justify-content-center {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

@media (min-width: 768px) {
  .blog_post_banner .col-xl-7 > .container .justify-content-center {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
}


@media(max-width:767px){
  .blog_post_banner .col-xl-7>.container .justify-content-center {
    justify-content: flex-start;
  }

}

.card-footer.d-flex.justify-content-between.align-items-center {
  flex-wrap: wrap;
}

.badge-pill {
  margin-bottom: 5px;
}


.blog_post_banner.dnd-section.no_img .col-xl-7 {
  flex: 0 0 100%;
  max-width: 100%;
  margin:0 auto;
}

.blog_post_banner.dnd-section.no_img .my-4.my-md-5 {
  padding: 0 5px;
}

.blog_post_banner.dnd-section.no_img .col-xl-7>.container .row {
  margin: 0;
}

.blog_post_banner.dnd-section.no_img .col-xl-7 {
  padding: 0;
}

.blog_post_banner.dnd-section.no_img .col-xl-7>.container {
  min-height: 100%;
  display: block !important;
}

.blog_post_banner.dnd-section.no_img .text-small.text-muted {
  position: relative;
  top: -4px;
}

@media (min-width: 768px){
  .blog_post_banner.dnd-section.no_img .my-4.my-md-5 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}
@media (min-width: 992px){
  .blog_post_banner.dnd-section.no_img .my-4.my-md-5 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media (min-width: 1200px){
  .blog_post_banner.dnd-section.no_img .my-4.my-md-5{
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

@media (max-width:767px){
  .blog_post_banner.dnd-section.no_img .text-small.text-muted {
    top: 0;
  }
  .blog_post_banner.dnd-section.no_img .my-4.my-md-5 {
    padding: 0;
  }
}



.blog_post_index.dnd-section .row.enable-rec-posts-wrapper {
  justify-content: unset;
}

.blog_post_index.dnd-section .row.enable-rec-posts-wrapper .post_right>span{
  padding:0;
}

@media (min-width: 768px){
  .blog_post_index.dnd-section .row.enable-rec-posts-wrapper .post_right {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}

@media (min-width: 992px){
  .blog_post_index.dnd-section .row.enable-rec-posts-wrapper .post_right {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}