.blog-main{
    
        font-weight: 500;
        font-style: normal;
}
.blog-main p{
    font-weight: 300;
    font-style: normal;
    font-size: 17px;
}
.blog-main ul li a{
    text-decoration: none;
}
.bg-img {
    background-size: cover; 
    background-position: center center; 
    opacity:1; 
    min-height:300px;
  }
  
  .shadow {
  box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
  }

  .sidebar.c-4-12 {
    width: 100%;
    position: sticky;
    top: 50px;
}
#sidebars .widget {
    background: #fff;
    padding: 20px;
    border: 1px solid #dedede;
    margin-bottom: 3rem;
}
#sidebars .widget h3, #sidebars .widget h3 a {
    font-weight: 500;
    line-height: 20px;
    font-size: 20px;
    color: #000;
    box-shadow: 0 0 black;
    text-align: center;
}
h3.widget-title span {
    display: inline-flex;
    background: #7d7044;
    height: 35px;
    padding: 0 20px;
    line-height: 35px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    color: #222;
    font-weight: 400;
    font-size: 10px;
    position: relative;
    top: -20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
}

#searchform #s {
    border: 1px solid #cccccc;
    border-right: none;
    font-size: 14px;
    /* font-family: 'Roboto', 'helvetica neue', helvetica, arial, sans-serif; */
}
#s{
    width: 70%;
    background-color: #fff;
    border: 1px solid #cccccc;
    float: left;
    padding: 10px 0;
    text-indent: 10px;
    line-height: 1;
    height: 37px;
}

#searchform input[type="submit"] {
    color: #fff;
    height: 37px;
    padding-bottom: 0;
    padding-top: 0;
    cursor: pointer;
    transition: all 0.25s linear;
    width: 88px;
    /* font-family: 'Roboto', 'helvetica neue', helvetica, arial, sans-serif; */
    border: 0;
    font-size: 13px;
    padding: 0;
    text-align: center;
    background-color: #7d7044;
}

#sidebars .widget h3, #sidebars .widget h3 a {
    font-weight: 500;
    line-height: 20px;
    font-size: 20px;
    color: #000;
    box-shadow: 0 0 black;
}
#sidebars .widget h3 {
    margin-top: -20px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 20px 20px 0px 20px !important;
}
h3.widget-title span {
    display: inline-flex;
    background: #7d7044;
    height: 35px;
    padding: 0 20px;
    line-height: 35px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    color: #222;
    font-weight: 400;
    font-size: 10px;
    position: relative;
    top: -20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
}
#sidebars .widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#sidebars .widget ul li {
    padding: 0px 0px 6px 0px;
    border-bottom: 1px dashed #7d7044;
    margin-bottom: 10px;
}
#sidebars .widget a {
    color: #6b6b6b;
}
.text-success{
    color: #7d7044!important;
}
.blog-title-main{
    font-size: 25px;
    font-weight: 600;
}
.blog-heading{
    text-decoration: none;

}
a.lead {
    text-decoration: none;
    color: #7d7044;
    font-size: 14px;
}

.blog-date {
    font-size: 15px;
    margin-bottom: 0;
    color: #6b6b6b;
    margin-top: 5px;
    margin-bottom: 10px;
}
.rel-blog-link{
    text-decoration: none;
    color: #7d7044;
    padding: 1rem
}
.dropdown-toggle::after {
    display: none;
    
}