<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Footer */
.container1 {
    width: 1285px;
    margin: 0 auto;
}

footer{
    background: #2E343D;
    padding-bottom: 100px;
    margin-top: 90px;
}
.footer-con{
    position: relative;
}
.footer-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 37px;
    border-bottom: 0.5px solid #C4C4C4;
}
.foot-head-left img {
    border-right: 1px solid #C4C4C4;
    padding-right: 29px;
}
.footer-head span{
    font-size: 15px;
    line-height: 22px;
    color: #62637C;
    display: inline-block;
    padding-left: 20px;
}
.foot-head-left{
    display: flex;
    align-items: center;
}
.foot-head-left small{
    display: inline-block;
    padding-left: 23px;
}
.foot-head-right a{
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    background: #FF6612;
    padding: 14px 55px;
    border-radius: 60px;
    border: 1px solid #FF6612;
}
.foot-head-right a:hover{
    color: #FF6612;
    background: #fff;
    transition: all 0.5s ease-in-out 0s;
}
.foot-head-right small{
    display: inline-block;
    padding-right: 10px;
    font-size: 15px;
    line-height: 22px;
    color: #62637C;
}
.footer-content{
    background: #fff;
    padding: 50px 80px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(145, 143, 155, 0.1);
    position: absolute;
    width: 100%;
    top: -138px;
    left: 0;
}
.footer-sec{
    padding-top: 46px;
}
.footer-sec h6{
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: #38404F;
    text-transform: uppercase;
}
.footer-sec ul li a{
    font-size: 13px;
    line-height: 20px;
    color: #62637C;
}
.footer-sec ul li a:hover{
    color: #FF6612;
}
footer .partners{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 354px 0 48px;
    border-bottom: 0.5px solid rgba(196, 196, 196, 0.2);
}
footer .partners img{
    padding: 0 30px;
    display: inline-block;
}
.footer-info{
    padding: 25px 0 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid rgba(196, 196, 196, 0.2);
}
.footer-info-content{
    position: relative;
}
.footer-info li{
    display: inline-block;
    font-size: 13px;
    line-height: 32px;
    color: #FFFFFF;
    padding: 0 20px;
}
.footer-info li i{
    font-size: 18px;
    padding-right: 18px;
}
footer .social-icons{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -22px;
}
footer .social-icons a{
    color: #fff;
    border: 1px solid #FF6612;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 100px;
    margin: 0 5px;
    background: #2E343D;
}
footer .social-icons a:hover{
    background: #ff6612;
    transition: all 0.5s ease-in-out 0s;
}
.footer-end p{
    font-size: 13px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    padding-top: 40px;
}

/* footer media queries */
@media screen and (max-width:1366px) {
    .container1 {
        width: 93%;
    }
}

@media screen and (max-width:1199px) {
    .foot-head-right a {
        font-size: 16px;
        padding: 13px 45px;
    }
}
@media screen and (max-width:991px) {
    .container1 {
        width: 90%;
    }
    .footer-content{
        padding: 50px;
    }
    .foot-head-right a{
        font-size: 13px;
        padding: 8px 16px;
    }
    .foot-head-left img{
        padding-right: 14px;
    }
    .footer-head span{
        padding-left: 10px;
        font-size: 13px;
    }
    .foot-head-right small{
        font-size: 13px;
    }
    .footer-info li{
        padding: 0 12px;
    }
}
@media screen and (max-width:767px) {
    .foot-head-right small {
        display: none;
    }
    footer .partners {
        padding: 503px 0 30px;
    }
    .footer-content{
        top: -98px;
    }
    footer .partners img {
        padding: 0 15px;
    }
    .footer-head-left{
        padding-bottom: 10px;
    }
}
@media screen and (max-width:575px) {
    footer .partners{
        flex-wrap: wrap;
    }
    footer .partners img{
        padding-bottom: 30px;
    }
    .footer-head span{
        display: none;
    }
    footer .partners {
        padding: 442px 0 0;
    }
    .footer-info li{
        padding: 0;
    }
    .footer-head {
        padding-bottom: 15px;
    }
    .footer-content {
        padding: 20px;
    }
    .footer-sec {
        padding-top: 25px;
    }
    .foot-head-right a {
        padding: 10px 25px;
    }
}
@media screen and (max-width:399px) {
    .footer-info li {
        width: 100%;
    }
    footer .partners img {
        padding: 30px 10px 10px;
    }
    footer .partners {
        padding-bottom: 30px;
    }
}</pre></body></html>