.image-gallery {
  height: 100%;
}

.portfolio-detail-part-subtitle {
  padding: 0px 15px;
}

.gallery-custom {
  display: flex;
}

@media (min-width: 1200px) {
  .gallery-custom {
    justify-content: center;
  }
}

@media (max-width: 1200px) {
  .gallery-custom {
    justify-content: space-between;
  }
}

.portfolio-detail {
  padding: 50px 0;
}

.gallery-icon-wrap-left {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-icon-wrap-right {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
}

.gallery-icon-text {
  padding: 1px 25px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
}

.port-describe-title {
  position: relative;
  color: #959595;
  font-size: 18px;
  font-weight: 700;
}

.port-describe-footer span {
  color: #666;
  font-weight: 600;
}
.port-describe-footer a {
  text-decoration: underline;
}
.port-describe-footer-custom {
  font-weight: 400 !important;
}

.card {
  margin-bottom: 60px;
  border: 1px solid #e0e0e0;
}

.contact-right-bar-p {
  padding-bottom: 60px;
}

.footer-content {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 35px;
}

.list-item-text-footer {
  color: #a3a3a3;
  margin: 0 2px;
}

.main-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 400px;
}

.main-card-image {
  height: 70px;
  width: auto;
}

.about-d-item-title {
  font-weight: 700;
  padding-left: 10px;
  color: #666;
}

.about-d-item-wrapper {
  /*border: 1px solid red;*/
  margin: 15px 0;
}

.about-d-item-desc {
  margin-top: 15px;
  padding-left: 40px;
}

.about-d-title {
  width: auto;
  color: #535258;
  font-size: 26px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #535258;
  padding-bottom: 5px;
}

.home-about-d-title {
  font-size: 24px;
  text-align: center;
}

.home-about-d-title h3 {
  font-size: 24px;
  margin: 0;
  padding: 15px 0;
}

.home-about-d-desc {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 60px;
}

.main-li-h {
  line-height: 20px !important;
}

.main-h-50 {
  display: flex;
  align-items: center;
  height: 50px;
}
