

.category_gallery {
  position: relative;
  overflow: visible;
  padding: 0 !important;
}
.category_gallery .cat_sec {
  position: relative;
}

.category_gallery .top_sec .flex_row {
  align-items: center;
  margin-bottom: 50px;
}
.category_gallery .top_sec .btn_row_wrap .btn_row {
  margin: 0;
}

.category_gallery .main_overlay_bg {
  -webkit-transition: all all 0.2s ease;
  -o-transition: all all 0.2s ease;
  transition: all all 0.2s ease;
}

.category_gallery .card-items-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 20px;
}
.category_gallery .card_item {
  cursor: default;
}
.category_gallery .card_inner {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 14px;
  position: relative;
  min-height: 370px;
  display: flex;
  align-items: end;
  border-radius:10px;
  height: 100%;
  flex-direction: column;
  background-color: #fff;
}
.category_gallery .image-hub {
  margin-bottom: 24px;
}
.category_gallery .card-item-cnt {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  background: transparent;
  padding:0px;
  opacity: 1;
  visibility: visible;
}

.category_gallery .card_title {
  margin: 0 0 8px;
  color: #000;
}
.category_gallery .card-item-cnt .desc {
  margin: 0;
  color: #494949;
}
.category_gallery .card-item-cnt .desc > * {
  color:inherit
}
.category_gallery .card-item-cnt .desc > :last-child {
  margin-bottom:0;
}

.category_gallery .card-item .overlay_url {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
}





.category_gallery .cat_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 8px;
  margin: 0 0 24px;
}
.category_gallery .cat_wrap .item {
  display: inline-block;
  background-color: #57b947;
  border-radius: 20px;
  line-height: 1.25;
  font-size: 12px;
  padding:0;
}

.category_gallery .cat_wrap .item span{
  display: block;
  padding: 6px 14px;
  color: #fff;
}




.category_gallery .card-item .eybrow-tag {
  background: #f77;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  color: #fff;
  left: -3px;
  max-width: 101px;
  padding: 8px;
  position: absolute;
  top: -2px;
  z-index: 99;
}


.category_gallery .card-item .eybrow-tag p {
  margin: 0;
  font-size: 12px;
}

.category_gallery .card-item  .card-item-cnt{
  /* 	updates */
  z-index: unset;
}

.category_gallery .cat_wrap {
  position: relative;
  z-index: 4;
}

.category_gallery .text_center .cat_wrap {
  justify-content: center;
}
.category_gallery .text_right .cat_wrap {
  justify-content: flex-end;
}

@media (max-width: 767px){

}


{##}


.category_gallery .card-items-row.slider {
  display: block;
  padding-bottom: 80px;
}
.category_gallery .card-items-row .slick-list {
  margin-bottom: 20px;
}

.category_gallery .slick-arrow {
  border: 0;
  box-shadow: none;
  padding: 16px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 0;
  position: absolute;
  bottom: 0;
  color: #2E2E2E;
  background-color: #57b947;
  display: flex  ;
  align-items: center;
  justify-content: center;
}
.category_gallery button.slick-prev {
  left: calc(50% - 54px);
}
.category_gallery button.slick-next {
  right: calc(50% - 54px);
}
.category_gallery .slick-arrow svg {
  fill: currentColor;
}

.category_gallery ul.slick-dots {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
  display: flex ;
  align-items: center;
  justify-content: center;
}
.category_gallery ul.slick-dots li button {
  background: #000;
  padding: 0;
  border: 0;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  opacity: 0.3;
}
.category_gallery ul.slick-dots li.slick-active button {
  opacity: 1;
}

@media(min-width:768px){
  .category_gallery .image-hub img {
    height: 100%;
    object-fit: fill;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
  }
  .category_gallery .image-hub {
    position: relative;
    padding-bottom: 71.6%;
    width: 100%;
  }
}



@media(max-width:991px){

}

@media(max-width:767px){

}

@media(max-width:640px){

}

@media (max-width: 479px) {

}
