.htmove-row.htmove-blog-area .htmove-blog-col-2 {
  min-height: 1px;
  position: relative;
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}
.htmove-btn-link {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  padding-bottom: 3px;
  text-decoration: none;
  color: #1D39D7;
  border-bottom: 1px solid #1D39D7;
}
.htmove-btn-link i {
  margin-left: 10px;
}
/* Blog Slider CSS */
/* Slider One */
.htmove-blog-slider-one .swiper-container {
  margin: -40px -50px -70px;
  padding: 40px 50px 70px;
}

.htmove-blog-slider-one .swiper-container .swiper-slide:not(.swiper-slide-visible) {
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  opacity: 0;
}

.htmove-blog-slider-one .swiper-container .swiper-slide:not(.swiper-slide-visible) .htmove-blog-one:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.htmove-blog-slider-one[class*="htmove-swiper-pagination-style"] {
  margin-bottom: 70px;
}

.htmove-blog-slider-one .swiper-pagination {
  bottom: 0 !important;
}

/* Slider Two */
.htmove-blog-slider-two {
  margin-right: -30px;
  margin-left: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .htmove-blog-slider-two {
    margin-right: 0;
    margin-left: 0;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .htmove-blog-slider-two {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* Blog Default/Common CSS */
.htmove-blog .htmove-blog-thumbnail {
  position: relative;
}

.htmove-blog .htmove-blog-image {
  position: relative;
  overflow: hidden;
  display: flex;
}

.htmove-blog .htmove-blog-image img {
  width: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
}

.htmove-blog .htmove-blog-image::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  background-color: #222222;
}

.htmove-blog .htmove-blog-btn {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  padding: 16px 27px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateX(-50%) translateY(-30%);
      -ms-transform: translateX(-50%) translateY(-30%);
          transform: translateX(-50%) translateY(-30%);
  text-decoration: none;
  opacity: 0;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 3px;
}

.htmove-blog .htmove-blog-btn:hover {
  border-color: #1D39D7;
  background-color: #1D39D7;
}

.htmove-blog .htmove-blog-video-popup {
  font-size: 16px;
  line-height: 1;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-decoration: none;
  color: #222222;
  border-radius: 50%;
  background-color: #FFFFFF;
}

.htmove-blog .htmove-blog-video-popup:hover {
  color: #FFFFFF;
  background-color: #1D39D7;
}

.htmove-blog.htmove-blog-video .htmove-blog-thumbnail .htmove-blog-image::before {
  opacity: 1 !important;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.htmove-blog .htmove-blog-title {
  font-family: "Space Grotesk";
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
}

.htmove-blog .htmove-blog-title:last-child {
  margin-bottom: 0;
}

.htmove-blog .htmove-blog-title a {
  color: #222222;
}

.htmove-blog .htmove-blog-title a:hover {
  text-decoration: none;
  color: #1D39D7;
}

.htmove-blog .htmove-blog-title + .htmove-blog-meta {
  margin-bottom: 20px;
}

.htmove-blog .htmove-blog-meta {
  font-family: "Inter", sans-serif;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  font-size: 14px;
  margin: 0;
}

.htmove-blog .htmove-blog-meta:last-child {
  margin-bottom: 0;
}

.htmove-blog .htmove-blog-meta li {
  color: #666666;
  margin: 0;
}

.htmove-blog .htmove-blog-meta li::after {
  margin: 0 10px;
  content: "/";
}

.htmove-blog .htmove-blog-meta li:last-child::after {
  display: none;
}

.htmove-blog .htmove-blog-meta li i {
  margin-right: 6px;
}

.htmove-blog .htmove-blog-meta li a {
  color: inherit;
}

.htmove-blog .htmove-blog-meta li a:hover {
  text-decoration: none;
  color: #1D39D7;
}

.htmove-blog .htmove-blog-text {
  font-family: "Inter", sans-serif;
  margin-bottom: 13px;
  color: #999999;
}

.htmove-blog .htmove-blog-text:last-child {
  margin-bottom: 0;
}

.htmove-blog:hover .htmove-blog-image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.htmove-blog:hover .htmove-blog-btn {
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  opacity: 1;
}

.htmove-blog:hover .htmove-blog-video-popup {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
      -ms-transform: translateX(-50%) translateY(-50%) scale(1.1);
          transform: translateX(-50%) translateY(-50%) scale(1.1);
}

.htmove-blog-one {
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 0 0 6px 6px;
}

.htmove-blog-one .htmove-blog-content {
  padding: 25px 30px;
}

.htmove-blog-one:hover {
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}

.htmove-blog-one:hover .htmove-blog-thumbnail .htmove-blog-image::before {
  opacity: 0.5;
}

.htmove-blog-two .htmove-blog-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.htmove-blog-two .htmove-blog-content {
  margin-top: 22px;
}

.htmove-blog-two .htmove-blog-content .htmove-blog-meta {
  margin-bottom: 12px;
}

.htmove-blog-two .htmove-blog-content .htmove-blog-meta li::after {
  margin: 0 10px;
  content: "";
}

.htmove-blog-two .htmove-blog-content .htmove-blog-title {
  margin-bottom: 18px;
}

.htmove-blog-two:hover .htmove-blog-thumbnail .htmove-blog-image::before {
  opacity: 0.75;
}

.htmove-blog-three .htmove-blog-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.htmove-blog-three .htmove-blog-thumbnail .htmove-blog-image::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.htmove-blog-three .htmove-blog-thumbnail .htmove-blog-meta {
  position: absolute;
  z-index: 11;
  bottom: 25px;
  left: 25px;
}

.htmove-blog-three .htmove-blog-thumbnail .htmove-blog-meta li {
  color: #FFFFFF;
}

.htmove-blog-three .htmove-blog-thumbnail .htmove-blog-meta li::after {
  content: "";
}

.htmove-blog-three .htmove-blog-thumbnail .htmove-blog-meta li a:hover {
  color: #FFFFFF;
}

.htmove-blog-three .htmove-blog-content {
  margin-top: 23px;
}

.htmove-blog-three .htmove-blog-content .htmove-blog-title {
  margin-bottom: 6px;
}

.htmove-blog-three:hover .htmove-blog-thumbnail .htmove-blog-image::before {
  opacity: 0.75;
}

.htmove-blog-three-list-wrap {
  border-left: 1px solid #EDEDED;
}

.htmove-blog-three-list-wrap .htmove-blog-three-list {
  padding-left: 30px;
}

@media only screen and (max-width: 575px) {
  .htmove-blog-three-list-wrap {
    border-left: none;
  }
  .htmove-blog-three-list-wrap .htmove-blog-three-list {
    padding-left: 0;
  }
}

.htmove-blog-three-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.htmove-blog-three-list + .htmove-blog-three-list {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #EDEDED;
}

.htmove-blog-three-list .htmove-blog-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.htmove-blog-three-list .htmove-blog-thumbnail .htmove-blog-image {
  height: 100%;
}

.htmove-blog-three-list .htmove-blog-thumbnail .htmove-blog-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.htmove-blog-three-list .htmove-blog-thumbnail .htmove-blog-image::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.htmove-blog-three-list .htmove-blog-thumbnail .htmove-blog-btn {
  display: none;
}

.htmove-blog-three-list .htmove-blog-thumbnail .htmove-blog-meta {
  position: absolute;
  z-index: 11;
  bottom: 15px;
  left: 15px;
}

.htmove-blog-three-list .htmove-blog-thumbnail .htmove-blog-meta li {
  color: #FFFFFF;
}

.htmove-blog-three-list .htmove-blog-thumbnail .htmove-blog-meta li::after {
  content: "";
}

.htmove-blog-three-list .htmove-blog-thumbnail .htmove-blog-meta li a:hover {
  color: #FFFFFF;
}

.htmove-blog-three-list .htmove-blog-content {
  margin-top: 8px;
  padding-left: 30px;
}

.htmove-blog-three-list .htmove-blog-content .htmove-blog-meta {
  margin-bottom: 12px;
}

.htmove-blog-three-list .htmove-blog-content .htmove-blog-meta li::after {
  content: "";
}

.htmove-blog-three-list:hover .htmove-blog-thumbnail .htmove-blog-image::before {
  opacity: 0;
}

@media only screen and (max-width: 479px) {
  .htmove-blog-three-list .htmove-blog-thumbnail {
    width: 120px;
    min-width: 120px;
  }
  .htmove-blog-three-list .htmove-blog-thumbnail .htmove-blog-meta {
    bottom: 10px;
    left: 10px;
  }
  .htmove-blog-three-list .htmove-blog-thumbnail .htmove-blog-meta li {
    font-size: 12px;
  }
  .htmove-blog-three-list .htmove-blog-content {
    padding-left: 20px;
  }
  .htmove-blog-three-list .htmove-blog-content .htmove-blog-meta li {
    font-size: 12px;
  }
  .htmove-blog-three-list .htmove-blog-content .htmove-blog-meta li::after {
    margin: 0 5px;
  }
  .htmove-blog-three-list .htmove-blog-content .htmove-blog-title {
    font-size: 16px;
  }
}

.htmove-blog-meta-pos-before .htmove-blog-meta{
  margin-bottom: 15px;
}