.hs-blog-listing .dnd-section .dnd-column {
  padding: 0;
}
.blog-banner-wrapper .dnd-section {
  padding: 0;
}
.blog-banner-wrapper .dnd-section > .row-fluid{
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.blog-banner-wrapper .dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 0;
  padding-right: 0;
}
.dnd_area_blog_banner-module-1-flexbox-positioning > div {
  width: 100%;
}
.list-outer{
  padding-bottom: 80px;
}
.list-outer .dnd-section {
  padding: 0;
}
.blog-index-wrapper{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;  
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
}
.post-item{
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 45px;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y);
}
.post-item-inner{
  border-radius: 15px;
  box-shadow: 3px 3px 10px #777;
  padding: 45px;
  width: 100%;
} 
.post-item-inner img{
  margin:0 0 3rem;
  vertical-align: middle;
  height: auto;
  max-width: 100%;
}
.post-item-inner p {
  margin-bottom: 34px;
  font-family: "Roboto", sans-serif;
}
.post-item-inner a{
  padding: 15px 20px;
  background: #49A3B9;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10px;
  font-size: 18px;
}
.post-item-inner a:hover {
  text-decoration: none;
  color: #F1E8E2;
  transition: 0.3s ease;
  cursor: pointer;
}
.all-posts-link{
  text-align:center;
  width: 100%;
}
.all-posts-link a{
  font-weight: 700 ;
  color: #E86605;
  font-size: 18px;
  text-decoration: none;
}
.all-posts-link a:hover{
  color: #0a58ca;
}
/* 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;
}

.blog-banner-wrapper {
  min-height: 300px;
  margin-bottom: 50px;
}

@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;
}
.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;
}
.body-container--blog-post{
  padding:80px 0;
}
.body-container--blog-post .content-wrapper{
  padding-right:.75rem;
  padding-left:.75rem;
}
.content-wrapper-inner{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
}
.blog-post-wrappr{
  flex: 0 0 auto;
  width: 83.3333333333%;
  margin-left: 8.3333333333%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
}
.blog-post-wrappr img{
  width:auto;
  max-width:100%;
  margin:0 0 3rem;
}
.blog-post-wrappr h1.blog-post-title {
  margin-bottom: 3rem;
  font-family: "Roboto",sans-serif;
  font-size: 2.5rem;
  color: #212529;
  font-weight: 400;
}
.blog-post__body,
.blog-post__body p {
  font-family: "Roboto", sans-serif;
}
.blog-banner-wrapper .page-title {
  padding: 80px 0;
}
.blog-banner-wrapper .page-title h1.orange.bold.h-large {
  margin-bottom: 35px;
  text-align: center;
}
.webinars .col-lg-12 {
  flex: 0 0 auto;
  width: 100%;
}
img.psot_img {
  margin-bottom: 3rem;
}
.webinars .col-lg-12 {
  padding: 0 12px;
  margin-bottom: 3rem;
}

.watch-now.mt-4 a:hover {
  text-decoration: none;
  color: #F1E8E2;
  transition: 0.3s ease;
  cursor: pointer;
}
.webinars p {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
.watch-now.mt-4 a {
  font-size: 18px;
  padding: 15px 20px;
  background: #49a3b9;
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10px;
  display: inline-block;
  line-height: 1.5;
}
.webinars .ebook {
  border-radius: 0px 0px 15px 15px;
  float: left;
  padding: 10px 45px 25px 45px;
width: 100%;
border: 1px solid #c9c9c9;
}

.ebook-title {
background-color: #e86605;
padding: 15px;
border-radius: 15px 15px 0 0;} 

.news-blog .list-outer {
  padding-bottom: 0;
}


.col-row-post {
  padding: 0 12px;
}

.col-row-post h1.post-name {
  margin-bottom: 3rem;
  color: #212529;
  font-weight: 400;
}

.col-row-post h1.post-name {
  font-size: calc(1.375rem + 1.5vw);
}

.col-row-post p {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.blog_commen_form {
  padding: 40px 0 80px;
}
.page-title .col-lg-12.text-center {
  padding: 0 12px;
}
.wp-block-column {
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
  flex-basis: 0;
  flex-grow: 1;
}

.wp-block-column:last-child {
  margin-left: 2rem;
}.wp-block-column form label {
  font-size: 14px;
  width: 130px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.wp-block-column form label:not(.hs-error-msg) {
  font-family: helvetica;
  font-size: 13px;
}

.wp-block-column form .hs-input {
  display: inline-block;
  width: 90%;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f8fa;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.wp-block-column form .field {
  margin-bottom: 18px;
}

.wp-block-column form .hs-input:focus {
  outline: none;
  border-color: rgba(82,168,236,.8);
}

.wp-block-column form .hs-error-msgs label {
  color: #f2545b;
}

.wp-block-column form .hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
  font-family: helvetica;
  text-transform: none;
}

.wp-block-column form .hs-button:hover {
  background: #ff7a59;
  border-color: #ff7a59;
  color: #ffffff;
}

.wp-block-column form .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
  text-align: left;
}
.ebook-blog .list-outer {
  padding-bottom: 0;
}

.wp-block-column h3.form-title:empty {
  display: none;
}
.ebook-blog .wp-block-column form .actions {
  text-align: right;
}

.ebook-blog .wp-block-column form .hs-button {
  background: #f17107;
  border-color: #f17107;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: helvetica;
  text-transform: uppercase;
}
.wp-block-column form  fieldset.form-columns-2>div:last-child .hs-input {
  width: 100%;
}

.spotlight_banner {
  padding: 50px 0 0;
}

.spotligt-col.spotlight_banner_img {
  margin-bottom: 3rem;
  padding: 0 12px;
}

.spotligt-col.spotlight_content {
  margin-bottom: 3rem;
}

.spotligt-col.spotlight_content {
  padding: 0 12px;
}

.spotligt-col.spotlight_content p {
  font-family: "Roboto", sans-serif;
}

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

.spotlight-blog .spotlight-list-outer > .container>.row>.container-fluid {
  width: 100%;
}

.spotlight-blog .webinars {
  padding: 0 12px;
}

.spotlight-blog .watch-now.mt-4 a {
  line-height: 1.5;
  display: inline;
}

.spotlight-blog .watch-now.mt-4 {
  margin-top: 1.5rem;
}
.procedure-blog .dnd-section>.row-fluid>[class*="span"].dnd-module >div {
  width: 100%;
}
.case-study-blog .post_summary_content h2 {
  text-align: left;
}

.case-study-blog .post_summary_content p {
  text-align: left;
}
@media (min-width: 768px) {
  .col-prosedure-content {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-prosedure-sidebar {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-prosedure-content {
    margin-left: 8.3333333333%;
  }
}

.col-prosedure-content {
  padding: 0 12px;
}

.col-prosedure-content h1.post-name {
  margin-bottom: 3rem;
  font-family: "Roboto", sans-serif;
  color: #212529;
  font-weight: 400;
  font-size: 2.5rem;
}

.col-prosedure-sidebar {
  margin-top: 90px;
  padding: 0 12px;
}
.dowload_pdf h3 {
  margin-top: 1.5rem!important;
  font-size: 1.75rem;
  font-weight: 400;
}
.spotlight_blog .col-row-post h1.post-name {
  margin-bottom: 1rem;
}
.spotlight_blog .post_summary_content {
  margin-bottom: 93px;
}
.col-prosedure-content p {
  font-family: "Roboto", sans-serif;
}
.post_summary_content h2 {
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #212529;
  font-weight: 400;
}

.post_summary_content p {
  text-align: center;
}
@media (min-width: 782px){
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}
.wp-block-columns {
  display: flex;
  margin-bottom: 1.75em;
  box-sizing: border-box;
  flex-wrap: wrap;
}
@media (min-width:768px){
  .spotligt-col.spotlight_content {
    flex: 0 0 auto;
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
  .spotlight-blog .webinars {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-row-post {
    flex: 0 0 auto;
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
  .blog_commen_form .blog-comments form {
    margin: 0 auto;
    width: 83.3333333333%;
  }
  .webinars.two_col .col-lg-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .sidebar.two-col .post-item {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .spotlight-blog .webinars {
    flex: 0 0 auto;
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 1200px){
  .col-row-post h1.post-name {
    font-size: 2.5rem;  
  }
}
@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}
@media (min-width: 768px){
  .col-prosedure-sidebar {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .subscription-form label {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .dowload_pdf h3 {
    font-size: calc(1.3rem + .6vw);
  }
  .post_summary_content h2 {
    font-size: calc(1.325rem + .9vw);
  }
  .col-prosedure-content h1.post-name {
    font-size: calc(1.375rem + 1.5vw);
  } 
  .blog-post-wrappr h1.blog-post-title{
    font-size: calc(1.375rem + 1.5vw);
  }
  .webinars .ebook h2 {
    font-size: calc(1.325rem + .9vw);
  }
  .wp-block-column form .field {
    width: 100% !important;
  }

  .wp-block-column form .field .hs-input {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .blog-post-wrappr {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 599px) {
  .wp-block-column {
    flex-basis: 100%;
  }
  .wp-block-column:last-child {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
  }
}

.case-study-img {max-width: 600px;}
@media (max-width: 992px) {
    .case-study-img {max-width: 100%;}
}

.webinars .no-img .ebook {
  border: 1px solid #c9c9c9;
  border-radius: 15px 15px;
  float: left;
  padding: 45px 45px !important;
  width: 100%;
}

.webinars .blog-box {
  border-radius: 15px;
  float: left;
  width: 100%;
}

.webinars .blog-box .span5 img {padding-right: 20px;}

.webinars.three_col .col-lg-12 {
    flex: 0 0 auto;
    width: 33%;
  display: inline-flex;
  }
  .sidebar.three_col .post-item {
    flex: 0 0 auto;
    width: 33%;
  }

.blog-box h2 {text-align: left;
margin-bottom: 0px;
  font-size: 20px;
margin-top: 10px;}

.blog-box .watch-now.mt-4 a {
    padding: 10px 15px;
    font-size: 16px;
}

.blog-box h2 a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  color: #000;
  font-weight: normal;
}

.tag-box {text-align: left;margin-top: 10px;}
.tag-box a {text-align: left;margin-top: 10px;color: #f17107;background-color: #fee6d2;padding: 5px 20px;border-radius: 25px;}

.featured-content-wrapper {
  margin-top: 80px;
}
.featured-content-wrapper .featured-top-heading {
  text-align: center;
  padding-bottom: 3rem;
}
.featured-content-wrapper .featured-top-heading h1 {
  color: #212529;
  font-size: 56px;
  margin-bottom: 35px;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
}
.featured-content-wrapper .featured-wrapper{
  padding: 60px 40px;
  border-radius: 15px;
  box-shadow: 3px 3px 10px #777;
  margin-bottom: 60px;
  flex: 0 0 auto;
  width: 83.3333333333%;
  margin-left: 8.3333333333%;
}
.featured-content-wrapper .featured-content-inner{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
}
.featured-content-wrapper .featured-wrapper-inner{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
}
.featured-content-wrapper .featured-content{
  flex: 0 0 auto;
  width: 58.3333333333%;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
}
.featured-content-wrapper .featured-image{
  flex: 0 0 auto;
  width: 41.6666666667%;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
}
.featured-content-wrapper .featured-content-area p{
  font-family: "Roboto", sans-serif;
}
.featured-content-wrapper .featured-btn a{
  padding: 15px 20px;
  background: #49A3B9;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10px;
  font-size: 18px;
  display:inline-block;
}
.featured-content-wrapper .featured-btn a:hover{
  text-decoration: none;
  color: #F1E8E2;
  transition: 0.3s ease;
  cursor: pointer;
}

@media screen and (max-width: 1199px){
  .featured-content-wrapper .featured-content h2{
    font-size: calc(1.325rem + .9vw);
  }
}


@media screen and (max-width: 768px){
  .featured-content-wrapper .featured-top-heading {
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
  }
  .featured-content-wrapper .featured-wrapper { 
    flex: 1;
    flex-shrink: 0;
    width: 100%;
    margin-left: 0;
  }
  .featured-content-wrapper .featured-content {
    width: 100%;
    max-width: 100%;
  }
  .featured-content-wrapper .featured-image {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px){
  .featured-content-wrapper .featured-top-heading h1{
    font-size: 32px;
  }
}

.featured-story {
  min-height: 300px !important;
}

@media (max-width: 768px) {
  .featured-story {min-height: 0px !important;}
}

.blog-tag:hover {
  text-decoration: underline; }

.share-links {
  padding-left: 0;
margin-right: 0;
text-align: left;
  margin-left: 0; }

.share-links li {
  background-color: #F5F6F7;
  border-radius: 30px;
  color: #0672CB;
  height: 30px;
  text-align: center;
  width: 30px;
  list-style: none;
  display: block;
  display: inline-block;
  margin: 0 10px 0 0;
}

.share-links li a {
display: flex;
align-content: center;
align-items: center;
justify-content: center;
height: 30px;
color: rgba(73, 163, 185, 1.0);}

.share-links li a:hover {color: rgba(0, 0, 0, 0.55);}

.breadcrumbs {color: rgba(73, 163, 185, 1.0); font-size: 16px;}
.breadcrumbs .fas.fa-chevron-right {color: rgba(73, 163, 185, 1.0);} 
.breadcrumbs-link:hover {text-decoration: underline;} 

.blog-search {padding: 20px;
display: flex;
margin-bottom: 30px;
width: 100%;
justify-content: center;
}

.blog-search form {margin-right: 20px; display: flex;}
.blog-search #blog-topics {padding: 10px 15px;
font-size: 15px;
border-radius: 15px;
border: 2px solid rgba(0, 0, 0, 0.55);
background: #fff;
    height: 43.5px;
}

.blog-search form input[type="text"] {
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(102, 102, 102, 1.0);
  border-color: rgba(0, 0, 0, 0.55) !important;
  border-radius: 15px 0px 0px 15px;
} 
 
@media (max-width: 768px) {
  .webinars.three_col .col-lg-12 {
  width: 100%;
}
}

@media (max-width: 500px) {
  .blog-search {
  display: block !important;
    margin-top: 15px;
}
.blog-search form {margin-bottom: 20px;}
}
 
.blog-feat-img {  height: 260px;
  background-position: center center;
  border-radius: 5px;
}

.blog-banner-outer .blog-banner{
  background: linear-gradient(to right,#e86604,#a72e2f);
  min-height: 300px;
align-content: center;
align-items: center;
display: grid;
  border-radius: 0px 0px 100px 0px;
}

.bog-banner-outer {
  display: grid;
margin-bottom: 50px;
align-content: center;
align-items: center;
  min-height: 300px;}

.blog-banner-outer .blog-banner-content{
  text-align:center;
  padding: 20px;
}
.blog-banner-outer .blog-banner-content h1{
  font-size: 56px;
  margin-bottom: 35px;
  font-weight: 700;  
  color: white;
  line-height: 1.2;  
  font-family: "Roboto", sans-serif;
}
.blog-banner-outer .curve-space-2{
  margin-top: -15%;
  z-index: 99;
  overflow: hidden;
  width: 100%;
}
.blog-banner-outer svg{
  width: 100%;
  vertical-align: middle;
}

}

  .blog-banner-outer .blog-banner-content h1 {
    font-size: 50px;
  }

@media (max-width: 768px) {
  .blog-banner-outer .blog-banner-content h1 {
    font-size: 32px !important;
  }
    .blog-banner-outer .blog-banner-content h2 {
    font-size: 24px !important;
  }
}

.xtra-padding {padding-right: 20px;}

@media (max-width: 768px) {
.xtra-padding {padding-right: 0px;}
}

.blogfeature {
    padding: 20px;
    border-radius: 10px;
    font-size: 22px;
    position: relative;
    border: 2px solid #ccc;
  margin-bottom: 20px;
}
  .blogfeature .row-fluid {
    display: flex;
    align-items: center;
}
  @media (max-width: 767px) {
.blogfeature .row-fluid {
    display: block !important;
} 
  }