.portfolio-v2 .cm-tags h6 a {
  margin: 0;
  display: inline-block;
  color: #fff;
  background-color: #57B947;
  padding: 6px 14px;
  font-size: 12px;
  border-radius: 50px;
}
.implementation .cm-row .cm-content ul {
  margin-bottom: 20px;
}
.custom-col-two .no-implementation_image .cm-content,
.custom-col-two .no-problem_statement_image .cm-content,
.custom-col-two .no-impact_image .cm-content,
.custom-col-two .no-overview_image .cm-content{
  width: 100%;
}
.portfolio-v2 .cm-tags {
  margin-bottom: 16px;
}
.category_gallery .cm-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.category_gallery .cm-tags h6 {
  margin: 0;
}
.category_gallery {
  position: relative;
  overflow: visible;
  padding: 0 !important;
}
.category_gallery .cat_sec {
  position: relative;
}


.category_gallery:nth-child(odd) .slick-arrow {
  background-color: #fff;
}


.category_gallery .cat_sec .top-cont {
  padding: 0 10px;
}
.category_gallery .cat_sec .top-cont > *:last-child {
  margin-bottom: 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 .cat_sec .top-cont + .bottom_row {
  margin-top: 50px;
}
.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;
  padding-bottom: 35px;
  position: relative;
  min-height: 370px;
  display: flex;
  align-items: end;
  border-radius:10px;
  height: 100%;
  flex-direction: column;
  background-color: #fff;
  transition: all .2s ease;
}

.category_gallery .image-hub {
  margin-bottom: 16px;
  overflow: hidden;
}
.category_gallery .image-hub img {
  transition: all .2s ease;
}

.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: 100%;
  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 .eybrow-tag.premium {
  background-color: #D4AF37;
}

.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.slick-slider {
  display: block;
  padding-bottom: 70px;
}
/* .category_gallery .card-items-row .slick-list {
margin-bottom: 20px;
} */



.category_gallery ul.slick-dots {
  list-style: none;
  margin: 5px 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;
}

.category_gallery .slick-arrow {
  border: 0;
  box-shadow: none;
  padding: 0;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 0;
  position: absolute;
  bottom: 0;
  color: #fff;
  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;
  width: 14px;
  height: 14px;
}
.category_gallery .slick-arrow:hover {
  background-color: #fff;
  color: #2E2E2E;
}
.category_gallery .cat_sec:nth-child(even) .slick-arrow {
  background-color: #E7F6E9;
  color: #333333;
}
.category_gallery .cat_sec:nth-child(even) .slick-arrow:hover {
  background-color: #FFF;
  color: #2E2E2E;
}

.category_gallery .slick-slider .slick-track {
  min-width: 1200px;
}
.category_gallery .slick-slider .slick-list {
  padding-bottom: 15px;
  padding-top: 15px;
}
.category_gallery .cat_sec .top-cont + .bottom_row.enable_slider {
  margin-top: 35px;
}


/*  */
.category_gallery .slick-track {
  display: flex;
}

.category_gallery .slick-track:after,.category_gallery .slick-track:before {
  display: none;
}

.category_gallery .card-items-row .slick-slide {
  display: flex;
  height: inherit;
}

.category_gallery .card-items-row .slick-slide > * {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.category_gallery .card-items-row .card-item {
  width: 100%;
}

/*  */

.category_gallery .card_title a {
  color: inherit;
  font: inherit;
}

.category_gallery .cm-tags {
  line-height: 1.8;
}


/*====== Post Page ======*/

.portfolioPostPage .dnd_pd {
  padding: 20px 10px;
}

.portfolioPostPage .projectSection.dnd_pd {
  padding-top: 80px;
}


.portfolioPostPage .projectSection .imageColIn,
.portfolioPostPage .projectSection .imageCol{
  height: 100%;
}

.portfolioPostPage .projectSection .imageCol {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 400px;
}

.portfolioPostPage .projectSection .contentColin {
  /*   border: 1px solid rgba(51, 51, 51, 0.3); */
  padding: 0px 24px;
  border-radius: 4px;
  height: 100%;
}

.portfolioPostPage .projectSection .projectTitle {
  margin-bottom: 40px;
}


.portfolioPostPage .projectSection .contentColin .projectDetails .detailItem:not(:last-child) {
  border-bottom: 1px solid #33333333;
  padding-bottom: 16px;
}

.portfolioPostPage .projectSection .contentColin .projectDetails .detailItem:not(:first-child) {
  padding-top: 16px;
}

.portfolioPostPage .projectSection .contentColin .projectDetails .detailItem p {
  margin: 0;
  padding-left: 24px;
}

.portfolioPostPage .projectSection .contentColin .projectDetails .detailItem h3 {
  margin-bottom: 16px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.portfolioPostPage .projectSection .contentColin .projectDetails .detailItem h3:before {
  content: "";
  width: 14px;
  height: 14px;
  background: #57B947;
  border-radius: 100%;
  display: block;
}


.portfolioPostPage .gallarySection .gallaryDetail ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.portfolioPostPage .gallarySection .gallaryDetail ul li {
  width: 100%;
  margin-bottom:21px;
}

.portfolioPostPage .gallarySection .gallaryDetail ul li img {
  border-radius: 6px;
  overflow: hidden;
}

.portfolioPostPage .solutionSection.dnd_pd{
  padding-bottom:80px; 
}
.portfolioPostPage .relatedPost.dnd_pd {
  background: #E7F6E9;
  padding: 42px 10px;
}

.portfolioPostPage .relatedPost .category_gallery .slick-arrow:hover {
  background: #57B947;
  color: #fff;
}

.portfolioPostPage .relatedPost .category_gallery .slick-arrow svg path {
  fill: currentColor;
}

.portfolioPostPage .relatedPost .category_gallery .slick-arrow {
  color: #333333;
}


.portfolioPostPage .cm-tags a {
  margin: 0;
  display: inline-block;
  color: #333333;
  background-color: #E7F6E9;
  padding: 8px 14px;
  font-size: 12px;
  border-radius: 50px;
}
.portfolioPostPage .cm-tags {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  line-height: 1;
}

.portfolioPostPage .relatedPost .category_gallery .card_inner {
  padding: 0;
}

.portfolioPostPage .category_gallery .image-hub {
  margin-bottom: 0;
}
.portfolioPostPage .relatedPost .category_gallery .card-item .card-item-cnt {
  padding: 20px 17px 47px;
}

.portfolioPostPage .relatedPost .category_gallery .card_title {
  line-height: 1.4;
  margin: 0 0 10px;
}

.portfolioPostPage .relatedPost .category_gallery .card-item-cnt .desc {
  line-height: 1.75;
}

.portfolioPostPage .statementDetail img {
  margin-top: 20px;
  border-radius: 6px;
  overflow: hidden;
}

.portfolioPostPage .dnd_pd ol {
  padding-left: 20px;
}

.portfolioPostPage .dnd_pd ol li + li {
  margin-top: 20px;
}
.custom-col-two .cm-row {
  display: flex;
  flex-wrap: wrap;
}

.custom-col-two .cm-image, .custom-col-two .cm-content {
  width: 50%;
}

.custom-col-two .cm-image {
  position: relative;
}

.custom-col-two .cm-image .imageCol {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.custom-col-two .cm-content {
  padding: 30px 20px;
}

.custom-col-two .cm-content ul { 
  margin-bottom: 0;
}
.dnd_pd.custom-col-two:nth-child(2n+1) {
  background-color: rgba(231, 246, 233, 1.0);
}

.dnd_pd.custom-col-two:nth-child(2n) .cm-row {
  flex-direction: row-reverse;
}
.portfolioPostPage .dnd_pd.custom-col-two {
  padding: 40px 10px;
}
.portfolioPostPage .cm-bottom-sec {
  padding: 40px 10px;
  position: relative;
  background-size: cover;
  text-align: center;
}

.portfolioPostPage .cm-bottom-sec .cm-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
}

.portfolioPostPage .cm-bottom-sec h2 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 24px;
}

.portfolioPostPage .cm-bottom-sec p {
  color: #fff;
  margin-bottom: 0;
}
.category_gallery .summary {
  margin-bottom: 7px;
}
@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%;
    object-fit: cover;
  }
  .category_gallery .image-hub {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
  }
}


@media(min-width:1025px){
  .portfolioPostPage .gallarySection .gallaryDetail ul li:nth-child(4),
  .portfolioPostPage .gallarySection .gallaryDetail ul li:nth-child(5),
  .portfolioPostPage .gallarySection .gallaryDetail ul li:nth-child(9),
  .portfolioPostPage .gallarySection .gallaryDetail ul li:nth-child(10){
    width: calc(50% - 21px);
  }

  .portfolioPostPage .gallarySection .gallaryDetail ul li {
    width: calc(33.33% - 21px);
  }
}

@media(max-width:1024px) and (min-width:768px){

  .portfolioPostPage .gallarySection .gallaryDetail ul li {
    width: calc(50% - 21px);
  }
}


@media(max-width:991px){
  .custom-col-two .cm-image, .custom-col-two .cm-content {
    width: 100%;
  }
  .custom-col-two .cm-content {
    padding: 30px 0;
  }
  .custom-col-two .cm-image {
    padding-bottom: 56%;
  }
}

@media(max-width:767px){
  .portfolioPostPage .projectSection .col6 {
    padding: 0;
  }
  .portfolioPostPage .projectSection .imageColWrap {
    margin-bottom: 20px;
  }
  .portfolioPostPage .projectSection.dnd_pd {
    padding-top: 40px;
  }
  .portfolioPostPage .solutionSection.dnd_pd{
    padding-bottom:40px; 
  }
}

@media(max-width:640px){

}

@media (max-width: 479px) {

}
