.tm-sc-blog article .box-hover-effect {
  display: block;
}
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb {
  display: flex;
  overflow: hidden;
  position: relative;
}
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb .icon-link {
  background: #2d1212;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.45s;
  width: 32px;
  height: 32px;
  line-height: 33px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99;
  text-align: center;
  margin-top: 45px;
}
.tm-sc-blog article .entry-content > :nth-last-child {
  margin-bottom: 0;
}

.blog-item-current-style4 {
  position: relative;
  margin-bottom: 30px !important;
}
.blog-item-current-style4 .inner-box {
  position: relative;
  transition: all 300ms ease;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.blog-item-current-style4 .inner-box:hover .image-box .thumb:after {
  left: 0;
  right: 0;
  opacity: 0;
  border-radius: 10px 10px 0 0;
}
.blog-item-current-style4 .inner-box:hover .image-box .thumb img {
  transform: scale(1.1);
}
.blog-item-current-style4 .inner-box:hover .read-more {
  width: 100%;
  left: 0%;
  opacity: 1;
}
.blog-item-current-style4 .image-box {
  position: relative;
}
.blog-item-current-style4 .image-box .thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
}
.blog-item-current-style4 .image-box .thumb img {
  display: block;
  border-radius: 10px 10px 0 0;
  width: 100%;
  transform: scale(1.01);
  transition: all 400ms ease;
}
.blog-item-current-style4 .image-box .thumb:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 400ms linear;
  width: auto;
  height: auto;
  transform: scale(1);
}
.blog-item-current-style4 .image-box .post-single-meta {
  position: absolute;
  right: 20px;
  top: 30px;
  bottom: 0px;
  background: var(--theme-color1);
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 60px;
  width: 60px;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
}
.blog-item-current-style4 .image-box .post-single-meta a {
  color: var(--text-color-bg-theme-color1);
}
.blog-item-current-style4 .image-box .post-single-meta a .entry-date .day {
  font-size: 16px;
  display: block;
  font-weight: 700;
}
.blog-item-current-style4 .image-box .post-single-meta a .entry-date .year {
  display: none;
}
.blog-item-current-style4 .lower-content {
  position: relative;
  padding: 25px 40px 40px;
  background: #fff;
}
.blog-item-current-style4 .lower-content .entry-meta {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.blog-item-current-style4 .lower-content .entry-meta li {
  position: relative;
  margin-right: 14px;
  font-size: 14px;
  line-height: 25px;
  color: #767676;
  font-weight: 500;
  text-transform: capitalize;
}
.blog-item-current-style4 .lower-content .entry-meta li a {
  font-size: 14px;
  line-height: 25px;
  color: #767676;
  font-weight: 500;
}
.blog-item-current-style4 .lower-content .entry-meta li i {
  margin-right: 5px;
  color: var(--theme-color1);
  font-size: 14px;
}
.blog-item-current-style4 .entry-title {
  position: relative;
  display: block;
  color: var(--theme-color2);
  margin-top: 0;
}
.blog-item-current-style4 .entry-title a {
  color: var(--theme-color2);
  display: inline-block;
  transition: all 300ms ease;
}
.blog-item-current-style4 .entry-title a:hover {
  color: var(--theme-color1);
}
.blog-item-current-style4 .read-more {
  position: absolute;
  left: 0%;
  bottom: -20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  line-height: 20px;
  padding: 10px 40px;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
  transition: all 300ms ease;
  transition: all 400ms linear;
}

.tm-sc-blog-carousel .swiper-slide .blog-item-current-style1 .entry-content {
  border: 1px solid #f3f4f7;
}