.logo-img{
    max-width: 50%;
}
.fixed-box{
    position: fixed;
    left: 50px;
    bottom: 50px;
    z-index:10;

}

ul {
    list-style: none;
}

.example-2 {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}
.example-2 .icon-content {
    margin: 20px 0;
    position: relative;
}
.example-2 .icon-content .tooltip {
    position: absolute;
    top: -30px;
    left: 400%;
    min-width: 280px;
    transform: translateX(-50%);
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    transition: all 0.3s ease;
}
.example-2 .icon-content:hover .tooltip {
    opacity: 1;
    visibility: visible;
    top: -300px;
}

.example-2 .icon-content .tooltip2 {
    position: absolute;
    top: -30px;
    left: 650%;
    min-width: 580px;
    transform: translateX(-50%);
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    transition: all 0.3s ease;
}
.example-2 .icon-content:hover .tooltip2 {
    opacity: 1;
    visibility: visible;
    top: -300px;
}
.example-2 .icon-content:hover .telephone {
    opacity: 1;
    visibility: visible;
    top: -50px!important;
}
.example-2 .icon-content a {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.212);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #4d4d4d;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover {
    box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}
.example-2 .icon-content a svg {
    position: relative;
    z-index: 1;
    width: 35px;
    height: 35px;
}
.example-2 .icon-content a:hover {
    color: white;
}
.example-2 .icon-content a .filled {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #000;
    transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover .filled {
    height: 100%;
}
.example-2 .icon-content a[data-social="spotify"] .filled,
.example-2 .icon-content a[data-social="spotify"] ~ .tooltip {
    background-color: #1db954;
}
.example-2 .icon-content a[data-social="spotify"] ~ .tooltip2 {
    background-color: #1db954;
}
.example-2 .icon-content a[data-social="pinterest"] .filled,
.example-2 .icon-content a[data-social="pinterest"] ~ .tooltip {
    background-color: #bd081c;
}
.example-2 .icon-content a[data-social="dribbble"] .filled,
.example-2 .icon-content a[data-social="dribbble"] ~ .tooltip {
    background-color: #ff8257;
}
.example-2 .icon-content a[data-social="telegram"] .filled,
.example-2 .icon-content a[data-social="telegram"] ~ .tooltip {
    background-color: #2aad69;
}
.example-2 .icon-content a[data-social="telegram"] ~ .tooltip2 {
    background-color: #2aad69;
}
.worker-img{
    width:280px;
}
.foot-img{
    width:90%;
}
.tooltip-title{
    /*text-align:center;*/
    font-size:16px;
    font-weight:bold;
    padding-top:10px;
}
.mobile{
    margin: 10px 0;
    font-size:18px;
    display: flex;
    align-items: center;
    justify-content:center;
    font-weight: bold;
}
.phone-img{
    width:20px;
    display: inline-block;
    margin-right: 5px;
}
.center{
    text-align: center;
}
.modal-backdrop{z-index:0;}
.wlkflex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.justify-between{
    justify-content: space-between!important;
}
.justify-start{
    justify-content: flex-start!important;
}
.justify-end{
    justify-content: flex-end!important;
}
.justify-around{
    justify-content: space-around!important;
}
.justify-center{
    justify-content: center!important;
}
.align-start{
    align-items: flex-start!important;
}
.align-end{
    align-items: flex-end!important;
}
.align-content-between{
    align-content: space-between!important;
}
.no-warp{
    flex-flow: nowrap!important;
}
.wrap{
    flex-flow: wrap!important;
}
.center{
    text-align: center;
}
.block{
    display: block;
}