
/* Breadcrumb */
.breadcrumb a, i {
  text-decoration:none;
  color:#00796b;
}

.breadcrumb a:hover {
  color:#00796b;
}

.breadcrumb {
font-family: Cambria;
font-size: 1em !important;

}



.post-title {
font-size: 15px;
}



/* Feature Box */
.feature-box-1 {
  padding: 20px;
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  margin: 15px 0;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  top: 0;
  cursor: pointer;
}
.feature-box-1 * {
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
} 

.feature-box-1 h1 {
  color: #00796b;
  font-weight: 500;
  font-size: 15px;

}  
.feature-box-1:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-radius: 10px;
  width: 0;
  background: none;
  z-index: -1;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.feature-box-1:hover {
  top: -5px;
}
.feature-box-1:hover h1 {
  color: #ffffff;
}
.feature-box-1:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  left: 0;
  right: auto;
} 
 
.feature-box-1 {
  background-color: whitesmoke;
}



#copyheader   {
  color: black;
  font-weight: 500;
  font-size: 22px;

}  



.allbtn {
  background-color: #00796b; 
  color: white;
  transition: transform 0.3s ease, color 0.3s ease; /* Smooth transition for the effect */
}

.allbtn:hover {
  color: white; /* Ensures the text color remains white */
  transform: scale(1.1); /* Slightly enlarges the element on hover */
}

@media only screen and (max-width:992px) {


  .post-title {
    font-size: 15px;
  }
  
  
  }





