        i {
            font-size : 12px;
            padding-right: 10px;
            color: #aece61;
        }


        /* Footer */
        .footer {
            position: relative;
            background-color:#253c5e;
            color: #7d7975;
            padding: 27px 0 18px;
            font-size:16px;
        }
        .footer p {
            line-height:26px;
            color : #fff;
        }
        .footer h5 {
            font-size: 22px;
            font-weight: 700;
            color: #fff  ;
            position: relative;
            padding-bottom: 16px;
        }
        .footer h5:after {
            content: '';
            display: block;
            margin: 5px 0 0;
            width: 40%;
            height: 1px;
            background-color: #000 ;
        }

        .footer ul {
            list-style: none;
            line-height:35px;
            margin: 0px;
            color:#fff;

        }
        .footer a {
            color:#000 ;

        }
        .footer a:hover {
            color: #aece61 ;
        }



        /*footer bottom */
        .footer-bottom {
            padding-top: 10px;
            padding-bottom: 25px;
            border-top: 1px solid #2f2f33 ;
            background: #1e1d22  ;

        }
        .copyright-text p {
            color: #7d7975;
            margin-top: 18px;
            margin-bottom: 0;
            font-size:15px;
        }

        .copyright-text a {
            color: #7d7975;
            margin: 0px 10px 0px 10px;

        }
        .copyright-text a:hover {
            color: #aece61  ;


        }




