<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blog-icons {
    background-color: #f5f5f5;
    margin: 0;
    padding: 3px 15px;
}

.navbar-nav {
    font-family: sans-serif;
}

.cta:before {
    background-color: rgba(0, 183, 243, 0.5);
}

.services_name:before, .cta:hover:before, .all_list, .revealedBox &gt; span {
    background-color: #00b7f3;
}

.banner_heading_div {
    background-color: #00b7f3;
}

.banner_heading_div:after {
    position: absolute;
    content: '';
    bottom: 20px;
    right: 20px;
    background: url("../img/web_banner_image.svg") no-repeat center / contain;
}

.services_name:before, .revealedBox &gt; span {
    background-color: #00b7f3;
}

@media (min-width: 768px) {
    section {
        padding: 10px 0;
    }
}

@media only screen and (max-width: 767px) {
    .web-application-banner {
        background: url(../img/new-index/webapp_banner_1-768.jpg) no-repeat center / cover;
    }
}

@media only screen and (max-width: 480px) {
    .web-application-banner {
        background: url(../img/new-index/webapp_banner_1-480.jpg) no-repeat center / cover;
    }
}

@media only screen and (max-width: 360px) {
    .web-application-banner {
        background: url(../img/new-index/webapp_banner_1-360.jpg) no-repeat center / cover;
    }
}</pre></body></html>