.recent-post-outer {
  background-color: #002a4e;
  padding: 50px 0;
}
.recent-post-inner {
  display: flex;
  flex-wrap: wrap;
}
.post_left {
  width: 45%;
}
.post_right {
  width: 55%;
  padding-left: 50px;
}
a.featured_image {
  display: block;
  padding: 40% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height:100%;
  display:flex;
}
.post_right h2 {
  color: #fff;
  position: relative;
  padding-bottom: 20px;
}
.post_right h2:before {
  position: absolute;
  content: '';
  left: 0;
  border-bottom: 4px solid #fff;
  width: 200px;
  bottom: 0;
}
.post_right h3, .post_right h3 a {
  color: #fff;
  display: inline-block;
}
time.blog-listing__post-timestamp {
  display: block;
  margin-bottom: 40px;
  color: #fff;
}
.blog-listing__post-summary, .blog-listing__post-summary p {
  font-size: 16px !important;
  line-height: 1.5 !important;
  margin: 10px 0;
}
.post_right h3 {
  margin-bottom: 8px;
}
.recent-post-inner a.read_more {
  color: #fff;
  display: inline-block;
  margin-top: 10px;
}
.blog-listing__post-summary a {
  color: #fff;
  text-decoration: underline;
}

.blog-bg-white {
  background-color: #ffff;
}
.blog-index__post {
  flex: 0 0 100%;
  padding: 1rem;
}
.blog-index article.blog-index__post {
  padding: 0px;
}
section.blog-index article.blog-index__post {
  width: calc(33.33% - 34px) !important;
  margin-right: 50px;
  margin-bottom: 60px;
  flex: inherit;
  position: relative;
}
section.blog-index article.blog-index__post:nth-child(3n) {
  margin-right: 0px;
}
.publlish_date {
  text-align: center;
  color: #6b7c8e;
  font-weight: 600;
  margin-bottom: 0;
  color: #6B7C8E;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: left;
}
.section-bg {
  background-position: 50%!important;
  background-repeat: no-repeat;
  background-size: cover!important;
}

.featured-image {
  background-color: #f7f7f7;
  min-height: 300px;
  position: relative;
}
.featured-image.section-bg.aos-init.aos-animate{
  padding: 33% 0;
  min-height: unset;
  margin-bottom: 0 !important;
}
.featured-image a.link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.featured-image .category {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.blog-post__tag-link {
  background-color: #002a4d;
  color: #fff;
  display: block;
  padding: 6px 15px;
  text-transform: uppercase;
}
.read-more a {
  transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
}
.read-more a:hover {
  color: #f5ec4e;
}
.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
}
.blog-bg-white section.blog-index {
  padding-top: 50px;
}
.blog-bg-white .category {
  display: none;
}
.blog-bg-white .category {
  display: none;
}
.blog-bg-white .blog_post_title h4 a {
  font-size: 16px;
  font-weight: 600;
  color: #6b7c8e;
}
.blog-bg-white .blog_post_title {
  margin-bottom: 11px;
}
.blue_title h4, .blue_title h4 a{
  color: #002a4d !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 1.3px;
  line-height: 20px;
}


.post-item-bottom-btn.see-more-outer {
  text-align: center;
  width: 100%;
}
.post-item-bottom-btn.see-more-outer .load-more.button.error {
  display: none !important;
}
.post-item-bottom-btn.see-more-outer span#loady {
  background-color: #002a4d;
  border-color: #002a4d;
  border-radius: 3px;
  color: #fff;
  padding: 13px 25px!important;
  display: inline-block;
  margin-top: 50px;
}

.post_listing_outer.blog-listing-wrapper-outer .blog_post_title h4 {
    line-height: 1;
    min-height: 55px;
}


@media (max-width: 1025px){
  section.blog-index article.blog-index__post {
    width: calc(50% - 25px) !important;
  }
  section.blog-index article.blog-index__post:nth-child(2n) {
    margin-right: 0px;
  }
  section.blog-index article.blog-index__post:nth-child(3n) {
    margin-right: 50px;
  }
}

@media (max-width:991px){
  .post_left, .post_right {
    width: 100%;
    padding-left: 0;
  }

  .post_right {
    margin-top: 40px;
  }  
}
@media (max-width: 767px){
  section.blog-index article.blog-index__post {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 50px;
  }
  section.blog-index article.blog-index__post:nth-child(2n) {
    margin-right: 0px;
  }
  section.blog-index article.blog-index__post:nth-child(3n) {
    margin-right: 0;
  }
 .post_listing_outer.blog-listing-wrapper-outer .blog_post_title h4 {
    min-height: unset;
}
.recent-post-outer.blog-listing-wrapper-outer {
    padding: 50px 0 0;
} 
.post-item-bottom-btn.see-more-outer span#loady {
   margin-top: 0;
}  
}



