.fa {
  padding: 10px;
  font-size: 30px !important;
  width: 50px;
  height:55px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px 20px 5px;
}

.socialMediatdStyle {
    width: 33.33%;
    /*  font-size: 40px !important;*/
    padding-left: -10px !important;
    text-decoration: none !important;
}
    .socialMediatdStyle td {
        margin-left:-50px;
    }
    .copyWritetdStyle {
    width: 40.33% !important;
    /*padding-left: -30px !important;*/
    font-size: 8px !important;
    vertical-align:middle !important;
    text-align: center;
    
}

.linkstdStyle {
    font-size: medium;
    width: 30.33% !important;
    vertical-align: middle;
    
   
}
    .linkstdStyle a {
        color: white !important;
        text-decoration: underline;
    }
    .linkstdStyle td {
        margin-left:50px!important;
    }
        .emptytdStyle {
 margin-left:35px!important;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
    /*width: 80px;*/
}

.fa-twitter {
    background: #55ACEE;
    color: white;
    /*width: 30px;*/
}


.fa-linkedin {
    background: #007bb5;
    color: white;
   /* width: 20px;*/
}

.fa-youtube {
    background: #bb0000;
    color: white;
   /* width: 20px;*/
}

.fa-instagram {
    background: #125688;
    color: white;
   /* width: 20px;*/
}

.fa-pinterest {
    background: #cb2027;
    color: white;
   /* width: 20px;*/
}






.fa-flickr {
    background: #f40083;
    color: white;
    /*width: 20px;*/
}

