


.view_blog_page{
    margin:150px 10px 50px;
}

.blog-img-wrapper{
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin-bottom: 20px;
}
.blog-img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-title {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 15px;
    color: #fff !important;
}
.blog-title::first-letter {
  text-transform: uppercase;
}
.blog-meta{
    color: #777;
  font-size: 14px;
  margin-bottom: 35px;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(125,125,125,0.2);
}
.blog-content{
    padding: 30px 0;
    color:#fff !important;
}

.blog-content h1 {
    font-size: 26px !important;
    margin-top: 60px;
}
.blog-content h2 {
    font-size: 22px !important;
    margin-top: 50px;
}
.blog-content h3 {
    font-size: 18px !important;
    margin-top: 30px;
}
.blog-content p {
    font-size: 16px !important;
    line-height: 1.6;
}
.blog-content a {
    color: #1e90ff !important;
    text-decoration: none;
}
.blog-content section {
    margin-bottom: 30px;
}
.blog-tags {
    margin-top: 20px;
    padding: 50px 0;
    border-top:1px solid rgba(125,125,125,0.2);
}
.blog-tags .badge {
    font-size: 14px;
    padding: 10px 20px;
    margin: 0 10px 10px 0;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
}
.blog-tags .badge:hover {
    background-color: rgba(125,125,125,0.1);
}

.sidebar-title{
    font-size: 20px;
  font-weight: 900 !important;
  color: #fff;
  margin: 30px 0;
  padding-bottom: 10px;
  border-bottom:1px solid rgba(125,125,125,0.2);
}

.recent-blog-item {
    display: flex;
    margin-bottom: 30px;
}
.r_blog_img {
    width: 150px;
    height: 90px;
    margin-right: 15px;
    overflow: hidden;
    flex-shrink: 0;
}
.r_blog_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.r_blog_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recent-blog-title {
    padding: 10px 0;
}
.recent-blog-title a {
    font-size: 16px;
    font-weight: 600 !important;
    color: #fff !important;
    text-decoration: none !important;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
}
.recent-blog-title a:hover {
    text-decoration: underline !important;
}
