.footer-bg {
    background-image: url(../img/footer/footer-bg.png);
    width: 100%;
    padding-bottom: 10px;
    background-size: cover;
    background-repeat: no-repeat;
}

.social-meadia-name {
    color: #FFF;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    margin-top: 25px;
}

.social-meadia-icon {
    margin-right: 25px;
    text-decoration: none;
    font-size: 25px;
    color: #C2C2C2;
}

.social-meadia-icon:hover {
    color: #61B094;
}

.compony-p {
    color: #D1D1D1;
    text-align: center;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    text-decoration: none;
    margin-top: 30px;
}

.compony-p:hover {
    color: #61B094;
}

.copy-right {
    color: #A7A7A7;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    margin-top: 20px;
    /* 508.333% */
}

.footer-headings {
    color: #FFF;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    /* 120% */
}

.quck-links {
    color: #D1D1D1;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.quck-links svg {
    display: none;
    margin-right: 10px;
}

.quck-links:hover {
    color: #61B094;
}

.quck-links:hover svg {
    display: block;
}

.contact-icon-footer {
    color: #fff;
}

.footer-contact {
    color: #FFF;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    /* 200% */
}
.footer-bg-1{
    position: absolute;
    overflow: hidden;
    z-index: -5;
}