#project {
  margin: 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #ccc;
}

#project-body {
  padding: 0;
  margin-top: 48px;
}
#project-body img {
  border-radius: 10px;
  margin-bottom: 24px;
  display: block;
  width: 100%;
  height: auto;
}
#project-body .is-col {
  margin-bottom: 24px;
}

.portfolio-image-frame {
  padding: 0px;
  border-radius: 10px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
}
.portfolio-image-frame img {
  border-radius: 10px;
  margin-bottom: 0 !important;
}

#case-study-list {
  margin-top: 60px;
}

#case-studies {
  position: relative;
  padding: 0px;
  border-radius: 10px;
  margin-left: -12px;
}
#case-studies .column {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
  padding: 0 !important;
  margin-left: 24px;
  width: calc(33% - 24px) !important;
}
@media (max-width: 767px) {
  #case-studies .column {
    width: calc(100% - 2rem) !important;
    margin-bottom: 24px !important;
  }
  #case-studies .column img {
    width: 100%;
  }
}
#case-studies .column img {
  filter: opacity(100%) grayscale(100%);
  display: block;
}
#case-studies .column .is-overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 39, 52, 0.7);
  -webkit-backface-visibility: hidden;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  opacity: 0;
}
#case-studies .column .is-overlay:hover {
  opacity: 1;
}
#case-studies .column .is-overlay:hover ~ .lock {
  transform: rotate(90deg);
  opacity: 1;
}
#case-studies .column .is-overlay:hover ~ .lock .key-one {
  background: #00aad4;
}
#case-studies .column .is-overlay div {
  text-align: center;
  position: absolute;
  top: calc(50% - 13px);
  left: 0;
  width: 100%;
}
#case-studies .column .is-overlay div span {
  display: inline-block;
  color: #ffffff;
}
#case-studies .column .lock {
  position: absolute;
  z-index: 11;
  height: 42px;
  width: 42px;
  background-color: #162734;
  border-radius: 100%;
  bottom: 12px;
  right: 12px;
  transition: all 0.5s ease-out;
  padding-top: 7px;
  opacity: 0.6;
}
#case-studies .column .lock .key-one {
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  width: 10px;
  height: 10px;
  margin-left: 9px;
  margin-right: 0;
}
#case-studies .column .lock .key-two {
  display: inline-block;
  border-radius: 100%;
  background: white;
  width: 10px;
  height: 10px;
  margin-left: 4px;
}
#case-studies .list-label {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #162734;
  position: absolute;
  left: 0;
  width: calc(15% - 24px);
  height: 100%;
  padding: 48px;
  box-sizing: border-box;
}
#case-studies .list-label h2 {
  color: white;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 5px 0;
}
#case-studies .list-label .button {
  background: #00aad4;
  color: white;
  padding-right: 10px;
}

#project-nav {
  border-radius: 10px;
  padding: 12px 5px;
  background: #f4f4f4;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #project-nav {
    flex-direction: row !important;
  }
}
#project-nav a {
  margin: 0 10px;
  font-size: 13px;
  max-width: 50% !important;
}
#project-nav a.disabled {
  color: #ccc !important;
  cursor: default;
}
#project-nav a:hover {
  color: #162734;
  text-decoration: none;
}

#news-portfolio {
  position: relative;
  padding: 0px 15%;
  margin: 160px 0 60px 0;
}
#news-portfolio .list-label {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: linear-gradient(to right, #e8e8e8, #f4f4f4);
  position: absolute;
  left: 0;
  width: calc(15% - 24px);
  height: 100%;
  padding: 48px;
  box-sizing: border-box;
}
#news-portfolio .list-label h2 {
  color: #162734;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}
#news-portfolio .is-col {
  border-radius: 10px;
  overflow: hidden;
  background: #f4f4f4;
}
#news-portfolio .is-col .newstext {
  margin: 24px;
}
#news-portfolio .is-col .newstext h3 {
  font-weight: 400;
  color: #333;
  font-size: 18px;
}
