﻿.testing{
	width: 100%;
	overflow: hidden;
	height: 676px;
	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 p
{
    font-size:16px;
    text-align: justify;
}
.testing_text h1{
	font-size: 32px;
	margin-bottom: 15px;
	line-height:50px;
}
.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;
}
@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: 16px;
	}
	.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: 16px;
		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: 85px 0;
	}
	.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: 676px;
	}
	.testing_text{
		padding:70px 40px;
		line-height: 20px;
	}
}