.tp-blog-item:hover .tp-blog-thumb-main img {
  transform: scale(1.2);
}

.tp-blog-item:hover .tp-blog-thumb-main::after {
  opacity: 1;
  visibility: visible;
}

.tp-blog-item:hover .tp-blog-link a {
  color: var(--tp-theme);
}

.tp-blog-item:hover .tp-blog-thumb-icon {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.tp-blog-item:hover .tp-blog-thumb-shape-2 {
  opacity: 1;
  visibility: visible;
}

.tp-blog-item:hover .tp-blog-content {
  margin-top: -20px;
}

.tp-blog-thumb-box {
  margin-left: 20px;
}

.tp-blog-thumb-main {
  position: relative;
  overflow: hidden;
}

.tp-blog-thumb-main::after {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(22, 23, 26, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.tp-blog-thumb-main img {
  width: 100%;
  transition: 1.3s all ease;
}

.tp-blog-thumb-icon {
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: translate(-50%, -50%);
}

.tp-blog-thumb-icon a {
  font-size: 25px;
  color: var(--tp-common-white);
}

.tp-blog-thumb-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.tp-blog-thumb-shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.tp-blog-content {
  position: relative;
  z-index: 4;
  transition: 0.5s all ease;
  padding: 25px 29px 33px 29px;
  background-color: var(--tp-common-white);
  box-shadow: 2px 3.464px 60px 0px rgba(18, 14, 14, 0.06);
}

.tp-blog-meta {
  margin-bottom: 10px;
}

.tp-blog-meta span:not(:last-child) {
  margin-right: 30px;
}

.tp-blog-meta span i {
  display: inline-block;
  margin-right: 10px;
  color: var(--tp-theme);
}

.tp-blog-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 25px;
  transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-title {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .tp-blog-title {
    font-size: 19px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-blog-title {
    font-size: 24px;
  }
}
.tp-blog-title:hover {
  color: var(--tp-theme);
}

.tp-blog-link a {
  color: var(--tp-common-black);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-link a {
    font-size: 13px;
  }
}
.tp-blog-link a i {
  font-size: 16px;
  display: inline-block;
  transform: translateY(2px);
}

.tp-blog-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.tp-blog-3-item:hover .tp-blog-3-thumb img {
  transform: scale(1.2);
}

.tp-blog-3-item:hover .tp-blog-3-thumb::after {
  opacity: 1;
  visibility: visible;
}

.tp-blog-3-item:hover .tp-blog-3-icon {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.tp-blog-3-thumb {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 300px;
  border-radius: 100%;
  margin: 0 auto;
}

.tp-blog-3-thumb::after {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(22, 23, 26, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.tp-blog-3-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.7s;
}

.tp-blog-3-content {
  margin: 0 29px;
  margin-top: -30px;
  padding: 20px 22px;
  background-color: rgb(255, 255, 255);
  box-shadow: 2px 3.464px 60px 0px rgba(18, 14, 14, 0.06);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-3-content {
    margin: 0 20px;
    margin-top: -30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-blog-3-content .tp-blog-meta span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-blog-3-content .tp-blog-meta span {
    font-size: 16px;
  }
}
.tp-blog-3-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tp-blog-3-title a {
  background-repeat: no-repeat;
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  color: black;
  transition: background-size 0.4s linear;
  background-image: linear-gradient(#0e3631, #0e3631), linear-gradient(#0e3631, #0e3631);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-3-title {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-3-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tp-blog-3-title {
    font-size: 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-blog-3-title {
    font-size: 22px;
  }
}
.tp-blog-3-title:hover a {
  background-size: 0% 2px, 100% 2px;
}

.tp-blog-3-icon {
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: translate(-50%, -50%);
}

.tp-blog-3-icon a {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 67px;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  background-color: var(--tp-theme);
  color: var(--tp-common-white);
}

.tp-blog-3-icon:hover a {
  background-color: var(--tp-theme-yellow);
  color: var(--tp-common-white);
}

.tp-black-mode .tp-blog-3-content {
  background-color: #232428;
}

.tp-black-mode .tp-blog-3-title {
  color: var(--tp-common-white);
}

.tp-black-mode .tp-blog-3-title a {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
}

.tp-black-mode .tp-blog-meta span {
  color: #68696c;
}

.tp-black-mode .tp-blog-meta span i {
  color: var(--tp-common-white);
}/*# sourceMappingURL=news-section.css.map */