section.blog-detail .container-fluid.header-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  text-align: center;
  padding: 105px 24px;
  margin-bottom: 80px;
  position: relative;
}
section.blog-detail .container-fluid.header-container .container {
  position: relative;
  z-index: 12;
}
section.blog-detail .container-fluid.header-container h1 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #fff;
}
section.blog-detail .container-fluid.header-container nav.custom-bread ol {
  margin: 0 auto 32px auto;
}
section.blog-detail .container-fluid.header-container nav.custom-bread ol li.breadcrumb-item a {
  color: #d5d5d5 !important;
}
section.blog-detail .container-fluid.header-container nav.custom-bread ol li.breadcrumb-item::before {
  color: #d5d5d5 !important;
}
section.blog-detail .container-fluid.header-container nav.custom-bread ol li.breadcrumb-item.active {
  color: #fff !important;
}
section.blog-detail .container-fluid.header-container::after {
  content: " ";
  position: absolute;
  background: rgba(0,0,0,.25);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.video-card {
  margin-bottom: 24px;
}
.video-card img {
  border-radius: 30px;
}
.video-card .cover-wrapper {
  position: relative;
}
.video-card .cover-wrapper img {
  border-radius: 30px;
}
.video-card .cover-wrapper .play-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.video-card .cover-wrapper .play-btn i {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 70px;
  font-size: 24px;
}
.video-card .content {
  margin-bottom: 24px;
  margin-top: 24px;
}
.video-card .content .tags a.tag {
  background: #00538b;
  border-radius: 4px;
  margin-right: 8px;
  padding: 0px 14px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
 /* identical to box height, or 167% */
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #fff;
  text-decoration: unset !important;
  height: 20px;
  display: inline-flex;
  margin-bottom: 8px;
}
.video-card  a {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #232323;
  text-decoration: unset !important;
}
.video-card .content h3 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
 /* or 170% */
  letter-spacing: -0.02em;
  color: #232323;
  margin-bottom: 32px;
}
.video-card .content a, .video-card .content span{
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #232323;
  text-decoration: unset !important;
}
.socialshare {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}
.socialshare span {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #232323;
}
.socialshare .socials {
  margin-left: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.socialshare .socials a {
  width: 19px;
  line-height: 0;
  height: 17px;
}
hr.share-seperator {
  margin-top: 40px;
  margin-bottom: 32px;
  border: 1px solid #dfdfe0 !important;
}
section.section-header.moreposts {
  margin-bottom: 120px;
}
section.section-header.moreposts span.subtitle {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #035b9b;
  display: block;
}
section.section-header.moreposts .section-title {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.02em;
  color: #525151;
  margin-top: 16px;
  margin-bottom: 24px;
  text-align: center;
}
section.section-header.moreposts .section-desc {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #8e8e8e;
  margin-bottom: 72px;
}
