/* reset */
*{
  box-sizing:border-box;
  margin:0px;
  padding:0px;
}
.text_center {
  text-align: center;
}

/* Blog post */

/* cstm code for blod detail page */
.custom-blog-post .post-content h1,
.custom-blog-post .post-content h2,
.custom-blog-post .post-content h3,
.custom-blog-post .post-content h4{
  margin-bottom:20px;
}
.custom-blog-post .post-content ul ,
.custom-blog-post .post-content ol{
  padding-left:20px;
  margin-bottom:20px;
}
.custom-blog-post .post-content p,
.custom-blog-post .post-content ul li,
.custom-blog-post .post-content ul li a,
.custom-blog-post .post-content ol li,
.custom-blog-post .post-content ol li a{
  font-size:16px;
  line-height: 1.5;
  color: rgba(0,0,0,0.85);
  font-weight: normal;
}
.custom-blog-post .post-content ul li:not(:last-child),
.custom-blog-post .post-content ol li:not(:last-child){
  margin-bottom:5px;
}
/* cstm code for blod detail page end */
.custom-blog-post .blog-post {
  padding: 30px 0px 50px;
  margin: 0 auto;
  max-width: 960px;
}

.blog-post__meta {
  margin-bottom: 1.4rem;
}

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

.blog-post__timestamp {
  display: block;
}

.post-tags svg {
  height: auto;
  margin-right: 0.35rem;
  width: 15px;
}
.blog-post .post-tags .label{
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: black;
}
.blog-post .post-tags a {
  font-size: 16px;
  color:#f77f43;
  position:relative;
  margin-right:20px;
}
.blog-post .post-tags a:not(:last-child):after{
  content: '';
  width: 1px;
  height: 15px;
  background: #20364e;
  position: absolute;
  right: -12px;
  top: 55%;
  transform: translateY(-45%);
}
/* Blog related posts */

.blog-related-posts {
  background-color: #F8FAFC;
}

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

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  width: calc(100% / 3 - 16px);
  margin: 0px 8px 20px;
  padding:10px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 10px 40px #0000000D;
  border-radius: 15px;
  transition: all .3s ease-in-out;
}

/* @media screen and (min-width: 768px) {
.blog-related-posts__post {
flex: 0 0 calc(100% / 2);
}
}

@media screen and (min-width: 1000px) {
.blog-related-posts__post {
flex: 0 0 calc(100% / 3);
}
} */

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

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

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

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

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


/* Custom Styling */
/* Banner Post Styling */
.blog-post-large{
  width:100%;
  max-width:100%;
  margin-bottom:30px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 7px 17px rgb(0 0 0 / 15%);
}
/* .blog-post-large .row{
width:calc(100% / 2 - 20px);
}
.blog-post-image-large{
flex:50%;
} */
.blog-post-content-large{
  padding:20px;
}
.blog-post-content-large h2 a{
  color:black;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 15px;
}
.blog-post-content-large h2 a:hover,
.blog-post-content-small h2 a:hover{
  color: #f77f43;
}
.blog-post-content-large .blog-post__timestamp{
  font-size:20px;
  margin-bottom:10px;
}
.blog-post-large h2 a{
  color:#fff;
}
.blog-post-large .featured-image{
  border-radius:0px 5px 5px 0px;
}
.blog-post-large .read-more-btn,
.blog-post-small .read-more-btn,
.blog-post-large a,.blog-post-small a{
  color: #f77f43;
}
.blog-post-large a:hover,
.blog-post-small a:hover{
  color:black;
}
/* Social Links */
.blog-social-links ul{
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:center;
}
.blog-social-links ul li{
  display:inline-block;
  padding-right:5px;
}
.blog-social-links ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px!important;
    border-radius: 40px;
    margin-right: 8px;
    border: unset;
    display: inline-block;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    background: #1f71b8!important;
    border: 1px solid #1f71b8!important;
    color: #fff!important;
    text-align: center;
    padding: unset;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.blog-social-links ul li a:last-child{
  margin-right:0px;
}
/* Banner Post Styling end */
.page-center{
  max-width:1460px;
  margin:0px auto;
  padding:0px 15px;
}
.blog-post-row{
  display:flex;
  flex-wrap:wrap;
}
.blog-post-small{
  width: calc(100% / 3 - 20px);
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0,0,0,.1);
  margin:0px 10px 20px;
  font-size:14px;
}

.featured-image{
  border-radius:5px 5px 0px 0px;
  padding-bottom: 60%;
  display: block;
  background-size:cover;
  background-repeat:no-repeat;
}
.blog-post-content-small{
  padding:30px;
}
.post-author-date{
  font-size:14px;
  font-weight:600;
  margin-bottom: 10px;
}
.blog-post-content-small h2{
  font-size: 22px;
  margin-bottom:10px;
}
.blog-post-content-small h2 a{
  color:black;

  line-height: 28px;
  margin-bottom: 15px;
}
.post-content h2{
  font-size:18px;
  margin-bottom:5px;
}
.blog-post__timestamp{
  font-size:12px;
}
.blog-post-content-small p{
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}
.read-more-btn i{
  font-size: 10px;
  margin-left: 1px;
}


/* Blog Post Large Styling */
.blog-post-large-1{
  display:flex;
  justify-content:center;
  align-items:center;
  height: 400px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 5px 5px 0px 0px;
}
.blog-post-large-1 h2{
  font-weight: 600;
  font-size:50px;
  position: relative;
  line-height:1.2;
  max-width:850px;
  margin:0px auto;
}
.blog-post-large-1 h2:after{
  content:'';
  width:50px;
  height:3px;
  background:#f77f43;
  position:absolute;
  left:0;
  right:0;
  margin:0px auto;
  display:block;
}
.blog-post-large-1 h2 a{
  color: #fff;
}
.blog-post-large-1 h2 a:hover{
  opacity:.85;
  color: #fff;
}
.blog-post-large-1.bg-image{
  /*     padding: 10%; */
}

.blog-pagination{
  display:flex;
}
.blog-pagination-center a{
  display:inline-flex;
  padding:0px 5px;
  margin:0px 5px;
  background:gray;
  border:1px solid black;

}
.blog-pagination-center a.active{
  background:white;
}


/* Detail Page */
.custom-blog-post .post-hero-banner{
  color:white;
  padding:214px 15px;
  background-color:#f77f43;
  position:relative;
  text-align:center;
  background-size:cover !important;
  background-repeat:no-repeat !important;
  background-position:center !important;
}
.custom-blog-post .post-hero-banner .overlay{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background: rgba(0,0,0,0.45);
  z-index:1;
}
.custom-blog-post .post-hero-banner .page-center{
  position:relative;
  z-index:2;
}
.custom-blog-post .post-hero-banner h1{
  color:#fff;
}

.blog-social-sharing{
  width:100%;
  max-width:100%;

}
.blog-social-sharing .social-flex-contain{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.blog-social-sharing .social-flex-contain .hs-blog-social-share{
  height: 45px;
}
.blog-social-sharing .social-flex-contain .hs-blog-social-share .hs-blog-social-share-list{
  line-height:0;
  margin-bottom:0px;
}


/* Custom Styling for Blog Detail Page =========================================================================== */
.post_details {
  padding: 50px 0px;
  overflow: hidden;
}
.post_details .post_container {
  max-width: 1141px;
  margin: 0 auto;
}
/* BAse Tags Styling Here ===========================================*/
.post_details .post_header .post_base {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto 17px;
}
.post_details .post_header .post_base > div {
  margin: 0 7px 7px;
}
.post_details .post_header .post_base a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  font-family: Poppins, sans-serif !important;
  border-radius: 8px;
  padding: 10.93px 15px;
  min-width: 99px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none !important;
  position: relative;
  transition: transform 0.3s linear;
}
.post_details .post_header .post_base .category a {
  color: #2F726C;
  background-color: #C8EFEB;
}
.post_details .post_header .post_base .category a:hover {
  color: #fff;
  background-color: #2f726c;
}
.post_details .post_header .post_base .category a:hover span {
  background-color: #fff;
}
.post_details .post_header .post_base .category a span {
  display: inline-block;
  width: 8px;
  height: 12px;
  background-color: #2F726C;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
  margin-right: 9px;
  border-radius: 3px;
}
.post_details .post_header .post_base .tag a {
  color: #3D6D9A;
  background-color: #E6F4FF;
}
.post_details .post_header .post_base .tag a:hover {
  color: #fff;
  background-color: #3d6d9a;
}

/* Post HEading Text =============================*/
.post_details .post_header .post_heading h1 {
  line-height: 1.166;
  margin: 0 auto;
  font-size:60px;
}

/* post_meta Styling Here ===========================================*/
.post_details .post_header .post_meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top:20px;
}
.post_details .post_header .post_meta > div {
  margin: 0 29px;
}
.post_details .post_header .post_meta * {
  font-size: 18px !important;
  line-height: 1.66;
  font-weight: 500;
  font-family: Poppins, sans-serif !important;
  color: #C3C3C3;
  margin: 0;
}
.post_details .post_header .post_meta a {
  color: #73B7B0;
}
/* POst Body Styling */
.post_details .post_body {
  margin: 95px auto 0;
}
.post_details .post_body .post_image img {
  box-shadow: 0px 10px 40px #0000000D;
  border-radius: 15px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.post_details .post_body .post_text {
  margin: 100px auto 0;
}

/*  Post Navigation Styling*/
.post_details .post_navigation {
  margin-top: 150px;
}
.post_details .post_navigation .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto 17px;
}
.post_details .post_navigation .info > div {
  margin: 0 7px 7px;
}
.post_details .post_navigation .info a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  font-family: Poppins, sans-serif !important;
  border-radius: 8px;
  padding: 10.93px 15px;
  min-width: 99px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none !important;
  position: relative;
  transition: transform 0.3s linear;
}
.post_details .post_navigation .info .category a {
  color: #2F726C;
  background-color: #C8EFEB;
}
.post_details .post_navigation .info .category a:hover {
  color: #fff;
  background-color: #2F726C;
}
.post_details .post_navigation .info .category a:hover span {
  background-color: #fff;
}
.post_details .post_navigation .info .category a span {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 12px;
  background-color: #2F726C;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
  margin-right: 9px;
  border-radius: 3px;
}
.post_details .post_navigation .info .tag a {
  color: #3D6D9A;
  background-color: #E6F4FF;
}
.post_details .post_navigation .info .tag a:hover {
  color: #fff;
  background-color: #3D6D9A;
}

.post_details .post_navigation .navigation {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto 0;
}
.post_details .post_navigation .navigation .btn_nav {
  display: inline-block;
  width: 309px;
  padding: 33px 31px 33px 40px;
  border: 2px solid #272727;
  border-radius: 15px;
  box-sizing: border-box;
  transition: transform .3s linear;
  margin: 0px 18px;
}
.post_details .post_navigation .navigation .btn_nav.next {
  text-align: right;
}
.post_details .post_navigation .navigation .btn_nav span {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  color: #272727;
  display: inline-flex;
  margin-bottom: 31px;
  align-items: center;
}
.post_details .post_navigation .navigation .btn_nav span i {
  width: 9px;
  height: 13px;
  background-color: #272727;
}
.post_details .post_navigation .navigation .btn_nav.next span i {
  margin-left: 13px;
  clip-path: polygon(100% 50%, 0 100%, 0 0);
  -webkit-clip-path: clip-path: polygon(100% 50%, 0 100%, 0 0);
  border-radius: 3px;
}
.post_details .post_navigation .navigation .btn_nav.prev span i {
  margin-right: 13px;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
  border-radius: 3px;
}

.post_details .post_navigation .navigation .btn_nav.prev:hover {
  transform: translateX(-15px);
}
.post_details .post_navigation .navigation .btn_nav.next:hover {
  transform: translateX(15px);
}
.blog-pagination__prev-link--disabled{
  display:none;
}


/* Custom Blog Post Styling */
.cstm_blog_post p{
 font-size:16px;
  line-height:1.625;
}
.cstm_blog_post .post_tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: auto;
}
.cstm_blog_post .post_tags .tag {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    color: #3D6D9A;
    background-color: #E6F4FE;
    padding: 8px 23.45px;
    border-radius: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none !important;
    position: relative;
    z-index: 2;
}


/* News Listing Module Styling */