<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* #region "General" */

.body {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
}

.orangeBkgd {
    background-color: #bf5700;
}

.blueBkgd {
    background-color: #13294b;
}

.orangeText {
    color: #bf5700 !important;
}

.blueText {
    color: #13294b !important;
}

.greenText {
    /*color: #1A4C2D;*/
    color: #23684C;
}

/* #endregion */

/* #region "Navbar" */

.navbar-default .navbar-header .navbar-brand {
    text-transform: none;
    color: #bf5700;
    font-size: 25px;
}

.navbar-default .navbar-header .navbar-toggle {
    color: #bf5700;
}

.navbar-header {
    margin: 5px 1px;
}

.navbar-nav &gt; li {
    margin: 5px 1px;
}

#liMenu a {
    color: #bf5700; /*#F05F40*/ /*#ef8244*/
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
}

.navDDL {
    position: absolute;
    top: 70px;
    left: 15px !important;
    right: auto;
    background: #FFF;
    opacity: 0;
    visibility: hidden;
    margin: 0 auto;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.4);
    transform: translateY(10px);
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    overflow: hidden;
    z-index: 9;
    border: none;
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: block;
}

.dropdown.open .navDDL, .dropdown:hover .navDDL {
    transform: translateY(-20px);
    opacity: 1;
    visibility: visible;
    overflow: visible;
    /*display: block;*/
}

.navDDL &gt; li &gt; a {
    color: #13294b;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 600;
}

    .navDDL &gt; li &gt; a:focus, .navDDL &gt; li &gt; a:hover {
        color: #bf5700;
    }

/* #endregion */

/* #region "Main" */

header .header-content .header-content-inner h1 {
    font-size: 50px;
    background-color: rgba(0,0,0,0.8);
    font-weight: 500;
    text-transform: none;
    padding: 40px;
    border-radius: 50px;
}

#btnFindMore {
    margin-top: 120px;
}

/* #region "Carousel" */

.carousel-caption {
    top: 0;
    /*padding: 20px;*/
    bottom: 0;
    text-align: center;
    position: initial;
    padding: 0px;
}

    .carousel-caption h2 {
        color: #bf5700;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
        text-shadow: none;
    }

    .carousel-caption p {
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
        color: #000;
        text-shadow: none;
    }

.carousel-indicators li {
    border: 1px solid #bf5700;
}

    .carousel-indicators li.active {
        background-color: #bf5700;
    }

.whySlide {
    text-align: center;
    max-width: 400px;
}

    .whySlide .detail {
        font-size: 15px;
        padding: 0px 20px;
    }

.img1 {
    display: none !important;
}

.imageMobile {
    width: 100%;
    margin-bottom: 15px;
    /*margin: 50px 0px;*/
}

.imageLaptop {
    max-width: 100%;
    height: auto;
}

.item {
    height: 450px;
    max-height: 800px;
}

.carousel-inner {
    height: auto !important;
    width: 100%;
    overflow: hidden;
}

/* #region @media query for min width 56em devices*/

@media only screen and (min-width: 56em) {

    /* #region "Request Demo" */

    #navGetStarted:active, #navGetStarted:hover, #navGetStarted:focus {
        color: #13294b;
    }

    .navbar-default {
        background-color: white;
    }

        .navbar-default #RequestDemoText {
            padding: 12px 18px;
        }

    #RequestDemoText {
        text-transform: none;
    }

    .navbar-default.affix #RequestDemoText {
        color: white;
        padding: 12px 18px;
    }

    .navbar-default #RequestDemo {
        background-color: white;
        border-color: rgba(34, 34, 34, 0.05);
        margin: 9px;
        border-radius: 25px;
        height: 45px;
        text-align: center;
        padding: 0px;
    }

    .navbar-default.affix #RequestDemo {
        background-color: #bf5700;
        color: white;
        border-color: rgba(34, 34, 34, 0.05);
        margin: 9px;
        border-radius: 25px;
        height: 45px;
        text-align: center;
        padding: 0px;
    }

    .navbar-default .nav &gt; li &gt; a {
        color: #13294b;
    }

        .navbar-default .nav &gt; li &gt; a:focus, .navbar-default .nav &gt; li &gt; a:hover,
        .navbar-default .nav &gt; li.active &gt; a, .navbar-default .nav &gt; li.active &gt; a:focus {
            color: #bf5700;
        }

    .navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:focus, .navbar-default .navbar-nav &gt; .open &gt; a:hover {
        color: #bf5700;
        background-color: transparent;
    }

    /* #endregion */

    .carousel-caption h2 {
        color: #fff;
        font-size: 3em;
    }

    .carousel-caption p {
        color: #fff;
        text-shadow: none;
    }

    .carousel-caption {
        text-align: left !important;
        left: 0;
        padding: 20px;
        position: absolute;
    }

    .imageMobile {
        display: none;
    }

    .img1 {
        display: block !important;
    }

    .img1mob {
        display: none !important;
    }

    .whySlide {
        background-color: rgba(0,0,0,0.6);
        padding: 20px;
        position: relative;
    }

        .whySlide .detail {
            font-size: 20px;
        }

    .slide1 {
        float: left;
        left: 3%;
        top: 10%;
    }

    .slide2 {
        float: right;
        left: 24%;
        top: 5%;
    }

    .slide3 {
        float: left;
        left: 5%;
        top: 7%;
    }

    .slide4 {
        float: right;
        right: 9%;
        top: 47%;
        background-color: rgba(0,0,0,0.7);
    }

    .slide5 {
        float: left;
        left: 5%;
        top: 5%;
    }

    .item {
        /*height: 600px;
            max-height: 800px;*/
        height: 575px;
        background-repeat: no-repeat;
        background-size: cover;
        max-height: 100%;
        max-width: 100%;
    }

    .item1 {
        background-image: url(../img/slides/benefit1.jpg);
        background-position: center top;
    }

    .item2 {
        background-image: url(../img/slides/benefit2.jpg);
        background-position: center top;
    }

    .item3 {
        background-image: url(../img/slides/benefit3.jpg);
        background-position: center top;
    }

    .item4 {
        background-image: url(../img/slides/benefit4.jpg);
        background-position: center top;
    }

    .item5 {
        background-image: url(../img/slides/benefit5.jpg);
        background-position: top;
    }

    /* navbar content*/
    .navbar-nav &gt; li {
        margin: 5px 1px;
    }

    .navbar-header {
        margin: 5px 1px;
    }
}

/* #endregion*/


/* #endregion */

/* #endregion */

/* #region "Features */

.service-box {
    margin: 0px auto;
    padding: 20px 30px;
}

    .service-box:focus, .service-box:active, .service-box:hover {
        /*background-color: white;*/
        cursor: pointer;
    }

    .service-box h3 {
        margin-top: 10px;
    }

/* #endregion */

/* #region "Features" */

#features h3 {
    font-size: 22px;
    font-weight: 400;
}

/* #endregion */

/* #region "Customers" */

#customers img {
    margin: 20px;
    max-width: 140px;
}

/* #endregion */

/* #region "Get Started" */

.getStartedBox {
    background-color: white;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    animation: 1s ease-in-out 0s 1 slideInFromBottom;
}

.getStartedBox input {
    border: none;
    border-bottom: 0.5px solid #777;
}

@keyframes slideInFromBottom {
    0% {
        transform: translateY(50%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.getStartedBox .fa-thumbs-up:hover {
    animation: 0.5s ease-in 0s 1 zoomInOut;
}

/* #endregion */

/* #region "Demo Modal" */

#myModal label {
    color: #bf5700;
    margin-bottom: 0px;
}

    #myModal label span {
        color: #ffbf00;
    }

select, option {
    cursor: pointer;
}

.modal-title {
    font-weight: 600;
}

.modal-header {
    border-bottom: 1px solid #ededed;
    color: #bf5700;
}

    .modal-header .btn-icon {
        margin: -4px 7px;
    }

        .modal-header .btn-icon.active, .modal-header .btn-icon:active, .modal-header .btn-icon:hover {
            margin: -4px 7px;
            background-color: #ededed;
            color: black;
        }

.modal-footer {
    border-top: none;
    margin-top: 0px !important;
    text-align: center;
}

    .modal-footer .btn-icon {
        float: none;
    }

.btn-icon:focus {
    outline: none;
}

.modal-body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

    .modal-body input, .modal-body select {
        height: 30px;
    }

.btn-icon {
    height: 38px;
    float: right;
    margin-top: -2px;
    width: 38px;
}

.btn-warning {
    background-color: transparent;
    color: #adadad;
}

    .btn-warning:hover {
        background-color: transparent;
        transition: ease-in;
        color: #000;
    }


.modal-body .row input, .modal-body .row select {
    margin-bottom: 20px;
}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    box-shadow: none !important;
    resize: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-bottom: 2px solid #bf5700;
        border-bottom-color: #bf5700;
    }

    .form-control:not(.fc-alt) {
        border-left: 0;
        border-right: 0;
        border-top: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 0;
    }

/* #endregion*/

/* #region "Sweet Alert" */

.sweet-alert {
    border-radius: 2px;
    padding: 10px 30px;
}

    .sweet-alert h2 {
        font-size: 16px;
        font-weight: 400;
        position: relative;
        z-index: 1;
    }

    .sweet-alert .lead {
        font-size: 13px;
    }

    .sweet-alert .btn {
        padding: 6px 12px;
        font-size: 13px;
        margin: 20px 2px 0;
    }

    .sweet-alert .btn-success {
        padding: 6px 12px;
        font-size: 13px;
        margin: 20px 2px 0;
        border-radius: 0px;
        color: white;
    }

    .sweet-alert .btn-warning {
        padding: 6px 12px;
        font-size: 13px;
        margin: 20px 2px 0;
        background-color: #ff9800;
        border-radius: 0px;
        color: white;
    }

/* #endregion */

/* #region "Contact" */

#contact p {
    margin-bottom: 5px;
}

#contact i {
    margin-bottom: 15px;
}

/* #endregion */

/* #region "Footer" */

.peach {
    text-align: center;
}

/* #endregion */
</pre></body></html>