.blog-design h1{
    font-size: 35px;
    font-weight: 500;
    color: #990200;
    
}
.row45{
    justify-content: space-evenly;
 gap: 25px;

 /* justify-content: center; */


}
.container{
    /* column-gap: 50px;
     */
     padding-right: 1px !important;
     padding-left:  10px !important;
     /* padding: 25px; */
     /* gap: 35px; */
     /* margin-right: 50px; */
     /* column-gap: 25px; */
}
.row2{
    /* padding: 20px; */
/* margin: 50px; */
/* margin-right: 25px;
 */
 /* row-gap: 50px; */
 /* column-gap: 10px;
  */
  /* gap: 50px !important; */
}
.log-block{
    height: 100px;
}
.ternary-heading{
    color: #990200;
}
.catageries p{
    color: black;
font-size: 20px;
border: none;
border-bottom: 1px solid rgb(202, 202, 202);
width: 100%;
}
.catageries a{
    text-decoration: none;
}
.recent p{
    font-size: 13px;
}
.recent a{
    /* font-size: 13px; */
    color: black;
    
}

img{
    height: 200px;
}
.recent a:hover{
    text-decoration: none;
}


 /* Add custom styles for pagination */
 .pagination {
    justify-content: center;
    margin-top: 20px;
}

.pagination .page-item.disabled .page-link {
    color: #6c757d; /* Set disabled link color */
    
}

.pagination .page-item.active .page-link {
    background-color:#990200; /* Set active link background color */
    border-color: #990200; /* Set active link border color */
}

.pagination .page-link {
    color: #990200; /* Set default link color */
}
.dem{
    position: relative;
}

.social-icons {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}

.social-icons a {
    text-decoration: none;
    color: #990200; /* Default icon color */
    font-size: 26px;
    margin: 0 10px;
}

.social-icons1 {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    display: none;
}

.social-icons1 a {
    text-decoration: none;
    color: #990200; /* Default icon color */
    font-size: 26px;
    margin: 0 10px;
}

.blog-info {
    display: none;
    max-width: 600px;
    margin: 10px auto;
    padding: 100px;
    border: 1px solid #ccc;
    border-radius: 5px;

}

.card{
    margin-right:60px ;
}

.card12{
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3), -5px -5px 5px 0px rgba(255, 255, 255, 0.5) inset;
    background-color: rgb(250, 250, 250);
    /* height: 400px; */
    /* width: 280px; */
    width: 310px;
    /* overflow: hidden; */
    /* padding-right: 30px; */
   
}
.card12-title h3{
font-size: 17px;
color: #990200;
} 
.card12-para{
color: #6c757d;
/* margin-bottom: 50px !important; */
/* padding-bottom: 10px; */
}
.card12-button a{
    background-color: #990200;
    color: white;
    text-decoration: none;
    /* transition: ; */
}
.card12-button a:hover{
    color: white;
    background-color: #990200;
}
.card12-img {
    padding: 0 !important;
}
@media (max-width:600px) {
    .social-icons1 {
        display: flex;
    }
    .social-icons{
        display: none;
    }
}