.DvResourcesList ul {
  margin-left: 0;
  margin-bottom: 0;
}
.DvResourcesList .DvResourcesList_col {
  margin-bottom: 0px;
  box-sizing: border-box;
}
.resources_list_box {
  position: relative;
  z-index: 1;
  box-shadow: none;
  padding:0px;
  margin-bottom: 20px;
  transition: .5s ease-in-out;
  border-radius: 20px;
  overflow: hidden;
}
.ff_item_content:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  background: #faa61a;
  height: 81px;
  width: 100%;
  bottom: 0;
  z-index: 1;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: height;

}
.ff_item_img {
  position: relative;
  overflow: hidden;
}
.resources_list_box p {
  text-align: center;
}
.ff_slider_item:hover .ff_item_content:before{
  height: 100%;
}
.ff_item_img img, .ff_slider_item:hover {
  transition: .5s ease-in-out;
}

.DvResourcesList_row{
  display:flex;
  flex-wrap:wrap;
  margin:0 -15px;
}
.DvResourcesList_col{
  max-width: 16.66%;
  flex: 0 0 16.66%;
  padding:0 10px;
}

.bottom_content_res {
  height: 40px;
  background-color: yellow;
  position: absolute;
  bottom: 0px;
  width: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: end;
  border-radius: 0px 0px 15px 15px;
   transition: .5s ease-in-out;
}
.bottom_content_res span {
  margin-bottom: 10px;
}

.resources_list_box:hover .bottom_content_res {
  height: 100%;
 transition: .5s ease-in-out;
  border-radius: 15px 15px 15px 15px;
  
}
.ff_item_img::before {
  content: '';
  position: absolute;
  width: 100%;
  opacity: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(180deg, #00000000 0, #0000000A 6%, #00000015 16%, #0000002E 32%, #000 100%) no-repeat padding-box;
}
.ff_item_img img {
  width:100%;
  height: 230px;
  object-fit: cover;
}
.ff-content-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 0 0 45px;
  z-index: 1;
  text-align: center;
}


.ff-card-heading {
  letter-spacing: 0;
  color: #000;
  opacity: 1;
  transform: translateY(75px);
  transition: .5s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}
.ff_slider_item:hover .ff-card-heading {

  transform: translateY(0px);
}
.accr-buttons.ff-cards-btns{
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: .5s ease-in-out;
}
.ff_slider_item .accr-buttons {
  gap: 5px;
  margin-top: 20px;
}
.ff-card-heading span {
  font-size: 14px;
  font-weight: 600;
}
.accr-buttons {
  width: 100%;
  display: flex;
  gap: 20px;
  margin-top: 25px;
  justify-content: center;
}
.ff_slider_item .accr-buttons a{
  width: 105px;
  height: 30px;
  font-size: 10px;
  background: 0 0;
  transition: .5s ease-in-out;
  color: #000;
  border-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 24px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
.ff_slider_item .accr-buttons a:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #af0d20;
  border-radius: 100%;
  opacity: 0;
  transform: translate(0, 100%);
  transition: opacity .45s cubic-bezier(.215,.61,.355,1), border-radius 0s .45s, transform 0s .45s;
}
.ff_slider_item .accr-buttons a:hover {
  background: #fff;
  color: #c91429;
  transition: .5s ease-in-out;
  border-color: transparent;
}
.ff_slider_item .accr-buttons a:hover:after {
  opacity: 1;
  border-radius: 0;
  transform: translate(0);
  transition: border-radius .45s cubic-bezier(.215,.61,.355,1), transform .45s cubic-bezier(.215,.61,.355,1);
}
.ff_slider_item:hover .ff-overlay-inner {
      transition: .5s ease-in-out;
      transform: translateY(-40px);
  }
  .ff_slider_item:hover .accr-buttons{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: .5s ease-in-out;
}
.ff_slider_item.fade_green_before .ff_item_content:before{
  background: #bdd753;
}

.orange_bg .ff_item_content:before {
  background: #faa61a;
}
.litegreen_bg .ff_item_content:before {
  background: #bdd753;
}
.blue_bg .ff_item_content:before {
  background: #ffd65c;
}
.green_bg .ff_item_content:before {
  background: #70b865;
}
.DvResourcesList {
  padding: 0 15px;
}
.accr-buttons span{
  font-size:14px;
}
.cus_sup_btn{
  background: #c91429;
  color: #ffffff;
  border:1px solid #c91429;
  font-size: 14px;
  padding: 10px 15px;
  border-radius:6px;
}
.cus_sup_btn:hover{
  background: #fff;
  color: #c91429;
  border:1px solid #c91429;
  
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .ff_item_content:before {
      height: 60px;
  }
}
@media (max-width: 1200px){
.DvResourcesList_col{
  max-width: 20%;
  flex: 0 0 20%;
}
}
@media (max-width: 992px){
.DvResourcesList_col{
  max-width: 25%;
  flex: 0 0 25%;
}
.ff_item_content:before {
      height: 110px;
  }
  .ff_slider_item:hover .ff_item_content:before{
  height: 110px;
}
      .accr-buttons.ff-cards-btns {
      opacity: 1;
      visibility: visible;
      transition: .5s ease-in-out;
      margin-top: 14px;
      gap: 5px;
  }
  .ff-card-heading {
  transform: translateY(20px);
  }
      .ff-cards-btns a {
      background: #fff !important;
      border: #fff !important;
      color: #c91429 !important;
  }
  .ff_slider_item:hover .accr-buttons {
  transform: translateY(20px);
  }
  .ff_slider_item:hover .ff-card-heading {
  transform: translateY(20px);
}
.ff_slider_item:hover .ff-overlay-inner {
  transform: translateY(0px);
}
  
}
@media (max-width: 768px){
.DvResourcesList_col{
  max-width: 33.33%;
  flex: 0 0 33.33%;
}
}
@media (max-width: 576px){
.DvResourcesList_col{
  max-width: 50%;
  flex: 0 0 50%;
}
}
