/* =========== top bar css =========== */

.top-bar {
    display:flex;
    align-items:center;
    height :45px;
    border-bottom: 1px solid #0000001a;
    background-color: #db030b;
}



.top-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.top-social li:first-child {
    border-left: 0!important;
}

.top-social li {
    position: relative;
    list-style: none;
    border-left: 1px solid #0000001a;
}

.top-social a {
    display: flex;
    width: auto;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    align-items: center;
    font-size: 16px;
    line-height:45px;
    box-sizing: border-box;
}

.top-social a:hover {
    color: #fff;
}

.social-txt {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 0;
    white-space: nowrap;
    transition: all .2s ease;
}

.top-social li a:hover .social-txt {
    max-width: 200px;
    padding-right: 12px;
    transition: all .4s ease;
}

.top-social .social-icon{
    padding: 0 12px;
    line-height: 45px;
    color: #fff;
    width: auto;
    height: 20px;
    background-color: transparent;
    border-radius: 0;
    font-size: 1.5rem;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: block;

}

.top-social li:hover{
    background-color: #e9ecef;
}

.top-social .color-facebook:hover{
    background-color: #3b5998;
}

.top-social .color-youtube:hover{
    background-color: #FF0000;
}

.top-social .color-linkedin:hover{
    background-color: #3b5998;
}


@media (max-width: 767.98px) {
    .top-bar {
        height: auto;
    }
}



.contact-info{
    padding-left: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
}

/* =========== top bar css END =========== */
