.banner.certifications{
	background-image: url(../images/services-product-banner.jpg);
}
@media (max-width:640px){
	.banner.certifications{
		background-image: url(../images/services-product-banner-mobile.png);
		width: 100%;
		height: 0;
		padding-bottom: 50%;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
}


.about_content.certifications{
	padding: 0 30px 0;
}
.credentials_logo_row{
	margin: 20px 0;
}
.credentials_logo_row img{
	margin-top: 30px ;
	margin-bottom: 30px ;
	margin-right: 50px;
	    /*height: 120px;*/
	    cursor: pointer;
}
.banner-inner{
	background-position: center;
    background-size: cover;
    height: 319px;
}
/*.banner-inner.servicesbanner01{
	/*background-image: url(../images/services-theme-banner01.jpg);*/
	/*height: 319px;*/
/*}
.banner-inner.servicesbanner02{
	background-image: url(../images/services-theme-banner06.jpg);		
	height: 319px;
}
.banner-inner.servicesbanner03{
	background-image: url(../images/services-theme-banner07.jpg);		
	height: 319px;
}
.banner-inner.servicesbanner04{
	background-image: url(../images/services-theme-banner09.jpg);		
	height: 319px;
}*/

.row.ScopeofCertification ul li{
	list-style: disc;
    padding: 5px 0;
}
.row.ScopeofCertification ul{
	padding-left: 20px;
}
.row.ScopeofCertification{
	margin: 20px -15px;
}
.btn-certifications{
	background-color: #003162;
	border-color:#003162;
	color: #fff;
    padding: 8px 28px;
    font-size: 16px;
}
.btn-certifications:focus{
	color:#fff;	
}

.btn-certifications:hover{
	color: #7EEBFF;
}

.btn-certifications i{
	display: inline-block;
	background-image: url(../images/btn-download.png);
	width: 14px;
	height: 12px;
	margin-right:10px;
}
.btn-certifications:hover i{
	background-position: 0 -12px;	
}
.row_goback.row{
	text-align: right;
	margin: 20px 0;	
}
.row_goback.row .btn_back{
	text-align: center;
}
.row_goback.row i{
	width: 34px;
	height: 16px;
	background-image: url(../images/btn-top.png);
	display: block;
    margin: 0 auto 10px;
}
.row_goback.row a{
	display: inline-block;
	/*width: 34px;*/
	
}
.banner.ServiceCertification{
	background-image: url(../images/services-services-banner.jpg);
}
.info-server-inner{
	width: 213px;
	height: 100%;
}

.info-server-inner .title{
	background-color: #003162;
	color: #fff;
	padding:10px 20px;
    font-size: 22px;
    font-weight: 100;
}
.info-server-inner .detail{
	background-color: #FFF;
	position: relative;
	/*height: 290px;*/
	height: 100%;
	/*height:calc(100% - 50px);*/
	width: 100%;
}
.info-server-inner .detail img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}







    