﻿.testing{
	width: 100%;
	overflow: hidden;
	height: 588px;
	padding: 85px 0;
}
.testing>li{
	height: 100%;
	overflow: hidden;
}
.testing>li:first-of-type{
	float: right;
	padding-left: 5px;
}
.testing>li:last-of-type{
	padding-right: 20px;
}
.testing_text{
	width: 100%;
	height: 100%;
	background-color: #2c438f;
	color: #fff;
	padding: 100px 40px;
	line-height: 20px;
}
.testing_text h1{
	font-size: 36px;
	margin-bottom: 15px;
	line-height:50px;
}
.testing_text p
{
    text-align:justify;
}
.testing_text a{
	display: block;
	width: 160px;
	height: 45px;
	line-height: 43px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-top: 100px;
	border: 1px solid #fff;
	transition: all 0.5s;
}
.testing_text:hover a{
	background-color: #fff;
	color: #2c438f;
}
.testing_text a span{
	margin-left: 30px;
}
.testing_img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.testing_img img{
	width: 100%;
	transition: all 0.5s;
}
.testing_img li div{
	width: 100%;
	overflow: hidden;
}
.testing_img li:hover img{
	transform: scale(1.1);
}
.testing_img li:nth-of-type(1){
	padding: 0 7.5px 9px 0;
	overflow: hidden;
}
.testing_img li:nth-of-type(2){
	padding: 0 0 9px 7.5px;
	overflow: hidden;
}
.testing_img li:nth-of-type(3){
	padding: 9px 7.5px 0 0;
	overflow: hidden;
}
.testing_img li:nth-of-type(4){
	padding: 9px 0 0 7.5px;
	overflow: hidden;
}


.testing_img2{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.testing_img2 img{
	width: 100%;
	transition: all 0.5s;
}
.testing_img2 li div{
	width: 100%;
	overflow: hidden;
	border:#cccccc solid 1px;
}
.testing_img2 li:hover img{
	transform: scale(1.1);
}
.testing_img2 li{
	width: 32%;
	overflow: hidden;
	float:left;
	margin-right: 22px;
    margin-bottom: 22px;
}
.testing_img2 li p
{
    text-align:center;
    line-height:28px;
    font-size:16px;
    margin-top:10px;
}
.testing_img2 li:nth-of-type(3){
	margin-right:0px;
}
.testing_img2 li:nth-of-type(6){
	margin-right:0px;
}



@media only screen and (max-width:767px ) {
	.testing{
		height: auto;
		padding: 30px 0;
	}
	.testing_text{
		width: 100%;
		height: auto;
		background-color: #2c438f;
		color: #fff;
		padding: 20px ;
		line-height: 1.5;
        font-size: 14px;
	}
	.testing_text h1{
		font-size: 30px;
		margin-bottom: 10px;
	}
	.testing_text a{
		width: 120px;
		height: 35px;
		line-height: 33px;
		color: #fff;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		margin-top: 20px;
		border: 1px solid #fff;
	}
	.testing_text a span{
		margin-left: 10px;
	}
	.testing>li:first-of-type{
		padding-left: 0px;
	}
	.testing>li:last-of-type{
		padding-right: 0px;
		margin-top: 20px;
	}
	.col-md-4, .col-md-8, .col-xs-12 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
}
@media only screen and (min-width:768px ) {
	.testing{
		height: auto;
		padding: 35px 0;
	}
	.testing>li:first-of-type{
		padding-left: 0px;
	}
	.testing>li:last-of-type{
		padding-right: 0px;
		margin-top: 20px;
	}
}
@media only screen and (min-width:992px ) {
	.testing{
		height: 555px;
		padding: 0px 0 35px;
	}
	.testing_text{
		padding: 60px 40px;
		line-height: 20px;
	}
	.testing>li:first-of-type{
		padding-left: 5px;
	}
	.testing>li:last-of-type{
		padding-right: 20px;
		margin-top: 0px;
	}
}
@media only screen and (min-width:1200px ) {
	.testing{
		height: 477px;
	}
	.testing_text{
		padding:70px 40px;
		line-height: 2;
	}
}