/* skill icon */
.skill-icon {
    background-image: url("https://www.velvetech.com/images/skill-sprite.svg");
    background-repeat: no-repeat;
    display: inline-block;
}

.img-c-plus {
    width: 38px;
    height: 42px;
    background-position: -5px -5px;
}

.img-java {
    width: 80px;
    height: 49px;
    background-position: -53px -5px;
}

.img-mysql {
    width: 66px;
    height: 45px;
    background-position: -143px -5px;
}

.img-net {
    width: 100px;
    height: 24px;
    background-position: -219px -5px;
}

.img-php {
    width: 68px;
    height: 32px;
    background-position: -329px -5px;
}

.img-python {
    width: 100px;
    height: 25px;
    background-position: -403px -5px;
}

.img-ruby {
    width: 40px;
    height: 35px;
    background-position: -511px -5px;
}





.expertise-img {
    background-image: url(/images/softwareDevelopment/expertise-sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.expertise-img-banking {
    width: 19px;
    height: 32px;
    background-position: 0 0;
}

.expertise-img-education {
    width: 48px;
    height: 32px;
    background-position: -19px 0;
}

.expertise-img-food-processing {
    width: 27px;
    height: 32px;
    background-position: -67px 0;
}

.expertise-img-healthcare {
    width: 33px;
    height: 32px;
    background-position: -94px 0;
}

.expertise-img-information {
    width: 38px;
    height: 32px;
    background-position: -127px 0;
}

.expertise-img-insurance {
    width: 35px;
    height: 32px;
    background-position: -165px 0;
}

.expertise-img-oil {
    width: 23px;
    height: 32px;
    background-position: -200px 0;
}

.expertise-img-real-estate {
    width: 34px;
    height: 32px;
    background-position: -223px 0;
}

.expertise-img-transapartation {
    width: 43px;
    height: 33px;
    background-position: -257px 0;
}


