.entry-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    text-transform: unset;
    word-wrap: break-word;
    margin-top: 15px;
}

.blog_col12{
    border: 1px solid #fdfdfd;
    padding: 10px;
    border-top: 6px solid #ff5e00;
    box-shadow: 0px 0px 3px #aaa;
    margin-bottom: 20px;
}

.post-date {
    font-size: 13px;
    background: #ff5e00;
    padding: 5px 20px;
    margin-bottom: 1%;
    display: -webkit-inline-box;
    color: #fff;
    font-weight: 400;
    margin-top: -28px;
    z-index: 99;
    position: absolute;
}

.entry-title a{
    margin-top: 15px;
    color: #202020;
    font-weight: 600;
    text-decoration: none;
    text-transform: unset;
}

a {
    cursor: pointer;
}

.pad_0 {
    padding: 0px;
}

.bg-overlay {
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../images/mobile_appbanner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding: 8em;
    background-attachment: fixed;
}

.bg-overlay p {
    color: #ccc;
    font-size: 0.9em;
}

.bg-overlay  h1 {
    font-size: 4em;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 0.5em;
}

.mar_top2em {
    margin-top: 2em;
}

.blog_img {
    width: 100%;
    height: 300px;
}

.blog_des_img {
    width: 100%;
    height: 500px;
}


.entry-title_des {
    font-size: 25px;
    line-height: 26px;
    font-weight: 600;
    text-transform: unset;
    word-wrap: break-word;
    margin-top: 15px;
}


.entry-title_des a{
    margin-top: 15px;
    color: #202020;
    font-weight: 600;
    text-decoration: none;
    text-transform: unset;
}

.mt{
margin-top:2em;	
}