.blog-banner{
    background-image: url(../img/blog-min.jpg);
    background-color: #102437;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 110px;
    padding-bottom: 0px;    
    height: 35vh;
    margin-top: -135px; 
}
.banner-text h1 {
    font-size: 50px;
    font-weight: 700;
    color: white;
}
.banner-text {
    color: white;
}
.secblog{
    background-color: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
}
.secblog h2{
    font-size: 50px;
    font-weight: 600;
    color: #102437;
    clear: both
}
.secblog p{
    font-size: 18px;
    font-weight: 400;
    color: #102437;
}
.secblog .card-text-read {
    font-weight: 500;
    color: #10a3e5;
}
.secblog .card-text-read a {
    font-weight: 500;
    color: #10a3e5;
    text-decoration: none;
}
.modal-img{
	width: 100%;
}
.blog-modal .modal-title{
	font-weight: 400;
}
.secblog .card-body {
    background-color: #141f24;
    border-radius: 0px 0px 6px 6px;
    transition: background-color 1s ease;
}
.secblog .card:hover .card-body {
	background-color: #0e223d;
}
.secblog .card{
	border-radius: 9px;
	border: none;
    box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 76%);
}
.secblog .card:hover{
	border-radius: 9px;
}
.secblog .card-title {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    height: 50px;
}
.secblog .card-text {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
.author-name{
	color: #8B8B8B;
	font-size: 12px;
	font-weight: 500;
}
.post-date{
	color: #8B8B8B;
	font-size: 12px;
	font-weight: 500;
}
.secblog .card-img-top.img-fluid {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 992px) {
    .banner-text h1 {
        font-size: 30px;
    }
    .about-banner{
        height: 30vh;
    }
    .blog-banner{
        height: 45vh;
        margin-top: -100px;
    }
    .secblog {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}