.blog-banner {
  background-image: url(../images/blog-banner.webp);
  height: auto;
  padding: 56px 0px;
  background-size: cover;
  background-position: right;
}

.about-banner .banner-hd p,
.blog-banner .banner-hd p {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.banner-wrapper {
  padding: 0;
}

.banner-stars {
  margin: 8px auto;
  padding: 3px 0 7px;
  border-top: 2px dashed #bbb;
  border-bottom: 2px dashed #bbb;
  display: inline-block;
  text-align: center;

}
.banner-stars > i {
  color: #f7941d;
  font-size: 12px;
}
.banner-stars > h3 {
  color: #fff;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 0;
  font-weight: 400;
}

.banner-hd h5 {
  background-color: #fff;
  font-weight: 400;
  font-size: 32.34px;
  display: inline-block;
  line-height: 50px;
  padding: 0px 25px;
}

.banner-hd h3 {
  color: #fff;
  font-size: 52px;
  font-weight: 400;
  line-height: 61px;
}

.banner-hd p {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
}

.anim-text{
  font-weight: 600;
  font-size: 48px;
  color: #fff;
  line-height: 58px;
  margin: 5px 0 10px 0;

}

/* Blue button */
.blog-cta-btn a{
  padding: 11px 61px;
  color: var(--theme-white-color);
}

.blog-cta-btn a:hover{
  box-shadow: 0 0 13px -4px #dfdddd;
}


.custom-breadcrumb-sec {
  padding: 8px 0;
}

.custom-breadcrumb {
  background-color: transparent;
  padding: 20px 0 15px 0;
  margin-bottom: 0;
}

.custom-breadcrumb a {
  font-size: 18px;
  color: #002768;
}

.breadcrumb-item.active {
  color: #000;
}

.blog-grid .item {
  margin-bottom: 3rem;
}

.text-center {
  text-align: center !important;
}

.content-block::before {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 50px rgba(166, 209, 237, 0.2);
  box-shadow: 0 10px 50px rgba(166, 209, 237, 0.2);
  z-index: -2;
}

.content-block::after {
  content: " ";
  width: 95%;
  height: 95%;
  z-index: -3;
  position: absolute;
  top: auto;
  bottom: 1px;
  left: 1px;
  border-radius: 12px;
  background-image: -webkit-linear-gradient(
    100deg,
    rgba(51, 51, 51, 0.05),
    #1752a6
  );
  background-image: -o-linear-gradient(100deg, rgba(51, 51, 51, 0.05), #1752a6);
  background-image: linear-gradient(100deg, rgba(51, 51, 51, 0.05), #1752a6);
  background-repeat: repeat-x;
  outline: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.content-block:hover::after {
  -webkit-transform: rotate(2deg) translateX(-5px) translateY(16px);
  -ms-transform: rotate(2deg) translateX(-5px) translateY(16px);
  transform: rotate(2deg) translateX(-5px) translateY(16px);
}

.content-block {
  height: 100%;
  display: block;
  background: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  outline: none;
  padding-bottom: 0;
  box-shadow: 0 0 8px 0px rgb(0 0 0 / 35%);
  overflow: hidden;
  padding-bottom: 25px;
}

.img-container {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.content-block img {
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  object-fit: cover;
  height: 100%;
}

.blog-grid .content-block h5 {
  padding: 20px 25px 0;
  margin-bottom: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: left;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  height: 80px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.detailPage-breadcrumb.custom-breadcrumb {
  border-bottom: 1px solid #a4a4a4;
}
.content-block__sub-title {
  display: block;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #69798d;
  font-weight: 300;
  margin-bottom: 8px;
  display: none;
}

.img-container .image-overlay-content {
  padding: 0 5px 5px 0px;
  display: none;
}
.image-overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 5px 15px 0px;
}

.image-overlay-content .image-content {
  padding: 0px 0px 3px 10px;
  -webkit-text-fill-color: unset;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(to right, white, rgba(0, 0, 0, 0)) 1 0%;
  border-top: 0;
}
.image-content-box {
  text-align: right;
}
.image-content-box img.content-img {
  width: 110px;
  margin: 0 0 0 auto;
}
.post-info figure .image-content {
  font-size: 28px;
  font-weight: 500;
  display: inline-block;
  padding-right: 120px;
  margin-bottom: 50px;
}

.post-info figure img.content-img {
  width: 140px;
}
div#hidePopup {
  display: none;
}

.Foundation__Inner-sc-11tbro4-1.bUoWVj .emvbRO + a {
  display: none !important;
}

.book-cover-p {
  padding: 30px 0 !important;
}

.book-cover {
  padding: 0.5rem 13px;
}

/* breadcrumb */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  content: "";
  background-image: url("../images/right-chevron.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  width: 20px;
  height: 20px;
  background-position: 4px 8px;
}

.custom-breadcrumb-sec {
  padding: 10px 0;
}


.custom-breadcrumb a {
  font-size: 18px;
}

/* news-logos */
.news-wrapper p {
  font-size: 18px;
  line-height: 30px;
}

/* resource-sec-styling */

.content-wrapper p {
  line-height: 30px;
}

.counter-box p {
  font-size: 14px;
}

.resource-box-img + img {
  margin: 15px 0px 0px 0px;
  box-shadow: 15px 15px 0 0 #8aa5ca;
}

.content-wrapper .counter-box {
  flex: 0 1 30.33333%;
}

/* .resource-sec-start-here */

.resource-sec {
  padding: 109px 0px 75px;
}

.resource-content-box {
  margin-left: 50px;
}

.resource-inner-hdg > h2 {
  margin-bottom: 25px;
}

.resource-img-box + img {
  margin: 15px 0px 0px 0px;
  box-shadow: 15px 15px 0 0 #8aa5ca;
}

.resource-list li i {
  color: #174f9f;
  margin-right: 15px;
  font-size: 9px;
}

.resource-content > h2 {
  margin-bottom: 25px;
}

.resource-content p {
  padding-right: 83px;
}

.resource-list li {
  font-size: 18px;
  line-height: 32px;
  color: #666666;
}

/* authors-sec-styling */

/* temporary none */
.authors-sec {
  display: none;
  padding-bottom: 55px;
}

.author-box {
  padding: 20px;
  background-color: #f4f3ec;
  height: 100%;
}

.author-box > .author-hdg-rating {
  margin: 20px 0 10px;
}

.author-hdg-rating svg {
  width: 16px;
  height: 16px;
}

.author-box:hover {
  background-image: -moz-linear-gradient(
    90deg,
    rgba(21, 72, 144, 0.99608) 0%,
    rgb(29, 107, 218) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgba(21, 72, 144, 0.99608) 0%,
    rgb(29, 107, 218) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgba(21, 72, 144, 0.99608) 0%,
    rgb(29, 107, 218) 100%
  );
}

.author-box:hover h3,
.author-box:hover p {
  color: #fff;
}

.author-box:hover .author-hdg-rating span {
  color: #fff;
}

.author-box h3 {
  margin: 16px 0px;
  font-size: 22px;
  color: #999999;
  font-family: "Antic Slab", serif;
}

.author-box img {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.3);
  border: 1.5px solid transparent;
  transition: all 0.2s linear;
}

.author-box:hover img {
  border-color: #fff;
}

.author-box p {
  line-height: 24px;
  color: #999999;
}

.author-content p {
  line-height: 24px;
  color: #999999;
}

.author-content {
  padding: 0px 50px 46px;
}

.author-buttons {
  text-align: center;
  margin-top: 47px;
}

.author-buttons .btn-1 {
  margin-right: 15px;
}

.name-month a i {
  color: #1d6ad7;
  margin-right: 10px;
}

.article-wrapper {
  padding: 20px 0;
}

.name-month + h1,
.name-month + h2 {
  margin-bottom: 20px;
  color: #000;
}

.name-month > a {
  color: #666666;
  margin-right: 10px;
}
.article-heading p {
  line-height: 1.5rem;
  font-size: 0.87rem;
}

.article-wrapper h1,
.main-hdg h1 .letter {
  line-height: 80px;
}
.post-info img {
  max-width: 100%;
}

 figure{
  margin: 0;
}