

#footer-wt .footer {
        background-color: #fff;
        color:#ddd;
}


.footer {
    background-color: #1f2125;
    padding: 5px 4%;
    text-align: center;
    width: 100%;
    font-style: normal;
    font-size: 14px;
}

   
    .footer ul li {
        display: inline;
       
        margin-left: 0;
        margin-right: 6px;
        padding-left: 0;
        padding-right: 0;
        list-style: none;
    }
  .footer a {      
    border-bottom: 0;
    color: #a7a7a7;
    position: relative;
    }
 .footer a:hover{
   color: #d1e3ff;
}

    .footer ul li a {
        padding-left: 3px;
        padding-right: 12px;
        position: relative;
        text-decoration: none;
        display: inline-block;
    }

footer li a:hover, footer li a:focus {
    color: #ddd;
    text-decoration: none;
}


    .footer ul {
        list-style: none; /*When we don't need any bullets to be displayed */
        margin: 0 auto;
    }

    .footer .pipe {
        position: relative;
        color: #fff;
        right: 0;
    }

    .footer p {
        color: #7f7f7f;
        margin: 24px 0;
		font-size: 13px;
	}

    .footer .ul.nav li {
        display: inline-block;
    }
    /*When we need to display a list horizontally*/

    .footer .social-links {
        padding: 24px 0 0;
        margin: 0 auto;
    }

        .footer .social-links li img {
            height: 22px;
            width: auto;
        }

        .footer .social-links li {
            padding-left: 10px;
        }

    .footer img {
        border: 0;
    }

img {
    display: inline-block;
    vertical-align: middle;
}
/* CSS for footer */
