.the-content .template1{
	margin-bottom: 45px;
}
.the-content .template1 .img{
	border-radius: 10px;
	overflow: hidden;
}
.the-content .template1 .img img{
	width: 100%;
}
.the-content .template1 .title{
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 30px;
	position: relative;
}
.the-content .template1 .title:before{
	content: "";
	position: absolute;
	left: -145px;
	width: 250px;
	border-bottom: solid 1px #079100;
	bottom: -15px;
}
.the-content .template1 .content{
	font-size: 15px;
	line-height: 23px;
	color:#565656;
	text-align: justify;
}
/*====================================================*/
.the-content .template2{
	position: relative;
	margin-bottom: 50px;
}
.the-content .template2:before{
	content: "";
	position: absolute;
	top: 60px;
	left: -1000px;
	right: -1000px;
	height: 220px;
	background: url(../images/per.png);
}
.the-content .template2 .img{
	border-radius: 10px;
	overflow: hidden;
}
.the-content .template2 .img img{
	width: 100%;
}
.the-content .template2 .title{
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 30px;
	position: relative;
}
.the-content .template2 .title:before{
	content: "";
	position: absolute;
	left: -145px;
	width: 250px;
	border-bottom: solid 1px #079100;
	bottom: -15px;
}
.the-content .template2 .part2{
	-webkit-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	-o-transform: translateY(-60px);
	transform: translateY(-60px);
}
.the-content .template2 .content{
	font-size: 15px;
	line-height: 23px;
	color:#565656;
	text-align: justify;
}
.the-content .template2 .content.pad{
	padding-top: 100px;
}
/*==========================================================*/
.the-content .template3 .dess{
	font-size: 15px;
	line-height: 23px;
	color:#666666;
	text-align: justify;
	margin-bottom: 80px;
}
.the-content .template3 .ads{
	margin-bottom: 30px;
}
.the-content .template3 .ads .img{
	margin: 0 auto;
	margin-bottom: 16px;
	width: 90px;
	height: 90px;
	background: #079100;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}
.the-content .template3 .ads .tend{
	font-size: 16px;
	line-height: 24px;
	color:#344854;
	text-transform: uppercase;
	font-weight: 500;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}

/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.the-content .template1 .img,
.the-content .template2 .img{
	margin-bottom: 20px;
}
.the-content .template1 .title,
.the-content .template2 .title{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}
.the-content .template1 .title:before,
.the-content .template2 .title:before{
	display: none;
}
.the-content .template2 .part2{
	-webkit-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
}
.the-content .template2 .content.pad{
	padding-top: 0;
}
.the-content .template2,
.the-content .template1{
	margin-bottom: 20px;
}
.the-content .template3 .dess{
	margin-bottom: 20px;
}
.the-content .template3 .ads .tend{
	font-size: 14px;
	line-height: 22px;
}
.the-content .template2:before{
	display: none;
}
}