
.types-loan-content .types-loan-inner-content .listpoint {
    position:absolute;
    left:0px;
    top:0px;
}
    .types-loan-content .types-loan-inner-content .listpoint span {
        display: inline-block;
        height: 45px;
        width: 45px;
        line-height: 30px;
        background-color: initial;
        color: #f2132b;
        font-size: 25px;
        text-align: center;
        border-radius: 50px;
        -webkit-transition: .5s;
        transition: .5s;
        font-size: 30px;
    }

.single-footer-widget .footer-logo .social li a i:hover {
    transform: none;
    -webkit-transform:none;
}


.project_datas_table thead tr th {
    background-color: #f2132b;
    color: #fff;
    text-align: center
}

.project_datas_table tbody tr th {
    text-align: center
}

.single-blog-item.home_blog_list .post-image {
    height:215px;
    
}
/*.single-blog-item.home_blog_list .post-image img {
    max-height: 100%;
}*/

.single-blog-item.home_blog_list .post-content h5 {
    height:50px;
}
.single-blog-item.blog_item .post-image {
    height:285px;
}
/*.single-blog-item.blog_item .post-image img {
    max-height: 100%;
}*/
.single-blog-item.blog_item .post-content h4{
    height:58px;
}

.single-blog-item.home_blog_list .post-image .post-image-wapper {
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-transition: .5s;
    transition: .5s
}
.single-blog-item.home_blog_list:hover .post-image-wapper {
    -webkit-transform: rotate(2deg) scale(1.2);
    transform: rotate(2deg) scale(1.2)
}

.single-blog-item.blog_item .post-image .post-image-wapper {
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-transition: .5s;
    transition: .5s
}

.single-blog-item.blog_item:hover .post-image-wapper {
    -webkit-transform: rotate(2deg) scale(1.2);
    transform: rotate(2deg) scale(1.2)
}
