/* Write Custom Css Here */
.maintain-title{
	color: red;
}

.multi-action{
  display: none !important;
}
.single-feature-wrapper{
 cursor: default;
  background-color:#FFF;
}
.single-feature {
  cursor: pointer; /* Allows cursor to change */
}

.single-feature:hover {
  /* Disable all hover effects */
  background: none;
  box-shadow: none;
  transform: none;
  color: inherit;
  text-decoration: none;
}
section.featured-area.section-bg-1 {
    background-color:#FFF;
}
.section.dynamic-page-content-area {
    padding-top: 0px !important;
}