.ct-socials {
    position: fixed;
    top: 25%;
    left: 0;
    list-style: none;
    padding-left: 0;
    z-index: 10;
    margin: 0;
    -webkit-transition: right 0.25s ease-in-out;
    transition: right 0.25s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ct-socials li {
    padding: 0px 0;
}
.ct-socials li a {
    background: #3f4653;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    width: 44px;
    height: 54px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    float: left;
    padding-left: 5px;
}
.ct-socials li a:hover {
	width: 80px;
	padding-right:  0;
	text-decoration: none;
	background: #3c9bd9;
        border-radius: 5px;
}

/**sticky-social media icon css**/
/************************************************************************************/
.sticky-social {
    position: fixed;
    top: 35%;
    left: 0;
    z-index: 10;
}
.sticky-social ul {
    padding: 0px;
    -webkit-transform: translate(-118px, 0);
    -moz-transform: translate(-118px, 0);
    -ms-transform: translate(-118px, 0);
    -o-transform: translate(-118px, 0);
    /* transform: translate(-118px, 0); */
}
.sticky-social ul li {
    display: block;
    margin: 5px;
    background:rgba(25, 158, 184, 0.36);
    width: 168px;
    text-align: right;
    padding: 10px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.sticky-social ul li a{ color:#000;}
.sticky-social ul li:hover a{ color:#fff !important;}
.sticky-social ul li:hover {
    -webkit-transform: translate(80px, 0);
    -moz-transform: translate(80px, 0);
    -ms-transform: translate(80px, 0);
    -o-transform: translate(80px, 0);
    transform: translate(80px, 0);
    background: rgba(25, 158, 184, 0.36);
}
.sticky-social ul li:hover a {
    color: #000;
}
.sticky-social ul li:hover i {
    color: #fff;
    background:rgba(25, 158, 184, 0.36);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.sticky-social ul li:hover i.fa-facebook{
    background: rgba(58, 88, 155, 1);
}
.sticky-social ul li:hover i.fa-twitter{
    background: rgba(28, 183, 235, 1);
}
.sticky-social ul li:hover i.fa-linkedin{
    background: rgba(0, 123, 181, 1);
}
.sticky-social ul li i {
    margin-left: 10px;
    color: #000;
    background: #fff;
    padding: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 20px;
    background: #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
/************************************************************************************/
/**sticky-social media icon css end**/

