/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 13 2022 | 00:23:30 */
.footer {
    background: #000;
    height: auto;
    
}

.footer .container {
    float: none;
}

.footer .copyright {
/*     text-transform: none; */
  margin-top: 31px;
}

.footer_4col {
    color: white;
    display: flex;
    font-size: 13px;
}

.footer_4col a {
    color: white;
}

.footer_4col a:hover {
    text-decoration: underline;
}

.footer_4col .logo {
    width: 30%;
}

.footer_4col .quick_links {
    width: 23%;
}

.footer_4col .other_links {
    width: 23%;
}

.footer_4col .contact_us {
    width: 24%;
}

.footer_4col h4 {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 28px;
    
}

.footer_4col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_4col ul li {
    margin-bottom: 13px;
}

.footer_4col .contact_us img {
    float: left; 
    margin-right: 5px;
}

@media screen and (max-width: 1240px) {

    .footer_4col .logo img {
        width: 250px;
    }
    
    .footer_4col .logo {
        width: 30%;
    }
    
    .footer_4col .quick_links {
        width: 20%;
    }
    
    .footer_4col .other_links {
        width: 20%;
    }
    
    .footer_4col .contact_us {
        width: 30%;
    }
    
}



@media screen and (max-width: 960px) {

    .footer_4col {
        display: block;
    }

    .footer_4col .logo img {
        width: 300px;
    }
    
    .footer_4col .logo,
    .footer_4col .quick_links,
    .footer_4col .other_links,
    .footer_4col .contact_us {
        width: 100%;
        text-align: center;
        margin-bottom: 32px;
    }

    .footer_4col .contact_us img {
        float: none; 
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

}

