.clients-page-section .single-project-item {
    margin-bottom: 40px;
    border: 2px solid #e2e2e2;
    border-radius: 5px;
    overflow: hidden;
    display: block;
    transition: transform 1s;
}
.clients-page-section .single-project-item:hover .img-holder .overlay-style-one .box .content {
    transform: scale(1);
    opacity: 1;
    transition: all 1s ease-in-out;
}
.clients-page-section .single-project-item .img-holder .overlay-style-one .box .content {
    transform: scale(0.10);
    opacity: 0;
    text-align: center;
    vertical-align: middle;
    transition: all 2s ease-in-out;
    height: 303px;
}
/* .clients-page-section .single-project-item:hover .img-holder img {
    transform: scale(1.1, 1.0);
    transition: all 1s ease-in-out;
} */
.clients-page-section .single-project-item:hover .img-holder .overlay-style-one {
    filter: alpha(opacity=100);
    opacity: 1;
}
.clients-page-section .single-project-item .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    margin: auto;
    text-align: center;
}
.clients-page-section .single-project-item .img-holder img {
    max-width: 300px;
    transform: scale(0.9, 1.1);
    transition: all 1s ease-in-out;
    height: 150px;
    object-fit: scale-down;
}
.clients-page-section .single-project-item:hover {
    box-shadow: 5px 10px 20px #e1d7d7;
    transform: scale(1.03);
}
.clients-page-section .single-project-item .img-holder .overlay-style-one {
    background: rgba(15, 30, 66, 0.9);
    height: 303px;
    border: 2px solid #e2e2e2;
}
.clients-page-section .overlay-style-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: all 500ms ease;
    background-color: rgba(0, 0, 0,0.8);
}
.clients-page-section .overlay-style-one .box {
    display: table;
    height: 100%;
    width: 100%;
}
.clients-page-section .single-project-item .img-holder .overlay-style-one .box .content .inner-content {
    position: absolute;
    left: 30px;
    bottom: 22px;
}
.clients-page-section .single-project-item .img-holder .overlay-style-one .box .content .border {
    width: 60px;
    height: 2px;
    background: #b2c9ff;
    display: block;
}
.clients-page-section .single-project-item .img-holder .overlay-style-one .box .content h3 {
    margin: 14px 0 3px;
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;

}
.clients-page-section .single-project-item:hover .img-holder .overlay-style-one .box .content {
    transform: scale(1);
    opacity: 1;
    transition: all 2s ease-in-out;
}
.post-pagination li {
    display: inline-block;
    margin: 0 3px;
}
.post-pagination li a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f2f2f2;
    color: #3d3d3d;
    display: block;
    font-size: 18px;
    font-weight: 700;
    height: 55px;
    padding: 14px 0;
    transition: all 500ms ease 0s;
    width: 55px;
    font-family: 'Poppins', sans-serif;
    border-radius: 0px;
    text-decoration: none;
}
.post-pagination li.active a, .post-pagination li:hover a {
    background: #3740b0;
    color: #fff;
    border: 1px solid #3740b0;
}
.fa-caret-left:before {
    content: "\f0d9";
}