#top-bar-wrap .flex{
    display: flex;
    position: relative;
}

#top-bar-wrap{
    background-color: #28d927;
    font-size: 12px;
    border-bottom: 12px solid #000000;
    z-index: 101;
    position: fixed;
    width: 100%;
}


#top-bar-inner{
    justify-content: space-between;
}


#top-bar-content{
    align-items: center;
}

#top-bar-social{
    align-items: center;

}


#top-bar-social ul{
    margin: 12px 0;
    list-style:none;
    margin-right: 100px;
}

#top-bar-social li a {
    color: #ffffff;
}

#top-bar-social li a {
    font-size: 14px;
    color: #000;
    padding: 0 6px;
}


#top-bar-social #contact{
    position: absolute;
    top: 5px;
    transform: rotate(20deg);
    right: 10%;
    z-index: 102;
}

a, a:hover, a:focus {
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}






/*#part{*/
/*    display : inline-block;*/
/*    height : 500px;*/
/*    width : 0;*/
/*    border-bottom : 80px solid transparent;*/
/*    border-left : 1200px solid red;*/
/*    border-top : 80px solid transparent;*/
/*    overflow: hidden;*/


/*}*/

/*#inside{*/
/*    height : 500px;*/
/*    width: 1200px;*/
/*    background: url(https://www.talkwalker.com/images/2020/blog-headers/image-analysis.png);*/

/*}*/



