.theme_post_grid__Slider.theme-main-slider {
  position: relative;
  overflow: visible;
}

.blog-post-slide-item.swiper-slide {
  position: relative;
  height: 700px;
}

.blog-post-slide-wrap {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 570px;
  position: relative;
  max-width: 1175px;
  margin: 0 0 0 auto;
  background-color: #f8f8f8;
}

.blog-post-slide-content {
  left: 0;
  background: #fff;
  padding: 20px 35px 35px 35px;
  max-width: 730px;
  min-height: 280px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: #eeeeee70 2px 2px 20px;
}

.blog-post-slide-content .post-meta-items {
  margin-bottom: 24px;
}

.blog-post-slide-content .post-meta-items {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  flex-wrap: wrap;
}

.blog-post-slide-content .post-meta-items div {
  position: relative;
  display: inline-block;
}
.blog-post-slide-content .post-meta-items div:not(:last-child) {
  margin-right: 16px;
  padding-right: 16px;
}

.blog-post-slide-content .post-meta-items div a {
  text-transform: capitalize;
}

.blog-post-slide-content .post-meta-items div a:hover {
  color: #ff4063;
}

.blog-post-slide-content .post-meta-items .author-name img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
}

.blog-post-slide-content .post-meta-items div:after {
  position: absolute;
  right: -3px;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #eb6035;
  content: "";
  border-radius: 50%;
  margin-top: -3px;
}

.blog-post-slide-content .post-meta-items div:last-child:after {
  background: none;
}

.theme-slide-style-one .blog-post-slide-content {
  position: relative;
  bottom: 149px;
}
.theme-slide-style-one .read-btn-box a {
  color: #fff;
}

.main-slider-btn-wrap {
  display: flex;
  width: 180px;
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 9;
  justify-content: space-between;
}
.main-slider-btn-wrap .swiper-button-next,
.main-slider-btn-wrap .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: #f5f5f5;
  border-radius: 50px;
}
.main-slider-btn-wrap .swiper-button-next:after,
.main-slider-btn-wrap .swiper-button-prev:after {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111111;
}
.main-slider-btn-wrap .swiper-button-next:hover:after,
.main-slider-btn-wrap .swiper-button-prev:hover:after {
  color: #e95a0c;
}
.read-btn-box {
  display: inline-block;
}

.read-btn-box a {
  display: inline-block;
  position: relative;
  background: #5138ee;
  color: #fff;
  padding: 17px 70px 17px 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.4s ease-in;
}

.read-btn-box a:before {
  position: absolute;
  right: 7px;
  top: 7px;
  background: #fff;
  width: 45px;
  height: 38px;
  content: "\ea5d";
  font-family: "IcoFont";
  color: #5138ee;
  text-align: center;
  font-weight: normal;
  font-size: 22px;
  line-height: 38px;
}

.read-btn-box a:hover {
  background: #ff4063;
}

.read-btn-box a:hover:before {
  color: #ff4063;
}
.post-meta-right div.category-box {
  padding-left: 26px;
}

.post-meta-right div {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-right: 20px;
}
.post-meta-right div.read-time-box {
  padding-left: 26px;
  text-transform: capitalize;
}

.post-meta-right div.category-box:before {
  position: absolute;
  left: 0;
  top: 0px;
  content: "\f004";
  font-family: "IcoFont";
  color: #22dec1;
  transform: rotate(90deg);
}

.post-meta-right div.read-time-box:before {
  position: absolute;
  left: 0;
  top: 0px;
  content: "\ec4e";
  font-family: "IcoFont";
  color: #ff4063;
  font-weight: normal;
}

.post-meta-right div:last-child {
  margin-right: 0;
}
.blog-post-slide-content .post-meta-right div a {
  background: transparent !important;
  text-transform: capitalize;
}

/* Slider Two */

.theme-slider-two-wrap .blog-post-slide-content {
  position: relative;
  box-shadow: 0 0px 30px 0 rgb(119 123 146 / 10%);
  z-index: 99;
  left: 50%;
  margin-left: -300px;
  border: 0px;
  overflow: visible;
  text-align: left;
  padding: 28px 30px 35px 35px;
  min-height: auto;
  bottom: 112px;
  margin-bottom: 0;
}

body.page
  .theme-page-spacing
  .entry-content
  .theme-slider-two-wrap
  .blog-post-slide-content
  h2.post-title {
  text-align: left;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 800;
}

.theme-slider-two-wrap .blog-post-slide-content .post-meta-items {
  text-align: left;
  display: block;
  margin-bottom: 0px;
}

.theme-slider-two-wrap .blog-post-slide-content .category-box {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 8px;
}

.theme-slider-two-wrap .blog-post-slide-content .category-box a {
  background: transparent !important;
}

.theme-slider-two-wrap .blog-post-slide-content .category-box:before {
  position: absolute;
  left: 0;
  top: 0px;
  content: "\f004";
  font-family: "IcoFont";
  color: #ff4063;
  transform: rotate(90deg);
}

.author-name a {
  display: inline-block;
}
.grid-post-meta-right.comments-views {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* Post Block CSS */
.grid-thumbnail-one-wrap .category-box {
  display: inline-block;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 30px;
  left: 30px;
}
.grid-thumbnail-one-wrap .category-box a {
  padding-left: 36px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  background: #5138ee;
  position: relative;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-thumbnail-one-wrap .category-box a:not(:last-child) {
  margin-right: 0.5rem;
}
.grid-thumbnail-one-wrap .category-box a:before {
  position: absolute;
  left: 10px;
  content: "\f004";
  font-family: "IcoFont";
  color: #fff;
  transform: rotate(90deg);
}

.post-grid-wrapper-one-inner {
  position: relative;
  margin-bottom: 30px;
}

.post-grid-wrapper-one-inner .grid-thumbnail-one-wrap {
  position: relative;
}

.main-content-inner {
  margin-bottom: 4rem;
}
.post_grid_design_one.post-grid-wrapper-one
  .row
  .col-lg-6:nth-child(2)
  .grid-thumbnail-one-wrap
  .read-time-box {
  background: #2bd8bd;
}

.post_grid_design_one.post-grid-wrapper-one
  .row
  .col-lg-6:nth-child(3)
  .grid-thumbnail-one-wrap
  .read-time-box {
  background: #5138ee;
}

.post_grid_design_one.post-grid-wrapper-one
  .row
  .col-lg-6:nth-child(4)
  .grid-thumbnail-one-wrap
  .read-time-box {
  background: #f3be2f;
}

.post_grid_design_one.post-grid-wrapper-one
  .row
  .col-lg-6:nth-child(6)
  .grid-thumbnail-one-wrap
  .read-time-box {
  background: #22dec1;
}

.grid-thumbnail-one-wrap .read-time-box {
  display: flex;
  background: #ff4063;
  color: #fff;
  padding-left: 36px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
  text-transform: capitalize;
  position: absolute;
  right: 30px;
  bottom: 30px;
  justify-content: center;
  align-items: center;
}

.grid-thumbnail-one-wrap .read-time-box:before {
  position: absolute;
  left: 10px;
  content: "\ec4e";
  font-family: "IcoFont";
  color: #fff;
  font-weight: normal;
}

.post-grid-content-one {
  background: #fff;
  padding: 28px 35px 28px 35px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.post-grid-content-one .post-meta-items {
  margin-bottom: 13px;
}

.post-grid-content-one .post-meta-items {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  flex-wrap: wrap;
}

.post-grid-content-one .post-meta-items div:not(:last-child) {
  position: relative;
  margin-right: 12px;
  padding-right: 12px;
  display: inline-block;
}
.post-grid-content-one .post-meta-items .author-name a {
  text-transform: capitalize;
}
.post-grid-content-one .post-meta-items .author-name img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-right: 6px;
  display: inline-block;
}

.post-grid-content-one .post-meta-items div:after {
  position: absolute;
  right: -3px;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #eb6035;
  content: "";
  border-radius: 50%;
  margin-top: 0px;
}

.post-grid-content-one .post-meta-items div:last-child:after {
  background: none;
}
.post-grid-content-one .post-read-btn {
  display: inline-block;
}

.post-read-btn a {
  display: inline-block;
  position: relative;
  color: #8f8f8f;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  padding-top: 4px;
  padding-bottom: 7px;
}

.post-read-btn a i {
  font-style: normal !important;
  font-weight: 400;
  position: relative;
  top: 4px;
  font-size: 18px;
}

.post-read-btn a:hover,
.post-grid-content-one .post-read-btn a:hover i,
.latest-post-list-btn .post-read-btn a:hover i {
  color: #ff4063;
}

.post-grid-content-one .grid-meta-bottom-items {
  margin-top: 27px;
}

.post-grid-content-one .grid-post-meta-right div {
  display: inline-block;
  position: relative;
  padding-right: 1.5rem;
  padding-left: 20px;
  font-size: 14px;
}
.post-grid-content-one .grid-post-meta-right div:last-child {
  padding-right: 0;
}

.post-grid-content-one .grid-post-meta-right .post-view-box:before {
  position: absolute;
  left: -6px;
  top: 0px;
  content: "\e80b";
  font-family: "IcoFont";
  font-weight: normal;
}

.post-grid-content-one .grid-post-meta-right .post-comment-number:before {
  position: absolute;
  left: -6px;
  top: 0px;
  content: "\eff2";
  font-family: "IcoFont";
  font-weight: normal;
}
.post-grid-content-one .post-meta-items .author-name a,
.post-grid-content-one .post-meta-items .date-box,
.grid-thumbnail-one-wrap .category-box a,
.grid-thumbnail-one-wrap .read-time-box {
  font-size: 16px;
  font-weight: 600;
}
.post-grid-content-one .post-meta-items .author-name a,
.post-grid-content-one .post-meta-items .date-box {
  color: #8f8f8f;
}

/* Recent Post List */

.recent-post-blog-item {
  display: flex;
  margin-bottom: 30px;
  gap: 1rem;
  flex-wrap: nowrap;
  align-items: center;
}
.recent-post-blog-item .recent-postthumb img {
  height: 120px;
  width: 120px;
  object-fit: cover;
}
.recent-post-blog-item .recent-postthumb {
  flex: 0 0 120px;
}
.recent-post-list-inner.recent_post_Content h2.title {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 800;
  word-break: break-all;
}
.post-grid-list-wrapper h3 {
  margin-bottom: 24px;
}
.recent-post-blog-item .category-box {
  line-height: 1;
  margin-top: 0;
}
.recent-post-blog-item .category-box a {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #555;
  display: inline-block;
  margin-bottom: 7px;
  text-transform: capitalize;
}
.recent-post-blog-item .category-box a i {
  font-style: normal;
  transform: rotate(90deg);
  position: relative;
  margin-right: 5px;
  display: inline-block;
}
.widget-recent-post-meta li.read-time:before {
  position: absolute;
  left: 0;
  top: 0px;
  content: "\ec4e";
  font-family: "IcoFont";
  color: #ff4063;
  font-weight: normal;
  display: block;
  background: transparent;
}

.widget-recent-post-meta {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  flex-wrap: wrap;
  line-height: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget-recent-post-meta li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  color: #555555;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  margin-right: 8px;
  padding-right: 8px;
}

.widget-recent-post-meta li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.widget-recent-post-meta li:after {
  position: absolute;
  right: -2px;
  top: 50%;
  width: 4px;
  height: 4px;
  background: #eb6035;
  content: "";
  border-radius: 50%;
  margin-top: -2px;
}

.widget-recent-post-meta li:last-child:after {
  background: none;
}

.widget-recent-post-meta li.read-time {
  padding-left: 18px;
}

/* Slider Centered */
.blog-post-slide-wrap,
.slider-centered-img {
  position: relative;
}
.blog-post-slide-centered-wrap .slider-centered-img img {
  width: 100%;
  height: auto;
}
.slider-centered-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    0.62deg,
    rgba(10, 5, 38, 0.6) 0.54%,
    rgba(28, 21, 72, 0.05) 99.46%
  );
}
.slider__centered__navigation {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.swiper-button-prev i,
.swiper-container-rtl .swiper-button-next i,
.swiper-button-next i,
.swiper-container-rtl .swiper-button-prev i {
  font-size: 50px;
  color: #ffffff;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 15% !important;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 15% !important;
}
.navigation_text_base div[class^="swiper-button"]::after,
.pagination_centered div[class^="swiper-button"]::after {
  display: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none !important;
}
.navigation_text_base .swiper-button-next i,
.navigation_text_base .swiper-button-prev i,
.pagination_centered .swiper-button-next i,
.pagination_centered .swiper-button-prev i {
  background: #ffffff60;
  padding: 0 8px;
  border-radius: 50px;
  line-height: 0.7;
}

.slider-centered-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
.slider-centered-content h1 {
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(17, 17, 17, 0.25);
}
.slider__freemode__meta__group {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 24px;
}
.slider__freemode__meta__group,
.slider__freemode__meta__group .byline,
.slider__freemode__meta__group .byline a,
.slider__freemode__meta__group .posted-on a,
.slider__centered__meta__group,
.slider__centered__meta__group .byline,
.slider__centered__meta__group .byline a,
.slider__centered__meta__group .posted-on a {
  text-transform: capitalize;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  color: #ffffff;
}
.slider-freemode-content h1:hover,
.slider__freemode__meta__group .byline:hover,
.slider__freemode__meta__group .byline a:hover,
.slider__freemode__meta__group .posted-on a:hover,
.slider-centered-content h1:hover,
.slider__centered__meta__group .byline:hover,
.slider__centered__meta__group .byline a:hover,
.slider__centered__meta__group .posted-on a:hover {
  color: #ff4063;
}

/* Slider Text Base */
.blog-post-slide-text-base-wrap {
  max-width: 1140px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-slider-text-base {
  background: #b32244;
  height: 850px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.txt-slider-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ffffff;
}
.txt-slider-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}
.slide_right_content {
  position: relative;
}
.slider-text-base-content {
  display: flex;
  align-items: center;
}
.slider-text-base-content h1 {
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: "Frank Ruhl Libre";
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 90px;
  color: #ffffff;
}
.slide_left_content .postdate {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.slider-text-base-content .slide_left_content {
  width: fit-content;
  min-width: 184px;
}
.slider-text-base-content .slide_right_content {
  border-left: 12px solid rgba(255, 255, 255, 0.15);
  padding-left: 28px;
}
.slide_left_content .postdate span.pday {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  font-size: 130px;
  line-height: 1;
  color: #ffffff;
}
.slide_left_content .postdate span.pmonth {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.5;
  color: #ffffff;
}
.slider__centered__meta__group {
  display: flex;
  column-gap: 32px;
  align-items: center;
  margin-bottom: 1rem;
  overflow: hidden;
}
.slider__centered__meta__group div {
  position: relative;
}
.slider__centered__meta__group div:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #ffffff;
  position: absolute;
  left: -18px;
  top: 45%;
  border-radius: 50px;
}
.slider__centered__meta__group span.posted-in {
  display: flex;
  column-gap: 8px;
  align-items: center;
}
.slider__centered__meta__group .author .posted__by {
  margin-right: 0px;
}
.slider__centered__meta__group .post-cat a {
  border: 1px solid #ffffff;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  color: #ffffff;
  padding: 5px 12px;
}
.text-base-drop-cap {
  position: absolute;
  left: 120px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.text-base-drop-cap span {
  font-family: "Frank Ruhl Libre";
  font-style: normal;
  font-weight: 700;
  font-size: 450px;
  line-height: 646px;
  color: rgba(255, 255, 255, 0.15);
}
.navigation_text_base {
  position: absolute;
  top: 70%;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
}
.txt-slider-pagination .swiper-pagination-bullet {
  margin: 0 10px !important;
}
/* Slider Freemode */
.blog-post-slide-freemode-wrap {
  position: relative;
}
.slider-freemode-img:before {
  content: "";
  background: #1e3658;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.5;
}
.slider-freemode-img img {
  width: 100%;
  height: auto;
}

.slider-freemode-content {
  position: absolute;
  top: auto;
  left: 15px;
  bottom: 15px;
  right: 15px;
}
.slider-freemode-content h1 {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
}

/* Text Base Post Grid */

.text-base-post-inner-wraper {
  padding: 100px 100px 90px;
  margin-bottom: 60px;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 2px 20px rgba(0, 17, 34, 0.1);
}
.text-base-post-drop-cap {
  width: 100%;
  text-align: center;
}
.text-base-post-drop-cap span {
  text-transform: uppercase;
  user-select: none;
  pointer-events: none;
  font-family: "Frank Ruhl Libre";
  font-style: normal;
  font-weight: 700;
  font-size: 100px;
  line-height: 50px;
  color: rgba(1, 35, 64, 0.15);
}

.text-base-post-inner-content h2 {
  margin-bottom: 1rem;
  font-family: "Frank Ruhl Libre";
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 66px;
  color: #012340;
  text-transform: uppercase;
}
.txt__post__list__header {
  display: flex;
  gap: 54px;
  margin-bottom: 40px;
}
.txt__post__list__date span.txtpday {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 1.1;
  color: #012340;
}
.txt__post__list__date span.txtpmonth {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #012340;
}
.txt__post__list__date {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 100px;
  justify-content: center;
}
.txt__post__list__title__meta {
  position: relative;
}
.txt__post__list__title__meta:before {
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  left: -36px;
  background: rgba(13, 13, 13, 0.2);
}
.text-base-post-metas {
  display: flex;
  align-items: center;
  gap: 12px 28px;
  margin-bottom: 0.5rem;
  font-family: "Frank Ruhl Libre";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  color: #575758;
  flex-wrap: wrap;
  overflow: hidden;
}
.text-base-post-metas .author .posted__by {
  margin-right: 0px;
}
.text-base-post-metas div {
  position: relative;
}
.text-base-post-metas div:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #575758;
  position: absolute;
  left: -17px;
  top: 40%;
  border-radius: 50%;
}
.text-base-post-inner-content .post-excerpt-box p {
  font-family: "Frank Ruhl Libre";
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #575758;
}
.text-base-post-metas i {
  color: #ff6756;
}
.text-base-post-metas span.posted-in {
  display: flex;
  align-items: center;
  gap: 8px;
}
.text-base-post-metas span.posted-in a {
  border: 1px solid #ff6756;
  padding: 5px 12px;
  gap: 8px;
}
.txt-meta-bottom-items .post-read-btn > a {
  display: inline-block;
  position: relative;
  padding-top: 4px;
  padding-bottom: 7px;
  font-family: "Frank Ruhl Libre";
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 32px;
  color: #012340;
}
.iconic-social-share-btn ul li a:hover i,
.txt-meta-bottom-items .post-read-btn > a:hover {
  color: #ff6756;
}
.txt-meta-bottom-items .post-read-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.iconic-social-share-btn ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 14px;
}
.iconic-social-share-btn ul li a {
  margin: 0px !important;
  padding: 0px !important;
  line-height: 1;
}
.iconic-social-share-btn ul li a i {
  font-size: 15px;
  color: #575758;
}
.body__box__item .text-base-post-inner-wraper {
  margin-bottom: 0;
  box-shadow: none;
}
.body__box__item {
  box-shadow: 0px 2px 20px rgba(0, 17, 34, 0.1);
  margin-bottom: 60px;
}
.body__box__item .text-base-post-inner-wraper:not(:last-child):after {
  content: "";
  width: 200px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(1, 35, 64, 0.3) 0%,
    rgba(1, 35, 64, 0.15) 52.08%,
    rgba(1, 35, 64, 0) 100%
  );
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
/* Text Base Post Grid Column */
.text-base-grid-col-title {
  position: relative;
  min-height: 95px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.text-base-grid-col-title h2.tb-post-title {
  line-height: 1.25;
  padding-left: 50px;
  position: relative;
  z-index: 9;
  margin: 0;
}

.text-base-grid-col-title .tbgct-dword {
  position: absolute;
  top: 0;
  font-size: 150px;
  font-weight: 800;
  color: #f1f1f1;
  line-height: 0.6;
  left: -10px;
}
.post-grid-wrapper-tb-inner .post-grid-content-one {
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.post-grid-wrapper-tb-inner {
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 45px;
  margin-bottom: 30px;
}

/* Text Base Recent Post List */
.recent-post-tb-item {
  display: flex;
  gap: 30px;
  flex-wrap: nowrap;
  margin-bottom: 30px;
  align-items: center;
}
h3.post-text-base-gridlist-title {
  margin-bottom: 30px;
}
.text-base-recent-post-drop-cap {
  flex: 0 0 100px;
  position: relative;
}
.text-base-recent-post-drop-cap .d-letter {
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  color: #f1f1f1;
  line-height: 1;
}
.text-base-recent-post-drop-cap .post-c-number {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: 1.25rem;
  font-weight: 900;
  color: #ff4063;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.recent_post_tb_content .posted-in a {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.recent_post_tb_content h2.title {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 0;
}
.recent_post_tb_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.recent_post_tb_content ul.widget-recent-post-tb-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 24px;
}
.recent_post_tb_content ul.widget-recent-post-tb-meta li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
}
.recent_post_tb_content
  ul.widget-recent-post-tb-meta
  li:not(:last-child):after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background: #ff4063;
  position: absolute;
  top: 50%;
  right: -15px;
}
.recent_post_tb_content ul.widget-recent-post-tb-meta li.read-time:before {
  content: "\ec4e";
  font-family: "IcoFont";
  font-size: 14px;
  color: #ff4063;
  margin-right: 6px;
  line-height: 0;
}
.recent_post_tb_content .post-cat:before {
  content: "\f004";
  font-family: "IcoFont";
  font-size: 16px;
  color: #ff4063;
  margin-right: 6px;
  display: inline-block;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(-90deg);
}

.elementor-widget-wp-widget-media_image img {
  width: 100%;
  height: auto;
}

.elementor-widget-wp-widget-archives ul li:nth-of-type(n) span.posts-count,
.entry-content .home-archive-list ul li:nth-of-type(n) span.posts-count {
  background: #eb6035;
}

.elementor-widget-wp-widget-archives ul li:nth-of-type(2n) span.posts-count,
.entry-content .home-archive-list ul li:nth-of-type(2n) span.posts-count {
  background: #5138ee;
}

.elementor-widget-wp-widget-archives ul li:nth-of-type(3n) span.posts-count,
.entry-content .home-archive-list ul li:nth-of-type(3n) span.posts-count {
  background: #22dec1;
}
.elementor-widget-wp-widget-archives ul li:nth-of-type(4n) span.posts-count,
.entry-content .home-archive-list ul li:nth-of-type(4n) span.posts-count {
  background: #ff4063;
}

.elementor-widget-wp-widget-archives ul li:nth-of-type(5n) span.posts-count,
.entry-content .home-archive-list ul li:nth-of-type(5n) span.posts-count {
  background: #f3be2f;
}

.blog-sidebar ul.wp-block-archives li:nth-of-type(n) span.posts-count {
  background: #eb6035;
}

.blog-sidebar ul.wp-block-archives li:nth-of-type(2n) span.posts-count {
  background: #5138ee;
}

.blog-sidebar ul.wp-block-archives li:nth-of-type(3n) span.posts-count {
  background: #22dec1;
}

.blog-sidebar ul.wp-block-archives li:nth-of-type(4n) span.posts-count {
  background: #eea11a;
}

.blog-sidebar ul.wp-block-archives li:nth-of-type(5n) span.posts-count {
  background: #f3be2f;
}
.grid-thumbnail-one-wrap img {
  width: 100%;
  height: auto;
}
.swiper.videoPostSwiper2,
.swiper.popular_post_swiper_carousel,
.swiper.top_stori_swiper_carousel {
  overflow-x: hidden;
}

/* Responsive */

@media (max-width: 1200px) {
  .main-slider-btn-wrap {
    background: #ffffffee;
    padding: 0 1rem;
    border-radius: 50px;
    display: inline-flex;
    gap: 1.5rem;
  }
}

@media (max-width: 991px) {
  .slider-text-base-content h1 {
    font-size: 45px;
    line-height: 1.3;
  }
  .text-base-drop-cap span {
    font-size: 350px;
  }
  .text-base-drop-cap {
    left: 30px;
  }
  .text-base-post-inner-wraper {
    padding: 70px 70px 60px;
  }
  .text-base-post-inner-content h2 {
    font-size: 36px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .post-slider-text-base {
    height: 700px;
  }
  .slider-centered-content h1 {
    font-size: 28px;
    line-height: 1.2;
  }
  .pagination_centered {
    display: none;
  }
  .slider-text-base-content {
    padding-left: 50px;
    padding-right: 15px;
  }
  .text-base-drop-cap {
    left: 0;
  }
  .text-base-drop-cap span {
    font-size: 300px;
  }
  .slider-text-base-content h1 {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .text-base-post-inner-wraper {
    padding: 40px 20px;
  }
  .text-base-post-inner-content h2 {
    font-size: 28px;
    line-height: 1.5;
  }
  .text-base-post-drop-cap span {
    font-size: 70px;
  }
  .theme-slide-style-one .blog-post-slide-content {
    bottom: 0px;
  }
  .text-base-post-inner-content {
    padding-left: 20px;
  }
  .recent-post-tb-item {
    gap: 15px;
  }
  .text-base-recent-post-drop-cap {
    flex: 0 0 80px;
  }
  .text-base-recent-post-drop-cap .d-letter {
    width: 80px;
    height: 80px;
  }
  .recent_post_tb_content ul.widget-recent-post-tb-meta li {
    font-size: 14px;
  }
  .post-grid-wrapper-tb-inner {
    padding: 45px 25px;
  }
  .text-base-grid-col-title h2.tb-post-title {
    padding-left: 15px;
  }
  .slider-text-base-content .slide_right_content {
    border-left: 0;
    padding-left: 0;
  }

  .slide_left_content,
  .txt__post__list__date {
    display: none;
  }
  .txt__post__list__title__meta:before {
    content: none;
  }
  .slider__centered__meta__group {
    flex-wrap: wrap;
    gap: 12px 32px;
  }
}

@media (max-width: 576px) {
  .text-base-post-inner-content h2 {
    font-size: 22px;
  }
  .txt-meta-bottom-items .post-read-btn {
    flex-direction: column;
    justify-content: center;
  }
}
