.foot{
    background-color: #140027; color: #ffffff
}

.foot .contact i{
    color: #d9391c;
}
.icons{
        width: 30px; height: 30px; border-radius: 50%; background-color: #666; 
        display: inline-block; position: relative; cursor: pointer; margin-right: 10px; 
    }
    .icons i, .icons a{
        position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); color: #fff !important;
    }
    .foot .about .relative img{
        width: 60px; display: block; text-align: left;
    }
    .foot .about .relative span{
        position: absolute; bottom: 50px; left: 60px;
    }
    .foot a{
        color: #fff;
    }
    .foot .newsletter input{
         width: 74%; padding: 0; margin: 0; height: 50px; border: 1px solid #CCC;
    }
    .foot .newsletter a{
        width: 20%; padding: 0px 0 0 0; margin: 0; background-color: orange;
        height: 50px; display: inline-block; position: relative; left: -4px;text-align: center; top: 19.5px;
                                    
    }
    .foot .newsletter a i{
        font-size: 35px; position: absolute; left: 50%;top: 50%; transform: translate(-50%,-50%);
    }