.light-layout {
    background-color: #FF9800;
    color: #333333;
}
.sub-footer {
    background-color: #333333;
    color: #f4f4f4;
}
p{
    color: #333333;
}
.footer-theme .sub-title li a {
    position: relative;
    color: #333333;
}
.footer-theme .sub-title li a:hover {
    position: relative;
    color: #000000;
}
.footer-theme .sub-title .contact-list li {
    position: relative;
    padding-left: 25px;
    line-height: 28px;
    color: #333333;
}
.footer-theme .sub-title .contact-list li:hover {
    position: relative;
    padding-left: 25px;
    line-height: 28px;
    color: #000000;
}
.sub-footer p {
    color: #f4f4f4;
    margin-bottom: 0;
    padding: 20px 0;
}
.tap-top {
    width: 42px;
    height: 42px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 1;
    display: none;
    color: #fff;
    text-align: center;
    background: #333333;
    border: none;
    font-size: 22px;
    padding: 4px;
    cursor: pointer;
}
h2.title {
    font-size: 24px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 20px;
}
