        .footer {
            background: #111;
            color: #fff;
            padding: 50px 0;
        }
       .footer p{
          color: #fff;
        }
       .footer h5{
          margin-top: 20px;
        }
        .footer a {
            color: #bbb;
            text-decoration: none;
        }
        .footer a:hover {
            color: #FED700;
        }
        .footer .social-icons a {
            font-size: 20px;
            margin-right: 15px;
            color: #bbb;
            transition: 0.3s;
        }

        .newsletter input {
            border: none;
            padding: 10px;
            width: 70%;
            border-radius: 5px;
        }
        .newsletter button {
            background: #FED700;
            border: none;
            padding: 10px 15px;
            border-radius: 5px;
            cursor: pointer;
        }
