.blog-listing-page .subpage-banner,
.blog-listing-page .subpage-banner img {
  height: 400px;
}
.blog-listing-page .subbanner-content {
  top: 190px;
}
.blog-listing-page .subbanner-content h1 {
  width: 100%;
  max-width: 490px;
  margin: 0px auto;
}
.blog-listing-page .item {
  height: auto;
}
.blog-main {
  padding: 70px 0px 20px 0px;
}
.readmore {
  display: flex;
}
.featured-blog-right a,
.blog-content a {
  text-decoration: none;
  color: #111111;
  position: relative;
  padding-right: 5px;
  align-items: baseline;
  display: inline-block;
  overflow: hidden;
}
.featured-blog-right a.learn-more,
.blog-content a.learn-more {
  width: 11rem;
  height: auto;
}
.featured-blog-right a.learn-more .circle,
.blog-content a.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 2.8rem;
  height: 2.8rem;
  background: #0c1015;
  border-radius: 1.625rem;
}
.featured-blog-right a.learn-more .circle .icon,
.blog-content a.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.featured-blog-right a.learn-more .circle .icon.arrow,
.blog-content a.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 8px;
  width: 30px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border-radius: 50px;
}
.featured-blog-right a.learn-more .circle .icon.arrow::before,
.blog-content a.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #fff;
  line-height: 20px;
}
.featured-blog-right a.learn-more .button-text,
.blog-content a.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #282936;
  line-height: 1.3;
  font-size: 18px;
  text-align: center;
}
.featured-blog-right a:hover .circle,
.blog-content a:hover .circle {
  width: 100%;
}
.featured-blog-right a:hover .circle .icon.arrow,
.blog-content a:hover .circle .icon.arrow {
  left: 8px;
  background-color: #f7c51e;
}
.featured-blog-right a:hover .button-text,
.blog-content a:hover .button-text {
  color: #fff;
}

.featured-blog.owl-theme .owl-dots {
  margin-top: 70px;
  position: relative;
  bottom: 0;
}
.featured-blog.owl-theme .owl-dots .owl-dot span {
  background-color: #dadada;
  width: 20px;
  height: 8px;
}
.item .featured-blog-left img {
  height: 339px;
  border-radius: 10px;
}
.featured-blog.owl-theme .owl-dots .owl-dot.active span {
  background-color: #f7c51e;
  width: 40px;
}
.featured-blog-right {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.relatedblogs-inner img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.blog-content {
  padding: 10px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-content h3 {
  flex-grow: 1;
  line-height: 30px;
}
.blogs-date {
  margin-bottom: 10px;
}
.blogs-date p {
  font-weight: 500;
  margin-bottom: 0px;
}
.relatedblogs-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-category {
  padding: 20px 0px;
}
.blog-category #category-buttons {
  gap: 10px;
  display: flex;
}
#category-buttons .category-btn {
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
}
#category-buttons .category-btn.category-btn-active {
  background-color: #f7c51e;
}
.blog-banner-detail {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}
.blog-banner-cont {
  position: absolute;
  bottom: 50px;
  text-align: left;
  width: 100%;
  max-width: 600px;
}
.blog-banner-cont h1,
.blog-banner-cont p {
  color: #fff;
}
.blog-banner-detail img {
  height: 100%;
  width: 100%;
}
.detail-blog-content {
  padding: 50px 0px 30px 0px;
}
.left-menu-bar {
  background-color: rgba(28, 64, 107, 1);
  position: sticky;
  top: 10px;
  border-radius: 10px;
  padding: 20px 15px;
  transition: 0.3s ease-out;
}
.left-menu-bar.top-more-space {
  top: 130px;
  transition: 0.3s ease-out;
}
.left-menu-bar ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0px;
}
.left-menu-bar ul li {
  padding-bottom: 10px;
  line-height: 22px;
}
.left-menu-bar ul li:last-child {
  padding-bottom: 0px;
}
.left-menu-bar ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.left-menu-bar ul li a.active {
  color: #f7c51e;
}
.blog-section {
  padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
/* .blog-section.top-more {
  scroll-margin-top: 100px;
  margin-top: 120px;
} */
.blog-right-cont h2 {
  font-size: 25px;
  line-height: 37px;
  padding-bottom: 15px;
}
.blog-right-cont h3 {
    font-size: 20px;
    padding-bottom: 9px;
}
.blog-right-cont p a {
    color: #1c406b;
}
.blog-section ul {
  list-style-type: none;
  padding-left: 0;
}
.blog-section li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  line-height: 25px;
}
.blog-section li:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  color: #1c406b;
  font-size: 16px;
}
.blog-section li span,
.blog-section p span {
  font-weight: 600;
}
nav.pager {
  width: 100%;
  padding: 60px 0px 0px 0px;
}
nav.pager ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style-type: none;
  padding-left: 0;
}
nav.pager ul a {
  background-color: #dadada;
  text-decoration: none;
  padding: 4px 10px;
  color: #000;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
nav.pager ul li.is-active a,
nav.pager ul li a:hover {
  background-color: #f7c51e;
}