.project-area .single-description .project-slider {
  margin-bottom: 50px;
}

.project-area .single-description .project-slider .item {
  position: Relative;
}

.project-area .single-description .project-slider .item a {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #ffffff;
  transition: all 350ms ease-out;
}

.project-area .single-description .project-slider .item a:hover {
  color: #ff0000;
}

.project-area .single-description .project-image {
  margin-bottom: 25px;
}

.project-area .single-description .project-image .item {
  position: Relative;
}

.project-area .single-description .project-image .item a {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #ffffff;
  transition: all 350ms ease-out;
}

.project-area .single-description .project-image .item a:hover {
  color: #ff0000;
}

.project-area .single-description .project-image .item img {
  max-width: 100%;
}

.project-area .single-description .project-images {
  margin-top: 25px;
}

.project-area .single-description .project-images .item {
  position: Relative;
  margin-bottom: 15px;
}

.project-area .single-description .project-images .item a {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #ffffff;
  transition: all 350ms ease-out;
}

.project-area .single-description .project-images .item a:hover {
  color: #ff0000;
}

.project-area .single-description .project-images .item img {
  max-width: 100%;
}

.project-area .single-description h2 {
  margin-bottom: 20px;
  font-size: 1.46em;
}

.project-area .single-description p {
  margin-bottom: 15px;
}

.project-area .single-description .blockquote-project {
  background: #f5f5f5;
  padding: 40px;
  border-left: 9px solid #ff0000;
  color: #222;
  font-size: 1em;
  margin: 30px 0px 0px 0px;
  font-style: italic;
}

.project-area .single-description hr {
  display: block;
  margin: 60px 0px;
  float: left;
  width: 100%;
  border: 0;
  border-top: 1px solid #eee;
}

.project-area .single-detail h3 {
  margin-bottom: 20px;
  font-size: 1.46em;
}

.project-area .single-detail p {
  margin-bottom: 15px;
}

.project-area .single-detail .single-detail-info {
  border-bottom: 1px solid #e5e5e5;
  padding: 25px 0px;
  height: 100%;
}

.project-area .single-detail .single-detail-info h4 {
  margin-bottom: 5px;
  font-size: 1.06em;
}

.project-area .single-detail .single-detail-info h4 span {
  color: #999;
  margin-right: 10px;
  width: 20px;
}

.project-area .single-detail .single-detail-info p {
  padding-left: 30px;
  margin: 0px;
}

.project-area .single-related-projects {
  margin-top: 20px;
  width: 100%;
}

.project-area .single-related-projects .item-content {
  position: relative;
  overflow: hidden;
}

.project-area .single-related-projects .item-content img {
  margin: 0px;
  max-width: 100%;
}

.project-area .single-related-projects .item-content a {
  background: #000000;
  width: 100%;
  height: 100%;
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
}

.project-area .single-related-projects .item-content a .item-content-texts {
  position: absolute;
  z-index: 11;
  top: 50%;
  transform: translateY(-50%) !important;
  width: 100%;
}

.project-area .single-related-projects .item-content a .item-content-texts h4 {
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding: 0px 20px;
  margin: 0px;
  text-transform: none;
  font-size: 1.33em;
  font-weight: 400;
  position: absolute;
  top: -55px;
}

.project-area .single-related-projects .item-content a .item-content-texts h4:after {
  position: absolute;
  width: 100px;
  content: '';
  height: 2px;
  background: #ddd;
  bottom: -10px;
  left: 50%;
  margin-left: -50px;
  opacity: 0;
  transition: all .75s;
}

.project-area .single-related-projects .item-content a .item-content-texts p {
  font-style: italic;
  position: absolute;
  top: 25px;
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding: 0px 20px;
  margin: 0px;
}

.project-area .single-related-projects .item-content:hover a {
  visibility: visible;
  opacity: .75;
}

.project-area .single-related-projects .item-content:hover a h4 {
  top: -35px;
}

.project-area .single-related-projects .item-content:hover a h4:after {
  opacity: 1;
}

.project-area .single-related-projects .item-content:hover a p {
  top: 5px;
}

.partners-area .partner a {
  opacity: .75;
  display: inline-block;
}

.partners-area .partner a img {
  max-width: 100%;
}

.partners-area .partner a:hover {
  opacity: 1;
}

@media (max-width: 1199px) {
  .project-area .single-detail .single-detail-info h4 {
    font-size: 0.90em;
  }
}

@media (max-width: 991px) {
  .project-area .single-detail {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .partners-area .partner a {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .project-area .single-related-projects .item-content {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=project.css.map */

/*# sourceMappingURL=project.css.map */
