@charset "utf-8";
/*----------
* theme: Win Build Engineering
* Author: ANTS Creation
* Url : https://www.ants.lk/
----------------------------
* footer css file
----------------------------------*/

.footer-bottom-area {
    background: #222229;
    color: var(--theme-3);
    font-size: 16px;
    padding: 60px 0;
}

.footer-bottom-area .footer-box a {
    color: var(--theme-3);
    transition: all 0.3s ease-out;
}

.footer-bottom-area .footer-box .footer-about {
    margin-top: 30px;
}


.footer-bottom-area .footer-box .footer-about p{
    color: var(--theme-3);
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.footer-bottom-area .footer-box .footer-icon {
    color: var(--theme-3);
    font-size: 17px;
    margin-bottom: 8px;
    transition: 0.6s;
}

.footer-bottom-area .footer-box .footer-icon i {
    color: var(--theme-1);
    padding-right: 15px;
    transition: 0.6s;
}

.footer-bottom-area .footer-box .footer-icon i{
    line-height: 1.5;
}

.footer-bottom-area .footer-box .footer-icon:hover a{
    color: var(--theme-1);
}


.footer-bottom-area .footer-box .footer-icon:hover i{
    color: var(--theme-3);
}

.footer-bottom-area .footer-box .footer-social {
    margin-top: 10px;
}

.footer-bottom-area .footer-box .footer-social li {
    display: inline-block;
    margin-right: 20px;
}


.footer-bottom-area .footer-box .footer-social li:hover a{
    color: var(--theme-3);
}

.footer-bottom-area .footer-box .footer-social li a {
    color: var(--theme-1);
    font-size: 20px;
    transition: all 0.6s ease-out;
}

.footer-bottom-area .footer-box h3{
    color: var(--theme-3);
    margin-bottom: 50px;    
}

.footer-bottom-area .footer-box .useful-link li {
    display: inline-block;
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 48%;
    transition: 0.6s;
}

.footer-bottom-area .footer-box .useful-link li:hover a{
    color: var(--theme-1);
}

.footer-bottom-area .footer-box a {
    color: var(--theme-3);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.footer-bottom-area .footer-box .stylish-input-group .form-control {
    background: #18181c;
    border: none;
    box-shadow: none;
    color: var(--theme-3);
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    -ms-border-radius: 30px 0 0 30px;
    -o-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
    height: 50px;
    padding-left: 18px;
}

.footer-bottom-area .footer-box .stylish-input-group .input-group-addon {
    background: #18181c;
    border: none;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    -ms-border-radius: 0 30px 30px 0;
    -o-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    padding: 0;
}

.copyright {
    background: #1c1c21;
    padding: 25px 0;
    text-align: center;
}

.copyright p {
    margin-bottom: 0;
    color: var(--theme-3);
    opacity: 0.8;
    font-size: 11px;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: var(--theme-1);
}

.footer-bottom-area .footer-box .footer-logo h3{ 
    margin-top: 0px; 
    margin-bottom: 0px;
}

