.blog-page-section {
  position: relative;
  padding: 95px 0px 90px;
}
.news-block-two {
  position: relative;
  margin-bottom: 30px;
}
.news-block-two .inner-box {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}
.news-block-two .inner-box {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}
.news-block-two .inner-box .image {
  position: relative;
  overflow: hidden;
  background-color: #105bc1;
}
.news-block-two .inner-box .lower-content {
  position: relative;
  padding: 30px 30px 25px !important;
  background-color: #ffffff;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.read-more button {
  /* background: #fc470e; */
  /* color: #fff; */
  /* padding: 8px 14px; */
  /* border: none; */
  /* border-radius: 50px; */
  /* font-weight: 700; */
  /* margin: 10px 0; */
  width: 140px;
  border: 2px solid #046cdd;
  background: #046cdd;
  padding: 9px 0;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  animation-name: pulse-2;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
/* .news-block-two .inner-box .lower-content a {
  color: #000;
  display: block;
  padding: 10px 0;
  font-size: 26px;
} */
.blog-detail {
  position: relative;
  margin-bottom: 30px;
}
.blog-detail .inner-box .lower-content {
  position: relative;
  padding: 10px 40px;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
}
.related-news {
  padding: 50px 0 0 0;
}
.blog-detail .inner-box .lower-content {
  position: relative;
  padding: 40px 40px;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
}
.blog-inner {
  height: 245px !important;
  padding: 90px 0;
  background-position: center !important;
  background-size: cover !important;
}

.sidebar-page-container {
  padding: 100px 0;
}
.blog-detail .inner-box .lower-content p {
  position: relative;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 18px;
}
.image {
  width: 100%;
  height: 100%;
}

.image img {
  width: 100%;
}

.blogs-add {
  height: 240px;
}
.lower-content h4 {
  font-size: 18px;
  font-weight: 700;
}
.blog-desc {
  font-size: 15px;
  padding-bottom: 10px;
}

.related-news .blog-desc {
    color: #000;
}

.lower-content h2 strong {
    color: #f95d08;
}

/* .lower-content ul li {
    color: #fff;
} */
.lower-content .lower-content ul li {
    color: #000000;
}

/* .related-news h4 {padding-bottom: 14px;color: #f95d08;font-size: 46px;font-weight: 700;} */

.btn-red a {
    color: #fff !important;
}
.news-block-two .inner-box .lower-content .blog-btn {
    border-radius: 24px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 10px 5px !important;
    transition: 0.5s !important;
}

.btn-red {
    background-color: #f95d08 !important;
    border: 1px solid #f95d08 !important;
}
.btn-red:hover {
    background-color: #000000 !important;
    border: 1px solid #ffffff !important;
}
/* .news-block-two .inner-box .lower-content .blog-btn:hover {
  background: #000;
    transition: all ease 0.5s;

    border: 1px solid #fff;
} */
.lower-content h4 a {
  color: #000;
}
.lower-content h2 {
  color: #000;
}

.about-banner h1  {
  line-height: 110px !important;
}
.btn.blog-btn .themes-btn {
    padding: 10px 30px !important;
}