/*** 
=============================================
    Footer area style
=============================================
***/
.bottom-parallax {
    position: relative;
}

.bottom-parallax .footer-area {
    position: relative;
}


/*** 
=============================================
    Footer Area Css
=============================================
***/
.footer-area {
    position: relative;
    display: block;
    background: #06142a;
    z-index: 10;
}


.footer-main {
    position: relative;
    display: block;
    padding-top: 100px;
    padding-bottom: 38px;
}

.single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: -2px;
}

.single-footer-widget .title h3,
.footer-widget h2 {
    color: #ffffff;
    font-size: 21px;
    line-height: 21px;
    font-weight: 700;
    text-transform: capitalize;
}

.single-footer-widget .title .border-box {
    position: relative;
    display: block;
    width: 30px;
    height: 1px;
    opacity: 0.30;
    background-color: #ffffff;
    margin: 17px 0 0;
}

.footer-main .single-widget {
    margin-bottom: 44px;
}


.single-footer-widget {
    position: relative;
    display: block;
}

.single-footer-widget.margin-leftminus1 {
    margin-left: -10px;
}

.single-footer-widget.margin-left {
    margin-left: 40px;
}

.single-footer-widget.margin-left-2 {
    margin-left: 90px;
}

.single-footer-widget .our-company-info {
    position: relative;
    display: block;
    padding-right: 40px;
}

.footer-logo-style1 {
    position: relative;
    display: block;
    padding-bottom: 17px;
}

.footer-logo-style1 a {
    position: relative;
    display: inline-block;
}

.single-footer-widget .our-company-info .text {
    position: relative;
    display: block;
}

.single-footer-widget .our-company-info .text p {
    color: #cccccc;
    font-size: 17px;
    line-height: 26px;
}



.footer-widget-links {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 22px;
}

.footer-widget-links ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.footer-widget-links ul li {
    position: relative;
    display: block;
    line-height: 26px;
    margin-bottom: 11px;
}

.footer-widget-links ul li:last-child {
    margin-bottom: 0;
}

.footer-widget-links ul li a {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    font-family: var(--thm-font);
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.footer-widget-links ul li a:hover {
    color: var(--thm-base);
    padding-left: 2px;
}



.footer-widget-contact-info-box {
    position: relative;
    display: block;
    padding-top: 28px;
}

.footer-widget-contact-info-box h4 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-family: var(--thm-font);
    margin-bottom: 14px;
}

.footer-widget-contact-info-box h4 a {
    color: #cccccc;
}

.footer-widget-contact-info-box p {
    color: #ffffff;
    font-size: 17px;
    line-height: 28px;
}

.footer-widget-contact-info-box p a {
    color: #ffffff;
}




.footer-social-link {
    position: relative;
    display: block;
    padding-top: 28px;
}

.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 #cccccc;
    border-radius: 50%;
    color: #cccccc;
    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: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #ffffff;
    border-radius: 50%;
    content: "";
    opacity: 0;
    transform: scale(0.5);
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.footer-social-link ul li:hover a:before {
    opacity: 1.0;
    transform: scale(1.0);
}

.footer-social-link ul li:hover a {
    color: var(--thm-base);
    border-color: var(--thm-base);
}



.footer-bottom {
    position: relative;
    display: block;
}

.footer-bottom .bottom-inner {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 28px 0px 29px;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
}

.copyright-text {
    position: relative;
    display: block;
}

.copyright-text p {
    color: #cccccc;
    font-size: 17px;
}

.copyright-text p a {
    color: #cccccc;
    font-weight: 500;
    transition: all 300ms ease 100ms;
}

.copyright-text p a:hover {
    color: #ffffff;
}


.footer-bottom-right {
    position: relative;
    display: block;
}

.footer-bottom-right p {
    color: #cccccc;
    font-size: 17px;
}

.footer-bottom-right p a {
    color: #cccccc;
    font-weight: 500;
    transition: all 300ms ease 100ms;
}

.footer-bottom-right p a:hover {
    color: #ffffff;
}




/**  End Css  **/