.blogpostarea {
    margin-bottom: 20px;
    background-color: var(--brand-quaternary-color);
    border-radius: 25px;
}


.blogpostimg {
    background: url(../../img/noimage.webp) no-repeat center center #f9f9f9;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 20px 20px 0px 0px;
}

.blogpostimg img {
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    height: auto;
    object-fit: cover;
    object-position: 50% 20%;
}

.blogcontent {
    padding: 20px 0px;
}

.blogpostcontent {
    font-size: 14px;
    color: #000;
    line-height: 20px;
}

.widget {
    background: #EBF3FA;
    border-radius: 15px;
    margin-bottom: 40px;
    padding: 22px;
    position: relative;
}
.tagbox {
    border: solid 1px #d9d9d9;
    border-radius: 15px;
    padding: 20px 15px 15px 15px;
    margin-bottom: 30px;
}
.tagbox ul li a {
    color: #000;
    text-decoration: none;
}

.search-form {
    display: flex;
    position: relative;
}

.search-form input {
    background: #fff;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    flex: 1 1;
    font-size: 14px;
    font-weight: 400;
    height: 45px;
    padding: 0 20px;
}

.search-form button {
    background-color: #FFF;
    border: none;
    color: #000;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 8px;
}

.recent-post {
    margin-bottom: 20px;
    transition: .4s;
}

.recent-post .recent-post-meta {
    margin-bottom: 5px;
}

.recent-post .recent-post-meta a {
    color: #212121;
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    text-decoration: none;
}


.recent-post .post-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: -.4rem;
    color: #000;
}

.recent-post .post-title a {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: -.4rem;
    color: var(--brand-primary-color);
    text-decoration: none;
}

#blog_results {
    background: #fff;
    width: 100%;
    z-index: 1000;
    border: 1px solid #ccc;
    display: none;
}

#blog_results ul {
    list-style: none;
    padding: 10px;
}

#blog_results li {
    padding: 5px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}

#blog_results a {
    text-decoration: none;
    color: black;
    display: block;
    padding: 5px;
}

.tagbox {
    border: solid 1px #d9d9d9;
    border-radius: 15px;
    padding: 20px 15px 15px 15px;
    margin-bottom: 30px;
}

.moretopicbox {
    border: solid 1px #d9d9d9;
    border-radius: 15px;
    padding: 20px 15px 15px 15px;
    margin-bottom: 30px;
}

.moretopicbox ul {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px;
}

.moretopicbox ul li {
    background: url(../../img/grey_bullet.png) no-repeat left top;
    background-position: 0px 9px;
    list-style-type: none;
    margin: 0px 0px;
    padding: 4px 0px 5px 12px;
    font-size: 15px;
    color: #000;
    line-height: 20px;
}

.moretopicbox ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
}

.blogtxt h3 {
    font-size: 20px !important;
    color: #413f3f;
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    line-height: 20px !important;
    min-height: 80px;
}

.worktxt {
    padding: 15px !important;
    color: #5e5e5e;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    min-height: 280px;
}


.worktxt h3{
  font-size: 20px;
  color: #413f3f;
  padding: 0px;
  margin-bottom: 10px;
  line-height: 22px;
  min-height: 0px !important;
}


.workbox span {
    color: #5e5e5e !important;
}

.form-group {
    margin-bottom: 15px;
}

select{
    border: 1px solid #ced4da !important; 
}

.colnotifibox img {
    width: 90px !important;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 3px;
    float: left;
    margin-right: 20px;
}
