.tm__blog .hero-banner {
  background: #0076E0;
  padding: 346px 0 108px;
}
.tm__blog .hero-banner .tm__title h1 {
  padding-left: 190px;
}
.tm__blog .tm__blog-details {
  padding: 100px 0 70px 190px;
}
.tm__blog .tm__blog-details .tm__blog--content {
  overflow: hidden;
  margin-bottom: 32px;
}
.tm__blog .tm__blog-details .tm__blog--content .tm__blog-image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  display: block;
  transition: all 0.6s;
  border-radius: 60px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.tm__blog .tm__blog-details .tm__blog--content .tm__blog-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.6s;
}
.tm__blog .tm__blog-details .tm__blog--content .tm__blog-inner {
  padding: 20px 0 0;
}
.tm__blog .tm__blog-details .tm__blog--content .tm__blog-tag {
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tm__blog .tm__blog-details .tm__blog--content .tm__blog-tag h6 {
  font-size: 14px;
  color: #111111;
}
.tm__blog .tm__blog-details .tm__blog--content .tm__blog-time {
  font-size: 14px;
  color: #111111;
  margin: 0 2px;
}
.tm__blog .tm__blog-details .tm__blog--content .tm__blog-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  transition: all 0.6s;
}
.tm__blog .tm__blog-details .tm__blog--content .tm__blog-title::after {
  display: none;
}
.tm__blog .tm__blog-details .tm__blog--content .tm__blog-title h6 {
  font-size: 22px;
  font-weight: 600;
  color: #0076E0;
  margin: 0;
  position: relative;
  transition: all 0.6s;
}
.tm__blog .tm__blog-details .tm__blog--content .tm__blog-title h6::after {
  background: none repeat scroll 0 0 transparent;
  bottom: -2px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #0076E0;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.tm__blog .tm__blog-details .tm__blog--content .tm__blog-title:hover img {
  transition: all 0.6s;
  transform: translateY(-3px);
}
.tm__blog .tm__blog-details .tm__blog--content .tm__blog-desc {
  margin-top: 12px;
}
.tm__blog .tm__blog-details .tm__blog--content .tm__blog-desc p {
  color: #111111;
  font-weight: 500;
}
.tm__blog .tm__blog-details .tm__blog--content:hover img {
  transform: scale(1.1);
}
.tm__blog .tm__blog-details .tm__blog--content:hover .tm__blog-title h6::after {
  width: 100%;
  left: 0;
}

@media (max-width: 1199px) {
  .tm__blog .hero-banner .tm__title h1 {
    padding-left: 0;
  }
  .tm__blog .tm__blog-details {
    padding: 80px 0 50px 0;
  }
}
@media (max-width: 991px) {
  .tm__blog .hero-banner {
    padding: 250px 0 100px;
  }
  .tm__blog .tm__blog-details .tm__blog--content {
    margin-bottom: 30px;
  }
  .tm__blog .tm__blog-details .tm__blog--content .tm__blog-title h6 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .tm__blog .hero-banner {
    padding: 200px 0 100px;
  }
  .tm__blog .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .tm__blog .tm__blog-details .tm__blog--content .tm__blog-title h6 {
    font-size: 20px;
  }
  .tm__blog .tm__blog-details .tm__blog--content .tm__blog-desc {
    font-size: 14px;
  }
}
@media (max-width: 570px) {
  .tm__blog .hero-banner {
    padding: 150px 0 100px;
  }
  .tm__blog .tm__blog-details {
    padding: 50px 0;
  }
}/*# sourceMappingURL=blog.css.map */