.the-content{
	font-size: 15px;
	line-height: 23px;
	text-align: justify;
}
.the-content .cont1{
	margin-bottom: 30px;
}
.the-content .slogan{
	padding-top: 25px;
}
.the-content .slogan .t1 {
    padding-left: 50px;
    font-size: 18px;
    line-height: 26px;
    color: #888888;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
}
.the-content .slogan .t1:before{
	content: "\f10d";
	font-family: fontAwesome;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 40px;
	line-height: 40px;
	color:#e5e5e5;
}
.the-content .slogan .t2{
	font-size: 45px;
	line-height: 54px;
	font-weight: bold;
	color:#2655ad;
	display: inline-block;
	text-transform: uppercase;
	text-align: left;
}
.the-content .color{
	font-weight: bold;
	color:#ff0000;
}
.the-content .titleh1{
	font-size: 42px;
	line-height: 50px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
}
.the-content .titleh1 span{
	color:#f22f35;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.the-content .slogan .t2{
	font-size: 32px;
	line-height: 40px;
}
.the-content .titleh1{
	font-size: 26px;
	line-height: 34px;
}
}