.social-card-header{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 96px;
}
.social-card-header i {
    font-size: 32px;
    color:#FFF;
}
.bg-facebook {
    background-color:#3b5998;
}
.text-facebook {
    color:#3b5998;
}
.bg-google-plus{
    background-color:#dd4b39;
}
.text-google-plus {
    color:#dd4b39;
}
.bg-twitter {
    background-color:#1da1f2;
}
.text-twitter {
    color:#1da1f2;
}
.bg-pinterest {
    background-color:#bd081c;
}
.text-pinterest {
    color:#bd081c;
}
.share:hover {
        text-decoration: none;
    opacity: 0.8;
}

#our_services a{
    color: #3b5998;
    text-decoration: none;
}
#our_services .card-title {
    padding: 20px 0px 0px 0px;
    text-align: center;
    font-style: initial;
    color: black;
    font-family: 'Arial',sans-serif;
    font-size: 14px;
}

#our_services a:hover{
    color: black;
    text-decoration: none;
}
#our_services .card-text {
    padding: 20px 0px 30px 0px;
    text-align: center;
    font-family: 'Arial',sans-serif;
}
#our_services .zoom:hover {
    transform: scale(1.2); /* (10% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    -webkit-transform: scale(1.2); /* Safari and Chrome */
    -ms-transform:scale(1.2); /* IE 9 */
    -moz-transform:scale(1.2); /* Firefox */
    -o-transform:scale(1.2); /* Opera */
    z-index: 2;
} 

.wrimagecard{	
    width: 100%;
    margin-top: 0;
    margin-bottom: 1.5rem;
    text-align: left;
    position: relative;
    background: #fff;
    box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
    border-radius: 4px;
    transition: all 0.3s ease;
    overflow: hidden;
    height: 340px;

}
.wrimagecard .fa{
	position: relative;
    font-size: 70px;
}
.wrimagecard-topimage_header{
padding: 20px;
}
a.wrimagecard:hover, .wrimagecard-topimage:hover {
    box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
}
.wrimagecard-topimage a {
    width: 100%;
    height: 100%;
    /* display: block; */
}
.wrimagecard-topimage_title {
    padding: 20px 24px;
    height: 80px;
    padding-bottom: 0.75rem;
    position: relative;
}
.wrimagecard-topimage a {
    border-bottom: none;
    text-decoration: none;
    color: #525c65;
    transition: color 0.3s ease;
}
.wrimagecard-topimage a:hover {
    border-bottom: none;
    text-decoration: none;
}
@media only screen and (min-device-width:320px) and (max-device-width:485px){
    .wrimagecard{	
        width: 100%;
        margin-top: 0;
        margin-bottom: 1.5rem;
        text-align: left;
        position: relative;
        background: #fff;
        box-shadow: 0px 0px 10px 0px rgba(46,61,73,0.15);
        border-radius: 4px;
        transition: all 0.3s ease;
        overflow: hidden;
        height: 370px;
    }
    #our_services .col-lg-4{
        padding-left: 0px;
    }
}
@media only screen and (min-device-width:768px) and (max-device-width:1023px) {
    .wrimagecard{	
        width: 100%;
        margin-top: 0;
        margin-bottom: 1.5rem;
        text-align: left;
        position: relative;
        box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
        border-radius: 4px;
        transition: all 0.3s ease;
        overflow: hidden;
        /*height: 320px;*/
        background-color: #fff;
        height: 300px;
    }
    #our_services .col-lg-4{
        padding-left: 0px;
    }
/*    #our_services.col-sm-4{
        position: relative;
        padding-right: 1px;
    }*/
}
@media only screen and (min-device-width:1024px){
    .wrimagecard{	
        width: 100%;
        margin-top: 10px;
        margin-bottom: 1.5rem;
        text-align: left;
        position: relative;
        background-color: #fff;
        box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
        border-radius: 4px;
        transition: all 0.3s ease;
        overflow: hidden;
        height: 340px;
    }
        #our_services.row{
        margin-left: 0px;
    }
       
}
/* Ipad Pro 11 */

