/*** 
=============================================
    Footer area style
=============================================
***/
.bottom-parallax {
    position: relative;
    height: 670px;
    opacity: 0;
    z-index: -999;
}

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

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

.footer-area {
    position: relative;
    display: block;
    z-index: 10;
}

.footer-area--style5 {
    z-index: 9;
}

.footer {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 110px;
    background: #000a14;
    z-index: 9;
}

.footer.pdb {
    padding-bottom: 73px;
}

.footer.pdtop {
    padding-top: 290px;
}

.single-footer-widget {
    position: relative;
    display: block;
}

.single-footer-widget .title {
    position: relative;
    display: block;
    padding-left: 20px;
    margin-top: -7px;
}

.single-footer-widget .title:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    bottom: 8px;
    width: 5px;
    background-image: -moz-linear-gradient(0deg, rgb(57, 106, 136) 0%, rgb(73, 117, 144) 40%, rgb(140, 167, 183) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(57, 106, 136) 0%, rgb(73, 117, 144) 40%, rgb(140, 167, 183) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(57, 106, 136) 0%, rgb(73, 117, 144) 40%, rgb(140, 167, 183) 100%);
}

.single-footer-widget .title.title--base-clr:before {
    background-image: none;
    background-color: var(--thm-base);
}

.single-footer-widget .title h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    text-transform: uppercase;
}

.single-footer-widget .title h3 span {
    font-weight: 700;
}

.single-footer-widget .our-company-info {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
}

.single-footer-widget .our-company-info .footer-logo {
    position: relative;
    display: block;
    padding-bottom: 28px;
}

.single-footer-widget .our-company-info .footer-logo a {
    position: relative;
    display: inline-block;
}

.single-footer-widget .our-company-info .text-box {
    position: relative;
    display: block;
    padding-bottom: 52px;
}

.single-footer-widget .our-company-info .text-box p {
    color: rgba(255, 255, 255, 0.50);
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    margin: 0;
}


.footer-social-link {
    position: relative;
    display: block;
}

.footer-social-link ul {}

.footer-social-link ul li {
    position: relative;
    display: inline-block;
    float: none;
    margin-right: 10px;
}

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

.footer-social-link ul li a {
    position: relative;
    display: block;
    height: 50px;
    width: 50px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 5%;
    color: rgba(255, 255, 255, 0.50);
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.footer-social-link ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-base);
    content: "";
    border-radius: 5%;
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    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: scaleX(1.0);
}

.footer-social-link ul li:hover a {
    color: #ffffff;
}



.footer-widget-links {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 34px;
}

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

.footer-widget-links ul.right {
    margin-left: 60px;
}

.footer-widget-links ul li {
    position: relative;
    display: block;
    line-height: 30px;
    margin-bottom: 27px;
}

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

.footer-widget-links ul li a {
    position: relative;
    display: inline-block;
    color: rgba(255, 255, 255, 0.50);
    font-size: 16px;
    font-weight: 300;
    font-family: var(--thm-font);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-links ul li a span {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    padding: 2px 10px;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    background-image: -moz-linear-gradient(0deg, rgb(57, 106, 136) 0%, rgb(73, 117, 144) 40%, rgb(140, 167, 183) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(57, 106, 136) 0%, rgb(73, 117, 144) 40%, rgb(140, 167, 183) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(57, 106, 136) 0%, rgb(73, 117, 144) 40%, rgb(140, 167, 183) 100%);
}

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




.footer-widget-info-box {
    position: relative;
    display: block;
    margin-top: -8px;
    margin-left: 30px;
}

.footer-widget-info-box h2 {
    color: #ffffff;
    font-size: 36px;
    line-height: 1.3em;
    font-weight: 300;
    text-transform: none;
}

.footer-widget-info-box h2 span {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-weight: 700;
}

.footer-widget-info-box h2 span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: var(--thm-base);
}


.footer-widget-info-box ul {
    position: relative;
    display: block;
    padding-top: 62px;
}

.footer-widget-info-box ul li {
    position: relative;
    display: block;
    line-height: 30px;
    margin-bottom: 20px;
}

.footer-widget-info-box ul li:last-child {
    margin: 0;
}

.footer-widget-info-box ul li a {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    font-family: var(--thm-font-3);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-info-box ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #ffffff;
}

.footer-widget-info-box ul li a:hover {
    color: var(--thm-base);
}



.footer-widget-blog-items {
    position: relative;
    display: block;
    padding-top: 42px;
}

.footer-widget-blog-items li {
    position: relative;
    display: block;
    min-height: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.footer-widget-blog-items li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.footer-widget-blog-items li .inner-box {
    position: relative;
    display: block;
    padding-left: 70px;
}

.footer-widget-blog-items li .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    background-image: var(--thm-gradient);
    z-index: 1;
}

.footer-widget-blog-items li .img-box img {
    width: 100%;
    transition: all 900ms ease;
}

.footer-widget-blog-items li:hover .img-box img {
    transform: scale(1.1) rotate(360deg);
    opacity: 0.50;
}


.footer-widget-blog-items li .title-box {
    position: relative;
    display: block;
    padding-left: 20px;
}

.footer-widget-blog-items li .title-box p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    background: #0e3750;
    background: -webkit-linear-gradient(to right, #0e3750 0%, #396a88 100%);
    background: -moz-linear-gradient(to right, #0e3750 0%, #396a88 100%);
    background: linear-gradient(to right, #0e3750 0%, #396a88 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.footer-widget-blog-items li .title-box h5 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin: 8px 0 0;
}

.footer-widget-blog-items li .title-box h5 a {
    color: rgba(255, 255, 255, 0.50);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-blog-items li .title-box h5 a:hover {
    color: rgba(255, 255, 255, 1.0);
}


.footer-bottom {
    position: relative;
    display: block;
    background: #000a14;
}

.footer-bottom .bottom-inner {
    position: relative;
    display: block;
    text-align: center;
    padding: 45px 0px 46px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-bottom .bottom-inner .copyright {
    position: relative;
    display: block;
}

.footer-bottom .bottom-inner .copyright p {
    color: #cbc1c9;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    font-family: var(--thm-font-3);
    margin: 0;
}

.footer-bottom .bottom-inner .copyright p a {
    color: var(--thm-base);
}



/*** 
=============================================
    Footer area Style2 Css
=============================================
***/
.footer-area--style2 {}

.footer--style2 {}

.our-company-info--style2 {
    margin-top: -7px;
}

.our-company-info--style2 .text-box h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin: 24px 0 0;
}


.single-footer-widget--style2 .title:before {
    background-color: var(--thm-base);
    background-image: none;
}

.single-footer-widget--style2 .footer-widget-links ul li a span {
    background-color: var(--thm-base);
    background-image: none;
}



.single-footer-widget--style2 .footer-widget-blog-items li .img-box {
    background-color: var(--thm-base);
    background-image: none;
}

.single-footer-widget--style2 .footer-widget-blog-items li .title-box p {
    color: var(--thm-base);
    -webkit-text-fill-color: currentColor;
}
