@charset "utf-8";
/* CSS Document */
/*== Project Area CSS Start ==*/
#project-area.section-padding {
  padding-bottom: 150px;
}
.project-menu {
  margin-bottom: 25px;
}
.project-menu span {
  border-bottom: 1px solid #959595;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.8px;
  margin: 0 -5px 0 0;
  padding: 0 10px 15px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.project-menu span::before {
  background-color: rgba(191, 1, 1, 1.00);
  border-radius: 40px;
  bottom: -2px;
  content: "";
  height: 3px;
  left: -100%;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: 100%;
}
.project-menu span.active, .project-menu span:hover {
  color: rgba(191, 1, 1, 1.00);
}
.project-menu span.active:before {
  opacity: 1;
  left: 0;
  visibility: visible;
}
.single-project {
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.project-hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: rgba(73,255,94,1.00);
  font-size: 13px;
  font-weight: 500;
  height: 100%;
  left: 0;
  top: -100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.project-title-hvr {
  border: 1px solid rgba(0,205,119,1.00);
/*  left: 0;
  margin: 20px;
  padding: 20px;
  position: absolute;
  top: 10%; */
  width: 80%;
  margin: 5px auto 20px auto;
  padding: 10px 10px 10px 10px;

}
.project-hvr-icon {
  bottom: 5%;
  left: 0;
  padding: 0 20px;
  position: absolute;
  width: 100%;
}
.project-title-hvr h3 {
  color: #fff;
  font-family: "Exo";
  font-size: 19px;
  font-weight: 600;
}
.project-hvr-icon p {
  display: inline-block;
}
/*== Project Area CSS End ==*/
/*==========================================
   Project Or Portfolio Page CSS Here
==========================================*/

#project-page-project-feed {
    padding: 130px 0;
}

#project-page-project-feed .news-see-more-btn {
    background-color: transparent;
    border: 2px solid rgba(191,1,1,1.00);
    color: rgba(191,1,1,1.00);
}

#project-page-project-feed .news-see-more-btn:hover {
    background-color: rgba(191,1,1,1.00);
    color: #fff !important;
}

.raj_btn.portfolio-btn {
    margin-top: 40px;
}

.project-inforproject-infor h3 {
    color: rgba(191,1,1,1.00);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.7px;
    margin-bottom: 15px;
}

.single-content-open .project-infor p:nth-child(3) {
    color: rgba(191,1,1,1.00);
    font-style: italic;
}

.single-content-open .project-infor p:nth-child(5) {
    color: rgba(23,23,23,1.00);
    font-style: normal;
}

.content-share-btn.project-share {
    margin-bottom: 0;
}

.sidebar-body .sidebar-list.tag-list li a {
    border: 1px solid rgba(191,1,1,1.00);
    border-radius: 3px;
    color: rgba(191,1,1,1.00);
    display: inline-block;
    margin-bottom: 6px;
    margin-right: 5px;
    padding: 10px 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-family: "Exo";
    font-weight: 500;
}

.sidebar-body .sidebar-list.tag-list li a:hover {
    background-color: rgba(191,1,1,1.00);
    color: #fff;
}

.sidebar-body .sidebar-list.tag-list li {
    border: medium none;
    float: left;
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .slicknav-grid .col-lg-3 {
        padding: 0 30px;
    }
}

