.no-gutter form .col-lg-4.col-sm-6 {
    padding-right: 10px;
    padding-left: 10px;
}
.portfolio-box input[type=submit] {
	 height: 100% !important;
	 width: 100%;
    background-color: transparent;
    border: none;
	white-space: normal;
	}
.portfolio-box img {
  margin:0 auto;


}	
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 10px auto;
  background: white;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(25, 86, 127, 0.54);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  height: 100%;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
      height: 100%;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
	height:100%;
  }
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
      margin-bottom: 10px !important;
 
}
.no-gutter h2{
  font-size:40px;
   color:#848a90;
}
@media screen and (max-width: 768px){
		.no-gutter h2{
	  font-size:30px;
	}
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}