:root {
  --bodyFont: "Inter", serif;
  --titleFont: "Inter", serif;
  --primaryColor: #00C89A;
  --secondaryColor: #B66A25;
  --bodyColor: #515151;
  --whiteColor: #FFFFFF;
  --blackColor: #000000;
  --titleColor: #1E1E1E;
  --borderColor: #f2f2f2;
  --inputbgColor: #FFFFFF;
  --softbgColor: #f6f6f6;
  --transition: 0.4s all ease;
}

/** Blog Style CSS --------------
-----------------------------------*/
.image-part.yes:hover img {
  filter: grayscale(100%);
}

.tp-blog--style5 .image-part {
  position: relative;
  margin-bottom: 30px;
}
.tp-blog--style5 .blog-badge {
  position: absolute;
  width: 70px;
  height: 78px;
  right: 0;
  bottom: -26px;
  text-align: center;
}
.tp-blog--style5 .blog-badge .date-2 {
  background: #ff6600;
  color: #fff;
  padding: 6px;
}
.tp-blog--style5 .blog-badge .date {
  font-size: 26px;
  line-height: 26px;
}
.tp-blog--style5 .blog-badge .month {
  font-weight: 600;
  font-size: 11px;
  line-height: 12px;
  display: block;
}
.tp-blog--style5 .blog-badge .year {
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
  color: #fff;
  background: #0C0A0A;
  padding: 4px 0;
}

.blog-item .blog-content .btn-part a {
  display: inline-block;
}

.blog_footer {
  align-items: center;
}

.blog-item .blog-content .blog-meta {
  margin: 0;
  padding: 0;
  list-style: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  gap: 0px;
}
.blog-item .blog-content .blog-meta li {
  margin-right: 5px;
}
.blog-item .blog-content .blog-meta li span {
  display: inline-block;
}
.blog-item .blog-content .blog-meta li:last-child {
  margin-right: 0;
}

/* sTART FOR mASUM cSS */
.title.dd a {
  background-size: 201% 2px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--titleColor)), color-stop(50%, transparent));
  background-image: linear-gradient(to right, var(--titleColor) 50%, transparent 50%);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.title.dd a:hover {
  background-position: 0% 100%;
}

.blog-img-position-left {
  display: flex;
}
.blog-img-position-left .image-part a {
  display: block;
  height: 100%;
}
.blog-img-position-left .image-part a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-img-position-left .blog-content {
  flex: 1;
}

.zoomin_effect .image-part {
  overflow: hidden;
}
.zoomin_effect .image-part img {
  transition: all 0.5s linear 0s;
}
.zoomin_effect .blog-item:hover .image-part img {
  transform: scale(1.1);
}

.blog-category-item {
  position: relative;
}
.blog-category-item .blog-category-image {
  position: relative;
}
.blog-category-item .blog-category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.tp-blog-position-absolute .blog-category-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.tp-blog-overlay-show .blog-category-image::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(30, 30, 30, 0.5);
}

.image-part img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=blog-category.css.map */
