.services1 [class^=col] {
    position: relative;
    padding: 5px;
    background-color: #eee;
    margin: 10px;
    border-radius: 0px;
    -webkit-box-shadow: 2px 3px 11px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 3px 11px -5px rgba(0,0,0,0.75);
box-shadow: 2px 3px 11px -5px rgba(0,0,0,0.75);
min-height: 285px;
    margin-right: 5%!important;
}

.services1 [class^=col]:hover{
    background-color: lightgoldenrodyellow;
}

.services1 [class^=col] .ico {
    position: relative;
    padding: 5px;
}

.services1 [class^=col] .txt{
    text-align: center;
    font-weight: bold;
}
.services1 [class^=col] .ico .summary{
    position: absolute;
    bottom: 0px;
    height: 205px;
    overflow: hidden;
    width:100%;
    line-height: 20px;
    text-align: justify;
    padding: 5px 5px 5px 5px;
    opacity: 0;
    right: 0px;
    
}

.services1 [class^=col] .ico .summary:hover{
    overflow: hidden;
    background: #000;
    color: #fff;
    opacity: 0.7;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}


.container a{
    color: #666;
}
.ul2_category li{padding-top: 5px;padding-bottom: 5px;border-bottom: 1px solid #eee}
.ul2_category{
    list-style: none!important;
    padding: 0px;
    margin: 0px;
}

.wpb_content_category_element{border-bottom: 1px solid #eee;padding: 20px;}
.wpb_content_category_element img{width:150px; height:auto;float:left;padding: 2px;
    -webkit-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.75);
}
.link-image1{text-align: center;}
.link-image1 img{
    padding: 3px;
    -webkit-box-shadow: 0px 2px 13px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 13px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 13px -2px rgba(0,0,0,0.75);
}
