.copyright-text,
.footer-area,
.footer-bottom,
.footer-bottom-right,
.footer-logo-style1,
.footer-main,
.footer-social-link,
.footer-social-link ul,
.footer-widget-contact-info ul li,
.our-company-info,
.our-company-info .text,
.single-footer-widget {
    display: block;
    position: relative
}

.bottom-parallax {
    position: relative;
    height: 860px;
    opacity: 0;
    z-index: -999
}

.bottom-parallax .footer-area {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    height: 860px
}

.parallax-visible .bottom-parallax {
    opacity: 1;
    z-index: 1
}

.footer-area {
    background: #000;
    z-index: 10
}

.footer-main {
    padding-top: 100px;
    padding-bottom: 73px
}

.footer-logo-style1 a {
    position: relative;
    display: inline-block
}

.our-company-info .text {
    padding-top: 32px
}

.our-company-info .text p {
    color: #b9b9bd;
    font-size: 18px;
    line-height: 26px
}

.footer-widget-contact-info h3,
.single-footer-widget .title h3 {
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700
}

.footer-social-link {
    padding-top: 44px
}

.footer-widget-contact-info ul,
.footer-widget-links {
    display: block;
    padding-top: 27px;
    position: relative
}

.footer-social-link ul li {
    position: relative;
    float: left;
    margin-right: 10px
}

.footer-social-link ul li:last-child {
    margin-right: 0
}

.footer-social-link ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background: 0 0;
    border: 1px solid;
    border-radius: 50%;
    color: rgb(255, 255, 255, .99);
    font-size: 16px;
    text-align: center;
    transition: .2s linear 0.1s;
    z-index: 1
}

.footer-social-link ul li:hover a {
    color: #fff;
    border: 1px solid var(--thm-base);
    background-color: var(--thm-base)
}

.copyright-text p a,
.footer-bottom-right p a:hover,
.footer-widget-contact-info ul li p a:hover {
    color: var(--thm-base)
}

.single-footer-widget.margin-left {
    margin-left: 50px
}

.single-footer-widget.margin-left-minus2,
.single-footer-widget.margin-left-minus3 {
    margin-left: 30px
}

.single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: -1px
}

.footer-widget-links {
    overflow: hidden
}

.footer-widget-links ul {
    position: relative;
    display: block;
    overflow: hidden
}

.footer-widget-links ul li {
    position: relative;
    display: block;
    margin-bottom: 9px
}

.footer-widget-links ul li:last-child {
    margin-bottom: 0
}

.footer-widget-links ul li a {
    position: relative;
    display: inline-block;
    color: #b9b9bd;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    font-family: var(--thm-font);
    transition: .2s linear 0.1s
}

.footer-widget-links ul li a:hover {
    color: var(--thm-base);
    padding-left: 3px
}

.footer-widget-contact-info {
    position: relative;
    display: block;
    margin-top: -1px;
    margin-left: 50px
}

.footer-widget-contact-info h3 {
    text-transform: capitalize
}

.copyright-text p,
.footer-widget-contact-info ul li p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--thm-font)
}

.footer-widget-contact-info ul li+li {
    margin-top: 24px
}

.footer-widget-contact-info ul li p {
    color: #b9b9bd
}

.footer-widget-contact-info ul li p a {
    color: #b9b9bd;
    font-size: 20px;
    transition: .2s linear 0.1s
}

.footer-bottom .bottom-inner {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0 31px;
    border-top: 1px solid
}

.copyright-text p {
    color: rgb(255, 255, 255, .8)
}

.copyright-text p a {
    font-weight: 600;
    transition: .3s .1s
}

.footer-bottom-right p,
.footer-bottom-right p a {
    color: rgb(255, 255, 255, .8)
}

.copyright-text p a:hover {
    color: #fff
}

.footer-bottom-right p a {
    transition: .2s linear 0.1s
}

.copyright-text a {
    color:#6BB232;
}