/* custom CSS */
body{
padding-top: 0px !important;
}
.container{
    padding-top: 50px;
}
.well {
    border: 0;
    border-radius: 0;
    margin: 0;
    font-size: 16px;
    min-height: 300px;
    margin-left: 30px;
}
.blogSubTitle {
    font-size: 20px;
    color: #fff;
    font-family: Roboto;
    background: var(--bs-primary);
    text-transform: uppercase;
    padding: 12px 17px;
    margin: 0;
}
.well ul{
padding: 25px 10px;
}
.well ul li a {
    padding-left: 12px;
    display: inline-block;
    line-height: 24px;
    margin-bottom: 14px;
}
.btnBlog{
    float: right;
    margin: 15px 0;
}
.lead {
    display: none;
}
.pager li {
   text-align: center;
}
.pager {
    padding-bottom: 35px !important;
}
.previous {
    float: left;
}
.next {
    float: right;
}
.entryTitle{
     font-size: 32px;
    font-style: italic;
    font-weight: 900;
    color:#101828;
    text-transform:uppercase;
}
@media only screen and (min-width: 1400px) {
  .blog-image {
    max-height: 400px;
    overflow: hidden;
}
.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
}
#main_content ul,
#main_content li {
    list-style-type: revert;
    padding: revert;
    margin: revert;
}
.pager{
list-style-type:none !important; 
}