<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 992px) {
    .header-style-1 #navbar, .header-style-2 #navbar, .header-style-3 #navbar {
        margin-right: 0;
    }
    .features-section {
        margin-top: 0;
        padding-top:80px;
    }
}
.navbar-collapse
{
    padding-right: 0;
}
.track-contact-s2
{
    background: none;
}
.track-contact .track-trace p, .track-contact-s2 .track-trace p
{
    bottom: 10px;
}
.track-contact .quote-form input, .track-contact-s2 .quote-form input, .track-contact .quote-form select, .track-contact-s2 .quote-form select
{
    margin-bottom: 0;
}
.track-contact .track-trace form &gt; div + div, .track-contact-s2 .track-trace form &gt; div + div, .track-contact .quote-form form &gt; div + div, .track-contact-s2 .quote-form form &gt; div + div
{
    margin-top:0;
}
.track-contact .track-trace, .track-contact-s2 .track-trace
{
    height: auto;
    box-shadow: none;
    -webkit-box-shadow:none;
    padding-left: 0;
}
.services-section-s2 .services-list .grid
{
    height: 296px;
}
.site-footer .upper-footer
{
    padding-bottom: 40px;
}

/*timeline*/
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
.timeline h4
{
    font-size: 15px;
}
.timeline p
{
    font-size: 13px;
    line-height: inherit;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 5%;
        margin-left: -1.5px;
    }

    .timeline &gt; li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline &gt; li:before,
        .timeline &gt; li:after {
            content: " ";
            display: table;
        }

        .timeline &gt; li:after {
            clear: both;
        }

        .timeline &gt; li:before,
        .timeline &gt; li:after {
            content: " ";
            display: table;
        }

        .timeline &gt; li:after {
            clear: both;
        }

        .timeline &gt; li &gt; .timeline-panel {
            width: 46%;
/*            float: left;*/
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 10px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline &gt; li &gt; .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline &gt; li &gt; .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline &gt; li &gt; .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 5%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline &gt; li.timeline-inverted &gt; .timeline-panel {
/*            float: right;*/
            margin-left: 12%;
        }

            .timeline &gt; li.timeline-inverted &gt; .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline &gt; li.timeline-inverted &gt; .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body &gt; p,
.timeline-body &gt; ul {
    margin-bottom: 0;
}

    .timeline-body &gt; p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline &gt; li &gt; .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline &gt; li &gt; .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline &gt; li &gt; .timeline-panel {
        float: right;
    }

        ul.timeline &gt; li &gt; .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline &gt; li &gt; .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}
.table-header-bg-blue
{
    font-family:"Muli", sans-serif;
}
.table-header-bg-blue td
{
    font-size: 0.8rem;
}
.table-header-bg-blue thead tr th
{
    background-color: #102541;
    color:#fff;
    font-size: 0.9rem;
    padding-top:10px;
    padding-bottom:10px;
}
.btn-orange
{
    background-color:#fd5e16;
    color:#fff;
    font-size:0.875rem;
    font-weight:bold;
    height:45px;
}
.btn-orange:hover{
    background-color:#ed4b02;
    color:#fff;
}
input[type=text].form-control
{
    border:1px solid #dde0e4;
    box-shadow:none;
    color:#57667e;
    border-radius:0;
    height: 45px;
}
.form-control
{
    border:1px solid #dde0e4;
    box-shadow:none;
    color:#57667e;
    border-radius:0;
}
.site-header .navigation
{
    border-bottom:  solid 1px #102541;
}
.page-title h2
{
    margin-top: 0;
}
@media screen and (min-width: 992px) {
  .page-title .container {
    padding-top: 0;
  }
}
/*end timeline*/
/*color change*/
/*
.header-style-1 .topbar .text span, .header-style-2 .topbar .text span, .header-style-3 .topbar .text span
{
    color:#fff251;
}
.theme-btn, .theme-btn-s2, .theme-btn-s3,
.track-contact-s2 .track-trace .submit-btn,
.track-contact-s2 .quote-form 
{
    background-color: #fff251;
}*/
</pre></body></html>