 .footer-top-area {
    background-color: var(--main-2);
    background-image: url(../images/footer-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    z-index: 1;
}
.footer-top-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-2);
    z-index: -1;
    opacity: 0.94;
}
.single-widget p {
    margin-bottom: 0;
    color: var(--white);
    font-size: 13px;
}
.single-widget .social-area {
    margin-top: 20px;
}
.single-widget .social-area ul li {
    display: inline-block;
}
.single-widget ul li {
    color: var(--main-3);
    margin-bottom: 8px;
    font-size: 13px;
}

.single-widget ul li a {
    color: var(--main-3);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.single-widget ul li a:hover {
    color: var(--white);
}
.single-widget .social-area ul li a i {
    color: var(--white);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-right: 0;
    font-size: 14px;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: var(--main-1);
    border-radius: 4px;
    text-align: center;
}
.single-widget .social-area ul li a:hover {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
}
.single-widget ul li a i {
    display: inline-block;
    margin-right: 2px;
    font-size: 14px;
}
.single-widget img{
	max-height: 55px;
}
.single-widget h3 {
    color: var(--white);
    font-size: 17px;
    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 {
    position: relative;
    padding-left: 30px;
    display: flex;
}
.single-widget.contact ul li a {
    position: relative;
    padding-left: 30px;
}
.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;
}
.footer-bottom-area {
    background-color: var(--main-1);
}
.footer-bottom-area .copy-right {
    text-align: center;
    padding: 10px 0;
}
.footer-bottom-area .copy-right p,
.footer-bottom-area .copy-right p a {
    text-transform: capitalize;
    margin-bottom: 2px;
    color: #ffffff;
    font-size: 0.8rem;
}