


.search-form{
  margin: 10px;
}
.blog-section{
  padding: 50px 0px;
}

.widget.widget-search .search-form button {
  position: absolute;
  right: -9px;
  color: #fff;
  top: 0;
  height: 50px;
  border-radius: 12px;
  border: none;
  background: #000000;
  text-align: center;
  width: 65px;
}
.blog-para-text{
  color: #ff0000;
  font-size: 18px;
  padding: 5px 0px;
  margin-bottom: 70px;
}

.widget {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.widget-search{
  padding-bottom: 0px;
}
@media(max-width: 991px){
  .widget {
    margin-top: 0px;
  }
  .blog-para-text{
    margin-bottom: 0px;
  }
}

.widget .widget-body {
  padding: 0px 30px;
}
.widget-post, .widget-archive, .widget-gallery, .widget-tags{
  margin-top: -10px;
}
.blog-article{
  margin-top: 20px;
  margin-bottom: 20px;
}
.post-item .post-thumb img{
  object-fit: cover;
}

.post-item .post-content .post-top {
  border-bottom: 0px solid #e5e5e5;
}

.quick-contact-main{
  padding: 0px 20px 30px;
}