
#theme1 .blog-list{
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #d2d2d2;
}
#theme1 .blog-details{

/*    background: #fff;*/
    position: relative;
    min-height: 181px;
}
#theme1 .blog-details h4:after{
    position: absolute;
    content:'';
    bottom: 0px;
    border-bottom: 2px solid #d74935;
    left:0;
    width:20%;
}
#theme1 .blog-category a{
    font-size:13px;
    color:#cd5b5c;
    text-decoration:none;
    text-transform: uppercase;
    text-decoration: none;
}
#theme1 .blog-category{
    color:#6a6a6a;
    margin-bottom: 10px;
    margin-top: 10px;
}
#theme1 .blog-details h4{
    padding-bottom: 10px;
}
#theme1 .blog-meta{
    margin-bottom: 15px;
}
#theme1 .blog-meta span, #theme1 .blog-meta span i{margin-right: 7px;font-size: 13px;}
#theme1 .blog-meta span a{text-decoration:none;}
#theme1 .blog-details h4, #theme1 .blog-details h4 a{
    position: relative;
    font-size: 18px;
    font-weight: 600;
/*    color: #2f2f2f;*/
    margin-bottom: 15px;
    text-align: left;
    line-height: 24px;
    text-decoration: none;
    margin-top: 0;
}
#theme1 .blog-details p{
    font-size:14px;
/*    color:#2f2f2f;*/
    line-height: 24px;
}
#theme1 .blog-details a.blog-read-btn {
    display: inline-block;
    padding: 6px 30px;
    border: 2px solid #d74935;
    border-radius: 7px;
    text-decoration: none;
    color: #d74935;
    text-transform: uppercase;
    margin-top: 18px;
}
#theme1 .blog-head img {
    border: 3px solid #fff;
    box-shadow: 0 0 1px #afadad;
    border-radius: 7px;
}
#theme1 .blog-details a.blog-read-btn:hover{background:#d74935;color:#fff;}
#theme1 .blog-details p.avatar{
    margin-bottom: 20px;
}
#theme1 .blog-head {
    max-width: 335px;
    display: inline-block;
}
#theme1 .blog-details .avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    object-fit: fill;
    margin-right: 10px;
}
#theme1 .blog-details .date {
    color: #949292;
    margin-top: 10px;
    display: inline-block;
    font-size: 13px;
}
#blog-carousel {
    margin: 10px 0 30px;
}
@keyframes fadeInUp{
    0%{opacity:0;transform:translate3d(0,100%,0)}
    to{opacity:1;transform:none}
}
.fadeInUp{animation-name:fadeInUp}
@keyframes fadeInUpBig{
    0%{opacity:0;transform:translate3d(0,2000px,0)}
    to{opacity:1;transform:none}
}
.fadeInUpBig{
    animation-name:fadeInUpBig
}
.blog-pagination{text-align:right;}	
@media(min-width: 992px)
{
    #theme1 .blog-head img {
        object-fit: fill;
    }
}
@media(max-width: 992px)
{
    #theme1 .blog-head{max-width:100%;}
}	













#theme2 .blog-body{
    padding:0px 15px;
    box-shadow: 0 0 1px #b1aeae;
}
#theme2 .blog-list{margin-bottom:25px;}
#theme2 .blog-details{
    padding: 20px;
    margin-top: -46px;
    /*background: #fff;*/
    position: relative;
    min-height: 181px;
}
#theme2 .blog-category a{
    font-size:13px;
    color:#cd5b5c;
    text-decoration:none;
    text-transform: uppercase;
    text-decoration: none;
}
#theme2 .blog-category{
    color:#6a6a6a;
    margin-bottom: 15px;
}
#theme2 .blog-details h4, #theme2 .blog-details h4 a{
    font-size: 18px;
    font-weight: 600;
    color: #2f2f2f;
    margin-bottom: 15px;
    text-align: center;
    line-height: 24px;
    text-decoration: none;
}
#theme2 .blog-details p{
    font-size:14px;
    color:#2f2f2f;
}
@keyframes fadeInUp{
    0%{opacity:0;transform:translate3d(0,100%,0)}
    to{opacity:1;transform:none}
}
.fadeInUp{animation-name:fadeInUp}
@keyframes fadeInUpBig{
    0%{opacity:0;transform:translate3d(0,2000px,0)}
    to{opacity:1;transform:none}
}
.fadeInUpBig{
    animation-name:fadeInUpBig
}
.blog-pagination{text-align:right;}









#theme3 .blog-list{
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #d2d2d2;
}
#theme3 .blog-details{

/*    background: #fff;*/
    position: relative;
    min-height: 181px;
}
#theme3 .blog-category a{
    font-size:13px;
    color:#cd5b5c;
    text-decoration:none;
    text-transform: uppercase;
    text-decoration: none;
}
#theme3 .blog-category{
    color:#6a6a6a;
    margin-bottom: 10px;
    margin-top: 10px;
}
#theme3 .blog-details h4, #theme3 .blog-details h4 a{
    font-size: 18px;
    font-weight: 600;
/*    color: #2f2f2f;*/
    margin-bottom: 15px;
    text-align: left;
    line-height: 24px;
    text-decoration: none;
}
#theme3 .blog-details p{
    font-size:14px;
    color:#2f2f2f;
}
#theme3 .blog-details p.avatar{
    margin-bottom: 20px;
}
#theme3 .blog-head {
    max-width: 335px;
    display: inline-block;
}
#theme3 .blog-details .avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    object-fit: fill;
    margin-right: 10px;
}
#theme3 .blog-details .date {
    color: #949292;
    display: inline-block;
    font-size: 13px;
}
#theme3 .blog-details a.blog-read-btn {
    display: inline-block;
    padding: 8px 30px;
    border: 2px solid #2f2f2f;
    text-decoration: none;
    color: #fff;
    background: #2f2f2f;
    text-transform: uppercase;
    margin-top: 18px;
}
#theme3 .blog-details a.blog-read-btn:hover {
    background: #fff;
    color: #000;
}
#theme3 .blog-head img {
    border: 5px solid #fff;
    box-shadow: 0 0 1px #afadad;
}
#blog-carousel {
    margin: 10px 0 22px;
}
@keyframes fadeInUp{
    0%{opacity:0;transform:translate3d(0,100%,0)}
    to{opacity:1;transform:none}
}
.fadeInUp{animation-name:fadeInUp}
@keyframes fadeInUpBig{
    0%{opacity:0;transform:translate3d(0,2000px,0)}
    to{opacity:1;transform:none}
}
.fadeInUpBig{
    animation-name:fadeInUpBig
}
.blog-pagination{text-align:right;}	
.knowband-blog#theme2 .blog-head img {
    max-height: 180px;
    width: 100%;
	min-height: 180px;
}
.knowband-blog#theme2 .blog-details{
	max-height: 300px;
    min-height: 300px;
    overflow: auto;
}
@media(min-width: 992px)
{
    #theme3 .blog-head img {
        height: 250px;
        object-fit: fill;
    }
}
@media(max-width:992px)
{
    #theme3 .blog-head
    {
        max-width: 100%;

    }
	.knowband-blog#theme2 .blog-details{
		max-height: 300px;
		min-height: auto;
		overflow: auto;
	}
}