<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=Varela+Round&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500;600;700&amp;display=swap');


body {
    font-family: 'Varela Round', sans-serif;
    font-size: 14px;
    color: #1A2D43;
    line-height: 24px;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 44px;
}

h4 {
    font-size: 32px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
}

.primary-font {
    font-family: 'Varela Round', sans-serif;
}

.secondary-font {
    font-family: 'Fira Sans', sans-serif;
}

button:focus {
    text-decoration: none;
    outline: none;
    border: none;
    box-shadow: none;
}

a, button, a:hover, button:hover {
    transition: all 0.45s ease-in-out;
}

    textarea:focus, input:focus, button:focus {
        outline: none;
    }

*:focus {
    outline: none;
}

hr {
    width: 70%;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.svg-icon {
    width: 20px;
    fill: #9b9b9b;
    transition: fill 0.45s ease;
}

.primary-color {
    color: #1C75BC;
}

.secondary-color {
    color: #19B3EA;
}

.primary-bg {
    background-color: #1C75BC;
}

/*home slider*/

.img-bg {
    background-size: cover !important;
    background-position: center !important;
}

.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    background-size: cover;
    position: relative;
}

.home-banner .img-bg::before {
    background: #13202D;
    opacity: 0.9;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    content: '';
}

.home-banner1.img-bg::before {
    background: #13202D;
    opacity: 0.9;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    content: '';
}

.banner-content {
    width: 50%;
    position: absolute;
    top: 52%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -52%);
}

    .banner-content h1 {
        margin: 0;
        color: #fff;
        margin-bottom: 30px;
    }

.small-banner h1 {
    font-size: 45px;
}

.banner-content h5 {
    font-weight: normal;
    margin: 20px 0 30px 0;
    font-style: italic;
}

.btn-design {
    border-radius: 50px;
    min-width: 135px;
    border: none;
    font-size: 16px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    padding: 10px 30px;
    background-color: #1C75BC;
}

.scroll-btn {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 30px;
    margin: 0 auto;
}

/*Header*/

header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 10;
}

.navbar-design {
}

    .navbar-design ul li {
        padding: 0 12px;
    }

        .navbar-design ul li a, .navbar-design.navbar-dark .navbar-nav .nav-link {
            font-family: 'Fira Sans', sans-serif;
            color: #fff;
            padding: 8px 0;
            font-weight: 400;
            font-size: 17px;
        }

            .navbar-design ul li a.btn {
                background: #0BBDF5;
                padding: 7px 10px;
            }

        .navbar-design ul li img {
            margin-right: 3px;
        }

        .navbar-design ul li span, .navbar-design ul li img {
            display: inline-block;
            font-weight: 500;
            vertical-align: middle;
        }

.navbar-brand {
    width: 200px;
}

/*Spars Module*/

.spars-module {
    background: #E6F1FF;
}

.integrated-systems .col-lg-12 {
    margin-top: 50px;
}

.padding-div {
    padding: 85px 0;
}

.primary-heading {
    max-width: 650px;
    margin: 0 auto;
}

    .primary-heading h3 {
        margin: 0 auto;
        color: #2F2D42;
    }

    .primary-heading h6 {
        font-weight: normal;
        font-family: 'Varela Round', sans-serif;
        margin: 10px 0 0 0;
    }

.business-box {
    margin-bottom: 30px;
    padding: 30px 30px 20px 30px;
    background: #E6F1FF;
    float: left;
    color: #2F2D42;
    display: block;
    width: 100%;
}

    .business-box:hover {
        color: #2F2D42;
        text-decoration: none;
    }

    .business-box img {
        float: right;
    }

    .business-box h5 {
        min-height: 55px;
        font-weight: 500;
    }

    .business-box p {
        font-style: italic;
        min-height: 85px;
        font-size: 14px;
        margin: 0;
    }

.spars-module .primary-heading {
    margin-top: 250px;
}

.spars-partner {
    background: #13202D;
}

    .spars-partner ul {
        padding: 0;
        margin: 0 auto;
        list-style: none;
        text-align: center;
        border-right: solid 1px #fff;
        border-bottom: solid 1px #fff;
        float: left;
        margin-top: 70px;
        width: 100%;
    }

        .spars-partner ul li {
            float: left;
            position: relative;
            padding: 10px;
            width: 25%;
            min-height: 180px;
            border-left: solid 1px #fff;
            border-top: solid 1px #fff;
        }

            .spars-partner ul li img {
                position: absolute;
                top: 52%;
                left: 50%;
                width: 52%;
                transform: translate(-50%, -50%);
            }


/*Owl*/

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden;
        /* fix firefox animation glitch */
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        /* fix for flashing background */
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper,
    .owl-carousel .owl-item {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
    }


    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

.no-js .owl-carousel {
    display: block;
}

.client-feedback {
}

    .client-feedback .owl-item {
        background: #13202D;
        color: #fff;
        padding: 20px;
    }

        .client-feedback .owl-item.center {
            background: #0BBDF5;
        }

.feedback-content {
    padding: 30px 10px;
    min-height: 410px;
}

    .feedback-content p {
    }

.client-detail div {
    display: inline-block;
    vertical-align: top;
}

.client-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
}

.client-detail div:last-child {
    width: calc(100% - 35px);
}

.client-detail label {
    margin: 0;
}

.client-detail span {
    display: block;
    margin: 0;
    margin-top: -8px;
    font-size: 11px;
}

.owl-dot {
    margin-top: 20px;
    background: none;
    border: none;
    padding: 0;
    margin-right: 8px;
}

    .owl-dot span {
        background: #13202D;
        width: 12px;
        height: 12px;
        display: block;
        border-radius: 50%;
    }

    .owl-dot.active span {
        background: #0BBDF5;
    }

.client-feedback h4 {
    margin-top: 100px;
}

.client-feedback {
}

.owl-nav {
    position: absolute;
    left: -380px;
    top: 266px;
}

    .owl-nav button {
        background: none;
        border: none;
    }

footer {
    background: #13202D;
    padding: 85px 0 20px 0;
    color: #fff;
}

.footer-bottom {
    margin-top: 30px;
    padding: 50px 0;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.footer-links {
    font-size: 12px;
}

    .footer-links ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .footer-links h6 {
        font-weight: 400;
        font-size: 16px;
    }

    .footer-links a, .footer-links li {
        color: rgba(255, 255, 255, 0.5);
    }

        .footer-links a:hover {
            text-decoration: none;
            color: rgba(255, 255, 255, 1);
        }

.footer-social-links li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 20px;
}

.copyright-text p {
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
}

.footer-bottom .col-lg-2 img {
    max-width: 100%;
}

.primary-form .form-control {
    box-shadow: none;
}

    .primary-form .form-control.error {
        border-color: red;
    }

.primary-form .error {
    color: red;
}

.primary-form button {
    padding: 8px 30px;
    font-size: 15px;
    margin: 0 auto;
    display: block;
}

.text-touch h1 {
    margin-bottom: 30px;
}

.text-touch h5 {
    margin-top: 10px;
}

.about-text p {
    text-align: justify;
    font-size: 16px;
    line-height: 36px;
}

.home-banner1 .banner-content h5 {
    margin: 40px 0 5px 0;
}

.home-banner1 .primary-form .form-control {
    box-shadow: none;
    background: none;
    border: none;
    border-bottom: solid 1px;
    border-radius: 0;
    color: #fff;
    padding: 2px 10px;
    resize: none;
}

.home-banner1 .primary-form textarea.form-control {
    min-height: 100px;
}


.home-banner1 .primary-form label {
    margin-bottom: 0;
}

.home-banner1 .primary-form {
    margin-top: 70px;
}

.home-banner.small-banner, .small-banner .carousel-item {
    height: 350px !important;
}

.small-banner .banner-content {
    top: 60%;
    transform: translate(-50%, -60%);
}

.table-design {
    text-align: center;
}

.table td.module-name {
    padding: 10px !important;
    width: 250px;
    background: #7387EA;
    color: #fff;
    font-size: 18px !important;
    vertical-align: middle;
    font-family: 'Fira Sans', sans-serif !important;
}

.table-design ul {
    border-right: solid 1px #E3E3E3;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

    .table-design ul li {
    }

        .table-design ul li:nth-child(2n+1) {
            background: #F9F9F9;
        }

.table-design .table th {
    border-top: none;
    padding-top: 0;
}

.table-design .table td {
    border-width: 2px;
    border-color: #fff;
    padding: 0;
}

    .table-design .table td li {
        padding: 10px 0;
    }

    .table-design .table td span {
        color: #5E5E5E;
    }

    .table-design .table td:nth-child(2) {
        width: 500px;
    }

.text-touch .btn-design {
    margin-top: 35px;
}

header {
    transition: background 0.5s ease;
}

.header {
    background: #fff;
    position: fixed;
    top: 0;
    box-shadow: 0 0px 8px rgba(0,0,0,0.2);
    width: 100%;
    z-index: 30;
}

header .navbar-brand {
    transition: width 0.5s ease;
}

.header .navbar-brand {
    width: 100px;
}

header .navbar-design ul li a, header .navbar-design.navbar-dark .navbar-nav .nav-link {
    transition: color 0.5s ease;
}

.header .navbar-design ul li a, .header .navbar-design.navbar-dark .navbar-nav .nav-link {
    color: #333;
}

    .header .navbar-design ul li a.btn {
        color: #fff;
    }

@media only screen and (max-width: 1199px) {
    .table-design {
        padding: 0 15px;
    }
}


@media only screen and (max-width: 1150px) {
    .banner-content {
        width: 90%;
    }

    .owl-nav {
        left: inherit;
        top: inherit;
        right: 0;
        margin-top: 10px;
        display: none;
    }

    .client-feedback h4 {
        margin-top: 120px;
    }

    .table-design .table {
        width: 1200px;
    }
}


@media only screen and (max-width: 991px) {

    body {
        font-size: 13px;
    }

    h1, .small-banner h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 15px;
    }

    .navbar-brand {
        width: 90px;
    }

    .spars-module .primary-heading {
        margin-top: 145px;
    }

    .padding-div {
        padding: 30px 0;
    }

    .spars-partner ul {
        margin-top: 30px;
    }

    .business-box p {
        min-height: 120px;
    }

    .spars-partner ul li img {
        padding: 10px;
    }

    .navbar-nav {
        background: #13202D;
    }

    .navbar-design {
        padding: 0;
        text-align: center;
    }

        .navbar-design ul li a, .navbar-design.navbar-dark .navbar-nav .nav-link {
            padding: 15px 10px;
        }

    .navbar-nav {
        padding: 15px 0;
    }

    .navbar-brand {
        padding: 10px;
    }

    .navbar-dark .navbar-toggler {
        margin-right: 10px;
        border: none;
    }

    .navbar-brand {
        width: 160px;
    }
}


@media only screen and (max-width: 767px) {


    .home-banner1 .banner-content {
        width: 100%;
        padding-top: 70px;
        position: static;
        transform: inherit;
    }

    .home-banner1 {
        height: auto !important;
    }

    .spars-module .primary-heading {
        margin-top: 0;
        text-align: center;
        margin-bottom: 30px;
    }

    .spars-module img {
        width: 100%;
    }

    .spars-partner ul li {
        width: 50%;
    }

    .client-feedback h4 {
        margin-top: 10px;
        text-align: center;
    }

    .feedback-content {
        min-height: 200px;
    }

    .footer-links {
        font-size: 12px;
        min-height: 110px;
        margin-top: 30px;
    }

    .text-touch {
        text-align: center;
    }

        .text-touch .btn {
            float: none !important;
            margin-top: 10px;
        }

    .btn-design {
        font-size: 14px;
        padding: 8px 30px;
    }
}


@media only screen and (max-width: 575px) {

    h1, .small-banner h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 19px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 15px;
    }

    .business-box p {
        min-height: inherit;
        margin-bottom: 20px;
    }

    .integrated-systems .col-lg-12 {
        margin-top: 20px;
    }

    .footer-bottom {
        text-align: center;
        padding: 30px 0;
    }

    .footer-links {
        min-height: inherit;
    }
}


.video-play-button {
    position: absolute;
    z-index: 10;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

    .video-play-button:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 80px;
        height: 80px;
        background: #1C75BC;
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite;
    }

    .video-play-button:after {
        content: "";
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 80px;
        height: 80px;
        background: #1C75BC;
        border-radius: 50%;
        transition: all 200ms;
    }

    .video-play-button:hover:after {
        background-color: darken(#1C75BC, 10%);
    }

    .video-play-button img {
        position: relative;
        z-index: 3;
        max-width: 100%;
        width: auto;
        height: auto;
    }

    .video-play-button span {
        display: block;
        position: relative;
        z-index: 3;
        width: 0;
        height: 0;
        border-left: 32px solid #fff;
        border-top: 22px solid transparent;
        border-bottom: 22px solid transparent;
    }

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.animatedvideo {
    width: 100%;
    height: 450px;
}

.video-modal .modal-body, .video-modal .modal-content {
    padding: 0;
    border: none;
}
</pre></body></html>