*{

    margin: 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
/* header*/


.socialcap{
    float: left;
    padding: 0;
    position: fixed;
    right: 0;
    top: 235px;
    z-index: 2000px;
    
}

.socialcap ul{
    list-style:none;
   
}

.socialcap ul li a{
    display: inline-block;
    color: #FFF;
    background: #000;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 10px; 
}
.socialcap ul li .fa-whatsapp {background: #03A019;}
.socialcap ul li .fa-facebook {background: #3b5998;  }
.socialcap ul li .fa-twitter-square {background: #00abf0;}
.socialcap ul li .fa-youtube-square {background: #ae181f;}
.socialcap ul li .fa-instagram {background: #ae181f;}


.socialcap ul li a:hover {
    padding: 30px 10px;
    border-radius: 10px; 
}

.social1{
    left: 0;
    top: 300px;
    z-index: 2000px;
}

.social1 ul{
    list-style:none; 
}

.social1 ul li a{
    display: inline-block;
    color: #FFF;
    background: #000;
    padding: 10px 25px;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; 
}

.social1 ul li .fa-facebook-square {background: #3b5998; font-size: 50; }
.social1 ul li .fa-twitter-square {background: #00abf0; font-size: 50;}
.social1 ul li .fa-youtube-square {background: #ae181f; font-size: 50}
.social1 ul li .fa-instagram {background: #937157; font-size: 50}

.social1 ul li a:hover {
    padding: 10px 50px;

}