.breadcrumbs-section {
  background: url('../assets/img/breadcrumbs/projects.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.main-banner img {
  max-height: 550px;
  object-fit: cover;
}
.main-text {
  margin-top: 40px;
}
.project-main-details {
  position: relative;
}
.project-list-details {
  background: #000000;
  border-radius: 8px;
  position: absolute;
  top: -15rem;
  right: 1rem;
  width: 30%;
  height: 20rem;
}
.project-list-details .list-container ul {
  list-style-type: none;
  padding-right: 0;
  padding-bottom: 0;
}
.project-list-details .list-container ul li {
  color: #f6f6f6;
  font-weight: 600;
  font-size: 1rem;
  padding-bottom: 10px;
}
.project-list-details .list-container ul li:last-child {
  padding-bottom: 0;
}
.main-text p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 28px;
  color: #4f4f4f;
  padding-bottom: 20px;
}
.our-services {
/*  background-color: #f5eedd;*/
}
.project-title {
  position: relative;
}
.project-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 110px;
  height: 4px;
  background: #293A8F;
  border-radius: 4px;
}

 .project-grid .project-item {
  border-radius: 8px;
  overflow: hidden;
}
.project-grid .project-item .project-image {
  width: 100%;
  overflow: hidden;
}
 .project-grid .project-item img {
  width: 100%;
  height: 100%;
}
 .project-grid .project-item .project-container {
  position: relative;
}
 .project-grid .project-item .overlay {
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64));
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
 .project-grid .project-item .overlay:hover {
  opacity: 1;
}
.project-grid .project-item .overlay a {
  padding: 15px 20px;
}
@media screen and (max-width: 992px) {
  .project-list-details .list-container ul li {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 770px) {
  .project-list-details {
    width: 80%;
    height: 100%;
    top: -4rem;
    right: 50%;
    transform: translateX(50%);
    position: relative;
  }
  .placeholder-col {
    display: none;
  }
  .project-list-text {
    width: 100%;
  }
}
@media screen and (max-width: 678px) {
  .main-text p {
    font-weight: 400;
    font-size: 0.9rem;
  }
}
