<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer {
    margin-top: 100px;
}

#bottom-footer {
    border-top: 1px solid #333;
    padding: 30px 0;
    text-align: center;
}

.footer-bottom {
    color: #a2a2a2;
    margin-top: 60px;
}

.footer-link &gt; li:first-child {
    border: medium none;
}

.footer-link &gt; li {
    border-left: 1px solid;
    display: inline-block;
    line-height: 14px;
    list-style: outside none none;
    padding: 0 15px;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer,
footer a,
.footer-bottom a {
    color: #999;
    background: #000000;
    line-height: 28px;
    font-weight: 400;
}

.footer-bottom a {
    line-height: 0;
}

.footer-services {
    margin-top: 60px;
}

footer a:hover {
    color: #f48420;
    text-decoration: none;
}

/* footer cms start */
    footer h5 {
    font-family: Montserrat;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px 0 20px;
}

footer ul {
    padding: 0;
    margin-top: 4px;
}

    footer ul li {
        padding: 1px 0;
    }


/* CSS for Footer-Top CMS start */
.footer-top-cms {
    min-height: 400px;
    padding: 140px 0;
    margin-top: 100px;
    text-align: center;
}

    .footer-top-cms h5 {
        font-family: Montserrat;
        font-size: 26px;
        color: #000;
        line-height: 35px;
        font-weight: 600;
        margin: 4px 15px 0 0;
    }

.footer-logo {
    float: left;
}

.footer-bottom-cms {
    margin: 10px 0;
    width: 100%;
}

.footer-payment ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer-payment li {
    margin: 0 10px 0 0;
    list-style-type: none;
    display: inline;
}

    .footer-payment li:last-child {
        margin: 0;
    }

.footer-desc {
    display: inline-block;
    margin: 20px 40px 0 0;
}

.newslatter input {
    height: 70px;
    width: 500px !important;
    border-right: 0 none;
    border: 1px solid #e6e6e6;
}

.newslatter .btn.btn-large.btn-primary {
    padding: 23px 50px;
    font-size: 16px;
    margin-left: 0px;
    color: #fff;
    letter-spacing: 1px;
    background-color: #3ab54a;
    font-weight: 600;
}

    .newslatter .btn.btn-large.btn-primary:hover {
        color: #fff;
        background-color: #000;
    }

.footer-social {
    display: inline-block;
    margin-top: 30px;
}

    .newslatter h5,
    .footer-social h5 {
        margin: 0 0 10px;
        font-size: 35px;
    }

    .newslatter .title-subline,
    .footer-social .title-subline {
        color: #3ab54a;
        margin: 0px 0 30px;
    }

    .footer-social ul {
        padding: 0;
        margin: 0;
    }

    .footer-social li {
        float: left;
        list-style-type: none;
        margin: 0 8px 0 0;
    }

        .footer-social li a {
            border: 1px solid #3ab54a;
            height: 48px;
            width: 48px;
            display: block;
            text-align: center;
            line-height: 50px;
            color: #3ab54a;
            transition: color 0.3s ease 0s, border 0.3s ease 0s, background 0.3s ease 0s;
        }

            .footer-social li a:hover {
                border: 1px solid #3ab54a;
                background-color: #3ab54a;
                color: #fff;
                transition: color 0.3s ease 0s, border 0.3s ease 0s, background 0.3s ease 0s;
            }

            .footer-social li a .fa {
                font-size: 20px;
            }

/* CSS for Footer-Top CMS end */

/* CSS for Footer-bottom CMS start */

.footer-bottom .copyright {
    padding: 3px 0;
}

/* CSS for Footer-bottom CMS end */


/* CSS for Footer-Right CMS start */
.footer-contact ul {
    margin: 0;
    padding: 0;
}

    .footer-contact ul li {
        list-style-type: none;
        padding: 0
    }

.footer-contact .fa {
    margin: 0 5px 0 0;
    float: left;
    clear: both;
    color: #999;
    text-align: center;
    line-height: 26px;
    width: 15px;
}

    .footer-contact .fa.fa-mobile {
        font-size: 18px;
    }

    .footer-contact .fa.fa-map-marker {
        font-size: 15px;
    }

    .footer-contact .fa.fa-envelope {
        font-size: 11px;
    }

.footer-contact span {
    float: left;
    padding: 1px;
}

/* CSS for Footer-Right CMS end */
/* CSS for CMS-Banner Start */
.cms_banner {
    margin: 10px 20px 0;
    position: relative;
}

.bannertext {
    position: absolute;
    top: 35%;
    left: 10%;
    text-align: left;
}

    .bannertext &gt; h2 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .bannertext &gt; p {
        color: #000;
        font-size: 13px;
    }

.img-responsive {
    margin: 0;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
}

.cms_searvice {
    margin-bottom: 70px;
    border-bottom: 1px solid #333;
    padding: 20px 0;
}

.cms-banner-right .Sub-right {
    opacity: 1;
}

#subbanner6 {
    margin-top: 25px;
}

.banner {
    overflow: hidden;
    margin: 20px 0 0;
}

.sub-hover:hover img {
    transform: scale(1.10);
    -webkit-transform: scale(1.10);
    -moz-transform: scale(1.10);
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
}

.cms-block1,
.cms-block2,
.cms-block3,
.cms-block4 {
    background: url("../assets/img/Payment/cms-icon.png") no-repeat scroll 0px 37px;
    padding: 35px 0px 30px 60px;
    transition: all ease 0.3s;
}

    .cms-block1 &gt; h4,
    .cms-block2 &gt; h4,
    .cms-block3 &gt; h4,
    .cms-block4 &gt; h4 {
        color: #fff;
        font-size: 16px;
        margin: 0;
        font-weight: 600;
        transition: all ease 0.3s;
    }

    .cms-block1:hover &gt; h4,
    .cms-block2:hover &gt; h4,
    .cms-block3:hover &gt; h4,
    .cms-block4:hover &gt; h4 {
        color: #f48420;
    }

    .cms-block1 &gt; p,
    .cms-block2 &gt; p,
    .cms-block3 &gt; p,
    .cms-block4 &gt; p {
        margin: 0;
        transition: all ease 0.3s;
    }

    .cms-block1:hover &gt; p,
    .cms-block2:hover &gt; p,
    .cms-block3:hover &gt; p,
    .cms-block4:hover &gt; p {
        color: #fff;
        margin: 0;
    }

.cms-block2 {
    background-position: 0px -65px !important;
}

.cms-block3 {
    background-position: 0px -163px !important;
}

.cms-block4 {
    background-position: 0px -265px !important;
}

.right-bottom-banner {
    margin-top: 20px;
}

.sub-banner-top {
    margin-top: 100px;
}

/* CSS for CMS-Banner End */


.sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: white !important;
    z-index: -1 !important;
    opacity: 1 !important;
}
</pre></body></html>