.blog-list .post-with-image{
    overflow: hidden;
    background:#fff;
    border-radius: 3px;
    margin-bottom: 8px;
    padding:0 0 5px 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.03);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.03);
}
.blog-head{
    display: inline-block;
    padding:0 20px;
    margin-bottom:5px;
}
.blog-pphoto{
    width: 50px;
    float: left;
    margin-right: 15px;
}


.blog-pphoto img{
    border-radius: 100%;
}

.blog-pdetails{
    width: 100%;
    float: left;
    padding: 10px 20px;
}
.blog-pdetails .userphoto {
   width:max-content;
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.blog-pdetails .userphoto img.user-avatar{
    object-fit: contain;
    width: 50px;
    background: white;
    height: 50px !important;
    border-radius: 100%;
    padding: 5px;
    border: 1px solid white;
    position: inherit !important;
    top: inherit !important;
    left: inherit !important;
    transform: inherit !important;
}

.blog-pdetails .name{
    font-size: 18px;
}
.blog-pdetails .name a{
    color: #fff;
    display: block !important;
}
.blog-pdetails .name .company-category{
    float: left;
    display: contents;
}
.blog-pdetails .name .company-category a{

    display: block;
}
.blog-pdetails .name .company-category a:last-child{
    color:#ccc !important;
    font-size: 15px;
}
.blog-pdetails .time{
    float: left;
    margin-right: 3px;
    color: #999;
}

.blog-pdetails .category{
    float: left;
}

.blog-pdetails .category a{
    color:#999 !important;
}

.blog-list .post-with-image .post-image{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 0;
    height: 35vh;
    overflow: hidden;
    margin-bottom: 25px;
    display: block;

}
.blog-list .post-with-image .post-image:hover img{
    transition: all 0.5s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)scale(1.03);
}
.blog-list .post-with-image .post-image .blog-details{
    background: rgb(0,0,0,.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(1.2);
    transition: all 0.2s ease;
    opacity: 0;
    visibility: hidden;
}
.blog-list .post-with-image .post-image:hover .blog-details{
    transform: scale(1);
    transition: all 0.2s ease;
    visibility: visible;
    opacity:1;
}
.blog-list .post-with-image .post-image:hover .blog-details h2.title a{
    color:#fff;
    display:block;
}
.blog-list .post-with-image .post-image img{
    height: auto;
    max-height: fit-content !important;
    vertical-align: middle;
    transition: all 0.5s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.blog-list h2,.blog-list .post,.blog-list .tag{
    padding: 0 20px;
}

.blog-list h2{
    font-size: 20px;
    font-weight: 100;
    color: #171717;
    word-break: break-word;
}
.blog-list .time{
    padding: 0px 20px 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #cacaca;
}
.blog-list .blog-read-more{
    display:block;
    float: left;
    width:100%;
    padding: 15px 20px;
}
.blog-list .blog-read-more a{
    display: block;
    width: max-content;
    padding: 8px 18px;
    border: 2px solid #ff7979;
    background: #eb4d4b;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.4s ease;
    font-size: 13px;
}
.blog-list .blog-read-more a:hover{

    background:#ff7979;
    opacity: 1;
    color:#ecf0f1;

}
.blog-list .post{
    font: 14px / 1.7 "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #2c3e50;
    font-weight: 600;
   /* letter-spacing: .06em;*/
}

.blog-buttons{
    margin: 0 20px;
    display: block;
    border-top:  1px solid #f2f2f2;
    padding: 5px 0;
    text-align: center;
}

.blog-buttons a{
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    border-radius: 3px;
    color: #333;
    width: 49%;
    text-align: center;
}
.blog-buttons a:hover{
    background:#ededed;
}

.read-more{
    font-weight: bold;
}

.blog-sidebar-time{
    color: #999 !important;
    padding: 5px;
    border-radius: 3px;
}

.comment-close button{
    background: none;
}

.comment-close ul{
    margin:0 !important;
    right: 0 !important;
    left: auto;
    border-radius: 4px;
    z-index: 9;
    min-width: 250px;
}
.comment-close ul li{
    margin:0 !important;
    display: grid;
    height: auto;
}
.comment-close ul li:first-child{
    border-bottom: 1px solid #ddd;
}
.comment-close ul li:first-child a i{
    color: #E53935 !important;
}
.comment-close ul li:last-child a i{
    color: #4fc3f7 !important;
}
.comment-close ul li a{
    padding: 8px 25px 8px 15px !important;
    display: flex;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transition: 0.4s;
    color:#444;
    line-height: 1.35 !important;
}
.comment-close ul li a:hover{
    background-color: #fdc600;
    color:#333333;
    border-top: 1px solid #e0b002;
    border-bottom: 1px solid #e0b002;
    transition: 0.4s;
}
.comment-close ul li a i{
    font-size: 20px;
    padding: 0px 3px;

}

.comment-close ul li .texting{

    display: inline-block;
    height: auto;
    width: 70%;
}
.comment-close ul li .texting span{
    font-size: 13px;
    display: inline-block;
    height: auto;
    width: 100%;
    font-weight: 600;
}
.comment-close ul li .texting div{
    font-size: 13.5px;
    display: block;
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 0;
    color: gray;
}
.comment-close .dropdown-menu {
    padding: 0 !important;
    display:none;

}
.comment-close.open .dropdown-menu {
    padding: 0 !important;
    display:block;
    position: absolute;
    top: 100%;

    z-index: 1000;

    float: left;
    min-width: 160px;
    min-width: 250px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;

    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

@media only screen and (min-width: 992px) {
    .two-column-blog h2.title {
        height: 45px;
        overflow: hidden;
    }

    .two-column-blog p.post {
        height: 145px;
        overflow: hidden;
    }
    .two-column-blog p.tag{
        height:70px;
        overflow: hidden;
    }
}

/* kart css start */
.img-new{
    height: 82px;
    width: 100%;
    object-fit: contain;
}

.item{
    padding:5px;
}
.item-card{
    transition:0.5s;
    cursor:pointer;
    padding: 5px;
    border: 2px solid #fcc800;
    text-align: center;
}
.item-card-title{
    font-size: 12px;
    transition: 1s;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.item-card-title i{
    font-size:15px;
    transition:1s;
    cursor:pointer;
    color:#ffa710
}
.card-text{
    height:80px;
}

.card::before, .card::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform .3s ease-out 0s;
    background: rgba(255, 255, 255, 0.1);
    content: '';
    pointer-events: none;
}
.card::before {
    transform-origin: left top;
}
.card::after {
    transform-origin: right bottom;
}
/* kart css end */
