.knk_home-project {
  padding: 128px 0 122px;
}
@media (max-width: 991px){
  .knk_home-project { padding: 80px 0; }
}
@media (max-width: 767px){
  .knk_home-project { padding: 40px 0; }
}
.knk_project_flex {
  margin: 0 -15px;
}
.knk_project_flex {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.knk_project_heading_left {
  flex: 0 0 auto;
  width: 100%; 
  padding: 0 15px;
}
.knk_project_heading_left .sub-heading-aboutus {
  margin-top: 10px;
}
.knk_project_heading_right {
  flex: 0 0 auto;
  width: 100%; 
  padding: 0 15px;
}
@media (min-width: 992px) {
  .knk_project_heading_left { width: 25%; }
  .knk_project_heading_right { width: 75%; }
}

.knk_title-project {
  color: var(--clr-title);
  font-size: 50px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.knk_desc-project {
  margin-bottom: 50px;
  font-size: 16px;
  color: var(--clr-stitle);
}
@media (max-width: 991px){
  .knk_title-project { font-size: 32px; }  
}
.knk_project_heading {
  margin-bottom: 60px;
}
.button-link-project {
  transition: all .4s ease;
  font-size: 16px;
  padding: 0 30px;
  display: inline-block;
  background: var(--clr-bg-btn);
  color: var(--clr-txt-btn);
  line-height: 60px;
  border-radius: 50px;
  text-align: center;
}
.button-link-project:hover {
  background: var(--clr-bg-btn-hover);
  color: var(--clr-txt-btn-hover);
}
.button-link-project svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}
.knk_project-width {
  padding: 0 15px;
}
.knk_project-width {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 767px){
  .knk_project-width { width: 50%; }  
}
@media (min-width: 992px){
  .knk_project-width { width: 25%; }
}
.knk_project-item {
  position: relative;
}

.project-item-img {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}
.project-item-img:before {
  content: '';
  background-color: rgba(0, 0, 0, .3);
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .4s;
  z-index: 0;
}
.project-item-img img {
  border-radius: 24px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.knk_project-list-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.knk_project-list-content { padding: 20px; }
@media (min-width: 1200px) {
  .knk_project-list-content { padding: 40px; }
}
.knk_project-list-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  color: var(--text-img);
}
.knk_project-list-content .knk_project-item-title {
  font-size: 36px;
  margin: 0;
  color: currentColor;
}
.knk_project-list-content .knk_project-list-description {
  margin: 16px 0;
  font-size: 16px;
}
.knk_project-list-content .btn-link-project {
  line-height: 60px;
  background: var(--clr-bg-btn);
  color: var(--clr-txt-btn);
  border-radius: 50%;
  text-align: center;
  width: 60px;
  height: 60px;
  display: inline-block;
  font-size: 17px;
}
.knk_project-list-content .btn-link-project:hover {
  background: var(--clr-bg-btn-hover);
  color: var(--clr-txt-btn-hover);
} 
.knk_project-list-content .btn-link-project svg {
  margin-left: 0;
  width: 16px;
  height: 16px;
  fill: currentColor;
}
@media (min-width: 992px) and (max-width: 1199px){
  .knk_project-width {
    width: 50%;
  }
  .knk_project_flex.knk_project_list .knk_project-width {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .knk_project-list-content .knk_project-item-title {
    font-size: 26px;
  }
  .knk_project-width:not(last-child) {
    //margin-bottom: 15px;
  }
  .knk_project_flex.knk_project_list {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .knk_project_flex.knk_project_list .knk_project-width {
      margin-bottom: 15px;
      flex: 0 0 80%;
      width: 80%;
  }
}
@media (max-width: 767px){
  .knk_title-project { font-size: 28px; }
}





