#wap_footer
{
    width: 100%;
    background: url('../images/bg_footer.png') no-repeat top left;
    background-size:100% 100%;
    color: #fff;
    padding: 30px 0px;
}
#wap_footer a
{
    text-decoration: none;
    color: #fff;
}
.footer-item
{
    width: 28%;
    float: left;
    margin: 10px 2.5%;
}
.footer-item ul
{
    list-style: none;
}
.footer-item .item-title
{
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 18px;
}
.maps #map_canvas2
{
    border: 2px solid #fff;
    border-radius:10px;
    height: 250px;
}
.footer-contact 
{
    color: #fff;
}
.footer-contact ul
{
    width: 100%;
}
.footer-contact ul li
{
    width: 100%;
    margin: 10px 0px;
}
.footer-contact ul span
{
    color: #eec400;
}
.footer-contact .footer-link
{
    width: 100%;
    text-align: left;
    padding: 10px 0px;
}
.footer-contact .footer-link i
{
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #49494a;
    color:#fff;
    border-radius:50%;
    transform: rotate(360deg);
    text-align: center;
    border: 1px solid #fff;
    margin-right: 10px;
}
.footer-contact .footer-link a:hover
{
    
    transition: 1s;
}
.creat-by
{
    padding: 20px 0px;
    background: #1a1c27;
    width: 100%;
    text-align: center;
    color:#fff;
}
.creat-by p span
{
    color:#ffcb0f;
}
.creat-by a
{
    text-decoration: none;
    color: #fff;
}
@media screen and (max-width: 960px) {
#wap_footer
{
    background:#0c0e18;
    padding: 0px 5px;
}
.footer-item
{
     width: 48%;
     margin: 10px 1%;
     float: left;
}
@media screen and (max-width: 603px) {
#wap_footer
{
    background:#0c0e18;
    padding: 0px 5px;
}
.footer-item
{
     width: 48%;
     margin: 10px 1%;
     float: left;
}
.footer-maps
{
    display: none;
}
.menu-bottom, .contact-footer
{
    padding-left: 0px;
}
    
}
@media screen and (max-width: 460px) {
#wap_footer
{
    background:#0c0e18;
    padding: 0px 5px;
}
.footer-item
{
     width: 98%;
     margin: 10px 1%;
     float: left;
}
.footer-maps
{
    display: block;
}

}