.footer-container {
    /* background-color: #f7faff; */
    position: relative;
    z-index: 1;
    font-size: 13px;
    background-color: #e9e2dd;
    border-top: 6px solid #cdcdcd;
    padding: 10px;
}
.footer-container #footer {
    color: #777777;
    padding-bottom: 30px;
    max-width:95%;
    /* background-color: #f7faff; */
    /* margin-right: -3px; */
    /* margin-left: 0; */
}

.footer-container #footer .row {
    position: relative;
    margin-right: -20px;    
    margin-left: -20px;
    padding-left: 10px;
    padding-right: 10px;
}
.footer-container #footer .footer-block {
    margin-top: 45px;
    color: #000;
}
.footer-container #footer .title_footer, 
.footer-container #footer .title_footer a {
    font: 900 16px/22px 'Poppins', sans-serif;
    color: #000 !important;
    text-transform: uppercase;
    margin: 0 0 13px 0;
    cursor: pointer;
}
.about-us-content p {
    color: #000;
    margin: 0 0 9px;
    text-align: justify;
}
.footer-container #footer #block_contact_infos > div {
    padding: 0 0 0 5px;
}
.footer-container #footer ul li {
    padding-bottom: 8px;
}
.footer-container #footer ul li a {
    color: #000;
}
.footer-container #footer ul li a:hover {
    color: #d90186;
}
.footer-container.faldon {
    background-color: #000;
    padding-bottom: 10px;
}
.faldon.footer-container .container {
    padding-bottom: 0px;
}
#copyright {
    padding-top: 15px;
    color: #fff;
}
#copyright a{
    color: #fff;
}
#copyright span, #desing {
    color: #fff;
}
#footerBlockRight .socialIcons {
    float: right;
}
#footerBlockRight .socialIcons li {
    float: right;
    /* text-indent: -999999px; */
    /* overflow: hidden; */
    list-style: none;
}
#footerBlockRight .socialIcons li i {
    color: #eef5ff;
    font-size: 35px;
    padding: 15px;
    /* text-indent: 999999px; */
}
#footerBlockRight{
    text-align: center;
    padding: 10px 0;
}
#footerBlockRight img {
    max-width: 80%;
    display: inline-block;
}


.JSlink{
    cursor: pointer;
}