body{
    font-family: "Lato";
/* background-image: linear-gradient( to left, #ad5389, #3c1053); */
}

/*Right Side Buttons Start*/
.sticky-container{
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -127px;
    top: 120px;
    width: 200px;
    z-index: 10;
}

.sticky li{
    list-style-type: none;
    /* background-color: #333; */
    background-color: #5c9f24;
    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor: pointer;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
    filter: gray;
    /* filter: #f85a40;  */
    -webkit-filter: grayscale(100%); 
}

.sticky li:hover{
    margin-left: -115px;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
            -webkit-filter: grayscale(0%);
}

.sticky li img{
    float: left;
    margin: 5px 5px;
    margin-right: 10px;
}

.sticky li p{
float:left;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    line-height: 43px;
}
/*Right Side Buttons End*/

/*Left Side Buttons Start*/
.sticky-left-container{
padding: 0px;
margin: 0px;
position: fixed;
left: -158px;
top:80%;
width: 200px;
z-index:10;
}
.sticky-left li{
list-style-type: none;
background-color: none;
color: #efefef;
height: 43px;
padding: 0px;
margin: 0px 0px 1px 0px;
-webkit-transition:all 0.25s ease-in-out;
-moz-transition:all 0.25s ease-in-out;
-o-transition:all 0.25s ease-in-out;
transition:all 0.25s ease-in-out;
cursor: pointer; 
}
.sticky-left li:hover{
margin-right: -150px;
/* background:#333; */
background:#5c9f24;
border-radius: 25px 25px 25px 0;
}
.sticky-left li img{
float: right;
border-radius:50%; 
margin: 5px 5px;
margin-left: 10px;
}
.sticky-left li p{
padding: 0px;
float:right;
margin: 0px;
text-transform: uppercase;
line-height: 43px;
}
/*Left Side Buttons End*/

/*Content Start*/
.content-social-btn{
    margin-top: 150px;
    margin-left: 100px;
    width: 500px;
}
h1, h2{
    font-family: "Source Sans Pro",sans-serif;
    /* color: #ecf0f1; */
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}

h1{
    font-weight: 900;
    font-size: 64px;
}

h2{
    font-size:26px;
}

p{
    /* color: #ecf0f1; */
    font-family: "Lato";
    line-height: 28px;
    font-size: 15px;
}
/*Content End*/