#banner {   
    background-position: center;
    padding: 55px 0;
}
#banner:before {
    background-color: rgb(0 0 0 / 55%)
}
section#blog_sec {
    padding: 0;
}
h2 {
    font-size: 32px;
    font-weight: 700;
}
h3 {
    font-size: 26px;
    font-weight: 700;
}
h4 {
    font-size: 20px;
    font-weight: 700;
}
.single_blog_content p,
.single_blog_content li {
    color: #181818;
}
.single_blog_content ul {
    margin: 0 0 20px;
}
.search-form .search-field {
    border: 1px solid rgb(23 23 23 / 25%);
    padding: 15px;
    height: 45px;
    background: transparent;
    color: #181818;
    width: 100%;
}
.search-form .search-submit {
    background: transparent;
    border: 0;
    background-image: url(../img/search.svg);
    background-size: 15px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 20px;
    cursor: pointer;
    text-indent: -999px;
}
.sidebar .post {
    border-bottom: 1px solid rgba(0,0,0,.07);
}
.sidebar .post_text .date {
    color: var(--btnclr);
    font-weight: 600;
}
.sidebar .post_text .post_title {
    font-size: 16px;
    font-weight: 700;
}
.sidebar .post_text .post_title a {
    line-height: 22px;
}
.sidebar .post_img img {
    height: 60px;
    object-fit: cover;
}
.sidebar .post:last-child {
    border: 0;
}
section ul.cat_list li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,.07);
    margin: 0;
}
section ul.cat_list li:last-child{
	border:0;
}
section ul.cat_list li:before{
	content: none;
}
section ul.cat_list li a{
	color: #181818;
}

@media screen and (max-width: 767px){
	#banner {
		padding: 15px 0;
	}
	h2 {
		font-size: 22px;
		font-weight: 700;
	}
	h3 {
		font-size: 18px;
		font-weight: 700;
	}
	h4 {
		font-size: 17px;
		font-weight: 700;
	}
}