.product-thumb {
    background: #055c77;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    border-radius: 0 10% 22px 10%;
}

.product-thumb p{     margin-top: 21px;
    font-size: 14px;
    /* color: #fff; */
    font-family: Tahoma;
    /*opacity: 0.9;*/
        padding: 5px;
    line-height: 23px;
        text-align: justify;
}
.product-thumb h4 { 
      font-weight: bold;
    font-size: 14px;
    font-family: Tahoma;
  text-transform:uppercase;
}
.product-thumb:hover{
    background-color: #de6566;
    transition: all .5s ease;
}
.img-icon {
    margin-top: -28px;
    position: absolute;
}
.hdng {
    margin-left: 85px;
    color: #fff;
}
.hdng h4 {
    font-size: 30px;
    font-weight: normal;
    margin-top: 6px;
    font-family:'FjallaOne-Regular' !important;
    float: left;
    color: #fff;
}
.hdng2 {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin-top: 20px;
    font-family: tahoma;
    text-transform: capitalize;
    float: right;
    margin-right: 5px;
}
.product-thumb .img-responsive {
    width: 100%;
    border: 1px solid #fff;
    margin-top: 10px;
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
button.btn.btn-mini {
    margin-right: -15px;
    background-color: #39393a;
    border-radius: 38px;
    color: #fff;
    font-family:'FjallaOne-Regular' !important;
    font-size: 20px;
    text-transform: uppercase;
}
button.btn.btn-mini {
    width: 130px;
    border: 2px solid #fff;
}
button.gobutton:hover {
    background-color: #fff !important;
    color: #39393a;
}
.product-thumb p {
    margin-top: 21px;
    font-size: 14px;
    font-family: Tahoma;
    padding: 5px;
    line-height: 23px;
    text-align: justify;
    color: #fff;
}
.services-box-container{
    padding: 15px 15px 0;
}