.justify {
    text-align: justify;
}

.blink_me {
    animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.icon-bar {
    position: fixed;
    top: 75%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}
.facebook {
    background: #3B5998;
    color: white;
}
.instagram {
    background: #dd4b39;
    color: white;
}
.whatsapp {
    background-color: green;
}
.text-black{
    color: black;
    background-color: #ffd61aab;
}
.nav-bg {
    background-color: white;
}
.equal-h {
    height: 100%;
}
.floating {
    position: fixed;
    top: 345px;
    font-size: 14px;
    right: 0px;
    border: 1px solid;
    padding: 5px;
    background-color: #0594b7eb;
    color: #fff;
    font-weight: 600;
    z-index: 1000;
}
.icon-bar {
    position: fixed;
    top: 78%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
}
.icon-bar a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}