
img{ max-width:100%;}

.gallery_box{ 
    width:100%; 
    max-width: 100%; 
    display:inline-block; 
/*     float: left;  */
    text-align: center; 
    overflow: hidden;  
    position: relative;
}
.gallery_box{ 
    padding:0;
    display: flow-root;
}
/* .gallery_box:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
} */
.gallery_box img {
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}



.gallery_box .box_data{ 
    position:absolute; 
    top: 0; 
    left: 0; 
    right:0; 
    bottom:0; 
    color:#ffffff;
}
.gallery_box .box_data p {
    font-family: 'Athiti', sans-serif;
    font-weight: normal;
    position:absolute; 
    top: 90%; 
    transform: translateY(-50%); 
    left:0 ; 
    right:0; 
    font-size:22px; 
    line-height: 1.2em; 
    text-shadow: 2px 2px 4px #000000;
    background:rgba(0, 0, 0, 0.5);
    padding: 2px 0;
} 
.gallery_box .box_data span {
    font-family: 'Athiti', sans-serif;
    font-weight: bold;
} 
.gallery_box:hover .box_data {
    background:rgba(154, 225, 175, 0.5)
}

/*--------------------------------------------------------------
# Cliens
--------------------------------------------------------------*/
.cliens {
    padding: 12px 0;
    text-align: center;
  }
  
  .cliens img {
    max-width: 45%;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 15px 0;
    filter: grayscale(100);
  }
  
  .cliens img:hover {
    filter: none;
    transform: scale(1.1);
  }
  
  @media (max-width: 768px) {
    .cliens img {
      max-width: 40%;
    }
  }
.table-greenn{
    background-color: #E4ECE8;

}