.footer-bg{
    position: relative;
    background-color: #202020;
    margin-top: 75px;
    padding-top: 75px;
}
.bee-hive-div{
    position: absolute;
    top: -50px;
}
.footer-border-bottom{
    border-bottom: 1px solid rgba(170, 170, 170, 0.59);
}
.for-comm{
    font-size: 17px;
    color: white;
}
.main-link-title{
    font-size: 19px;
    font-weight: bold;
    color: var(--main-orange-color);
}
.main-link-title:after{
    content: '';
    display: block;
    background-color:var(--main-orange-color);
    width: 45px;
    height: 3px;
    margin-top: 20px;
}
.social-media-div{
    display: flex;
    justify-content: start;
}
.footer-links,.footer-links:hover{
    font-size: 15px;
    color: white;
    display: inline-block;
    margin-bottom: 6px;
}
.comm-txt{
    font-size:15px;
    color: white;
}
.comm-txt-en{
    font-family: Arial,sans-serif;
    font-size:15px;
    color: white;
}
.footer-logo-div{
    width: 70%;
}
@media (max-width: 900px){
    .bee-hive-div{display: none}
    .footer-bg{
        margin-top: 0;
        padding-top: 35px;
    }
    .footer-logo-div img{
        width: 65%;
    }
    .for-comm{
        font-size: 19px;
    }
    .social-media-div{
        justify-content: center;
    }
    .w-div{
        width: 16%;
    }
    .w-div img{
        width: 100%;
    }
    .main-link-title:after{
        display: block;
        width: 45px;
        height: 3px;
        margin: 20px auto;
    }
    .footer-contact-div{
        width: 50%;
        margin: auto;
    }
    .cont-img-div{
        width: 10%;
    }
    .cont-img-div img{
        width: 100%;
    }
    .footer-border-bottom{
        margin: 0 15px;
    }
    .copy-right{
        font-size: 18px;
    }
    .footer-logo-div{
        display: none;
    }
}
