/**
* @author Elsner Team
* @copyright © Elsner Technologies Pvt. Ltd (https://www.elsner.com/)
* @package Elsnertech_Footer
*/

footer.page-footer {
    padding-bottom: 0;
    padding-top: 30px;
    background: transparent;
}

.section-footer {
    padding: 0;
}

/* .footer-clean {
    background-color: #fff;
} */


.footerimg {
    background-image: url("../images/footer-shape1.svg");
    position: relative;
    padding: 80px 0 60px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 6;
}

.footerimg::before {
    content: "";
    position: absolute;
    top: 140px;
    left: -250px;
    right: 0;
    bottom: 0;
    background-image: url("../images/footer-shape2.svg");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.page-footer hr {
    margin-bottom: 32px;
}

.footer-clean h3 {
    color: #fff;
    letter-spacing: 0.22px;
    font-size: 20px;
    margin-bottom: 20px;
}

.footer-clean ul {
    padding: 0;
    list-style: none;
}

.footer-clean ul li {
    margin-bottom: 15px;
}

.footer-clean ul a {
    color: #FFFFFF;
    opacity: 0.7;
    letter-spacing: 0.02em;
    font-size: 14px;
}

.footer-clean ul a:hover {
    opacity: 1;
}


.footer-clean .row .col-lg-4 {
    flex: 1 1 16.66%;
    max-width: 16.66%;
    padding: 0 15px;
    margin-bottom: 15px;
}

.footer-clean .footertitle {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 5px;
    color: #fff;
    padding: 40px 15px 35px;
}

.footer-clean .footertitle p {
    color: #FFD426;
}

.footer-clean .footertitle p,
.footer-clean .footertitle h5 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.7px
}

.footer-clean .footer-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 30px;
    margin-top: 5px;
}

.footer-block .social-icon {
    margin-bottom: 40px;
}

.footer-clean .footer-bottom h4 {
    flex: 1 1 33.33%;
    max-width: 33%;
    opacity: 0.7;
}

.footer-clean .footer-bottom h4 span i {
    margin: 0 5px;
}

.footer-clean .footer-bottom > h4:nth-child(2) {
    text-align: center;
}

.footer-clean .footer-bottom > h4:last-child {
    text-align: right;
}

.footer-clean .footer-bottom > h4 span {
    opacity: 0.7;
}

.footer-clean .footer-bottom > h4:last-child a {
    opacity: 1;
}

.footer-clean .footer-bottom h4,
.footer-clean .footer-bottom a {
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.32px;
    margin-bottom: 0;

}

.footerimg .footerlogo img {
    width: 48px;
    height: 48px;
}

.footerimg .footerlogo {
    display: flex;
    column-gap: 10px;
    align-items: center;
    color: #fff;
    padding: 55px 15px 35px;
}

.footerimg .footerlogo h3,
.footerimg .footerlogo h5 {
    margin: 0;
}

.footercolor {
    background-color: #053333;
    padding: 80px 0 60px;
}

.footer-clean .social-icon i {
    width: 27px;
    height: 27px;
    line-height: 27px;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    color: #121212;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.footer-clean .app-icon > a {
    margin-right: 15px;
}

.footer-clean .app-icon i {
    color: #fff;
    background-color: transparent;
    font-size: 24px;
}

@media screen and (max-width:1640px) {

    .footer-clean .footer-bottom h4,
    .footer-clean .footer-bottom a {
        font-size: 13px;
    }
    .footer-clean .social-icon i{
        font-size: 15px;
        margin-right: 5px;
    }
}

@media screen and (max-width:1440px) {
    .footercolor {
        padding: 80px 0 60px;
    }

    .footerimg {
        padding: 55px 0;
    }

    .footer-clean .row .col-lg-4 i {
        margin: 0 5px 4px 0;
    }

    .footer-clean .social-icon i {
        font-size: 14px;
        width: 24px;
        height: 24px;
        line-height: 24px;
    }

    .footer-clean h3 {
        font-size: 18px;
        margin-bottom: 13px;
    }

    .footer-clean ul a {
        font-size: 14px;
    }

    .footer-clean .footer-bottom h4,
    .footer-clean .footer-bottom a {
        font-size: 12px;
    }

    .footer-clean .footer-bottom {
        padding-top: 20px;
    }
}

@media (max-width:1366px) {
    .footer-clean .social-icon i {
        font-size: 12px;
        width: 22px;
        height: 22px;
        line-height: 22px;
    }

    .footer-block .social-icon {
        margin-bottom: 20px;
    }

    .footer-clean h3 {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .footer-clean .footer-bottom h4,
    .footer-clean .footer-bottom a {
        font-size: 12px;
    }

    .footer-clean .app-icon > a {
        margin-right: 0;
    }

    .footer-clean .app-icon i {
        font-size: 22px;
    }

    .footer-clean .row .col-lg-4 i {
        margin: 0 5px 5px 0;
    }
}
@media (max-width:1200px) {
    .footer-clean .footertitle{
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width:1100px) {
    .footercolor {
        padding: 60px 0 30px;
    }

    .footer-clean ul li {
        margin-bottom: 10px;
    }

    .footer-clean ul a {
        font-size: 12px;
    }

    .footer-clean .row .col-lg-4 i {
        margin: 0 1px 5px 0;
    }

    .footer-clean .social-icon i {
        font-size: 11px;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }

    .footer-clean .app-icon i {
        font-size: 18px;
    }

    .footer-clean .footer-bottom h4,
    .footer-clean .footer-bottom a {
        font-size: 10px;
    }

}

@media (max-width:992px) {

    .footer-clean .footer-bottom > h4,
    .footer-clean .footer-bottom > a {
        font-size: 10px;
        width: 100%;
        flex: 1 1 100%;
        max-width: 100%;
        text-align: center;
        margin: 10px 0;
    }

    .footer-clean .footer-bottom > h4:last-child {
        text-align: center;
    }

    .footer-block .social-icon,
    .footer-clean .app-icon {
        flex: 1 1 500%;
        max-width: 50%;
        width: 50%;
    }
}

@media screen and (max-width:991px) {
    .footer-clean .icon-item {
        display: flex;
        column-gap: 20px;
    }

    .footer-clean .row .col-lg-4 {
        flex: 1 1 25%;
        max-width: 25%;
    }

    .footer-clean .row .col-lg-4:nth-child(6) {
        flex: 1 1 60%;
        max-width: 60%;
    }

    .footerimg::before {
        left: -330px;
    }

    .footer-clean .footertitle p,
    .footer-clean .footertitle h5 {
        font-size: 20px;
    }

    .footer-clean .colhead {
        font-size: 16px
    }

    .footer-clean .app-icon {
        flex: 1 1 45%;
        max-width: 45%;
    }

    .footer-clean .icon-item {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    footer.page-footer {
        padding-top: 0;
    }
}

@media screen and (max-width:575px) {
    .footer-clean .footer-bottom {
        flex-direction: column;
    }

    .footer-clean .footer-bottom h4 {
        flex: 1 1 100%;
        max-width: 100%
    }

    .footerimg::before {
        left: -635px;
    }
}

@media screen and (max-width:540px) {
    .footer-clean .row .col-lg-4 {
        flex: 1 1 50%;
        max-width: 50%;
    }

    .footer-clean .row .col-lg-4:nth-child(6) {
        flex: 1 1 100%;
        max-width: 100%;
    }


}
