/*** 
 
 ====================================================================
         Blog One Section
 ====================================================================
 
 ***/
 .hactora-news.blog-one-section {
  position: relative;
  display: block;
  background: #f7f8f9;
  padding: 100px 0 70px;
}
.hactora-news.blog-one-section .thm-section-title {
  margin-top: -10px;
  margin-bottom: 50px;
}
.hactora-news.blog-one-section .thm-section-title h2 {
  font-size: 42px;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 16px;
}
.hactora-news.blog-one-section .section_title-subheading {
  font-size: 14px;
  color: var(--color-primary);
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.hactora-news.blog-one-section .sub-title-shape-left:before {
  position: relative;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 30px;
  background: var(--color-primary);
  display: inline-block;
  margin-right: 12px;
}
.hactora-news .blog-one-single {
  position: relative;
  display: flex;
  flex-direction: column;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
.hactora-news .blog-one-img {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}
.hactora-news .blog-one-img img {
  width: 100%;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease,
    -webkit-transform 500ms ease;
}
.hactora-news .blog-one-single:hover .blog-one-img img {
  opacity: 0.7;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.hactora-news .blog-one-content {
  position: relative;
  flex: 1;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 62px 0px rgb(27, 31, 45, 0.05);
  padding: 33px 30px 34px;
}

.hactora-news .blog-classic-meta {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.hactora-news .blog-classic-meta li {
  position: relative;
  display: block;
}
.hactora-news .blog-classic-meta li:before {
  position: absolute;
  top: 7px;
  left: 0;
  bottom: 8px;
  width: 2px;
  background: #c0c0c0;
  content: "";
}
.hactora-news .blog-classic-meta li:first-child:before {
  display: none;
}
.hactora-news .blog-classic-meta li + li {
  margin-left: 12px;
  padding-left: 12px;
}
.hactora-news .blog-classic-meta li {
  font-size: 15px;
}
.hactora-news .blog-classic-meta li i {
  color: var(--color-primary);
  padding-right: 4px;
}

.hactora-news .blog-one-meta li {
  font-size: 15px;
  color: #888888;
  line-height: 25px;
  font-weight: 500;
}

.hactora-news .blog-one-title h3 {
  font-size: 20px;
  line-height: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
.hactora-news .blog-one-title h3 a {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hactora-news .blog-one-text p {
  margin: 0;
  line-height: 25px;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hactora-news .blog-one-title h3 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .hactora-news .blog-one-title h3 {
    font-size: 17px;
  }
}