.vl-header-area7 .vl-main-menu ul>li .sub-menu {
    width: 405px !important;
}
.text-anime-style-3 div,
.text-anime-style-3 span {
    letter-spacing: 0 !important;
}
.text-anime-style-3 div {
    margin: 0 !important;
    padding: 0 !important;
}
.btn-outline-light {
    font-size: 17px;
    font-weight: 600;
}
.sticky-icon {
    z-index: 99;
    position: fixed;
    top: 28%;
    right: 0;
    width: 220px;
    display: flex;
    flex-direction: column;
}
.sticky-icon a {
    position: relative;
    transform: translate(160px, 0);
    border-radius: 50px 0 0 50px;
    text-align: left;
    margin: 2px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    transition: all 0.8s;
    color: #fff !important;
    font-weight: 600;
    overflow: hidden;
}
.sticky-icon a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 50px 0 0 50px;
    z-index: 0;
}
.sticky-icon a span,
.sticky-icon a i {
    position: relative;
    z-index: 1;
}
.sticky-icon a:hover {
    transform: translate(0, 0);
    color: #fff;
}
.sticky-icon a:hover i {
    transform: rotate(360deg);
}
.sticky-icon a i {
    background-color: #fff;
    height: 30px;
    width: 30px;
    color: #000;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.5s;
}
.Facebook {
    background-color: #2C80D3;
}
.Youtube {
    background-color: #fa0910;
}
.Twitter {
    background-color: #53c5ff;
}
.Instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.LinkedIn {
    background-color: #0077B5;
}
.Google {
    background-color: #d34836;
}
.Whatsapp {
    background-color: hsl(134, 70%, 49%);
}
.Call {
    background-color: #0404fd;
}
.sticky-icon a i.fa-facebook-f {
    color: #2C80D3;
}
.sticky-icon a i.fa-google-plus-g {
    color: #d34836;
}
.sticky-icon a i.fa-instagram {
    color: #FD1D1D;
}
.sticky-icon a i.fa-youtube {
    color: #fa0910;
}
.sticky-icon a i.fa-twitter {
    color: #53c5ff;
}
#myBtn {
    height: 50px;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 999;
    padding: 10px;
    line-height: 30px;
    border: none;
    outline: none;
    background-color: #1e88e5;
    color: white;
    cursor: pointer;
    border-radius: 50%;
}
#myBtn:hover {
    background-color: #555;
}
.fa-arrow-circle-up {
    font-size: 30px;
}
.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
    margin-top: -20px !important;
    content: "\f550";
}
.fad.fa-bars-staggered::after,
.fa-duotone.fa-bars-staggered::after {
    content: "\f550\f550";
    display: none !important;
}
@media (max-width: 991px) {
    .sticky-icon {
        display: none;
    }
}