/* Blog Page Css Start */
.blog-main .item {
  padding: 20px !important;
  box-shadow: 0 0 10px #0000000d !important;
  margin: 10px !important;
}

.blog-content span a {
  color: black;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.2s ease-in;
}

.blog-content span a:hover {
  color: #023E8A;
}

.blog-content h4{
  color: #000;
  transition: all 0.2s ease-in
}

.blog-content h4:hover{
  color: #023E8A;
}

.blog-button {
  font-size: 14px;
  color: #023E8A;
  background-color: #fff;
  border: 2px solid #023E8A;
  border-radius: 60px;
}

.blog-body .btn-1:hover {
  color: #fff;
}


/* Blog Page Css End */


/* inner blog css start */
.blog-post .blog-header {
  min-height: 100vh;
}

.blog-header {
  height: 100vh;
  width: 100%;
  background-position: 50%;
  background-size: contain !important;
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  background: url(../imgs/single-blog/single-post.webp);
}

.header-filter:before {
  background: rgba(0, 0, 0, .5);
}

.header-filter:after,
.header-filter:before {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
}

.blog-header .blog-title,
.blog-header>.container {
  color: #fff;
}

.inner-blog-title{
  color: #444444;
  font-weight: 700;
}

.blog-title {
  margin-top: 30px;
  margin-bottom: 25px;
  min-height: 32px;
}

.header-filter .container {
  z-index: 2;
  position: relative;
}


.main-raised {
  margin: -60px 30px 30px;
  border-radius: 6px;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}

.inner-blog-main {
  background: #fff;
  position: relative;
  z-index: 3;
}

.inner-blog-tags {
  padding: 70px 0;
}

.blog-post .section-text {
  padding-bottom: 0;
}

/* .section-image, */
.inner-blog-section
{
  background-position: 50%;
  background-size: cover;
}

.section-text h4{
  font-weight: 600 !important;
  font-size: 24px;
}

.section-text h5{
  font-weight: 500;
  font-size: 22px;
}

.inner-blog-main .section-text p {
  font-size: 1rem;
  line-height: 1.5em;
  color: #555;
  margin-bottom: 30px;
}

.blog-badge {
  display: inline-block;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  padding: 5px 12px;
  text-transform: uppercase;
  font-size: 10px;
  color: #fff;

}

.blog-badge-pill {
  border-radius: 10rem;
}


.blog-badge.blog-badge-primary {
  background-color: #023E8A;
}

.media-body a, .sidebar-widget a{
  color: #555;
  transition: 0.2s ease-in;
}

.media-body a:hover{
  color: #023E8A;
}



/* inner blog css end */