#loadMore {
  background: #34405f!important;
}

.blog-2023 .actions,
.blog-2023 form input['type=submit']  {
  background: #34405f!important;
}

.blog-2023 .style-one.blog-item .holder .tag-name a,
.blog-2023 .style-two.blog-item .holder .data .tag-name a {
  position: relative!important;
  padding: 4px 12px 12px 12px!important;
  display: inline-block!important;
  background: #34405F!important;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  right: 10px;
  text-align: center;
  top: 10px;
  z-index: 99;
}

.blog-posts .style-one.blog-item .holder>.data .read-more-btn .readmore:hover {
  background: #34405F!important;
  border: 1px solid #34405F!important;
}
.blog-posts .style-two.blog-item .holder>.data .blog-author-details a {    
  color: #34405F!important;
}
.blog-posts .style-two.blog-item>.holder>.data .blog-author-details .blog-post-date {
  color: #34405f!important;
  display: inline-flex;
  font-size: 14px;
  line-height: 28px;
  margin-right: 12px;
  text-transform: capitalize;
}

.blog-post__body p {
  padding: 0 0 10px 0;
  margin: 0;
}
.blog-header__inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 100px 0;
}
.blog-header {
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  background-position: bottom center;
}

.body-container--blog-index .blog-header {
  padding-top: 145px;
  padding-bottom: 10px;
}

.body-container--blog-post .blog-header {
  padding-top: 226px;
  padding-bottom: 89px;
}

@media screen and (max-width: 991px) {
  .body-container--blog-index .blog-header {
    padding-top: 127px;
    padding-bottom: 34px;
  }

  .body-container--blog-post .blog-header {
    padding-top: 177px;
    padding-bottom: 84px;
  }
}

.blog-header__inner h1.blog-header__title{
  font-size: 70px;
  line-height: 82px;
  text-transform: capitalize;
  font-weight: 700;
  color:#fff;
}
.blog-header__inner {
  max-width: 1170px;
  /*text-align: left;*/
  margin: 0 auto;
}
/* Blog Banner Start */

/* Blog Body Start */
.blog-index .blog-listing {
  padding-right: 50px;
  padding-left:0;
}
.blog-content {
  padding-right: 50px;
}
article.blog-index__post {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  border-radius: 4px;
  overflow: hidden;
}
.blog-index__post-content.blog-index__post-content--large {
  position: relative;
  padding: 36px 0px 30px 0px;
}
.blog-index__post-content.blog-index__post-content--large h4{
  padding-top: 0px;
  font-weight: 700;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-size:36px;
  line-height:45px;
}
.blog-index__post-content.blog-index__post-content--large h4 a{
  color:#1f2a58;
  text-decoration:none;
}
.blog-index:first-child .col-lg-4.col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}
.blog-list-tags{
  width: auto;
  padding: 0;
  text-align: center;
  margin-left: 15px;
  line-height: 26px;
  font-size: 14px;
  padding-top: 4px;
  float: left;
}
.blog-list-tags a {
  font-size: 14px;
  line-height: 26px;
  color: #1d1846;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: none;
}
.blog-list-tags i.ti-tag {
  font-size: 16px;
  color: #1d1846;
}
.blog-list-tags a:hover{
  color: #707173;
  text-decoration:none;
}
.post-thumbnail {
  overflow: hidden;
}
.post-thumbnail:hover img{
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.post-thumbnail img{
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.365, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.365, 0.84, 0.44, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
  overflow: hidden;
}
.blog-index__post-content.blog-index__post-content--large h3 a {
  color: #000;
  margin: 0;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
}
.right-sidebar button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  background-color: initial;
  border: 0;
  border-radius: 0 3px 3px 0;
  font-size: 0;
  background: #34405F;
}
.right-sidebar button:hover {
  background: #34405F;
}
div.hs-search-field__bar button svg {
  height: 16px;
}
.hs-search-field__bar button svg {
  filter: brightness(0) invert(1);
}
.blog-index__post-content.blog-index__post-content--large h5 a {
  color: #000;
  margin: 0;
  text-decoration: none;
  font-weight: 700;
}
.blog-post__meta {
  width: 100%;
  display: block;
  margin: 2px 0 8px;
  float:left;
}
.author-pic {
  float: left;
}
.author-pic img {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  margin-right: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
.author {
  float: left;
  line-height: 26px;
  font-size: 14px;
  padding-top: 4px !important;
}
section.blog-index {
  padding-top: 120px;
  padding-bottom: 35px;
}

.blog-pagination {
  padding-bottom:39px !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  section.blog-index {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .blog-pagination {
    padding-bottom:39px !important;
  }
}

@media screen and (max-width: 767px) {
  section.blog-index {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .blog-pagination {
    padding-bottom:19px !important;
  }
}

.author{
  color:#1d1846;
}
time.blog-post__timestamp {
  margin-left: 20px;
  line-height: 26px;
  font-size: 14px;
  padding-top: 4px;
  float:left;
  color:#1d1846;
}
.post-read-more a.btn {
  text-transform: capitalize;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 17px;
  box-shadow: none;
  border: none;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  position: relative;
  display: inline-block;
  text-decoration:none;
  padding-bottom: 10px;
  padding-left: 0px;
}
.post-read-more a span{
  background-color: transparent;
  box-shadow: none;
  background: transparent;
  color: #1d1847;
  border-radius: 0px;
  padding: 0px;
  border: 0px none;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  position:relative;
}
.post-read-more a span:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.4s ease-in-out;
}
.post-read-more a{
  position:relative;
}
.post-read-more a:before {
  width: 0;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  padding: 0;
  font-family: "Themify";
  font-weight: 400;
  font-size: 13px;
  color: #ed1b24;
  display: inline-block;
  position: absolute;
  bottom: 13px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  height: 1px;
  content: "";
}
.post-read-more a:after {
  width: 0px;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  padding: 0;
  font-family: "Themify";
  font-weight: 400;
  font-size: 14px;
  color: #34405F;
  position: absolute;
  top: 8px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  background: none;
  content: "\e628";
}
.post-read-more a:hover {
  padding-left:26px;
}
.post-read-more a:hover:before {
  width: 25px;
  margin-right: 12px;
  visibility: visible;
  opacity: 0;
  top: 51%;
  margin: -1px 0 0 0;
}
.post-read-more a:hover:after {
  width: 15px;
  margin-right: 12px;
  visibility: visible;
  opacity: 1;
}
.post-read-more a span:hover:before{
  opacity: 0;
  visibility: hidden;
}
.blog-index__post-content p {
  padding-bottom: 15px;
  margin-bottom:0;
}
.blog-pagination{
  display: block;
  padding: 0;
  border-radius: 4px;
  text-align: center;
  font-size: 0;
}
.blog-pagination a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: none;
  padding: 2px 10px;
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
  position: relative;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  color: #000;
  text-align: center;
  text-decoration:none;
  position:relative;
}
.blog-pagination a:after {
  content: "";
  background: currentColor;
  color: #1d1847;
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.blog-pagination a:hover:after {
  color: #1d1847;
  right: 0;
  left: 7px;
  width: 22px;
}
a.blog-pagination__link.blog-pagination__next-link:after {
  display: none;
}
.blog-pagination>.blog-pagination__link--active {
  border-bottom: 1px solid #000;
  float: none;
  padding: 2px 10px;
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
  position: relative;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
.blog-pagination a svg {
  margin-top: 0px;
}
.blog-pagination a:hover svg {
  filter: brightness(0) invert(1);
}

.blog-pagination a {
  text-decoration:none !important;
}

a.blog-pagination__link.blog-pagination__prev-link:after,
a.blog-pagination__link.blog-pagination__next-link:after {
  display:none !important;
}

.blog-pagination>.blog-pagination__link--active {
  pointer-events:none;
  border-bottom: 1px solid #34405F !important;
  padding: 2px 10px 0px 10px !important;
  color: #34405F !important;
}

.blog-pagination a:after {
  background: #34405F !important;
  color: #34405F !important;
}

img.blog-post-calendar {
  padding-right: 10px;
  width: 25px;
  margin-top: 4px;
  float: left;
}
p.blog-header__subtitle {
  margin: 0;
  color:#fff;
}
.right-sidebar .widget.widget_search input[type="search"], .right-sidebar .widget.widget_search input[type="text"]{
  vertical-align: top;
  width: 100%;
  height: 50px;
  padding: 0px 45px 0px 15px;
  background-color: #f0f2f5;
  border: none;
  font-weight: 400;
  font-size: 14px;
  color: #707173;
  line-height: 26px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  outline:none;
}
.widget.widget_search {
  margin-bottom: 40px;
}
.right-sidebar h5.widget-title{
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 22px;
  text-transform:capitalize;
}
.right-sidebar h5.widget-title:before{
  content: "";
  width: 75px;
  z-index: 9;
  height: 3px;
  top: 49px;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
  color: #34405F;
}
.right-sidebar .widget.widget_tags ul{
  list-style:none;
  padding:0;
  margin:0;
}
.right-sidebar .widget.widget_tags ul li{
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 28px;
  color: #707173;
  letter-spacing: 0.2px;
  font-weight: 400;
}
.right-sidebar .widget.widget_tags ul li a{
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 26px;
  color: #707173;
  text-decoration:none;
}
.right-sidebar  ul.rt-recent-post-with-thumbnail-holder {
  margin: 0;
  padding: 0;
}
.right-sidebar ul.rt-recent-post-with-thumbnail-holder li{
  display:block;
  padding:0;
  margin-bottom:10px;
}
.right-sidebar .blog-widget-post{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.right-sidebar  .blog-widget-post-img{
  flex-shrink: 0;
  width: 82px;
  height: 82px;
  margin: 0 15px 0 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow: hidden;
}
.right-sidebar  .blog-widget-post img{
  overflow: hidden;
  height: 100%;
  width: 100%;
  min-height: 84px;
  object-fit: cover;
  -webkit-transition: all 1s cubic-bezier(0.365, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.365, 0.84, 0.44, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.right-sidebar .blog-widget-post-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.right-sidebar .blog-widget-date .excerpt {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 26px;
  color: #707173;
  position: relative;
}
.right-sidebar .blog-widget-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.right-sidebar .blog-widget-title a{
  text-decoration:none;
  color:#1D1846;
}
.widget.widget_recent_posts {
  padding-top: 0px;
}
.body-container--blog-post .blog-header__inner {
  padding: 0px 0;
}
.author-bio .holder .data p {
  color: currentColor;
}
/*Blog Body Start*/

/*Blog Single Start*/
.new-comments {
  position: relative;
  /*margin-bottom: 50px;*/
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px;
  display: inline-block;
  width:100%;
}
.body-container--blog-post .comment.depth-0{
  border-top: none;
  padding-top: 0;
}
.body-container--blog-post .comment-from h4{
  font-size: 18px;
  line-height: 28px;
  color: #1d1847;
  font-weight: 600;
  padding:0;
}
.body-container--blog-post .comment-from h4 a{
  font-size: 18px;
  line-height: 28px;
  color: #1d1847;
  font-weight: 600;
  text-decoration:none;
}
.body-container--blog-post  .comment-date,.body-container--blog-post  .comment-from {
  display: block;
}
.body-container--blog-post button.comment-reply-to.hs-button.secondary {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  color: #1d1847 !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  display: inline-block;
  position: relative;
  padding:0;
  background:none;
}
.body-container--blog-post button.comment-reply-to.hs-button.secondary:hover {
  padding: 0 0 0 25px;
  background: url(//static.hsappstatic.net/pictos_images/static-1.29/img/pictos-1-png/16/pictos-set1-21.png) no-repeat left;
}
.body-container--blog-post button.comment-reply-to.hs-button.secondary em{
  display:none;
}
.body-container--blog-post button.comment-reply-to.hs-button.secondary a{
  float: left;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  color: #1d1847;
}
.body-container--blog-post  .comment-date{
  font-size: 14px;
  line-height: 26px;
  color: #707173;
  font-weight: 400;
}
.blog-single-post-content{
  position: relative;
  padding: 40px 0 26px 0;
}
.body-container--blog-post .blog-header.blog-header--post {
  padding: 80px 0;
}
.blog-header--post h1.blog-header__title {
  font-size: 50px;
  line-height: 60px;
  text-transform: capitalize;
  font-weight: 700;
  padding-bottom: 0px;
}
.post-navigation .nav-links .nav-previous {
  float: left;
  width: 48%;
  padding: 20px 15px;
  border-radius: 4px;
  box-shadow: 2px 5px 30px 0px rgba(23.00000000000011,22.000000000000007,138.99999999999994,.08);
  transition: -webkit-transform .3s cubic-bezier(0,.95,.3,1);
  transition: transform .3s cubic-bezier(0,.95,.3,1);
  transition: transform .3s cubic-bezier(0,.95,.3,1),-webkit-transform .3s cubic-bezier(0,.95,.3,1);
}
.post-navigation .nav-links .nav-previous:hover .ti-angle-left {
  -webkit-transform: translateX(-7px);
  transform: translateX(-7px);
}
.post-navigation .nav-links .nav-previous .ti-angle-left {
  width: 30px;
  height: 30px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  font-size:15px;
}
.post-navigation .nav-links .nav-next .ti-angle-right {
  width: 30px;
  height: 30px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  font-size:15px;
}
.post-navigation .nav-links .nav-previous a {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration:none;
}
.post-navigation .nav-links .nav-previous .rt-nav-img {
  width: 15%;
  margin-right: 15px;
  margin-left: 0;
  height:60px;
}
.post-navigation .nav-links .nav-previous .rt-nav-info {
  width: 80%;
}
.post-navigation .nav-links .nav-previous .rt-nav-img img {
  border-radius: 4px;
  max-width: 100%;
  height: 100%;
  border: 0;
}
.post-navigation .nav-links .rt-nav-title {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #696969;
  position: relative;
  display: inline-block;
}
.post-navigation .nav-links .rt-nav-date {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  width: 100%;
  display: block;
  color: #00174d;
}
.post-navigation .nav-links .nav-next {
  float: right;
  width: 48%;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 2px 5px 30px 0px rgba(23.00000000000011,22.000000000000007,138.99999999999994,.08);
  transition: background .5s,border .3s,border-radius .3s,box-shadow .3s;
  transition: -webkit-transform .3s cubic-bezier(0,.95,.3,1);
  transition: transform .3s cubic-bezier(0,.95,.3,1);
  transition: transform .3s cubic-bezier(0,.95,.3,1),-webkit-transform .3s cubic-bezier(0,.95,.3,1);
}
.post-navigation .nav-links .nav-next:hover .ti-angle-right {
  -webkit-transform: translateX(7px);
  transform: translateX(7px);
}
.post-navigation .nav-links .nav-next a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-left: auto;
  text-align: right;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration:none;
}
.post-navigation .nav-links .nav-next .rt-nav-img {
  width: 15%;
  margin-left: 15px;
  margin-right: 0;
  height:60px;
}
.post-navigation .nav-links .nav-next .rt-nav-info {
  width: 80%;
}
.post-navigation .nav-links .nav-next .rt-nav-img img {
  border-radius: 4px;
  width:100%;
  height:100%;
}
.post-navigation .nav-links .nav-previous a span, .comment-navigation .nav-links .nav-previous a span {
  position: relative;
  text-align: left;
  float: left;
  margin: 0;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.post-navigation .nav-links .nav-next a span, .comment-navigation .nav-links .nav-next a span {
  position: relative;
  text-align: right;
  float: right;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  margin: 0;
}
.post-navigation .nav-links .nav-next a span:before, .comment-navigation .nav-links .nav-next a span:before {
  position: absolute;
  right: 0;
  -webkit-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  color: #696969;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  text-align: center;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
}
.post-navigation .nav-links .nav-previous a span:before,
.comment-navigation .nav-links .nav-previous a span:before{
  position: absolute;
  left: 0;
  -webkit-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  color: #696969;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  text-align: center;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
}
.post-navigation .nav-links .nav-next a span:before,
.comment-navigation .nav-links .nav-next a span:before{
  color: #696969;
}

.comment-navigation {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 0;
  float:left;
  width:100%;
}

.post-navigation {
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 0;
  float:left;
  width:100%;
}

.post-navigation .nav-links, .comment-navigation .nav-links {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width:767px){
  .post-navigation .nav-links .nav-previous {
    width: 100%;
    margin-bottom: 10px;
  }
  .post-navigation .nav-links .nav-next {
    width: 100%;
  }
}
.blog-comments textarea {
  height: 120px;
  padding: 7px 15px 7px 15px;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  background-color: #f8f8f8;
  resize:none;
  margin: 0 0 6px 0;
}
.body-container--blog-post .blog-comments .hs-form-field{
  width: 50%;
  display: inline-block;
}
.body-container--blog-post .blog-comments .hs_comment.hs-comment.hs-fieldtype-textarea {
  width: 100%;
}
.body-container--blog-post .blog-comments .hs-firstname,.body-container--blog-post .blog-comments .hs-email.hs-fieldtype-text{
  padding: 0 15px 0 0 !important;
}

.blog-comments input[type=text],
.blog-comments input[type=email],
.blog-comments input[type=tel],
.blog-comments input[type=url],
.blog-comments input[type=password],
.blog-comments input[type=date],
.blog-comments input[type=time],
.blog-comments select{
  display: inline-block;
  vertical-align: top;
  height: 42px;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  resize: none;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  border-radius: 3px;
  background-color: #f8f8f8;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  color: #989898;
  border: 1px solid #d8d8d8;
  width: 100%;
}

.blog-comments input[type=text]:hover,
.blog-comments input[type=email]:hover,
.blog-comments input[type=tel]:hover,
.blog-comments input[type=url]:hover,
.blog-comments input[type=password]:hover,
.blog-comments input[type=date]:hover,
.blog-comments input[type=time]:hover,
.blog-comments select:hover,
.blog-comments textarea:hover {
  border: 1px solid #34405F;
}

.blog-comments .hs-form-field{
  margin-bottom:15px;
}
.blog-comments .hs-fieldtype-text {
  width: 33.33%;
  float: left;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
.blog-comments .hs_website {
  width: 100%;
  padding: 0;
}
.blog-comments .hs-fieldtype-text:first-child{
  padding-left: 0;
}
.blog-comments .hs-fieldtype-text:last-child{
  padding-right: 0;
}
.blog-comments .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  width: auto;
  float: left;
  padding: 0 15px 0 0;
}
.blog-comments input[type=submit]{
  background-color: transparent !important;
  box-shadow: none !important;
  color: #ffffff;
  padding: 12px 35px 12px 35px !important;
  border: 0px none !important;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  font-size: 12px;
  line-height: 25px;
  font-weight: 600 !important;
  border-radius: 35px;
  z-index:9;
}
.actions {
  display: inline-block;
  position: relative;
  z-index:2;
  overflow:hidden;
  border-radius: 35px;
  background:#273272!important;
}
.actions:hover{
  color: #fff !important;
}
.actions:hover::before {
  opacity: 1;
  width: 100%;
  color: #fff;
}
.blog-comments form input[type=submit]:hover,
.blog-comments form input[type=submit]:focus,
.blog-comments form .hs-button:hover, form .hs-button:focus{
  background-color: none;
  border-color: #fff;
  color: none;
}
.actions::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: #95afcc;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.author-bio {
  overflow: hidden;
  margin: 0px 0 56px;
  padding: 30px;
  border-radius: 4px;
  transition: background .5s,border .3s,border-radius .3s,box-shadow .3s;
  box-shadow: 2px 5px 30px 0px rgb(23 22 139 / 8%);
}
.author-bio .holder .pic{
  width:100px;
  float:left;
  margin-right: 20px;
}
.author-bio .holder .pic img{
  width: 100px;
  height: 100px;
  transform: scale(1);
  border-radius: 100%;
  padding: 10px;
}
.author-bio  .data {
  width: 78%;
  float: left;
}
.author-bio>.holder>.data .title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  color: #1d1847;
  line-height: 32px;
  font-family: poppins,sans-serif;
}
.author-bio>.holder>.data .title a {
  color: #1d1847;
  text-decoration:none;
}
.author-bio>.holder>.data .title span {
  color: #1d1847;
}
article.blog-related-posts__post {
  width: 32%;
  display: inline-block;
  margin: 0 9px;
  overflow: hidden;
  box-shadow: 0px 3px 20px rgb(0 0 0 / 10%);
  vertical-align: top;
}

.blog-related__post-content {
  padding: 15px 23px 23px 23px;
  position:relative;
}
.blog-related__post-content h5 a{
  color:#00174d;
  font-weight:600;
  text-decoration: none;
}
.blog-related-posts__post:first-child{
  margin-left:0;
}
.blog-related-posts__post:last-child{
  margin-right:0;
}
.blog-related-posts__post .blog-related-posts__content {
  padding: 10px 15px;
}

p.blog-header__subtitle {
  margin: 0 auto;
  width: auto;
}
.blog-related-posts__post .blog-related-posts__content h3.blog-related-posts__title{
  font-size: 20px;
  line-height: 30px;
}
.blog-related-posts__post .blog-related-posts__content h3.blog-related-posts__title a {
  color: #000;
  font-size: 20px;
  line-height: 30px;
}
.blog-related-posts .content-wrapper h2 {
  padding-bottom: 20px;
}
article.blog-post {
  padding-bottom: 0;
  padding-top: 99px;
}
section.blog-related-posts {
  padding-top: 0;
}
div.blog-comments {
  margin-bottom: 53px;
  float:left;
  width:100%;
  margin-top:90px;
}
.blog-header__author-social-links {
  margin: 12px 0 0 0;
  display:none;
}
.blog-header__author-social-links a {
  padding: 0 11px 0 0;
}
.blog-header__author-social-links svg {
  height: 16px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
}
body .blog-content {
  padding-right: 0px;
  padding-left:0px;
}

.blog-post__body blockquote{
  background: #fafafa;
  border-width: 0;
  border-left: 4px solid #34405F;
  margin-bottom: 30px;
  overflow: auto;
  padding: 1em 1.5em 1em 1.2em !important;
  width: 100%;
}
.blog-post__body blockquote p{
  font-style: italic;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
}

.blog-comments{
  position:relative;
}
.blog-comments label {
  position: absolute;
  left: 15px;
  top: 10px;
}
.blog-comments .hs-fieldtype-textarea{
  margin-bottom: 2px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.blog-comments .hs-email {
  padding-right: 0;
}
/* Responsive Section Start */

/* LARGE DESKTOP PART */
@media screen and (min-width:1200px){
}

/* DESKTOP PART */
@media screen and (min-width:992px) and (max-width:1199px){
}

@media screen and (min-width:768px) and (max-width:991px){
  .blog-header__inner {
    padding: 0px 15px !important;
  }
  .right-sidebar {
    padding: 0 15px !important;
  }
  .content-wrapper {
    margin: 0 auto;
    padding: 0 5px;
  }
  body .blog-content {
    padding: 0 10px;
  }
  section.blog-related-posts {
    padding-left: 15px;
    padding-right: 15px;
  }
  time.blog-post__timestamp {
    margin-left: 0;
  }
}

/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px){
  .blog-index:first-child .col-lg-4.col-md-6.col-sm-6.col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .blog-index__post-content.blog-index__post-content--large {
    position: relative;
    padding: 38px 0px;
  }
  .blog-index__post-content.blog-index__post-content--large h3{
    font-size:30px;
    line-height:40px;
  }
  time.blog-post__timestamp {
    margin-left: 10px;
  }
  .blog-list-tags {
    left: 15px;
  }
  .author-pic img {
    margin-right: 11px;
  }

  .blog-header__inner p.blog-header__subtitle {
    margin: 0;
  }

  article.blog-post {
    padding-top: 70px;
  }
  .blog-single-post-content h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .author-bio .holder .pic {
    width: 100%;
    margin-right: 0;
  }
  .author-bio {
    padding: 30px 15px;
  }
  .author-bio .data {
    width: auto;
  }
  .author-bio>.holder>.data .title {
    font-size: 16px;
  }
  .blog-comments .hs-fieldtype-text:first-child {
    padding-left: 0;
  }
  .blog-comments .hs-fieldtype-text {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .blog-related-posts__post:first-child {
    margin-left: 0;
  }
  article.blog-related-posts__post {
    width: 100%;
    margin: 0 0 20px 0;
  }
  section.blog-related-posts {
    padding-bottom: 40px;
  }
  .blog-header__inner {
    padding: 0px 15px !important;
  }
  .right-sidebar {
    padding: 0 15px !important;
  }
  .content-wrapper {
    margin: 0 auto;
    padding: 0 5px;
  }
  body .blog-content {
    padding: 0 10px;
  }
  .body-container--blog-post section.blog-related-posts{
    padding-left:15px;
    padding-right:15px;
  }

  .body-container--blog-post .blog-header.blog-header--post {
    padding: 25px 0;
  }
  .blog-index .blog-listing {
    padding: 0 10px;
  }
}
/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){
  .body-container--blog-post .blog-header.blog-header--post {
    padding: 25px 0;
  }
  .right-sidebar {
    padding: 0 15px !important;
  }
  .blog-index__post-content.blog-index__post-content--large {
    position: relative;
    padding: 38px 0px;
  }
  .blog-list-tags {
    margin-left: 3px;
  }
  .blog-header__inner {
    padding: 0px 15px !important;
  }
  .blog-index__post-content.blog-index__post-content--large h3{
    font-size:30px;
    line-height:40px;
  }
  time.blog-post__timestamp {
    margin-left: 10px;
  }
  .blog-list-tags {
    left: 15px;
  }
  .author-pic img {
    margin-right: 11px;
  }

  .blog-header__inner p.blog-header__subtitle {
    margin: 0;
  }
  article.blog-post {
    padding-top: 70px;
  }
  .blog-single-post-content h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .author-bio .holder .pic {
    width: 100%;
    margin-right: 0;
  }
  .author-bio {
    padding: 30px 15px;
  }
  .author-bio .data {
    width: auto;
  }
  .author-bio>.holder>.data .title {
    font-size: 16px;
  }
  .blog-comments .hs-fieldtype-text:first-child {
    padding-left: 0;
  }
  .blog-comments .hs-fieldtype-text {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .blog-related-posts__post:first-child {
    margin-left: 0;
  }
  article.blog-related-posts__post {
    width: 100%;
    margin: 0 0 20px 0;
  }
  section.blog-related-posts {
    padding-bottom: 40px;
  }
  .blog-index:first-child .col-lg-4.col-md-6.col-sm-6.col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .content-wrapper{
    padding:0 5px;
  }
  .blog-related-posts .content-wrapper {
    padding: 0 15px;
  }
  body .blog-content {
    padding: 0 10px;
  }

  .blog-index .blog-listing {
    padding: 0 10px;
  }
}

@media screen and (max-width: 320px){
  .blog-index .blog-listing {
    padding: 0 10px;
  }
  .body-container--blog-post .blog-header.blog-header--post {
    padding: 25px 0;
  }

  .blog-list-tags {
    left: 15px;
  }
  .right-sidebar {
    padding: 0 15px !important;
  }
  .blog-list-tags {
    margin-left: 0;
  }
  time.blog-post__timestamp {
    margin-left: 10px;
  }
  .blog-list-tags {
    left: 15px;
  }
  .author-pic img {
    margin-right: 11px;
  }

  .blog-header__inner p.blog-header__subtitle {
    margin: 0;
  }
  article.blog-post {
    padding-top: 70px;
  }
  .blog-single-post-content h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .author-bio .holder .pic {
    width: 100%;
    margin-right: 0;
  }
  .author-bio {
    padding: 30px 15px;
  }
  .author-bio .data {
    width: auto;
  }
  .author-bio>.holder>.data .title {
    font-size: 16px;
  }
  .blog-comments .hs-fieldtype-text:first-child {
    padding-left: 0;
  }
  .blog-comments .hs-fieldtype-text {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .blog-related-posts__post:first-child {
    margin-left: 0;
  }
  article.blog-related-posts__post {
    width: 100%;
    margin: 0 0 20px 0;
  }
  section.blog-related-posts {
    padding-bottom: 40px;
  }
  .blog-header__inner {
    padding: 0px 15px !important;
  }
  .content-wrapper{
    padding:0 5px;
  }
  body .blog-content {
    padding: 0 10px;
  }
  .blog-index:first-child .col-lg-4.col-md-6.col-sm-6.col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-index__post-content.blog-index__post-content--large {
    position: relative;
    padding: 38px 0px;
  }
  .blog-index__post-content.blog-index__post-content--large h3{
    font-size:30px;
    line-height:40px;
  }
  .blog-related-posts .content-wrapper {
    padding: 0 15px;
  }
}
/*Responsive Section Start*/
/* Custom Css SM */
.blog-single-post-content h3 {
  text-transform: capitalize;
  font-weight: 700;
  text-decoration: none;
  font-family: Poppins,sans-serif;
  font-style: normal;
  color: #00174d;
  font-size: 36px;
  line-height: 45px;
}
p.blog-header__subtitle {
  display: none;
}
.author-bio .holder .data .blog-header__subtitle{
  display: block;
}

.blog-list-tags a,
.right-sidebar .widget.widget_tags ul li a {
  position: relative;
  display: inline-block;
  color: #545454;
  transition: all 0.12s ease-in-out;
  -webkit-transition: all 0.12s ease-in-out;
}

.blog-list-tags a:hover,
.right-sidebar .widget.widget_tags ul li a:hover {
  color: #34405F !important;
}

.blog-list-tags a:before,
.right-sidebar .widget.widget_tags ul li a:before {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0px;
  position: absolute;
  left: auto;
  right: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

.blog-list-tags a:hover:before,
.right-sidebar .widget.widget_tags ul li a:hover:before {
  right: auto;
  left: 0;
  width: 100%;
}

time.blog-post__timestamp i, 
.blog-list-tags i.ti-tag {
  color: #34405F;
  margin-right: 6px;
}

/* BLOG DETAILS FORM BUTTON CSS STARTS */

.body-container--blog-post form input[type=submit]{
  display: inline-block;
  position: relative;
  z-index: 1;
  line-height: 33px;
  font-size: 16px;
  padding: 6px 28px;
  font-weight: 500;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background: #34405F;
  text-align: center;
  -webkit-transition: transform .6s .125s cubic-bezier(.1,.75,.25,1);
  -moz-transition: transform .6s .125s cubic-bezier(.1,.75,.25,1);
  transition: transform .6s .125s cubic-bezier(.1,.75,.25,1);
  text-decoration:none;
  border:1px solid #34405F;
}

.body-container--blog-post .actions {
  display: inline-block;
  position: relative;
  z-index:2;
  overflow:hidden;
  background: #34405F!important;
  border: 1px solid #34405F!important;
  border-radius: 3px;
  text-align:center;
  margin: 0 0px 0 0px;
  -webkit-transition: transform .6s .125s cubic-bezier(.1,.75,.25,1);
  -moz-transition: transform .6s .125s cubic-bezier(.1,.75,.25,1);
  transition: transform .6s .125s cubic-bezier(.1,.75,.25,1);
}

.body-container--blog-post .actions::after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: transform .6s .125s cubic-bezier(.1,.75,.25,1);
  -moz-transition: transform .6s .125s cubic-bezier(.1,.75,.25,1);
  transition: transform .6s .125s cubic-bezier(.1,.75,.25,1);
}

.body-container--blog-post .actions:hover{
  color: #fff !important;
}
.new-comments .actions:hover::before {
  opacity: 1;
  width: 100%;
  color: #fff;
}
.body-container--blog-post form input[type=submit]:hover,
.body-container--blog-post form input[type=submit]:focus,
.body-container--blog-post form .hs-button:hover, form .hs-button:focus{
  color: #ffffff;
  border: 1px solid #34405F;
}

.body-container--blog-post .actions:hover {
  background: #34405F!important;
  color: #ffffff;
  border: 1px solid #34405F;
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
  transition-delay: .1s;
}

.body-container--blog-post .actions::after {
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #ffffff; 
}

.body-container--blog-post form input[type=submit]:hover::after {
  height: 100%;
}

.body-container--blog-post .actions::before {
  display:none;
}

.body-container--blog-post .blog-post {
  padding-top: 120px;
}

.body-container--blog-post section.blog-related-posts {
  padding-top: 63px;
  padding-bottom: 120px;
}

/* BLOG DETAILS FORM BUTTON CSS ENDS*/


@media screen and (min-width: 768px) and (max-width: 991px) {
  .blog-index .blog-listing {
    padding-right: 10px;
    padding-left: 10px;
  }

}

@media screen and (min-width: 1200px) {
  .content-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-container--blog-post section.blog-related-posts {
    padding-top: 0px;
    padding-bottom: 120px;
  }

  .body-container--blog-post .blog-post {
    padding-top: 120px;
  }

  div.blog-comments {
    margin-bottom:0px;
  }
}

@media screen and (max-width: 767px) {
  .body-container--blog-post section.blog-related-posts {
    padding-top: 0px;
    padding-bottom: 80px;
  }

  .body-container--blog-post .blog-post {
    padding-top: 100px;
  }

  div.blog-comments {
    margin-bottom:0px;
  }
}

.blog-single-post-content.blog-single-post-content-large span {
  padding: 0px 0px 0 0;
  fill: #34405F;
}
.blog-single-post-content.blog-single-post-content-large p img {
  width: 47% !important;
  border-radius: 5px;
  padding-top: 20px;
}
.blog-single-post-content.blog-single-post-content-large p img:first-child {
  margin-right: 30px;
}

.body-container--blog-post .right-sidebar .actions {
  width:100% !important;
}

.body-container--blog-post .right-sidebar .actions:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
  transition-delay: .1s;
}



.body-container--blog-post .right-sidebar form input[type=email] {
  display: inline-block;
  vertical-align: top;
  height: 42px;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  resize: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 3px;
  background-color: #f8f8f8;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  color: #989898;
  border: 1px solid #d8d8d8;
  width: 100%;
}


.body-container--blog-post .right-sidebar form input[type=email]:hover {
  border: 1px solid #34405F;
}

.widget-area>#text-2 {
  background: #171f31;
  box-shadow: 0 3px 20px rgb(0 0 0 / 10%);
  border-radius: 4px;
  padding: 20px 20px 20px 20px;
  margin-top: 45px;
}

.widget-area>#text-2 .widget-title {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 25px;
  line-height: 34px;
  color: #fff;
  border-bottom:none;
  text-align:center;
}

.widget-area>#text-2 h5.widget-title:before {
  display:none;
}

.widget-area>#text-2 .textwidget p {
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #a7b4df;
  text-align:center;
}

.right-sidebar .widget-area>section.widget_radiantthemes_image_box_widget {
  box-shadow: 0 3px 20px rgb(0 0 0 / 10%);
  border-radius: 4px;
  padding: 20px 30px 30px 30px;
  margin-bottom: 55px;
  text-align: center;
}

.rt-image-box {
  position: relative;
  margin: auto;
  overflow: hidden;
}
.random-post-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.random-post-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 10px 0 23px 0;
}

.rt-image-box img {
  max-width: 100%;
  transition: transform 1s cubic-bezier(.33,.02,0,.93);
  -webkit-transition: transform 1s cubic-bezier(.33,.02,0,.93);
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.06);
  margin: 0 auto;
}


.random-post-wrapper>.random-post-pic img {
  width: 130px;
  height: 130px !important;
  transform: scale(1);
  border: 2px solid #34405F;
  border-radius: 100%;
  padding: 10px;
}

.rt-image-box:hover img {
  -webkit-transform: scale(1.06) translateX(2%);
  transform: scale(1.06) translateX(2%);
  transition: transform 1s cubic-bezier(.33,.02,0,.93);
}

.random-post-wrapper>.random-post-data {
  padding: 0;
  margin-top: 0;
}

.random-post-wrapper>.random-post-data>.title {
  margin-bottom: 0;
}
.rt-image-box h3 {
  color: #000!important;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 0;
}

#radiantthemes_image_box_widget-2 .random-post-wrapper>.random-post-data p {
  color: #696969!important;
  text-align: center;
}

.random-post-wrapper>.random-post-data>.random-post-excerpt {
  margin-bottom: 0!important;
  color: #fff;
  margin-top: 15px;
}

.right-sidebar .widget-area>section ul.social {
  margin: 15px 0 0 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  display: block;
}

.right-sidebar .widget-area>section ul.social li {
  margin: 0 3px;
  padding: 0;
  text-align: center;
  display: inline-block;
}

.right-sidebar .widget-area>section ul.social li a {
  color: #fff;
  text-decoration:none;
}

.right-sidebar .widget-area>section ul.social li.facebook {
  background: #3a599a;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  text-align: center;
  color: #fff;
  padding: 5px;
}

.right-sidebar .widget-area>section ul.social li.twitter {
  background: #1ca1f0;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  text-align: center;
  color: #fff;
  padding: 5px;
}

.right-sidebar .widget-area>section ul.social li.linkedin {
  background: #0078b5;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  text-align: center;
  color: #fff;
  padding: 5px;
}

.right-sidebar .widget-area>section ul.social li.pinterest {
  background: #cb2026;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  text-align: center;
  color: #fff;
  padding: 5px;
}
.blog-posts .blog-content .title {
  margin-bottom: 15px;
  color: #2e2d2f;
  font-size: 50px;
  line-height: 62px;
  font-weight: 500;
  text-align: center;
}
/*Blog Style Two*/
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.content {
  display: none;
}
#loadMore {
  width: 200px;
  color: #fff;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid transparent;
  background-color: #34405F;
  transition: .3s;
}
#loadMore:hover {
  color: #34405F;
  background-color: #fff;
  border: 1px solid #34405F;
  text-decoration: none;
}
.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}
.blog-posts {
  padding: 0px 0 120px 0 !important;
}
.blog-posts.no-banner {
  padding: 200px 0 120px 0 !important;
}
.blog-posts .blog-content h2 {
  text-transform: capitalize;
  color: #30353b;
  text-align: center;
}
.blog-content p {
  margin: 0;
  text-align: center;
}
.post.style-two {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-posts .blog-item {
  flex: 0 0 33.33%;
  margin-right: 20px !important;
  max-width: calc(33.33% - 20px);
  box-shadow: 0 0 40px 6px rgba(157, 157, 157, 0.21);
}
.blog-item:nth-child(3) {
  margin-right: 0 !important;
}

.blog-posts .style-two.blog-item .holder {
  padding: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border-radius: 4px;
}
.blog-posts .style-two.blog-item .holder .data .tag-name {
  margin-bottom: 15px;
}
.blog-posts .style-two.blog-item .holder .data .tag-name a {
  top: 10px;
  right: 10px;
  z-index: 99;
  text-align: center;
  padding: 4px 12px;
  background: #34405F;
  color: #fff;
  border-radius: 0px;
  font-size: 14px;
  line-height: 28px;
}
.blog-posts .style-two.blog-item .holder .pic {
  position: relative;
  overflow: hidden;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.blog-posts .style-two.blog-item .holder .pic .pic-main img {
  width: 100%;
  height: 100%;
  max-height: 250px;
  object-fit: cover;
  object-position: top center;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: transform 1s cubic-bezier(.33, .02, 0, .93);
  -webkit-transition: transform 1s cubic-bezier(.33, .02, 0, .93);
}
.blog-posts .style-two.blog-item .holder .data {
  padding: 30px 15px;
}
.blog-posts .style-two.blog-item .holder .tag-name a {
  padding: 10px 0;
  font-weight: 600;
  color: #696e79;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  text-transform: capitalize;
}
.blog-posts {
  padding: 200px 0;
}
.blog-posts .style-two.blog-item .holder .data .title a{
  color: #473a69;
}
.blog-posts .style-two.blog-item .holder .data .entry-content p {
  font-size: 16px;
  line-height: 28px;
  color: #696e79;
}
.blog-posts .style-two.blog-item .holder > .data .blog-author-details {
  margin: 0;
  overflow: hidden;
  padding: 5px 0 20px;
}
.blog-posts .style-two.blog-item .holder > .data .blog-author-details a {
  color: #34405F;
}
.blog-posts .style-two.blog-item > .holder > .data .blog-author-details .blog-author-name {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  text-transform: capitalize;
  color: #696969;
  margin-right: 12px;
  padding-right: 12px;
  position: relative;
  display: inline-block;
}
.blog-posts .style-two.blog-item > .holder > .data .blog-author-details .blog-author-name:after {
  content: "";
  background: #303030;
  width: 1px;
  height: 13px;
  position: absolute;
  right: 0px;
  transform: rotate(25deg);
  top: 25%;
}

.blog-posts .style-two.blog-item > .holder > .data .blog-author-details .blog-post-date {
  font-size: 14px;
  line-height: 28px;
  text-transform: capitalize;
  color: #34405F;
  margin-right: 12px;
  display: inline-flex;
}
.blog-posts .style-two.blog-item .holder .read-more-btn {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.blog-posts .style-two.blog-item .holder > .data .read-more-btn a {
  position: relative;
  display: inline-block;
  padding: 0;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  box-sizing: border-box;
  transition: background-size .8s cubic-bezier(.25, .8, .25, 1);
}

.blog-posts .style-two.blog-item .holder > .data .read-more-btn .readmore {
  border: 1px solid #473a69;
  padding: 11px 30px;
  color: #473a69;
  background: transparent;
  transition: all .3s ease-in-out;
}
.blog-posts .style-two.blog-item .holder > .data .read-more-btn .readmore:hover {
  border: 1px solid #34405F;
  padding: 11px 30px;
  color: #fff;
  background: #34405F;
  transition: all .3s ease-in-out
}
.blog-related-posts__list .post.style-one {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  display: inline-block !important;
}
.post.style-one {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-posts .style-one.blog-item .holder {
  padding: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border-radius: 4px;
}
.blog-posts .style-one.blog-item .holder .pic {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.blog-posts .style-one.blog-item .holder .pic .pic-main img {
  width: 100%;
  height: 100%;
  max-height: 250px;
  object-fit: cover;
  object-position: top center;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: transform 1s cubic-bezier(.33, .02, 0, .93);
  -webkit-transition: transform 1s cubic-bezier(.33, .02, 0, .93);
}
.blog-posts .style-one.blog-item .holder .data {
  padding: 30px 15px;
}
.blog-posts .style-one.blog-item .holder .tag-name a {
  padding: 2px 12px;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  text-transform: capitalize;
  background: #34405F;
  border-radius: 4px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.blog-posts .style-one.blog-item .holder .data .title a{
  color: #473a69;
}
.blog-posts .style-one.blog-item .holder .data .entry-content p {
  font-size: 16px;
  line-height: 28px;
  color: #696e79;
}
.read-more-btn {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.blog-posts .style-one.blog-item .author-holder .author-avatar {
  padding-right: 10px;
}
.blog-posts .style-one.blog-item .author-holder {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-posts .style-one.blog-item .author-holder .meta-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 15px;
}
.blog-posts .style-one.blog-item .author-avatar img {
  border-radius: 100%;
  width: 50px;
}
.blog-posts .style-one.blog-item .author-holder .author-attributes {
  display: inline-block;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.blog-posts .style-one.blog-item .author-holder .author-attributes .author, .blog-posts .style-one.blog-item .author-holder .author-attributes .date {
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 14px;
}

.blog-posts .style-one.blog-item .holder > .data .read-more-btn a {
  position: relative;
  display: inline-block;
  padding: 0;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  box-sizing: border-box;
  transition: background-size .8s cubic-bezier(.25, .8, .25, 1);
}

.blog-posts .style-one.blog-item .holder > .data .read-more-btn .readmore {
  border: 1px solid #473a69;
  padding: 11px 30px;
  color: #473a69;
  border-radius: 4px;
}
.blog-posts .style-one.blog-item .holder > .data .read-more-btn .readmore:hover {
  border: 1px solid #34405F;
  padding: 11px 30px;
  color: #fff;
  background: #34405F;
}
@media screen and (max-width: 767px) {
  .blog-posts .blog-item {
    flex: 0 0 100%;
    margin-right: 0px !important;
    max-width: calc(100% );
    box-shadow: 0 0 40px 6px rgba(157, 157, 157, 0.21);
  }
  .blog-posts .style-two.blog-item .author-holder .meta-holder {
    margin-bottom: 15px;
  }
  .blog-posts .blog-item {
    flex: 0 0 100%;
    margin-right: 0px !important;
    max-width: calc(100% );
    box-shadow: 0 0 40px 6px rgba(157, 157, 157, 0.21);
  }
  .blog-posts .style-one.blog-item .author-holder .meta-holder {
    margin-bottom: 15px;
  }
}
.widget-filter-holder .widget_tags .dropbtn {
  background-color: transparent;
  color: #000;
  padding: 10px 25px;
  border: 1px solid #000;
  cursor: pointer;
}

.widget-filter-holder .widget_tags  .dropdown {
  position: relative;
  display: inline-block;
}
.filter-holder .filter-section svg {
  stroke: #000;
  margin-left: 10px;
}
.widget-filter-holder .widget_tags  .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 2;
}
.widget-filter-holder .widget_tags  .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.widget-filter-holder .widget_tags  .dropdown-content a:hover {background-color: #f1f1f1}
.widget-filter-holder .widget_tags  .show {display:block;}
.widget-filter-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.widget-filter-holder .widget_tags {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  padding-top: 40px;
  padding-left: 0px;
  padding-right: 0px;
}
.widget-filter-holder .widget_search {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  padding-top: 40px;
  padding-left: 0px;
  padding-right: 0px;
}
.widget-filter-holder .widget_search .hs-search-field__bar button {
  position: absolute;
  height: 45px;
  padding: 0 30px;
  right: 0;
}
.widget-filter-holder .widget_search input.hs-search-field__input {
  max-width: calc(100% - 180px);
}
.widget-filter-holder .widget_search .hs-search-field__bar form {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .widget-filter-holder .widget_tags {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-top: 40px;
  }
  .widget-filter-holder .widget_search {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-top: 0px;
  }
  .widget-filter-holder .widget_search input.hs-search-field__input {
    max-width: calc(100%);
  }
}
/* Blog Details Start */
.blog-details-one.blog-item .holder {
  padding: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border-radius: 4px;
}

.blog-details-one.blog-item .holder .pic {
  position: relative;
  overflow: hidden;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.blog-details-one.blog-item .holder .pic-main {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 250px 0;
}
.blog-details-one.blog-item .holder .banner-content.data {
  padding: 30px 15px;
  padding: 0;
  margin-top: -120px;
}
.blog-details-one.blog-item .holder .banner-content {
  width: 67%;
  margin: 0 auto;
}
.blog-details-one.blog-item .holder .banner-content .content-box {
  background: #fff;
  padding: 40px 40px 0;
}

.blog-details-one.blog-item .holder .data .title{
  margin-bottom: 15px;
  color: #2e2d2f;
  font-size: 50px;
  line-height: 62px;
  font-weight: 500;
}
.blog-details-one.blog-item .holder .data p,
.blog-details-one.blog-item .post-content p {
  font-size: 16px;
  line-height: 28px;
  color: #696e79;
  width: 100%;
  padding-bottom: 15px;
  text-align: left;
}
.blog-details-one.blog-item .post-content {
  width: 67%;
  margin: 0 auto;
  padding: 40px;
}
.blog-details-one.blog-item .post-content .author {
  font-size: 20px;
}
.blog-details-one.blog-item .post-content .author a {
  border-bottom: 0;
  font-size: 20px;
  color: #2e2d2f;
}
.blog-details-one.blog-item .tag-content {
  width: 67%;
  margin: 0 auto;
  padding: 0 40px;
}
.blog-details-one.blog-item  .tag-name {
  margin-bottom: 15px;
}
.blog-details-one.blog-item  .tag-name a {
  font-size: 14px;
  line-height: 50px;
  border-radius: 50px;
  border: 1px solid #000;
  color: #000;
  padding: 8px 12px;
  margin: 5px;
  white-space: nowrap;
}
.blog-item.blog-details-one.post p img {
  width: 48% !important;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top:15px;
}
span#hs_cos_wrapper_ svg {
  fill: #34405F;
}

@media screen and (max-width: 767px) {
  .blog-details-one.blog-item .holder .data .title {
    margin-bottom: 15px;
    color: #2e2d2f;
    font-size: 25px;
    line-height: 35px;
  }
  .blog-details-one.blog-item .holder .banner-content {
    width: 80%;
    margin: 0 auto;
  }
  .blog-details-one.blog-item .post-content {
    width: 80%;
    margin: 0 auto;
    padding: 40px;
  }
  .blog-details-one.blog-item .tag-content {
    width: 80%;
    margin: 0 auto;
    padding: 0 40px;
  }
}