/*---------------------Roots-----------------*/

:root {
    ---red: #e9413a;
    ---white: #ffffff;
    ---grey: #4a4a4a;
    ---black: #134ba1;
    --lightgrey: #858585;
    ---border:#eeeeee;
    ---yellow:#ffe127;
}

/*---------------------Roots-----------------*/

.footer{
    margin-top: 130px;
    background-image: url(img/background.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer .container #footerlogo{
    width: 200px;
    height: 80px;
}
.footer .container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
}
.footer .container .social{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0px;
}
.footer .container .social i{
    font-size: 30px;
    color: var(---white);
    padding: 0px 10px;
}
.footer .container .social i:hover{
    color: var(---red);
}
.footer .container .alldetail{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.footer .container .alldetail .box #iconimage{
    width: 70px;
    height: 70px;
}
.footer .container .alldetail .box{
    text-align: center;
    margin: 0px 30px;
}
.footer .container .alldetail .box p{
    color: var(---white);
    font-weight: 500;
    margin-top: 5px;
}
.footer .container .alldetail .box h6{
    color: var(---white);
    font-weight: 500;
    margin-top: 2px;
    font-size: 16px;
    margin-top: 0px;
    height: 45px;
}
.footer .last{
    border-top: 1px solid var(---white);
    margin-top: 20px;
}
.footer .last p{
    text-align: center;
    color: var(---white);
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}


/* media quries */

@media (max-width:1772px) {
    section {
        padding: 20px 100px;
    }
}
@media (max-width:1674px) {
    section {
        padding: 20px 80px;
    }

}
@media (max-width:1590px) {
    section {
        padding: 20px 60px;
    }
}

@media (max-width:1486px) {
}

@media (max-width:1390px) {
    section {
        padding: 20px 40px;
    }
}

@media (max-width:1280px) {

    html{
        font-size: 80%;
    }

    section {
        padding: 20px 20px;
    }
    .footer{
        margin-top: 120px;
    }
}

@media (max-width:1080px) {
    section {
        padding: 20px 15px;
    }
    .footer{
        margin-top: 100px;
    }
    
}

@media (max-width:920px) {
    .footer{
        margin-top: 80px;
    }
}

@media (max-width:780px) {

    section {
        padding: 20px 10px;
    }
    .footer{
        margin-top: 60px;
    }
}

@media (max-width:690px) {
}

@media (max-width:550px) {
    .footer{
        margin-top: 40px;
    }
}

@media (max-width:500px) {
}







@media (max-width:430px) {
    .footer{
        height: 580px;
    }
    .footer .container .alldetail .box h6{
    color: var(---white);
    font-weight: 500;
    margin-top: 2px;
    font-size: 16px;
    margin-top: 3px;
    height: 40px;
}
    .footer .container nav a{
        font-size: 16px;
        padding: 0px 0px;
        line-height: 40px;
        display: block;
        text-align: center;
    }
    .footer .last p{
        text-align: center;
        color: var(---white);
        font-size: 12px;
        margin-top: 10px;
    }
    .footer{
        margin-top: 30px;
    }
    
}

@media (max-width:400px) {
    .footer{
        height: 730px;
    }
    .footer .container nav a{
        font-size: 16px;
        padding: 0px 0px;
        line-height: 40px;
        display: block;
        text-align: center;
    }
    .footer .last p{
        font-size: 10px;
        margin-top: 10px;
    }
    .footer .container .social i{
        font-size: 25px;
        padding: 0px 10px;
    }
    .footer .container{
        margin-top: 10px;
    }
    
}