.srch{
  width: 60%;
  height: 40px;
  padding-left: 10px;
  border: solid 1px #231f20;
  background-color: #eef0f3;
  color: #000;
  margin-top: 30px;
  margin-left: 30px;
  margin-bottom: 30px;
  border-radius: 18px;
}
.srch-btn{
  height: 40px;
  width: 15%;
  background-color: #231f20;
  color: #fff;
  border: none;
  margin-top: 30px;
  border-radius: 18px;
}
.srch-btn:hover{
  background-color: #ed1c24;
}
.search-box{
  border: solid 1px #231f20;
}
#searchbx{
  margin-bottom: 30px;
}
.catagory{
  border: solid 1px #231f20;
}
.catagory-title{
  padding-top: 30px;
  padding-left: 30px;
}
.catagory-list{
  padding-left: 40px;
  line-height: 40px;
  color: #aaacaf;
}
.blog-desc{
  padding-top: 10px;
  line-height: 40px;
}
.blg-tit{
  padding-top: 30px;
}
.carousel-caption{
 text-shadow: none;
 color: #000;
}
.all_about_area_top p{
  line-height: 40px;
}
.cat-li a{
  color: #000;
}
.cat-li a:hover{
  color: red;
}
