.footer {
    background-color: #fd4f00;
    padding:30px 0px;
}
.footer-about h3, .footer-links h3 {
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    text-shadow: 1px 1px 4px #000000;
    margin-bottom: 30px;
}
.footer-about h3:after, .footer-links h3:after {
    content: "";
    display: block;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #29292b;
    margin-top: 10px;
}
.footer-about p {
    color:#e2e2e2;
    font-size: 13px;
}

.footer-links ul {
    margin: 0;
}
.footer-links ul li {
    list-style-type: none;
}
.footer-links li::before {
    position: relative;
    padding-right: 20px;
    content: "\f178";
    font-family: "FontAwesome";
    color: rgba(255, 255, 255, 0.15);
    color: #333;
    font-size: 12px;
}
.footer-links ul li a {
    color:#e2e2e2;
    font-size:13px;
    text-decoration: none;
    display: inline-block;
    margin: 0px 0 22px 0;
}


.footer-bar {
    padding:20px 0px;
}
.copy-right p {
    text-transform: uppercase;
    font-size:12px;
    color:#e2e2e2;
    margin-top: 7px;
}
.built-by {
    text-align: right;
}
.built-by p {
    text-transform: uppercase;
    font-size:12px;
    color:#e2e2e2;
    margin-top: 7px;
}
.built-by p a {
    color:#fff;
    text-decoration: none;
}

















@media  (max-width: 1199px) {
    
}
@media  (max-width: 991px) {
    .copy-right {
        text-align:center;
    }
    .built-by {
    text-align: center;
}
}
@media  (max-width: 768px) {
    
}
@media  (max-width: 600px) {
    
}
@media  (max-width: 520px) {
    
}
@media  (max-width: 470px) {
    
}
@media  (max-width: 400px) {
    
}
@media  (max-width: 319px) {
    
    
}