
/*====== insights_blog_services =========*/


.insights_blog_services:after {
    content: "";
    display: table;
    clear: both;
}
.insights_blog_services {
    margin-top: 30px;
}
.insights_blog_services .insights_box {
	position: relative;
    float: left;
    width: 33.3%;
}
.insights_blog_services .duble_blog .insights_box {
    overflow: hidden;
}
.insights_blog_services .insights_box picture img {
    width: 100%;
}
.insights_blog_services .insights_box:after {
    background: url(../images/gradientbg-img.png);
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
	background-size: cover;
}

.insights_blog_services .insights_box .insights_contant {
    position: absolute;
    bottom: 20px;
    color: #fff;
    left: 20px;
    right: 20px;
	z-index: 1;
}
.insights_blog_services .single_blog  {
    align-items: center;
    margin-top: 20px;
    background: #ffffff;
}

.insights_blog_services .single_blog .insights_contant h4 {
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    color: #000000;
    line-height: 24px;
    margin-bottom: 0;
    min-height: 130px;
    align-items: center;
    display: flex;
    margin: 20px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.insights_blog_services .single_blog .insights_contant span.card_date {
   margin-bottom: 10px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    font-family: Montserrat;
    color: rgba(0, 0, 0, 0.62);
}
.insights_blog_services .single_blog .insights_contant a.know_more {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
	text-decoration: none;
	 font-weight: bold;
    font-family: Montserrat;
}
.insights_blog_services .single_blog .insights_img {
    border: 6px solid #ececec;
}
.insights_blog_services .single_blog .insights_img img {
    width: 100%;
}
.insights_blog_services .single_blog .insights_img .blog_tage {
    left: 21px;
    top: 15px;
}
.insights_blog_services .insights_box .insights_contant h4 {
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 5px;
    min-height: 42px;
}

.insights_blog_services .insights_box .insights_contant span.card_date {
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}
.insights_blog_services .insights_contant a.know_more {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
	text-decoration: none;
}
.know_more .c_arrow {
    margin-left: 5px;
    transition: all 0.5s;
    min-width: 10px;
}
.know_more:hover img.c_arrow {
    margin-left: 8px;
}
.insights_blog_services .blog_tage {
    position: absolute;
    top: 6px;
    left: 0;
	z-index: 1;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.insights_blog_services .blog_tage span {
    text-transform: uppercase;
    font-weight: bold;
    font-family: Montserrat;
    color: #fff;
    padding: 3px 30px 3px 15px;
    font-size: 13px;
    display: block;
}

/*======= single-post =======*/
.single-post-blk {
    align-items: center;
    background: #ffffff;
    box-shadow: 0 0 10px 1px #efefef;
    padding: 15px 24px;
}
.single-post-blk .row {
    align-items: center;
}

.single-post-blk .card_date {
    color: #888;
    font-size: 15px;
    font-weight: 800;
    font-family: Montserrat;
}
.single-post-blk h2 {
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    min-height: 42px;
    border-bottom: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: 30px;
}
.single-post-blk .know_more {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}
.right-post-blk {
    padding-left: 20px;
    text-align: right;
}
.right-post-blk a.know_more.mobile-view {
    display: none;
}
.right-post-blk .blog_tage {
    left: 45px;
}

.insights_blog_services .blog_tage {
    position: absolute;
    top: 6px;
    left: 0px;
    z-index: 1;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}
.insights_blog_services .single-post-blk .blog_tage {   
    left: 35px;   
}
.insights_blog_services .blog_tage span {
    text-transform: uppercase;
    font-weight: bold;
    font-family: Montserrat;
    color: #fff;
    padding: 3px 30px 3px 15px;
    font-size: 13px;
    display: block;
}
.mobile-view {
    display: none;
}
.know_more .c_arrow {
    margin-left: 4px;
    margin-top: -2px;
    transition: all 0.5s;
}
.right-post-blk img {
    width: 100%;
}
/*======= single-post =======*/

@media (max-width:991px) {
	.insights_blog_services .insights_box {
		width: 50%;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {

	.insights_blog_services .insights_box .insights_contant {
		left: 14px;
		right: 14px;
	}
	.insights_blog_services .insights_box .insights_contant.insights_ip_tracker h4 {
		font-size: 15px;
		margin-bottom: 6px;
	}
	.insights_contant.insights_ip_tracker ul li {
		font-size: 13px;
	}
}

@media (max-width:767px) {
	.insights_blog_services .insights_box {
		width: 100%;
		margin-bottom: 20px;
	}
	
	/*======= single-post =======*/
	 .single-post-blk a.know_more.desktop-view {
        display: none;
    }
        .right-post-blk a.know_more.mobile-view {
        display: block;
        float: left;
        margin-top: 20px;
    }
    .right-post-blk a.know_more.mobile-view img.c_arrow {
        width: auto;
    }
    .know_more .c_arrow {
        margin-left: 4px;
        margin-top: -2px;
        transition: all 0.5s;
    }
	/*======= single-post =======*/
}

@media (max-width:575px){
	.insights_blog_services .insights_box .insights_contant {
		left: 10px;
		right: 10px;
	}
	.insights_blog_services .insights_box .insights_contant.insights_ip_tracker h4 {
		font-size: 16px;
	}
	.insights_contant.insights_ip_tracker ul li {
		font-size: 13px;
	}
}

@media (max-width:320px){
	.insights_blog_services .insights_box .insights_contant.insights_ip_tracker h4 {
		font-size: 14px;
	}
	.insights_contant.insights_ip_tracker ul li {
		font-size: 12px;
	}
}
