body {
  font-family: outfit;
}

.projects-div {
  background-color: #e6e9ed;
  height: 130px;
}

.projects-title {
  text-align: center;
  line-height: 121px;
  color: #012169;
  font-weight: 600;
}

.btn-toolbar {
  justify-content: center !important;
}

.btn-toolbar a {
  text-decoration: none;
  padding: 1%;
}

.inprogressProject {
  border: 2px solid #012169;
  color: #012169;
  font-weight: 600;
  box-shadow: 5px 5px #f9ad00;
}

.completedProject {
  border: 2px solid #929292;
  color: #929292;
  font-weight: 600;
}

.card-img-top {
  margin: auto;
  border-radius: 0;
}

.card-body {
  padding: 24px 0 0 0;
}

.card-title {
  color: #012169;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 12px;
}

.card-text {
  color: #ababab;
}

#contactus-msg {
  text-align: center;
}
.contact-us-msg {
  color: #012169;
}

.contact-us-title {
  color: #f9ad00;
  text-decoration: underline;
  cursor: pointer;
}

.cls-project-box {
  height: calc(100% - 20px);
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 0;
  box-shadow: 0 8px 40px 0 rgba(17, 19, 18, 0.04);
  border: 2px solid #f1f1f1;
  position: relative;
}

.cls-project-box:hover {
  border: 2px solid #f9ad00;
}

#contactus-msg h1 {
  font-weight: 600;
}

.cls-project-selectionbtn {
  cursor: pointer;
}

/* .cls-project-selectionbtn :active{
    border: 2px solid #012169;
    color: #012169;
    font-weight: 600;
    box-shadow: 5px 5px #F9AD00;
} */

.cls-arhitect-detail {
  font-size: 14px;
}

.calendar-icon {
  background-color: #e6e9ed;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 4px;
  text-align: center;
  position: absolute;
  top: 28px;
  right: 28px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.date {
  color: #656565;
}

.card-text {
  margin-bottom: 0.5rem !important;
  color: #656565;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.card-text img {
  width: 20px;
  height: 20px;
}

section {
  padding: 60px 0;
}
