<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.parking_management_system_section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    position: relative;
    background-image: url('../../../images/pages/technology/banner/ai_ml_biometric_technology.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px 100px 0px;
    margin-top: -75px;
    height: 100vh;
}

    .parking_management_system_section:before {
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        /*background-color: var(--ma-tag-black);*/
        background-color: transparent;
        background-image: -webkit-linear-gradient(to right, #000, #000, transparent);
        background-image: -moz-linear-gradient(to right, #000, #000, transparent);
        background-image: -ms-linear-gradient(to right, #000, #000, transparent);
        background-image: -o-linear-gradient(to right, #000, #000, transparent);
        background-image: linear-gradient(to right, #000, #000, transparent);
        opacity: 1;
        z-index: 1;
    }

    .parking_management_system_section &gt; .container {
        position: relative;
        z-index: 10;
    }


/*----------------------------------------------------------------------------------*/
/*---------------------------------icon_product_menu--------------------------------*/

.page_title_section {
    color: var(--ma-white);
}

    .page_title_section &gt; h1 {
        font-size: var(--ma-page-title);
        font-weight: bold;
        line-height: 25px;
        margin-bottom: 20px;
    }

.breadcrumb {
    font-size: var(--ma-body-text);
    color: var(--ma-white);
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
}

    .breadcrumb &gt; li {
        padding: 0px 5px;
    }

        .breadcrumb &gt; li &gt; a {
            color: var(--ma-white);
        }

            .breadcrumb &gt; li &gt; a:hover,
            .breadcrumb &gt; li &gt; a:focus,
            .breadcrumb &gt; li &gt; a:active {
                color: var(--ma-white);
            }

        .breadcrumb &gt; li &gt; span {
            color: var(--ma-white);
        }

        .breadcrumb &gt; li &gt; strong {
            color: var(--ma-white);
        }

.page_title_section &gt; p {
    font-size: var(--ma-body-text);
    margin-bottom: 20px;
}

.get_in_touch {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid var(--ma-white);
    font-size: var(--ma-body-text);
    border-radius: 5px;
    background-color: var(--ma-white);
    color: var(--ma-type-primary);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .get_in_touch:hover,
    .get_in_touch:focus,
    .get_in_touch:active {
        background-color: transparent;
        color: var(--ma-white);
    }



/*----------------------------------------------------------------------------------*/
/*-------------------introduction_parking_management_section------------------------*/

.introduction_parking_management_section {
    background-color: #ffffff;
    padding: 40px 0px 40px 0px;
}

    .introduction_parking_management_section p {
        color: var(--ma-gray-700);
        font-size: var(--ma-body-text);
        margin-bottom: 20px;
    }

        .introduction_parking_management_section p:last-child {
            margin-bottom: 0px;
        }

/*----------------------------------------------------------------------------------*/
/*------------------------------scope_of_Work_section-------------------------------*/

.objective_section {
    background-color: #eeeeee;
    padding: 40px 0px 30px 0px;
}

    .objective_section h2 {
        color: var(--ma-gray-700);
        font-size: var(--ma-page-title);
    }

    .objective_section p {
        color: var(--ma-gray-700);
        font-size: var(--ma-body-text);
    }

.objective_box {
    color: var(--ma-gray-700);
    position: relative;
    margin: 0px 0px 0px 0px;
    display: block;
    padding: 0px 0px 0px 120px;
}

    .objective_box:before {
        content: "";
        height: auto;
        width: auto;
        border-left: 1px solid var(--ma-gray-400);
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 110px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .objective_box img {
        max-height: auto;
        max-width: 100px;
        overflow: hidden;
        position: absolute;
        left: 0px;
        top: 0px;
        border-radius: 5px;
        filter: grayscale(60%);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

.objective_section:hover img,
.objective_section:focus img,
.objective_section:active img {
    filter: grayscale(0%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/*----------------------------------------------------------------------------------*/
/*------------------------------our_solution_section--------------------------------*/


.our_solution_section {
    background-color: #ffffff;
    padding: 40px 0px 20px 0px;
}

.solution_box {
    color: var(--ma-gray-700);
    position: relative;
    margin: 0px 0px 40px 0px;
    display: block;
    padding: 0px 0px 0px 120px;
}

    .solution_box:before {
        content: "";
        height: auto;
        width: auto;
        border-left: 1px solid var(--ma-gray-400);
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 110px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .solution_box img {
        max-height: auto;
        max-width: 100px;
        overflow: hidden;
        position: absolute;
        left: 0px;
        top: 0px;
        border-radius: 5px;
        filter: grayscale(60%);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .solution_box:hover img,
    .solution_box:focus img,
    .solution_box:active img {
        filter: grayscale(0%);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

.our_solution_section h2 {
    color: var(--ma-gray-700);
    font-size: var(--ma-page-title);
}

.our_solution_section h3 {
    color: var(--ma-gray-700);
    font-size: var(--ma-pane-header);
}

.our_solution_section p {
    color: var(--ma-gray-700);
    font-size: var(--ma-body-text);
}


/*----------------------------------------------------------------------------------*/
/*------------------------------scope_of_Work_section-------------------------------*/

.scope_of_Work_section {
    background-color: #eeeeee;
    padding: 40px 0px 30px 0px;
}

    .scope_of_Work_section h2 {
        color: var(--ma-gray-700);
        font-size: var(--ma-page-title);
    }

    .scope_of_Work_section p {
        color: var(--ma-gray-700);
        font-size: var(--ma-body-text);
    }

.scope_of_Work_box {
    color: var(--ma-gray-700);
    position: relative;
    margin: 0px 0px 0px 0px;
    display: block;
    padding: 0px 0px 0px 120px;
}

    .scope_of_Work_box:before {
        content: "";
        height: auto;
        width: auto;
        border-left: 1px solid var(--ma-gray-400);
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 110px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .scope_of_Work_box img {
        max-height: auto;
        max-width: 100px;
        overflow: hidden;
        position: absolute;
        left: 0px;
        top: 0px;
        border-radius: 5px;
        filter: grayscale(60%);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

.scope_of_Work_section:hover img,
.scope_of_Work_section:focus img,
.scope_of_Work_section:active img {
    filter: grayscale(0%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


/*----------------------------------------------------------------------------------*/
/*----------------------------------offers_section----------------------------------*/


.offers_section {
    background-color: #ffffff;
    padding: 40px 0px 40px 0px;
}

    .offers_section h2 {
        color: var(--ma-gray-700);
        font-size: var(--ma-page-title);
    }

    .offers_section h3 {
        color: var(--ma-gray-700);
        font-size: var(--ma-pane-header);
        margin-bottom: 20px;
    }

    .offers_section p {
        color: var(--ma-gray-700);
        font-size: var(--ma-body-text);
    }




p.list {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

    p.list &gt; i {
        position: absolute;
        left: 0px;
        height: 12px;
        width: 12px;
        top: 3px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }


.offers_contain {
    color: var(--ma-gray-700);
    position: relative;
    margin: 0px 0px 20px 0px;
    display: block;
    padding: 0px 0px 0px 120px;
    min-height: 100px;
}

    .offers_contain:before {
        content: "";
        height: auto;
        width: auto;
        border-left: 1px solid var(--ma-gray-400);
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 110px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .offers_contain img {
        max-height: 100%;
        max-width: 100px;
        overflow: hidden;
        position: absolute;
        left: 0px;
        top: 0px;
        border-radius: 5px;
        filter: grayscale(60%);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

/****************RESPONSIVE************************/
/*extra-small*/
@media screen and (max-width: 576px) {
    .objective_box img, .solution_box img, .offers_contain img {
        position: relative;
        margin-bottom: 10px;
    }

    .objective_box:before, .solution_box:before, .offers_contain:before {
        display: none;
    }

    .objective_box, .solution_box, .offers_contain {
        color: var(--ma-gray-700);
        position: relative;
        margin: 0px 0px 40px 0px;
        display: block;
        padding: 0px 0px 0px 10px;
    }

}
</pre></body></html>