.sticky-icon {
    z-index: 1;
    position: fixed;
    top: 30%;
    left: 0%;
    width: 150px;
    display: flex;
    direction: ltr;
    flex-direction: column;
}

    .sticky-icon a {
        transform: translate(-100px, 0px);
        border-radius: 0px 50px 50px 0px;
        text-align: right;
        margin: 2px;
        text-decoration: none;
        text-transform: capitalize;
        padding: 10px 10px 10px 5px;
        font-size: 18px;
        transition: all 0.8s;
    }

        .sticky-icon a:hover {
            color: #FFF;
            transform: translate(-10px, 0px);
        }

            .sticky-icon a:hover i {
                transform: rotate(360deg);
            }

.Facebook {
    background-color: #1877F2;
    color: #FFF;
}

.WhatsApp {
    background-color: #25D366;
    color: #FFF;
}

.YouTube {
    background-color: #FF0302;
    color: #FFF;
}

.X {
    background-color: black;
    color: #FFF;
}

.Instagram {
    background-color: #940080;
    color: #FFF;
}

.paper-plane {
    background-color: #25A2E0;
    color: #FFF;
}

.LinkedIn {
    background-color: #0a66c2;
    color: #FFF;
}

.sticky-icon a i {
    height: 40px;
    width: 40px;
    color: #000;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 2px;
    transition: all 0.5s;
}

    .sticky-icon a i.fa-facebook-f {
        color: #fff;
    }

    .sticky-icon a i.fa-whatsapp {
        color: #fff;
    }

    .sticky-icon a i.fa-paper-plane {
        color: #fff;
    }

    .sticky-icon a i.fa-instagram {
        color: #fff;
    }

    .sticky-icon a i.fa-youtube {
        color: #fff;
    }

    .sticky-icon a i.fa-twitter {
        color: #fff;
    }



#myBtn {
    height: 50px;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    text-align: center;
    padding: 10px;
    text-align: center;
    line-height: 40px;
    border: none;
    outline: none;
    background-color: #1e88e5;
    color: white;
    cursor: pointer;
    border-radius: 50%;
}

.fa-arrow-circle-up {
    font-size: 30px;
}

#myBtn:hover {
    background-color: #555;
}





@media (max-width: 991px) {


    .sticky-icon {
        z-index: 1;
        position: fixed;
        top: auto;
        left: 0;
        margin: auto;
        right: 0;
        width: 100%;
        display: inline-block;
        bottom: 0;
        text-align: center;
        background-color: #1a2c47;
    }

        .sticky-icon a {
            transform: translate(0px, 0px);
            border-radius: 0;
            text-align: center;
            margin: 0;
            text-decoration: none;
            text-transform: capitalize;
            padding: 0px 0px 0px 0px;
            font-size: 0;
            transition: all 0.8s;
            display: inline-block;
            width: 15%;
        }

            .sticky-icon a:hover {
                color: #FFF;
                transform: translate(0px, 0px);
            }

            .sticky-icon a i {
                border-radius: 0;
                margin-right: 0px;
                font-size: 18px;
            }

    .copyright {
        padding-bottom: 60px;
    }
}
