.block_page_title{margin-bottom:5px; margin-top:10px !important;}
.block_page_subtitle{margin-bottom:15px;}
.block_page_more{width:100%; height:50px;}

/*a tag button design---*/
.blue-color-btn,.blue-color-btn:hover{padding:10px 20px; background-color:#1F67A6; line-height:25px; border-radius:3px; color:#FFFFFF; text-decoration:none; }
.red-color-btn,.red-color-btn:hover{ padding:10px 20px; background-color:#FF0000; line-height:25px; border-radius:3px; color:#FFFFFF; text-decoration:none; }

/* Timeline CSS starts here */
.timeline-design-01-container .row{justify-content: center;}
.timeline-design-01-container [class*='col-'] p{
       padding: 5px;
}
.timeline-span-100{
    width: 1px;
    height: 100px;
    background-color: grey;
    position: relative;
    left: 50%;
    color: gray;
    display: block;
    top: -26px;
}
.timeline-span-200{
    width: 1px;
    height: 200px;
    background-color: grey;
    position: relative;
    left: 50%;
    color: gray;
    display: block;
    top: -26px;
}
.timeline-design-01-container [class*='col-']:nth-child(even) .timeline-span{
    height: 200px;
}
.timeline-design-01-container hr {
    border-top: 1px solid #000000 !important;
}
.timeline-design-01-container .readmore-link{
    color: #000;
    text-decoration: none;
    line-height: 18px;
}
.readmore-link, .readmore-link:hover{
    color: #000;
    text-decoration: none;
}
/* Timeline CSS ends here */


/* Blog 7 CSS starts */
.blog-design07-wrapper a, .blog-design09-wrapper a{
    text-decoration: none;
}