/*8-1*/

@font-face {
  font-family: 'TradeGothicLT-Light';
  src: url('../fonts/TradeGothicLT-Light.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/TradeGothicLT-Light.woff') format('woff'), 
  url('../fonts/TradeGothicLT-Light.ttf')  format('truetype'), 
  url('../fonts/TradeGothicLT-Light.svg#TradeGothicLT-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TradeGothicLT-Bold';
  src: url('../fonts/TradeGothicLT-Bold.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/TradeGothicLT-Bold.woff') format('woff'), 
  url('../fonts/TradeGothicLT-Bold.ttf')  format('truetype'), 
  url('../fonts/TradeGothicLT-Bold.svg#TradeGothicLT-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

.project-img {
  position: relative;
      margin: 15px 0;
}

.project-img img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.hover-middle-test{
transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.project-img:hover img {
  opacity: 0.3;
  background: rgba(25,69,113,0.70);
}

.project-img:hover .hover-middle-test {
  opacity: 1;
}

.hover-middle-test .text {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.project-img .project-link:hover .overlay {
    background: rgba(25, 69, 113, 0.8);
}
.project-img p.btn-green-project {
    padding: 8px 25px;
    font-family: TradeGothicLT-Bold !important;
}
.project-img .project-details p.hover-text{
  font-family: TradeGothicLT-Light !important;
}
.project-img .project-details p{
  margin-bottom: 20px !important;
  line-height: 22px;
  
}
.project-img .project-details h4{
  margin-bottom: 0px !important;
  font-family: TradeGothicLT-Bold !important;
}
.about .content-right p{
    font-size: 16px;
    line-height: 22px;        
    font-family: RobotoL;
}
.news .content p{
    font-size: 16px;
    line-height: 22px;        
    font-family: RobotoL;
}