.brand-img
{
    text-align: center;
    border: 1px solid #dcdcdc;
    border-radius: 15px;
    margin-bottom: 30px;
}
.brand-img img
{
    display: inline-block;
    width: 65%;
}

.footer-contact
{
    
}
.footer-contact li
{
    color: #FFF;
    position: relative;
    padding-left: 26px;
    margin: 0 0 6px;
}
.footer-contact li a
{
    color: #FFF;
}
.footer-contact li i
{
    position: absolute;
    left: 0px;
    top: 4px;
}

.contact-infopage {
    background: #f6f6f6;
    padding: 30px;
    border-radius: 30px;
}
.btn-s1
{   
    background: #ff0000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 205px;
    height: 54px;
    line-height: 54px;
    font-family: 'Poppins';
    font-weight: 500;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    
}
.btn-s1:hover
{
    background: #ff0000;
    color: #fff;
    
}