.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;
}

.hs-submit .hs-button, .hs-form-71b55f1c-4844-442c-beba-43d2218eeb53_7dc24943-14e5-400c-a6d9-1b2fbbbcdcc8 .hs-button {
    background-color: #0074c8 !important;
    border: 0px solid #0074c8!important;
    border-radius: 25px !important;
    box-shadow: 7px 7px 10px 1px rgb(43 43 43 / 32%);
    color: #fff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 15px 30px;
    -o-transition: all .3s;
    transition: all .3s;
}
.hs-submit .hs-button {
    background-color: #94d500 !important;
    color: #fff;
    transform: translateY(-8px);
}


@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;
  }
  .blog-post-wrap .rigt-col .relted-tit .inn h4,
  .flow-ti .ti-in h4{
    font-size:28px !important;
    line-height:1 !important;
  }
}

@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;
}




/* blog-css */

.blog-header .blog-header__inner {
  max-width: 100%;
}

.blog-banner {
  position: relative;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  background-position: bottom center;
  background-size: cover;
}

.blog-banner-outer {}

.blog-banner-outer .dnd-section {
  padding: 0;
}

.blog-banner-outer .dnd-module {
  display: block !important;
}

.blog-banner-outer .dnd-section>.row-fluid {
  max-width: 100%;
}

.blog-banner .overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #020d28;
  opacity: 0;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.blog-banner .page-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 883px;
  min-height: 354px;
}

.blog-banner .page-center .padb {
  position: relative;
  flex: 1;
  padding: 10px;
}

.blog-banner .page-center .padb .mar {
  margin: 0% 15% 5% 15%;
}

.blog-banner .page-center .padb .mar h1 {
  margin: 0;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.2em;
  font-family Roboto, font-family: sans-serif;
  font-family: Roboto, sans-serif;
  margin: 0;
}



/* blog-list */

.blog-list-wrap {}

.blog-list-wrap .dnd-section {
  padding: 0;
}

.blog-list-wrap {
  background-color: #e8f6ff;
  position: relative;
}

.blog-list-wrap > .page-center {
  max-width: 901px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-bottom: 70px;
}

.blog-list-wrap .dnd-section>.row-fluid {
  max-width: 100%;
}

.blog-list-wrap > .page-center .pad {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: -50px 0px 0px 0px;
  padding: 6% 5% 5% 5%;
  background-color: #ffffff;
  flex-direction: column;
}

.blog-tags {
  margin-bottom: 20px;
}

.blog-tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-tags li,
.blog-tags a {
  font-size: 14px;
}

.blog-tags li {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.blog-tags-all,
.blog-tags-all + .hs_cos_wrapper {
  display: inline-block;
}

.blog-tags-all {
  margin: 0 10px 10px 0;
}

.blog-list-row1 {}

.blog-list-row1 .sidebar {
  position: relative;
  position: relative;
  --grid-column-gap: 32px;
  --grid-row-gap: 32px;
}

.blog-list-row1 .sidebar section.blog-indexx {
  display: grid;
  grid-column-gap: var(--grid-column-gap);
  grid-row-gap: var(--grid-row-gap);
  display: grid;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-template-columns: repeat(3,1fr);
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: background,border,-webkit-box-shadow;
  transition-property: background,border,-webkit-box-shadow;
  -o-transition-property: background,border,box-shadow;
  transition-property: background,border,box-shadow;
  transition-property: background,border,box-shadow,-webkit-box-shadow;
  -webkit-transition-duration: .25s;
  -o-transition-duration: .25s;
  transition-duration: .25s;
  overflow: hidden;
  text-align: center;
  display: block;
  margin-bottom: 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 13px 3px 3px 1px;
  border-color: rgba(122,122,122,0.5);
}

.post-item {}

.post-item a.hs-featured-image-link {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  position: relative;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  width: 76%;
  margin-bottom: 18px;
}

.post-item a.hs-featured-image-link .hs-featured-image-wrapper {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: calc( 0.88 * 100% );
}

.post-item a.hs-featured-image-link .hs-featured-image-wrapper img {
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  max-height: none;
  max-width: none;
  -webkit-transition: -webkit-filter .3s;
  transition: -webkit-filter .3s;
  -o-transition: filter .3s;
  transition: filter .3s;
  transition: filter .3s,-webkit-filter .3s;
  height: auto;
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px);
  -webkit-transform: scale(1.01) translate(-50%,-50%);
  -ms-transform: scale(1.01) translate(-50%,-50%);
  transform: scale(1.01) translate(-50%,-50%);
}

.hs-featured-image {
  float: none;
  width: 100%;
}

.post-item .text-wrp {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  padding: 3px 10px 3px 10px;
  margin-bottom: 5px;
}

.post-item .text-wrp h2 {
  margin: 0;
  color: #0077c8;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: -0.7px;
  margin-bottom: 6px;
  font-family Roboto, font-family: sans-serif;
  font-family: Roboto, sans-serif;
  font-weight: 600;
}

.post-item .text-wrp h2 a {
  color: inherit;
}

.post-item .text-wrp .elementor-post__excerpt p {
  margin: 0;
  line-height: 1.5em;
  font-size: 14px;
  color: #777;
  font-family Roboto, font-family: sans-serif;
  font-family: Roboto, sans-serif;
}

.post-item a.more-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  font-size: 14px;
  color: rgb(97, 206, 112);
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.blog-pagination {
  margin-top: 40px;
}


@media(max-width:1024px){
  .blog-list-row1 .sidebar section.blog-indexx {
    grid-template-columns: repeat(2,1fr);
  }

}
@media(max-width:767px){
  .blog-banner .page-center {
    min-height: 200px;
  }

  .blog-banner .page-center .padb .mar h1 {
    font-size: 26px;
  }

  .blog-banner .page-center .padb .mar {
    margin: 1% 1% 16% 1%;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-banner {
    margin-top: 0%;
    margin-bottom: 0%;
    padding: 0% 0% 0% 0%;
  }

  .blog-banner .page-center .padb {
  }

  .blog-list-row1 .sidebar section.blog-indexx {
    grid-template-columns: repeat(1,1fr);
  }

  .post-item a.hs-featured-image-link .hs-featured-image-wrapper {
    padding-bottom: calc( 0.52 * 100% );
  }

  .post-item a.hs-featured-image-link {
    width: 75%;
  }
  .blog-banner .page-center .padb {
    display: block;

    width: 100%;
  }
}



@media(max-width:544px){
  .blog-list-wrap {
    font-size: 0.875rem;
  }

}





/* post-css */


.post-banner {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 45px 0px 100px 0px;
  position: relative;
  background-color: transparent;
  background-image: linear-gradient(
    170deg
    , #0077b3 49%, #90d117 100%);
}

.post-banner .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1140px;
}

.post-banner .content-wrapper > .flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-banner  .left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


@media (min-width: 768px){
  .post-banner  .left {
    width: 66.666%;
  }
}

.post-banner .right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px){

  .post-banner .right {
    width: 33.333%;
  }
}

.post-banner .right .p-pad {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 25px 10px;
}

.post-banner .right .p-pad .p-flex {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
}

.post-banner .right .p-pad .img {
  width: 100%;
  margin-bottom: -50px;
  text-align: center;
}

.post-banner .right .p-pad .img img {
  width: auto;
  max-height: 300px; 
  margin-left: auto;
  margin-right: auto;
}

.post-banner .right img {
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  display: inline-block;
  max-width: 99%;
  box-shadow: 4px 4px 10px 5px rgb(0 0 0 / 50%);
}

.post-banner .left .auto {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
  margin: 0% 1% 0% 0%;
}

.post-banner .left .auto .wrp {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-banner .left .p-title {
  position: relative;
  margin-bottom: 24px;
}

.post-banner .left .p-title .in {
  margin: -10px 0px 0px 0px;
}

.post-banner .left .p-title .in h1 {
  margin: 0;
  font-size: 2rem;
  color: #ffffff;
  font-family: "Merriweather", Sans-serif;
  line-height: 1.5em;
  font-weight: 600;
}

.post-banner .left .p-social {
  position: relative;
  text-align: var(--alignment,inherit);
  -moz-text-align-last: var(--alignment,inherit);
  text-align-last: var(--alignment,inherit);
  width: 100%;
  --alignment: center;
  --grid-side-margin: 29px;
  --grid-column-gap: 29px;
  --grid-row-gap: 10px;
  --grid-bottom-margin: 10px;
  margin-bottom: 24px;
}

.post-banner .left .p-social .elementor-grid {
  display: grid;
  grid-column-gap: var(--grid-column-gap);
  grid-row-gap: var(--grid-row-gap);
  display: inline-block;
  width: 100%;
  margin-bottom: calc(-1 * var(--grid-row-gap));
  text-align-last: left;
  text-align: left;
}

.post-banner .left .p-social .elementor-grid .elementor-grid-item {
  min-width: 0;
  display: inline-block;
  margin-bottom: var(--grid-row-gap);
  word-break: break-word;
}

.post-banner .left .p-social .elementor-grid .elementor-share-btn {
  overflow: hidden;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition-property: background-color,border-color,-webkit-filter;
  transition-property: background-color,border-color,-webkit-filter;
  -o-transition-property: filter,background-color,border-color;
  transition-property: filter,background-color,border-color;
  transition-property: filter,background-color,border-color,-webkit-filter;
  height: 4.5em;
  cursor: pointer;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
  --e-share-btn-skin-boxed-flat-gradient-icon-color: #fff;
  color: white;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(84,108,124,0.46);
}

.post-banner .left .p-social .elementor-grid .elementor-share-btn .elementor-share-btn__icon {
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: color,background-color;
  -o-transition-property: color,background-color;
  transition-property: color,background-color;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4.5em;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.12)),to(transparent)); */
  /* background-image: -webkit-linear-gradient(left,rgba(0,0,0,.12),transparent); */
  background-image: -o-linear-gradient(left,rgba(0,0,0,.12),transparent);
  /* background-image: linear-gradient(
  90deg
  ,rgba(0,0,0,.12),transparent); */
}

.post-banner .left .p-social .elementor-grid .elementor-share-btn .elementor-share-btn__icon i {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  font-size: 28px;
}

.post-banner .left .p-social .elementor-grid .elementor-share-btn a {
  height: 100%;
  color: inherit;
  background: transparent;
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.12)),to(transparent));
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.12),transparent);
  background-image: -o-linear-gradient(left,rgba(0,0,0,.12),transparent);
  background-image: linear-gradient( 
    90deg
    ,rgba(0,0,0,.12),transparent);
  height: 4.5em;
  display: inherit;
}

.post-banner .left .p-social .elementor-grid .elementor-share-btn a:hover,
.post-banner .left .p-social .elementor-grid .elementor-share-btn a:focus {
  background: black;
}

.post-banner .left .p-tag {
  position: relative;
  width: 100%;
}

.post-banner .left .p-tag ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
  padding: 0;
}

.post-banner .left .p-tag ul li {
  font-family: var( --e-global-typography-text-font-family ), Sans-serif;
  font-weight: var( --e-global-typography-text-font-weight );
  word-break: break-word;
  margin-right: 8px;
  margin-left: 8px;
  color: #fff;
}

.post-banner .left .p-tag ul li a {
  font-family: Roboto, sans-serif;
  color: #ffffff;
  display: inline;
  line-height: 1.5;
  font-size: 15px;
  text-transform: uppercase;
}

.post-banner .left .p-tag ul li a:hover,
.post-banner .left .p-tag ul li a:focus {
  text-decoration: underline;
}

.blog-post-wrap {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  z-index: 1;
}

.blog-post-wrap .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.blog-post-wrap .content-wrapper .innr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-post-wrap .left-col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px){
  .blog-post-wrap .left-col {
    width: 66.666%;
  }
}

.blog-post-wrap  .rigt-col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px){
  .blog-post-wrap  .rigt-col {
    width: 33.333%;
  }
}

.blog-post-wrap .left-col .pad {
  width: 100%;
  border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 9%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: -120px 0px 0px 0px;
  padding: 40px 40px 40px 40px;
  background-color: #ffffff;
}

.blog-post-wrap .left-col .pad .padin {
  line-height: 1.9em;
  width: 100%;
  font-family: Roboto, sans-serif;
  color: rgb(122, 122, 122);
}

.blog-post-wrap .left-col h3 {
  margin: 0;
  line-height: 1.6;
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #0c0b0b;
  font-weight: 700;
}

.blog-post-wrap .section.post-footer .hs-input {
  border-color: #ccc;
}

.blog-post-wrap .section.post-footer textarea {
  border: 1px solid #ccc;
  width: 100%;
  transition: all .2s linear;
  font-family: "Open Sans";
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 10px;
  max-width: 100%;
  background-color: #d0e7f4;
  color: #555;
  line-height: 1.3;
  height: 32px;
  outline: 0;
  box-shadow: none;
  min-height: 100px;
}

.blog-post-wrap .section.post-footer textarea:focus {
  background-color: #fff;
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(102 175 233 / 60%);
}

.blog-post-wrap .section.post-footer .hs-input:focus {
  border-color: #66afe9;
}

.blog-post-wrap .rigt-col .pad {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 45px 40px 45px;
}

.blog-post-wrap .rigt-col .pad .rgt-in {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-post-wrap .rigt-col .relted-tit {
  position: relative;
  margin-bottom: 20px;
}

.blog-post-wrap .rigt-col .relted-tit .inn {
  margin: 40px 0px 0px 0px;
}

.blog-post-wrap .rigt-col .relted-tit .inn h4 {
  margin: 0;
  font-size: 2rem;
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #000000;
  font-family: "Merriweather", Sans-serif;
  font-weight: 600;
}

.blog-post-wrap .rigt-col .related-post-wrapr {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  --grid-column-gap: 30px;
  --grid-row-gap: 20px;
}

.blog-post-wrap .rigt-col .related-post-wrapr .related-post-wrain {
  display: grid;
  grid-column-gap: var(--grid-column-gap);
  grid-row-gap: var(--grid-row-gap);
  display: grid;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-template-columns: repeat(1,1fr);
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.rele-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: background,border,-webkit-box-shadow;
  transition-property: background,border,-webkit-box-shadow;
  -o-transition-property: background,border,box-shadow;
  transition-property: background,border,box-shadow;
  transition-property: background,border,box-shadow,-webkit-box-shadow;
  -webkit-transition-duration: .25s;
  -o-transition-duration: .25s;
  transition-duration: .25s;
  overflow: hidden;
}

.rele-item a.hs-featured-image-link {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  width: 20%;
  margin-right: 20px;
}

.rele-item a.hs-featured-image-link .hs-featured-image-wrapperr {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: calc( 1 * 100% );
}

.rele-item a.hs-featured-image-link .hs-featured-image-wrapperr img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  max-height: none;
  max-width: none;
  -webkit-transition: -webkit-filter .3s;
  transition: -webkit-filter .3s;
  -o-transition: filter .3s;
  transition: filter .3s;
  transition: filter .3s,-webkit-filter .3s;
  height: auto;
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px);
  -webkit-transform: scale(1.01) translate(-50%,-50%);
  -ms-transform: scale(1.01) translate(-50%,-50%);
  transform: scale(1.01) translate(-50%,-50%);
}

.rele-item .text-wrp {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 3px;
}

.rele-item .text-wrp h2 {
  margin: 0;
  line-height: 1.4;
  font-weight:600;
  color: #000000;
  font-size: 15px;
  font-family: Roboto, sans-serif;
}

.rele-item .text-wrp h2 a {
  color: inherit;
  font-family: inherit;
}

.rele-item .elementor-post__excerpt p {
  margin: 0;
  line-height: 1.5em;
  font-size: 14px;
  color: #777;
  font-family: Roboto, sans-serif;
  font-family: Roboto, sans-serif;
}

.rele-item a.more-link {
  transition: all .2s linear;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  color: #0077b3;
  font-family: "Merriweather", Sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.flow-ti {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.flow-ti .ti-in {
  margin: 40px 0px 0px 0px;
}

.flow-ti .ti-in h4 {
  margin: 0;
  font-size: 2rem;
  padding: 0;
  margin: 0;
  font-weight:600;
  line-height: 1;
  color: #000000;
  font-family: "Merriweather", Sans-serif;
}

.p-ifrem {
  margin-bottom: 20px;
  position: relative;
}

.p-ifrem .elementor-facebook-widget.fb-page.fb_iframe_widget {
  width: 100%!important;
  min-height: 1px;
  height: 220px;
}

.p-ifrem  iframe {
  position: relative;
  width: 100%!important;
}

.side-social {
  position: relative;
  width: 100%;
  --grid-template-columns: repeat(0, auto);
  --grid-column-gap: 37px;
  --grid-row-gap: 0px;
}

.side-social .elementor-widget-container {
  text-align: center;
  line-height: 1;
}

.side-social .elementor-widget-container .elementor-grid {
  display: inline-block;
  width: 100%;
  word-spacing: var(--grid-column-gap);
  margin-bottom: calc(-1 * var(--grid-row-gap));
  grid-column-gap: var(--grid-column-gap,5px);
  grid-row-gap: var(--grid-row-gap,5px);
  grid-template-columns: var(--grid-template-columns);
  -webkit-box-pack: var(--justify-content,center);
  -ms-flex-pack: var(--justify-content,center);
  justify-content: var(--justify-content,center);
  justify-items: var(--justify-content,center);
}

.side-social .elementor-grid-item {
  display: inline-block;
  margin-bottom: var(--grid-row-gap);
  word-break: break-word;
}

.side-social .elementor-grid-item .elementor-icon {
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #818a91;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #818a91;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  font-size: var(--icon-size,25px);
  line-height: var(--icon-size,25px);
  width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
  height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
  margin: 0;
  -webkit-border-radius: 10%;
  border-radius: 10%;
  --icon-padding: 0.4em;
}

.side-social .elementor-grid-item:nth-child(1) .elementor-icon {
  background-color: #3b5998;
}

.side-social .elementor-grid-item .elementor-icon i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  color: #fff;
}

.side-social .elementor-grid-item:nth-child(2) .elementor-icon {
  background-color: #cd201f;
}

.side-social .elementor-grid-item:nth-child(3) .elementor-icon {
  background-color: #0077b5;
}

.side-social .elementor-grid-item .elementor-icon:hover {
  opacity: .9;
  color: #fff;
}

.body-container--blog-post {
  overflow-x: hidden;
}


@media(max-width:1024px){
  .body-container--blog-post {
    overflow-x: hidden;
  }

  .blog-post-wrap .content-wrapper .innr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-post-wrap .left-col {
    width: 100%;
  }

  .blog-post-wrap .rigt-col {
    width: 100%;
  }

  .blog-post-wrap .left-col .pad {
    margin: 0px 0px 0px 0px;
  }

  .blog-post-wrap {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .post-banner {
    padding: 60px 0px 60px 0px;
  }

  .post-banner .content-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post-banner .content-wrapper>.flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post-banner .left .auto {
    margin: 0px 0px 0px 0px;
    padding: 0px 80px 0px 80px;
  }

  .post-banner .left .p-title {
    text-align: center;
    width: 100%;
  }
  
  .post-banner .left .p-social .elementor-grid {
    text-align-last: center;
    text-align: center;
  }

  .post-banner .left .auto .wrp {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .post-banner .left .p-tag {
    text-align: center;
  }

  .post-banner .left .p-tag ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .post-banner .right .p-pad .img {
    margin-bottom: 0;
  }

  .blog-post-wrap .rigt-col .pad {
    padding: 40px 40px 40px 40px;
  }

  .blog-post-wrap .rigt-col .related-post-wrapr .related-post-wrain {
    grid-template-columns: repeat(2,1fr);
  }
}


@media(max-width:767px){
  .post-banner {
    padding: 0px 0px 0px 0px;
  }

  .post-banner .left {
    width: 100%;
  }

  .post-banner .left .auto {
    padding: 40px 40px 40px 40px;
  }

  .post-banner .left .p-title .in h1 {
    font-size: 25px;
  }

  .post-banner .left .p-social {
    --grid-side-margin: 29px;
    --grid-column-gap: 29px;
    --grid-row-gap: 10px;
    --grid-bottom-margin: 10px;
  }

  .post-banner .right {
    width: 100%;
  }

  .blog-post-wrap .content-wrapper {
    max-width: 767px;
  }

  .blog-post-wrap .left-col h3 {
    font-size: 1.5rem;
  }

  .blog-post-wrap .rigt-col .related-post-wrapr .related-post-wrain {
    grid-template-columns: repeat(1,1fr);
  }

  .rele-item a.hs-featured-image-link {
    width: 20%;
  }

}
@media(max-width:544px){
  .blog-post-wrap {
    font-size: 0.875rem;
  }
}


/* issue-css */
.blog-banner .page-center .padb .mar h1 {
  font-weight: 600;
}


.blog-index__tag-header {
  padding: 6px;
  margin-bottom: 2.5em;
  border-bottom: 1px solid #eee;
  background-color: #eee;
  border-bottom: 0;
}


@media (min-width: 1201px){
  .blog-index__tag-header {
    margin: 0;
    padding: 3em 2em;
  }

}

.blog-index__tag-header h1 {
  margin: 0;
  line-height: 1.2;
  font-family: 'Roboto',sans-serif;
  color: #0077b3;
  font-weight: 300;
  margin-bottom: 4px;
  font-size: 2.5rem;
}

.blog-post-wrap {
  background: #F5F5F5;
}

.hs-blog-post main#main-content {
  background: #F5F5F5;
}

@media(max-width:767px){
  .elementor-facebook-widget.fb_iframe_widget,
  .elementor-facebook-widget.fb_iframe_widget span {
    height: auto !important;
  }
}