.list-unstyled li a{
    color:white;

}
.home{
    line-height: 2em;
}
.projects{
    line-height: 2em;
}
.about-us{
    line-height: 2em;
}
.contact-us{
    line-height: 2em;
}
.blogs{
    line-height: 2em;
}
.products{
    line-height: 2em;
}
.contact-us{
    line-height: 2em;
}
.careers{
    line-height: 2em;
}

.logo-footer{
    WIDTH: 14em;
}


.name-2{
    line-height: 2em;
}
.address-2{
    line-height: 2em;
}
.telephone-2{
    line-height: 2em;
}
.email-2{
    line-height: 2em;
}
.map-area{
    position: relative;
}
.contacts{
    position: absolute;
    left: 62%;
    top: 10%;
    background-color: white;
    border-radius: 1em;
    border: 6px solid black;
    width: 29em;
    height: 31em;
    top: 13%;
}

.alishio{
    color: #940000;
}
.contact-responsive{

    height: 36em;
    background-color: white;
    border-radius: 1em;
    border: 6px solid black;
}
.name{
    font-size: 20px;
    font-weight: 200;
}
.contact-text{
    font-size: 30px;
    /* margin-left: 1em;
    margin-top: 2em; */
}
.address{
    font-size: 20px;;
    font-weight: 200;
    margin-top: -1em;
    margin-bottom: 1em;
    line-height: 32px;
    margin-right: -7em;
}
.phone-number{
    font-size: 20px;
    margin-top: -1em;
    font-weight: 200;
    margin-right: -2em;
}
.fa-user:before {
    content: "\f007";

}
.email{
    font-size: 20px;
    font-weight: 200;
    margin-top: -1em;
}

@media only screen and (max-width:600px){
    .quick-links{
        margin-left:-7em;
        font-size: 14px;
    }
    .footer-contact{
        font-size: 14px;
        margin-left: 4em;
        margin-top: -3em;
    }
    .contact-responsive{
        height: 30em;
        background-color: white;
        border-radius: 1em;
        border: 6px solid black;
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .name{
        font-size: 20px;
        font-weight: 200;
        margin-right: -4em;
    }
    .address {
        font-size: 20px;
        font-weight: 200;
        margin-top: -1em;
        margin-bottom: 1em;
        line-height: 32px;
        /* margin-left: -3em; */
        margin-right: -8em;
        margin-left: 0em;
    }
    .phone-number {
        font-size: 20px;
        margin-top: -1em;
        font-weight: 200;
        margin-right: -3em;
    }

    .logo-footer{
        width: 10rem;
        height: 4rem;
        margin-left: 2em;
        margin-top: -4em;
    }
    .footer-desc{
        font-size: 12px;
        margin-left: 3em;
        margin-right: 1em;
    }
    .copyright{
        margin-top: -2em;
        margin-right: 1em;
        margin-left: 4em;
        font-size: 12px;
    }

}

@media only screen and (max-width: 1024px){
    .contacts {
        position: absolute;
        left: 4%;
        top: 10%;
        background-color: white;
        border-radius: 1em;
        border: 6px solid black;
        width: 24em;
        height: 31em;
        top: 13%;
    }
}
