.shadow-wrapper {
    position: relative;
    z-index: 1;
}
.shadow-effect {
    position: relative;
}
.shadow-effect::after, .shadow-effect::before {
    box-shadow: 0 15px 10px #999;
    transform: rotate(-3deg);
}
.shadow-effect::after {
    left: auto;
    right: 5px;
    transform: rotate(3deg);
}
.box-shadow {
    background: #fff none repeat scroll 0 0;
    position: relative;
}
.box-shadow::after, .box-shadow::before {
    background: #999 none repeat scroll 0 0;
    bottom: 15px;
    content: "";
    left: 5px;
    max-width: 300px;
    position: absolute;
    top: 80%;
    width: 50%;
    z-index: -1;
}
.box-shadow::after, .box-shadow::before {
    background: #999 none repeat scroll 0 0;
    content: "";
    left: 5px;
    max-width: 100%;
    width: 96%;
    z-index: -1;
}
img.img-bordered {
    border: 1px solid #eee !important;
    padding: 3px !important;
}
.overflow-h {
    overflow: hidden;
}
.about-me span {
    color: #999;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
.about-me .social-icons {
    margin-top: 7px;
}
.social-icons li {
    margin: 0;
}
.social-icons li {
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 5px;
    margin-right: 3px;
    text-indent: -9999px;
}
.social-icons li a {
    margin: 0 3px;
}
.social-icons li a, a.social-icon {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 28px;
    transition: all 0.3s ease-in-out 0s;
    width: 28px;
}
.social-icons li:hover a {
    background-position: 0 -38px;
}
.rounded-x {
    border-radius: 50% !important;
}
.social_facebook {
    background: rgba(0, 0, 0, 0) url("/public/img/facebook.png") no-repeat scroll 0 0;
}
.social_twitter {
    background: rgba(0, 0, 0, 0) url("/public/img/twitter.png") no-repeat scroll 0 0;
}
.social_googleplus {
    background: rgba(0, 0, 0, 0) url("/public/img/googleplus.png") no-repeat scroll 0 0;
}
.social_linkedin {
    background: rgba(0, 0, 0, 0) url("/public/img/linkedin.png") no-repeat scroll 0 0;
}
.about-data i{
    font-size: 35px;
    color: crimson;
}