
.new-portfolio-box {
    height: 250%;
    background-color: rgba(13, 13, 13, 0.23);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
 }
.new-portfolio-box:hover {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.new-portfolio-box img {
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px;
    height: 120px;
    width: auto;
}
.new-portfolio-box .box-hover {
    margin-top: -70px !important;
    padding: 180px 0 0 30px;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
    transition: opacity 0.45s, transform 0.45s;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0); 
}
.new-portfolio-box:hover .box-hover  {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
}
.new-portfolio-box h4, .new-portfolio-box p {
    color: #fff;
} 
.new-portfolio-box h4 {
    font-size: 22px;
    margin-bottom: 5px;
}
.new-portfolio-box p {
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.new-portfolio-box  .btn {
    background-color: #c91da9;
    border: 2px solid #c91da9;
}
.new-portfolio-box  .btn:hover {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}


@media (max-width: 991px) {
    .new-portfolio-box img {
      padding: 20px;
      height: 80px;
     }
    .new-portfolio-box .box-hover {
        margin-top: -70px !important;
        padding: 140px 0 0 20px;
        width: 100%;
        height: 100%;
        color: #fff;
        text-align: left;
        opacity: 0;
        -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
        transition: opacity 0.45s, transform 0.45s;
        -webkit-transform: translate3d(0, -40px, 0);
        transform: translate3d(0, -40px, 0); 
    }
}

.blog-more {
  padding-bottom: 80px;
}


.new-section-logos {
  padding: 0;
  border: 1px solid #eee;
  background-color: #fff;
  height: 200px;
}
.new-logos-img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 60px;
  margin: 70px 30px 0 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.new-section-logos:hover .new-logos-img {
    height: 67px;
}








