/*** 
=============================================
    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;
}

.footer-widget-contact-info-colum {
    margin-left: -50px;
}


.single-footer-widget .title {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: -4px;
}

.single-footer-widget .title h3 {
    color: var(--thm-black);
    font-size: 16px;
    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: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--thm-font-2);
}

.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: 10px;
}




.footer-widget-links {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 36px;
}

.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: #63747c;
    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: 42px;
}

.footer-widget-contact-info h4 {
    color: var(--thm-base);
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 17px;
}

.footer-widget-contact-info h4 span {
    color: #cecece;
}

.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:hover {
    color: var(--thm-base);
}



.footer-social-link {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 19px;
}

.footer-social-link .inner-title {
    padding-right: 10px;
}

.footer-social-link .inner-title h3 {
    color: var(--thm-black);
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.footer-social-link ul {
    position: relative;
    display: block;
}

.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: transparent;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: var(--thm-black);
    font-size: 14px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.footer-social-link ul li a:before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background: #ffffff;
    border-radius: 5px;
    content: "";
    z-index: -1;
    transform: scale(1);
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.footer-social-link ul li:hover a:before {
    transform: scale(0);
}

.footer-social-link ul li:hover a {
    color: var(--thm-base);
    border-color: var(--thm-base);
}




.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-area--style2 .footer-social-link .inner-title h3 {
    color: rgba(255, 255, 255, 0.70);
}

.footer-area--style2 .footer-social-link ul li a {
    color: var(--thm-base);
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.footer-area--style2 .footer-social-link 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);
}