.widget {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
  }
  .widget .title {
    width: 100%;
    display: block;
   
    margin-bottom: 20px;
  }
  .widget .categories {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
  }
  .widget .categories li::before {
    content: "»";
    margin-right: 9px;
    color: #9f8054;
    margin-left: -22px;
  }
  .widget .categories li::before {
    content: "»";
    margin-right: 9px;
    color: #9f8054;
    margin-left: -22px;
  }
  .widget .categories li a {
    color: #26282b;
  }
  .service-proj-img {
    padding-bottom: 16px;
  }
  li{
      list-style-type: none !important;
      
  }
  .blogs li{
     list-style-type: disc !important;
     text-align: left;
      
  }
  .sidebar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 50px;
    border-left: 1px solid #eee;
    padding-left: 50px;
  }
  .sidebar .widget .side-gallery {
    margin-left: -3px;
    margin-right: -3px;
    padding: 0;
  }
  .sidebar .widget .side-gallery li {
    width: 33.33333%;
    float: left;
    margin: 0;
    padding: 3px;
    list-style: none;
  }
  .sidebar .widget .side-gallery li a {
    width: 100%;
    float: left;
    background: #26282b;
  }
  .sidebar .widget .side-gallery li {
    width: 33.33333%;
    float: left;
    margin: 0;
    padding: 3px;
    list-style: none;
  }
  .widget .tags li a:hover {
    background: #9f8054;
    color: #fff;
    border-color: #9f8054;
    text-decoration: none;
  }
  .widget .tags li a {
    height: 30px;
    line-height: 30px;
    float: left;
    border: 1px solid #ebcfa7;
    
    padding: 0 10px;
    font-size: 13px;
    color: #9f8054;
    font-weight: 600;
  }
  .widget .tags {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
  }
  .widget .tags li {
    float: left;
    margin-right: 8px;
    margin-bottom: 6px;
    padding: 0;
    list-style: none;
  }