.project-card .h4 {
    color: #63666A;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.2s all ease;
}
.project-section,
.project-list {
    margin: 50px 0 100px;
}
.project-list.project-list-box {
    margin-bottom: 0px !important;
}
.project-list {
    display: flex;
    flex-wrap: wrap;
    overflow:hidden;  
}

.project-list .project-card {
    display: block;
}
.active_cat {
    color: #F18A00 !important;
}
.project-card .h6,
.project-card .h6 a,
.project-card .h5,
.project-card .h5 a {
    font-weight: 600;
    color: #63666A;
    transition: all .5s ease;
}
/*.project-card:hover .h6,*/
.project-card .h6:hover,
/*.project-card:hover .h5,*/
.project-card .h5:hover {
    color: #F18A00;
}

.project-list [class*="col-"] {
    margin-bottom: 40px;
}

.project-card img {
    vertical-align: top;
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 14px;
}

.project-section .btn-loadmore,
.project-list .btn-loadmore {
    display: flex;
    justify-content: center;
    width: 100%;
}
.project-section button.btn-wparch,
.project-list button.btn-wparch {
    background: none;
    border: none;
}
.project-section button.btn-wparch:hover,
.project-list button.btn-wparch:hover {
  background: rgba(241, 138, 0, 1);
}
.project-card p {
  margin-top: 18px;
  margin-bottom: 10px;
}


@media (max-width: 1799px) {
    .project-card img {
        height: 300px;
        margin-bottom: 12px;
    }

    .project-list [class*="col-"] {
        margin-bottom: 30px;
    }

    .project-section,
    .project-list {
        margin-bottom: 90px;
    }
}

@media (max-width: 1599px) {
    .project-card img {
        height: 250px;
    }
}

@media (max-width: 1365px){
    .project-section,
    .project-list {
        margin-bottom: 70px;
      }
}

@media (max-width: 1199px) {

    .project-card img {
        height: 200px;
    }
    .project-card p {
      margin-top: 15px;
    }
}
@media (max-width: 767px) {
    .project-section,
    .project-list {
        margin-bottom: 50px;
    }
     .project-card p {
        margin-top: 10px;
    }
}
@media (max-width: 575px){
    .project-card img {
    height: auto;
  }
    .project-list [class*="col-"] {
    margin-bottom: 20px;
  }
}