/* blogs */
section#blogs {
    margin: 100px 0;
}
section#blogs h2.sec-title {
      color: #002b6b;
      font-weight: 700;
      margin-bottom: 10px;
    }

    section#blogs p.lead {
      color: #333;
      margin-bottom: 50px;
          width: 80%;
    }
.retro-layout .v-height {
  height: 240px;
}

.retro-layout .h-entry {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.retro-layout .h-entry .featured-img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.retro-layout .h-entry:hover .featured-img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.retro-layout .h-entry.mb-30 {
  margin-bottom: 30px;
}
.retro-layout .h-entry .date {
  font-size: 15px;
}

.retro-layout .text {
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding: 20px;
  max-width: 350px;
}
.retro-layout .text h2 {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0;
}
.retro-layout .text span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}

.retro-layout .gradient {
  position: relative;
}
.retro-layout .gradient:before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, 0.8) 99%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(18%, transparent),
    color-stop(99%, rgba(0, 0, 0, 0.8)),
    to(rgba(0, 0, 0, 0.8))
  );
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, 0.8) 99%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

@media (max-width: 767.98px) {
  .retro-layout .img-5 {
    height: 240px !important;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

@media(max-width:992px){
  .abbtn{
    margin-top: 0px;
  }
}
@media(max-width:767px){
  .read-more{
    position: static !important;
  }
  .portfolio-section h2{
        font-size: 24px;
  }
}
@media(max-width:567px){
  .stats-section{
    padding: 60px 20px;
  }
  .commitment-section{
        padding: 50px 20px;
  }
  .commitment-text {
    font-size: 20px;
    line-height: 13px;
}
.progress-column{
  display: none;
}
.hero-section{
      padding: 80px 0px 80px 20px;
}
}