@charset "utf-8";
/*----------
* theme: 
* Author: ANTS Creation
* Url : https://www.ants.lk/
----------------------------
* footer css file
----------------------------------*/

footer{
    position: relative;
    background: var(--theme-1);
}
.footer{
    padding-top: 280px;
}
.footer-area {
    padding-top: 50px;
}

footer::before{
    content: "";
    position: absolute;
    background: url(../images/footer-bg.png);
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.footer-logo img {
    max-height: 66px;
}

.footer--widget  p{
    color: #fff;
    margin-bottom: 20px;
}

footer .email-inner {
    position: relative;
}

footer .footer-logo-text .email-inner input{
    height: 50px;
    background: #fff;
    border: 0;
    border-radius: 5px;
    padding-left: 15px;
    width: 100%;
    margin-bottom: 10px;
}

footer .email-inner button {
    position: absolute;
    right: 0;
    top: 0;
    background: #5d92f6;
    border: 0;
    color: #fff;
    height: 50px;
    width: 50px;
    font-size: 29px;
    border-radius: 4px;
    transition: .5s;
}

footer .footer-menu h4{
    color: #fff;
    font-weight: 600;
    border-bottom: 2px solid #4252a5;
    display: inline-block;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-transform: uppercase;
} 

footer .footer-menu ul li{
    display: block;
    margin-bottom: 10px;
}

footer .footer-menu ul li i{
    color: #fff;
    padding: 4px 8px 0 0;
}

footer .footer-menu ul li a{
    text-decoration: none;
    color: #fff;
    transition: 0.4s;
}

footer .footer-menu ul li a:hover{
    letter-spacing: 1px;
    color: #4252a5;
    transition: 0.4s;
}

.footer-menu p{
    color: #fff;
}

.footer-copyright {
    border-top: 1px solid #fff;
}

.footer-copyright p{
    color: #fff;
    font-size: 0.9rem;
    margin-bottom: 0;
}
.footer-content{
    color: #fff;
}

.footer-content .terms-conditions-link .terms-ul li a{
    font-size: 14px;
    color: white;
}

