
footer {
    background-color: #1F232C;
    padding: 80px 0 60px 0;
}
footer .footer-logo p {
    font-size: 16px;
    color: var(--white);
    padding: 15px 0;
}
footer .footer-logo img {
    width: 250px;
}
.main-footer p {
    text-align: justify;
}
.main-footer .footer_link {
    margin-left: 60px;
}
.main-footer .footer_link.footer_email {
    margin-left: 0;
}
.footer_link ul {
    list-style: none;
    padding: 0;
}
.footer_link ul li span {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}
.footer_link ul li a {
    color: #000;
    margin-bottom: 10px;
    text-decoration: none;
    line-height: 2.5;
    text-transform: capitalize;
}
.bottom-footer .container {
    border-top: 1px solid #000;
    padding: 20px 0;
}
.bottom-footer_socials ul {
    list-style: none;
    display: flex;
    float: right;
    margin: 0;
}
.bottom-footer_socials ul li a svg {
    width: 20px;
    height: 20px;
    fill: #000;
}
.bottom-footer {
    background: #F5F5F5;
}
.bottom-footer_text p {
    color: #000;
    margin: 0;
}
.bottom-footer_socials ul li a {
    margin: 10px;
}
.footer_link form .email {
    padding: 10px 15px;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    outline: none;
}
.footer_link form .submit {
    padding: 5px 10px;
    background: #000;
    color: #fff;
    border: none;
    margin-top: 10px;
}



footer .address ul li a i {
    margin-right: 8px;
    font-size: 16px;
}

footer h4 {
    font-size: 20px;
    text-transform: capitalize;
    color: var(--white);
    font-weight: 500;
    margin-bottom: 22px;
}

footer ul {
    padding: 0;
    margin: 0;
}

footer ul li {
    list-style: none;
    margin-bottom: 12px;
}

footer ul li a {
    color: var(--white);
    font-size: 15px;
    text-decoration: none;
    font-weight: 300;
    transition: all 0.4s;
}
footer ul li:hover a{
    color: var(  --green);
}
.follow-us-social-media ul li:hover a{
background-color:var(  --green);
color: var(--white);
}
.address h6 {
    font-size: 16px;
    color: var(--white);
    margin: 22px 0 10px 0;

}

.follow-us-social-media ul {
    display: flex;
}

.follow-us-social-media ul li {
    margin-right: 12px;
}

.follow-us-social-media ul li a {
    width: 38px;
    height: 38px;
    border-radius: 50px;
    background: #ffffff0d;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e1e1e114;
}

.footer-copyright {
    text-align: center;
    background-color:  var(--green);
    padding: 12px;
}

.footer-copyright p {
    font-size: 15px;
    color: var(--white);
    margin: 0;
    text-transform: capitalize;
    font-weight: 400;
}
.footer-copyright p a{
    color: var( --blue);
    font-weight: 400;
}


@media screen and (max-width: 767px) {
    .bottom-footer {
        text-align: center;
    }
    .bottom-footer_text {
        margin-bottom: 20px;
    }
    .bottom-footer_socials {
        margin: auto;
        display: inline-block;
    }
}
@media screen and (max-width: 991px) {
    .footer_logo img {
        max-width: 40%;
        margin-bottom: 30px;
    }
    .main-footer .footer_link {
        margin-left: 0;
    }
}


