.top-left {
    position: relative;
    float: right;
    padding: 1px 0px 0px;
}

 .top-left .links {
    position: relative;
    float: left;
}
.top-left .links li {
    position: relative;
    float: left;
    margin-right: 10px;
    line-height: 1em;
    color: #ababab;
    padding-right: 10px;
    list-style: none;
}

.top-left .links li:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -7px;
    height: 15px;
    border-right: 1px solid #c3c3c3;
}
.top-left .links li:after {
    border-color: rgba(0, 05, 0, 0.15);
}
 .top-left ul li:last-child {
    margin-right: 0px;
    padding-right: 0px;
}
 .top-left .links li:last-child:after {
    display: none;
}
 .top-left .links li .icon {
    position: relative;
    top: 4px;
    color: #89c43b;
    font-size: 18px;
    line-height: 19px;
    margin-right: 10px;
}
 .top-left .links li a {
    position: relative;
    line-height: 22px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none;
}
.top-left .links li a {
    color: #000;
}

.top-left .links li a:hover {
    color: #8bc53d;
}

.whatsapp-icon {
    color: #25d366;
}

.instagram-icon {
    color: #d84f6c;
}


.blinking {
    animation: blinkingText 1s infinite;
}
.logo{ position: absolute; top:-27px; width: 100%;}

.has-sticky .hdr-content.hdr-content-sticky .hdr-logo {
   
    height: auto;
 
}

.has-sticky .hdr-content.hdr-content-sticky .logo {
    position:relative;
    top: 0px;
}

.footer-logo {
    text-align: center;
    margin-bottom: 20px;
    display: block;
    margin-top: 30px;
}



@keyframes blinkingText {
    0% {
        color: #000;
    }
    49% {
        color: #89c43b;
    }
    50% {
        color: #89c43b;
    }
    99% {
        color: #89c43b;
    }
    100% {
        color: #000;
    }
}

.blinking-two {
    animation: blinking-twoText 0.5s infinite;
}

@keyframes blinking-twoText {
    0% {
        color: #000;
    }
    49% {
        color: #ff0000;
    }
    50% {
        color: #ff0000;
    }
    99% {
        color: #ff0000;
    }
    100% {
        color: #000;
    }
}

