/*** 
=============================================
    Footer area style
=============================================
***/
.bottom-parallax {
    position: relative;
    height: 625px;
    opacity: 0;
    z-index: -999;
}

.bottom-parallax .footer-area {
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 625px;
}

.parallax-visible .bottom-parallax {
    opacity: 1;
    z-index: 1;
}




/*** 
=============================================
    Footer Area Css
=============================================
***/
.footer-area {
    position: relative;
    display: block;
    background: #f7f8fd;
    z-index: 10;
}

.footer {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 90px;
    z-index: 9;
}


.single-footer-widget {
    position: relative;
    display: block;
    margin-top: 20px;

}

@media  screen and (min-width: 760px) and(max-width: 992px){
single-footer-widget{
    margin-left: 60px;
}

}

.single-footer-widget .title {
    position: relative;
    display: flex;
    align-items: center;

}

.single-footer-widget .title h3 {
    color: var(--thm-black);
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;

}

.single-footer-widget .our-company-info {
    position: relative;
    display: block;
}

.footer-logo-style1 {
    position: relative;
    display: block;
    padding-bottom: 21px;
}

.footer-logo-style1 a {
    position: relative;
    display: inline-block;
}

.single-footer-widget .our-company-info .text-box {
    position: relative;
    display: block;
    padding-bottom: 20px;
}

.single-footer-widget .our-company-info .text-box p {
    color: #63747c;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}

.single-footer-widget .our-company-info ul {
    position: relative;
    display: block;
}

.single-footer-widget .our-company-info ul li {
    position: relative;
    display: block;
    color: var(--thm-black);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--thm-font-2);
    margin-bottom: 10px;
}

.single-footer-widget .our-company-info ul li+li {
    margin-top: 0px;
}

.single-footer-widget .our-company-info ul li span {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    padding-right: 20px;
    margin-left: 20px;
}



.table {
    border: none;
    border-collapse: collapse;
}

.table th, .table td {
    border: none;
}



.footer-widget-links {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 25px;
    color: #2e2e2e;
}

.footer-widget-links ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.footer-widget-links ul li {
    position: relative;
    display: block;
    line-height: 26px;
    margin-bottom: 19px;
}

.footer-widget-links ul li:last-child {
    margin-bottom: 0;
}

.footer-widget-links ul li a {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color:#2e2e2e;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--thm-font);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-links ul li a:hover {
    color: var(--thm-base);
    padding-left: 25px;
}

.footer-widget-links ul li a:before {
    font-family: 'icomoon' !important;
    content: "\e901";
    position: absolute;
    left: 0;
    font-size: 14px;
    transform: perspective(400px) scaleX(1.0);
    transform-origin: center;
    transition: all 300ms linear;
    transition-delay: 0.2s;
    z-index: 1;
}

.footer-widget-links ul li a:hover:before {
    content: "\e92e";
}



.footer-widget-contact-info {
    position: relative;
    display: block;
    padding-top: 25px;
}

.footer-widget-contact-info h4 {
    color: #111;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 17px;
}



.footer-widget-contact-info>ul {
    position: relative;
    display: block;
}

.footer-widget-contact-info>ul>li {
    position: relative;
    display: block;
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.footer-widget-contact-info ul>li:last-child {
    margin: 0;
}

.footer-widget-contact-info ul>li>a {
    color: #63747c;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-contact-info ul>li>a {
    color:#2e2e2e;
}

.footer-widget-contact-info ul>li>a:hover {
    color: var(--thm-base);
}

@media (max-width: 1200px){

    .single-footer-widget .our-company-info{
        margin-top: 80px;
    }
}



.footer-bottom {
    position: relative;
    display: block;
    background: #f0f1f6;
}

.footer-bottom .bottom-inner {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 29px 0px 30px;
}

.footer-bottom .bottom-inner .copyright {
    position: relative;
    display: block;
}

.footer-bottom .bottom-inner .copyright p {
    color: #63747c;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--thm-font);
    margin: 0;
}

.footer-bottom .bottom-inner .copyright p a {
    color: #63747c;
    font-weight: 700;
    transition: all 500ms ease;
}

.footer-bottom .bottom-inner .copyright p a:hover {
    color: var(--thm-base);
}

.footer-menu {
    position: relative;
    display: block;
}

.footer-menu ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.footer-menu ul li {
    position: relative;
    display: block;
    float: left;
    margin-right: 20px;
}

.footer-menu ul li:last-child {
    margin-right: 0;
}

.footer-menu ul li a {
    color: #63747c;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--thm-font);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-menu ul li a:hover {
    color: var(--thm-base);
}

.footer-bottom--style2 .bottom-inner {
    justify-content: center;
}



/*** 
=============================================
    Footer Style2 Area Css
=============================================
***/
.footer-area--style2 {
    position: relative;
    display: block;
    background: #0f0f0f;
    z-index: 10;
}

.footer-area--style2 .single-footer-widget .title h3 {
    color: #ffffff;
}

.footer-area--style2 .single-footer-widget .our-company-info .text-box p {
    color: rgba(255, 255, 255, 0.70);
}

.footer-area--style2 .single-footer-widget .our-company-info ul li {
    color: #ffffff;
}



.footer-area--style2 .footer-widget-links ul li a {
    color: rgba(255, 255, 255, 0.70);
}

.footer-area--style2 .footer-widget-links ul li a:hover {
    color: rgba(255, 255, 255, 1.0);
}



.footer-area--style2 .footer-widget-contact-info>ul>li {
    color: rgba(255, 255, 255, 1.0);
}

.footer-area--style2 .footer-widget-contact-info ul>li>a {
    color: rgba(255, 255, 255, 0.70);
}

.footer-area--style2 .footer-widget-contact-info ul>li>a:hover {
    color: #ffffff;
}


.footer-bottom--style3 {
    background-color: #171717;
}

.footer-bottom--style3 .bottom-inner {
    justify-content: center;
}

.footer-bottom--style3 .bottom-inner .copyright p {
    color: rgba(255, 255, 255, 0.70);
}

.footer-bottom--style3 .bottom-inner .copyright p a {
    color: rgba(255, 255, 255, 1.0);
}