.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: #999999;
    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;
}
.the-content .slogan .t2{
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    color: #fd742e;
    display: inline-block;
    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: 24px;
        line-height: 32px;
    }
    .the-content .titleh1{
        font-size: 26px;
        line-height: 34px;
    }
}