<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

*, html {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", sans-serif !important;
}

.main_wrapp {
    width: 100%;
}

.top_header {
    background: linear-gradient(90deg, #A1D1FF, #76BCFF, #42FFD2, #FBE77E, #A1D1FF, #A1D1FF);
    display: flex;
    padding: 2px 10px;
    justify-content: space-between;
    align-items: center;
}

    .top_header &gt; .top_right {
        display: flex;
        gap: 17px;
        align-items: center;
        font-size: 14px;
    }

.top_social {
    display: flex;
}

    .top_social &gt; div {
        width: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .top_social &gt; div a {
            cursor: pointer;
            text-decoration: none;
        }



.top_header &gt; .top_right &gt; div.font_sizes {
    /* background: red; */
    display: flex;
    gap: 10px;
    align-items: center;
}

    .top_header &gt; .top_right &gt; div.font_sizes ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .top_header &gt; .top_right &gt; div.font_sizes ul li {
            display: inline-block;
            padding: 6px;
        }


.custom_container_header {
    display: flex;
    width: 100%;
    margin: 0 6%;
    align-items: center;
    justify-content: space-between;
}

    .custom_container_header &gt; .logo {
        display: flex;
        gap: 15px;
    }

        .custom_container_header &gt; .logo &gt; div {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .custom_container_header &gt; .logo img {
            align-self: center;
        }

        .custom_container_header &gt; .logo &gt; div h1 {
            margin: 0;
            padding: 0;
            font-size: 21px;
            font-weight: bold;
            line-height: 23px;
        }

        .custom_container_header &gt; .logo &gt; div p {
            margin: 0;
            padding: 0;
            font-size: 14px;
            color: #5c5c5c;
        }

        .custom_container_header &gt; .logo &gt; div:first-child {
            border-right: 1px solid #cdcdcd;
            padding-right: 10px;
        }

.footer {
    background: linear-gradient(90deg, #A1D1FF, #76BCFF, #42FFD2, #FBE77E, #A1D1FF, #A1D1FF);
    background-size: cover;
    position: relative;
}

    .footer::after {
        content: "";
        background: url('../images/footer_bg.png');
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .footer .inner {
        position: relative;
        z-index: 11;
    }

footer.footer {
    padding: 21px 21px 0;
}

.w3c {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

    .w3c &gt; ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .w3c &gt; ul li {
            display: inline-block;
            padding: 0 18px;
            font-size: 14px;
        }

            .w3c &gt; ul li:first-child {
                border-right: 1px solid #9b9797;
            }

footer.footer &gt; div &gt; div:nth-child(2) {
    margin: 34px 0;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

    footer.footer &gt; div &gt; div:nth-child(2) ul {
        list-style: none;
    }

        footer.footer &gt; div &gt; div:nth-child(2) ul li {
            display: inline-block;
        }

            footer.footer &gt; div &gt; div:nth-child(2) ul li a {
                padding: 6px;
            }

.gray_bar {
    background: #343434;
    position: relative;
    left: -21px;
    padding: 11px;
    color: #f2f2f2;
    text-align: center;
    font-size: 14px;
    width: calc(100% + 42px);
}

.login_body {
    display: flex;
    height: 964px;
}

    .login_body &gt; div {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .login_body &gt; div:first-child {
            background: url('../images/login_banner.png') 0 0 no-repeat;
            background-size: cover;
            color: #fff;
        }

            .login_body &gt; div:first-child h1 {
                font-size: 60px;
            }

            .login_body &gt; div:first-child p {
                font-size: 30px;
            }

.login_right {
    background: #00b3ff;
}

    .login_right .form_area {
        background: #ffff;
        min-width: 500px;
        padding: 20px;
    }

        .login_right .form_area h1 {
            font-size: 24px;
            text-align: center;
            position: relative;
            font-weight: normal;
        }

            .login_right .form_area h1:after {
                position: absolute;
                content: "";
                width: calc(100% + 40px);
                height: 10px;
                left: -20px;
                top: -20px;
                background: linear-gradient(90deg, #A1D1FF, #76BCFF, #42FFD2, #FBE77E, #A1D1FF, #A1D1FF);
            }

.custum_full {
    width: 100%;
    border-radius: 0;
    margin-top: 17px;
}

.field_area input {
    border-radius: 0;
}

.field_area label {
    font-size: 14px;
    margin-top: 21px;
    color: #343434;
    letter-spacing: 1px;
}

.rember_me {
    padding: 10px 10px 0;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    font-weight: normal;
    color: #403535;
    align-items: center;
    margin-top: 4px;
    font-size: 13px;
}


.top_right &gt; div {
    min-height: 39px;
    display: flex;
    align-items: center;
    flex: fit-content;
    position: relative;
}

    .top_right &gt; div:after {
        content: "";
        position: absolute;
        right: -8px;
        width: 1px;
        height: 70px;
        background: #ebebeb;
    }

    .top_right &gt; div:last-child:after {
        display: none;
    }

.home_banner {
    background: url("../images/home_banner.png") 0 0 no-repeat;
    background-size: cover;
    min-height: 380px;
}

    .home_banner &gt; div {
        display: flex;
        justify-content: flex-start;
        height: 100%;
        min-height: 579px;
        align-items: center;
    }

        .home_banner &gt; div &gt; div h1 {
            color: #fff;
            font-weight: 800;
        }

        .home_banner &gt; div &gt; div p {
            color: #fff;
        }

        .home_banner &gt; div &gt; div {
            max-width: 600px;
            margin-left: 30px;
        }

.btn_custum {
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    background: #00000070;
    transition: all ease .5s;
    width: 163px;
    padding: 10px;
    font-size: 14px;
}

    .btn_custum:hover {
        background: #FDD835;
        border-color: #ffffff;
        color: #181818;
    }

.new_bar {
    display: flex;
    background: #B9DDFF;
}

    .new_bar &gt; div:first-child {
        background: #0063B5;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 30px;
        color: #fff;
        max-width: 290px;
    }

    .new_bar &gt; div:last-child {
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0 30px;
        color: #000;
        font-size: 14px;
        background: #B9DDFF;
    }

    .new_bar &gt; div {
        flex: 1;
    }

.about_home {
    background: #F5F5F5;
    padding: 90px 10px;
}

.slider {
    display: flex;
    gap: 30px;
    max-width: 990px;
    margin: 0 auto;
}

    .slider &gt; div:first-child img {
        width: 100%;
        min-width: 284px;
        border-top: 1px solid #ddd;
        border-right: 1px solid #c7c7c7;
    }

    .slider p.subtitle {
        color: #0063b5;
        font-weight: 600;
        font-size: 20px;
    }

p.subtitle &gt; span {
    display: block;
    font-weight: normal;
    font-size: 14px;
}

.heading2 {
    font-size: 43px;
}

.slider p {
    font-size: 14px;
}

.btn_custum_blue {
    background: #0063b5;
    border-radius: 0;
    width: 140px;
    padding: 10px;
    color: #fff;
    font-size: 14px;
}

.road_listing {
    padding: 50px 0;
}

h1.heading2 &gt; img {
    width: 45px;
    margin-right: 10px;
}

.custum_grid {
    margin-top: 30px;
}

    .custum_grid table tr th {
        background: #B9DDFF;
        color: #00284A;
        font-size: 13px;
        font-weight: normal;
    }

    .custum_grid table tr td, .custum_grid table tr th, .custum_grid table {
        border-color: #6CAEEE !important;
    }

        .custum_grid table tr:nth-child(even) td {
            background: #F2C94C;
        }

        .custum_grid table tr {
            border-color: transparent;
        }

            .custum_grid table tr:last-child {
                border-color: #6CAEEE !important;
            }

            .custum_grid table tr td {
                font-size: 14px;
            }

                .custum_grid table tr td:nth-child(4) {
                    color: #0277BD;
                }



    .custum_grid span.red {
        background: #FF7575;
        border-radius: 10px;
        padding: 2px 0;
        color: #520909;
        width: 75px;
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        border: 1px solid #520909;
    }

    .custum_grid span.gree {
        border: 1px solid #074B1A;
        border-radius: 10px;
        padding: 2px 0;
        color: #074B1A;
        width: 75px;
        display: inline-block;
        text-align: center;
        background: #3DF771;
        text-transform: uppercase;
    }

.dwonload_section {
    position: relative;
    background: #0000fe40;
}

    .dwonload_section &gt; div:first-child {
        position: absolute;
        left: 0;
        top: 0;
    }

    .dwonload_section &gt; div:last-child {
        position: absolute;
        right: 0;
        top: 50px;
    }

    .dwonload_section .inner {
        max-width: 640px;
        text-align: center;
        margin: 0 auto;
        padding: 80px 0;
        position: relative;
        z-index: 1;
    }

    .dwonload_section &gt; div:first-child img {
        width: 500px;
        opacity: .3;
    }

    .dwonload_section &gt; div:last-child img {
        width: 430px;
    }

    .dwonload_section .inner h1 {
        font-size: 33px;
        font-weight: normal;
    }

    .dwonload_section .inner p {
        font-size: 18px;
        margin-bottom: 60px;
    }

        .dwonload_section .inner p strong {
            display: block;
            text-transform: uppercase;
            position: relative;
        }

        .dwonload_section .inner p img {
            position: absolute;
            width: 150px;
            bottom: -69px;
            right: 70px;
        }

.app_download {
    display: flex;
    justify-content: center;
    padding: 42px 0;
    gap: 16px;
}

.site_branding .inner {
    display: flex;
    gap: 100px;
    padding: 30px 0;
    justify-content: center;
    align-items: center;
}

.dashboard {
    background: url('../images/dash.png') 0 0 no-repeat;
    background-size: cover;
}

    .dashboard .content_section {
        font-size: 14px;
        color: #fff;
        padding: 30px 0;
    }



.dash_boxes {
    display: flex;
    gap: 40px;
    margin-top: 21px;
}

    .dash_boxes &gt; div {
        background: #FFD54F;
        text-align: center;
        flex: 1;
        border-radius: 4px;
        font-size: 13px;
        border: 1px solid #b9b9b9f2;
    }

        .dash_boxes &gt; div:nth-child(1) {
            background-color: #81FFA4;
        }

        .dash_boxes &gt; div:nth-child(2) {
            background-color: #FFF3B7;
        }

        .dash_boxes &gt; div:nth-child(3) {
            background-color: #EEC9FF;
        }

        .dash_boxes &gt; div:nth-child(4) {
            background-color: #92FFE5;
        }

        .dash_boxes &gt; div:nth-child(5) {
            background-color: #ce5c5c61;
        }

        .dash_boxes &gt; div strong {
            display: block;
        }

        .dash_boxes &gt; div table {
            width: 100%;
        }

            .dash_boxes &gt; div table tr td {
                border-top: 1px solid #0839163d;
                border-right: 1px solid #0839163d;
                padding: 5px 10px;
            }

                .dash_boxes &gt; div table tr td:last-child {
                    border-right: 0;
                }

            .dash_boxes &gt; div table tr th {
                padding: 14px;
            }

.bordered th, .bordered td {
    border: 1px solid #6CAEEE;
    vertical-align: middle;
}

.bordered tfoot td {
    border: 1px solid #E0E0E0;
    background-color: #212121;
    color: #fff;
}

.bordered th {
    font-weight: bold;
    color: #00284A;
    font-size: 13px;
    background: #AAE8BF;
}

.bordered thead tr:first-child th {
    background: #B9DDFF;
}

.bordered tbody tr td, .bordered tfoot tr td {
    font-size: 13px;
}

.gray td {
    background-color: #EEEEEE;
}

.bordered tbody tr:nth-child(odd) td:nth-child(4) {
    background: #F2C94C;
    border-color: #C69D21;
}

.bordered tbody tr:nth-child(even) td:nth-child(3) {
    background: #f2c94c;
    border-color: #C69D21;
}

.bordered tfoot tr:nth-child(odd) td:nth-child(4) {
    background: #C69D21;
}

.bordered tfoot tr:nth-child(even) td:nth-child(3) {
    background: #C69D21;
}

table.table.bordered {
    margin-top: 38px;
}

.remars p {
    font-size: 14px;
    color: #323232;
    margin-top: 23px;
    font-style: italic;
}

    .remars p strong {
        display: block;
        font-size: 16px;
        margin-bottom: 6px;
    }

.remars p {
    font-size: 14px;
    color: #323232;
    margin-top: 23px;
    font-style: italic;
}

    .remars p strong {
        display: block;
        font-size: 16px;
        margin-bottom: 6px;
    }

p.heding_super_title {
    margin: 0;
    font-size: 32px;
    text-transform: uppercase;
    color: #1d1d1dc4;
}
p.count_title {    
    font-size: 10px;
    font-style: italic;
    color: #1d1d1dc4;
}
.dash_first_section h1.heading2 {
    font-size: 46px;
}

    .dash_first_section h1.heading2 .date {
        font-size: 32px;
        color: #4E4E4E;
        font-weight: 300;
    }


/* styles for validation helpers */
.field-validation-error, label.error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error, input.error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}
</pre></body></html>