

.galleryx{
    display: inline-block;
    margin: 5px;
}
.gallery img{
    width: 70px;
    height: 70px;
    border: 1px solid #c5c5c5;
    padding: 3px;
    border-radius: 10px;
}
.gallery img:hover{
    transition:.5s;
    background:whitesmoke;
    box-shadow: 0 0 14px 2px rgba(0, 140, 186, 5);
    opacity: 0.7;
}
.text{
    font-family: 'SolaimanLipi', Arial, sans-serif !important;
 
    padding: 5px;
    text-align: center;
    font-size: 12px;
}
/*----------Services End--------------*/






















