/**
*****************************************
	Theme Name: Ceylon Solar Power
	Author: ANTS Creation
	Author URL: http://www.ants.lk
	Version: 1.0
******************************************
**/

.footer-top-area {
    background-color: var(--black);
    background-image: url(../images/footer-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    background-attachment: fixed;
    z-index: 1;
    color: #ffffff;
}
.footer-top-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.94;
}
.single-widget p { 
    margin-bottom: 0;
    color: var(--white);
    font-size: 14px;
}
.social-area ul li {
    display: inline-block;
}
.social-area ul li a i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border: 1px solid #7f7a7a;
    text-align: center;
    margin: 8px 16px 8px 0;
    border-radius: 50px;
}
.social-area ul li a i:hover {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
    color: var(--main-3);
}
.single-widget .link-list li{
    float: left;
    width: 50%;
    padding-bottom: 10px;
}
.single-widget .link-list li a {
    color: var(--white);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 14px;
    position: relative;
    display: block;
    padding-left: 25px;
    transition: all 500ms ease;
}
.single-widget .link-list li a:before {
    position: absolute;
    top: -1px;
    left: 0;
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    color: #d4daca;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease-in-out 0.1s;
}
.single-widget ul li a:hover {
    color: var(--main-3);
}
.single-widget ul li a i {
    display: inline-block;
    margin-right: 2px;
    font-size: 14px;
}
.single-widget img{
    max-width: 120px;
}
.single-widget h3 {
    color: var(--white);
    font-size: 20px;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 10px;
}
.single-widget h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: var(--white);
}
.single-widget ul li span {
    color: var(--white);
}
.single-widget.open-time li .right {
    float: right;
}
.single-widget.contact ul li a i {
    position: absolute;
    top: 4px;
    left: 0;
    color: var(--white);
    font-size: 15px;
}
.single-widget.contact ul li a span {
    display: block;
    font-weight: 600;
}
.single-widget ul li a i {
    display: inline-block;
    margin-right: 2px;
    font-size: 14px;
}
.single-widget.contact ul li a {
    position: relative;
    padding-left: 30px;
    color: var(--white);
}
.footer-bottom-area {
    border-top: 1px solid #edf2f7;
}
.footer-bottom-area .copy-right p,
.footer-bottom-area .copy-right p a {
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: 25px;
    color: #fff;
}
.footer-bottom-area .copy-right p a{
    color: #797979;
}