.cause {
  padding-bottom: 15px;
  margin-bottom: 30px;
  
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  color: black;
}
.cause .cause-progress {
  margin: 0 10px 15px;
  border: 1px solid #1f76bd;
  border-radius: 3px;
}
.cause .cause-progress .progress-bar {
  background: #1f76bd;
  box-shadow: none;
}
.cause .cause-img {
  margin-bottom: 15px;
  width: 100%;
}
.cause .cause-title {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  color: #7d4427;
}
.cause .cause-details {
  text-align: justify;
  padding: 0 15px;
  font-size: 17px;
  margin-bottom: 15px;
  min-height: 115px;
}
.cause:hover {
  background: #def6ff;
  color: #144d7b;
  border-color: #144d7b;
}
.btn-primary {
  background: #077730;
  border: none;
  border-radius: 20px;
  padding: 10px 25px;
  border: 1px solid transparent;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.btn-primary:hover {
  background: #12b74e;
  color: #def6ff;
  border: 1px solid #1f76bd;
}
.c
{
	color: #7d4427;
}

/*font
@font-face {
   font-family: a;
   src: url(../fonts/SAMARO__.ttf) format("truetype");
   
}*/
.raj {
   /*font-family: a;*/
   font-weight: bold-italic;
  font-size: 40px;
  color:#7d4427;
}
.raja {
  /*font-family: a;*/
   font-weight: bold-italic;
  font-size: 40px;
  color:#F1FAC0;
}
.raj1 {
   /*font-family: a;*/
   font-weight: bold-italic;
  font-size: 40px;
  color:#cd754c;
}

.box{
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 5px #555;
}
.box img{
    width: 100%;
   
}
.box .box-heading{
    width: 90%;
    position: absolute;
    bottom: 25px;
    left: 5%;
    background-image:url("../image/t1.jpg");
    padding: 20px 60px 20px 25px;
    color: #fff;
    transition: all 0.3s ease 0s;
		size:50px;
}
.box:hover .box-heading{
    left: 100%;
}
.box .box-heading:after{
    content: "\f105";
    font-family: fontawesome;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 13px;
    right: 11px;
    background:rgba(77, 77, 77,0.5);
    font-size: 30px;
    color: #fff;
    text-align: center;
}
.box .title{
    margin: 0;
    font-size: 25px;
    font-weight: bold;
}
.box .post{
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    margin-top: 5px;
}
.box .boxContent{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    padding: 30px 35px;
    background: rgba(77, 77, 77,0.5);
    transition: all 0.3s ease 0s;
}
.box:hover .boxContent{
    left: 0;
}
.box .description{
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}
.box .read{
    display: inline-block;
    padding: 10px 20px;
    background: #20211c;
	border-radius:25px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
    transition: all 0.3s ease 0s;
}
.box .read:hover{
    text-decoration: none;
    background: #fff;
    color: #12b74e;
}
.box .read i{
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
}
@media only screen and (max-width: 990px){
    .box{ margin-bottom: 20px; }
}
@media only screen and (max-width: 479px){
    .box .boxContent{ padding: 10px; }
    .box .read{ margin-top: 10px; }
}
