
.nBlog .topBlogList .blogListWrap .blogListChild .blogListImg{
	opacity: 0;
	z-index: -1;
	height: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	overflow: hidden;

}
.nBlog .topBlogList .blogListWrap .blogListChild{
	position: relative;
}
.nBlog .topBlogList .blogListWrap .blogListChild:hover  .blogListImg{
    opacity: 1;
    z-index: 0;
    transition: 0.55s;
}
.nBlog .topBlogList .blogListWrap .blogListChild:hover  .blogListImg img, .nBlog .topBlogList .blogListWrap .blogListChild  .blogListImg img {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    /* right: 0; */
    top: 0;
    max-width: inherit;
    background-position: center center;
    transform: translateX(-50%);
}
.nBlog .topBlogList .blogListWrap .blogListChild:hover  .blogListImg:before{
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    background: rgba(0,0,0,0.6);
    top: 0;
    z-index: 1;
}
.nBlog .topBlogList .blogListWrap .blogListChild:hover .blogContent a,.nBlog .topBlogList .blogListWrap .blogListChild:hover .blogContent span{
	color: #fff;
}
.nBlog .topBlogList .blogListWrap .blogListChild .blogContent span,.nBlog .topBlogList .blogListWrap .blogListChild .blogContent a{
	display: inline-block;
	vertical-align: middle;
	text-transform: inherit;
}
.nBlog .topBlogList .blogListWrap .blogListChild .blogContent a{
	position: absolute;
	right: 33px;
}
.nBlog .topBlogList .blogListWrap .blogListChild .blog_title_cont{
	position: relative;
	padding: 4vh 3vh;
	min-height: 34rem;
}
.nBlog .topBlogList .blogListWrap .blogListChild h2{
	font-size: 35px;
    line-height: 45px;
    text-transform: inherit;
}
.nBlog .topBlogList .blogListWrap .blogListChild:hover h2,.nBlog .topBlogList .blogListWrap .blogListChild:hover p{
	color: #fff;
}
.nBlog .topBlogList .blogListWrap .blogListChild .blogContent{
	position: absolute;
	bottom: 0;
	height: 60px;
	padding: 15px 32px;
	left: 0;
	width: 100%;
}
.nBlog .topBlogList .blogListWrap .blogListChild:hover .blogContent svg{
	fill:#fff;
}
.nBlog .topBlogList .blogListWrap .blogListChild .blogContent svg{
	width: 20px;
}
.container.blogContainer{
	max-width: 1360px;
}
.nBlog .topBlogList .blogListWrap .blogListChild{
	width: 33.3%;
	margin-bottom: 0;
	border-top: 2px solid #000;
	border-left: 1px solid #dadcde;
	border-bottom: none;
}
.site-logo.faux-heading{
	margin-left: 0;
}

.nBlog .topBlogList .blogListWrap.topBlog .blogListChild:last-child{
	width: 100%;
	border-top: 2px solid #000;
    border-left: none;
}
.nBlog .topBlogList .blogListWrap.topBlog .blogListChild:last-child .blogListImg img,.nBlog .topBlogList .blogListWrap.topBlog .blogListChild:last-child:hover .blogListImg:before,.nBlog .topBlogList .blogListWrap.topBlog .blogListChild:last-child .blogContent span{
	display: none;
}
.nBlog .topBlogList .blogListWrap.topBlog .blogListChild:last-child:hover h2,.nBlog .topBlogList .blogListWrap.topBlog .blogListChild:last-child:hover p{
	color: #000;
}
.nBlog .topBlogList .blogListWrap.topBlog .blogListChild:last-child:hover .blogContent a{
	color: #000;
}
.nBlog .topBlogList .blogListWrap.topBlog .blogListChild:last-child:hover .blogContent svg{
	fill:#000;
}
.nBlog .topBlogList .blogListWrap.topBlog .blogListChild:last-child .blog_title_cont {
    min-height: inherit;
    width: 72%;
    margin: 0 auto;
    padding: 110px 2vh 120px;
}

.nBlog .topBlogList .blogListWrap.topBlog .blogListChild:last-child h2{
	font-size: 60px;
	line-height: 70px;
}
.nBlog .topBlogList .blogListWrap.topBlog .blogListChild:last-child p{
	width: 75%;
	display: inline-block;
	padding-top: 20px;
}
.nBlog .topBlogList .blogListWrap.topBlog .blogListChild:last-child .blogContent{
	position: static;
	display: inline-block;
	width: 20px;
}
.endPost .navigation{
	border-top: 2px solid #000;
	padding-top:30px; 
}
.nBlog .topBlogList .blogListWrap .blogListChild:nth-child(3n+3){
	border-right: 1px solid #dadcde;	
}
.navWrap{
	background: #fff;
}
.header-footer-group .header-inner.section-inner{
	padding-top: 0;
}
.site-logo.faux-heading{
	margin-top: 0;
}
.nBlog .topBlogList .blogListWrap .blogListChild:last-child .blogContent a {
    position: absolute;
    right: 33px;
    width: 65px;
    height: 40px;
    background: #dfdfdf;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nBlog .topBlogList .blogListWrap.topBlog .blogListChild:last-child:hover .blogContent a svg,.nBlog .topBlogList .blogListWrap.topBlog .blogListChild:last-child .blogContent a svg{
	fill:#000;
}
.nBlog .topBlogList .blogListWrap.topBlog .blogListChild:last-child:hover .blogContent svg{
	fill:#000;
}
.customHeader.header-footer-group{
	position: static !important;
}

.StatisticsContent a, .freeSupport .container .borderBtn,.freeSupport .container .borderBtn:hover {
    background: transparent;
    border: 1px solid white;
    border-radius: 5px;
    font-size: 16px;
    padding: 18px 28px;
    color: #fff;
    text-decoration: none;
    display: table;
    max-width: 200px;
    text-align: center;
}

/*.nBlog .topBlogList .blogListWrap .blogListChild:hover{
	border-left-color: transparent;
	border-right-color: transparent;
}*/

/*footer design start*/
.latestFooter.nFooter {
    background: #f4f8fc !important;
    padding-top: 8vh !important;
}
.latestFooter.nFooter .footTitle, .latestFooter.nFooter .comPanyMenu ul li a, .latestFooter.nFooter address .rightAdd strong, .latestFooter.nFooter address p, .latestFooter.nFooter address a, .latestFooter.nFooter .bootmFooter a, .latestFooter.nFooter .bootmFooter .text-center {
    color: #000;
}
.latestFooter.nFooter .footTitle:before {
    content: "";
    width: 50px;
    height: 2px;
    border-radius: 5px;
    background: #0f4bb9;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.latestFooter.nFooter .topFooter address .fAddress .rightAdd p a{
  color: #000;
}
.latestFooter.nFooter .footTitle:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #e0e1e1;
    left: 0;
}
.latestFooter.nFooter .comPanyMenu ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    background: #0f4bb9;
    top: 50%;
    transform: translateY(-50%);
}
/*footer design close*/

a.custom-logo-link img {
	width: 100%;
	max-width: 100%;
	display: table;
	height: 44px;
}

   @media screen and (max-width: 1440px) {
   	.container.blogContainer,.header-footer-group .header-inner.section-inner{
   		max-width: 1140px;
   	}
   	.nBlog .topBlogList .blogListWrap.topBlog .blogListChild:last-child .blog_title_cont{
   		width: 90%;
   	}
    }

     @media screen and (max-width: 1200px) {
		.nBlog .topBlogList .blogListWrap .blogListChild h2 {
		    font-size: 30px;
		    line-height: 40px;
		    text-transform: inherit;
		}
		.nBlog .topBlogList .blogListWrap.topBlog .blogListChild:last-child h2 {
		font-size: 50px;
		line-height: 60px;
		}
		.offerBg .introBox {
		    padding-top: 5vh;
		    padding-bottom: 4vh;
		}
     }
     @media screen and (max-width: 999px) {
		.nBlog .topBlogList .blogListWrap.topBlog .blogListChild:last-child h2 {
		    font-size: 45px;
		    line-height: 55px;
		}
     }
  @media screen and (max-width: 991px) {
     .StatisticsContent a, .freeSupport .container .borderBtn, .freeSupport .container .borderBtn:hover{
     	margin: 35px auto 0;
     }
  }
  @media screen and (max-width: 890px) {
     .nBlog .topBlogList .blogListWrap .blogListChild{
     	width: 50%;
     }
 }
 @media screen and (max-width: 767px) {
 .nBlog .topBlogList .blogListWrap.topBlog .blogListChild:last-child h2 {
    font-size: 35px;
    line-height: 45px;
}
.nBlog .topBlogList .blogListWrap .blogListChild h2{
	font-size: 20px;
	line-height: 30px;
}
}
  @media screen and (max-width: 575px) {
	.nBlog .topBlogList .blogListWrap .blogListChild,.nBlog .topBlogList .blogListWrap.topBlog .blogListChild:last-child .blog_title_cont{
	width: 100%;
	}
	.nBlog .topBlogList .blogListWrap.topBlog .blogListChild:last-child h2 {
	font-size: 30px;
	line-height: 40px;
	}
	.nBlog .topBlogList .blogListWrap .blogListChild .blog_title_cont{
	min-height: inherit;
	}
	.nBlog .topBlogList .blogListWrap .blogListChild{
		border-right: 1px solid #dadcde;
	}
.nBlog .topBlogList .blogListWrap.topBlog .blogListChild:last-child p{
	width: 100%;
}
.nBlog .topBlogList .blogListWrap .blogListChild .blogContent {
    position: static;
    bottom: 0;
    height: auto;
    padding: 15px 0 0;
    left: 0;
    width: 100%;
}
.nBlog .topBlogList .blogListWrap.topBlog .blogListChild:last-child{
	border-right: none;
}
 }