<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.software-logo {
    height: 16px;
    vertical-align: unset;
}

.object-fit-img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.object-fit-img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.object-fit-img-fill {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.dotted-text {
    display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   overflow: hidden;
}

body {
    color: #202020;
}

#preloader:before {
    border-color: #19a7ce;
}
#preloader:after {
    border-color: #19a7ce;
}

a,
a:active,
a:focus {
    color: #202020;
}
a:hover,
a:active {
    color: #19a7ce;
}

.bg-primary {
    background: #19a7ce !important;
}
.bg-secondary {
    background: #146c94 !important;
}

.primary-overlay[data-overlay-dark]:before {
    background: #19a7ce;
}

.left-overlay-dark[data-overlay-dark]:before {
    background: rgba(0, 42, 92, 0.76);
    background: linear-gradient(-90deg, transparent, #002a5c 65%);
}

.text-primary {
    color: #19a7ce !important;
}
.text-secondary {
    color: #146c94 !important;
}
.text-primary-hover:hover {
    color: #19a7ce !important;
}
.text-secondary-hover:hover {
    color: #146c94 !important;
}

.border-primary-color {
    border-color: #19a7ce !important;
}
.border-secondary-color {
    border-color: #146c94 !important;
}

.scroll-to-top {
    background: #19a7ce;
    border-color: #19a7ce;
}

.butn {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    border-radius: 5px;
    font-weight: 700;
    padding: 15px 32px !important;
    text-transform: uppercase;
    background-color: #19a7ce;
}
.butn:before {
    background: #146c94;
}
.butn:hover,
.butn:active,
.butn:focus {
    background-color: #146c94;
}
.butn.white {
    background-color: #19a7ce;
}
.butn.white:hover,
.butn.white:active,
.butn.white:focus {
    color: #19a7ce;
}
.butn.secondary {
    background-color: #146c94;
}
.butn.secondary:before {
    background: #19a7ce;
}
.butn.secondary:hover,
.butn.secondary:active,
.butn.secondary:focus {
    background-color: #19a7ce;
}
.butn.md {
    padding: 12px 28px !important;
}
.butn.sm {
    padding: 8px 24px !important;
}
.butn-style2 {
    background-color: #19a7ce;
}
.butn-style2:before {
    background-color: #146c94;
}
.butn-style2.white:hover {
    color: #19a7ce;
}
.butn-style3 {
    background: #19a7ce;
}
.butn-style3:after {
    background: #146c94;
}
.butn-style3.white {
    color: #19a7ce !important;
}
.butn-style3.white:after {
    background: #19a7ce;
}
.butn-style3.secondary {
    background: #146c94;
}
.butn-style3.secondary:after {
    background: #19a7ce;
}

.top-bar-info li i.bi {
    vertical-align: middle;
}
.top-lang-icon {
    float: right;
    padding: 0;
    margin: 0;
}
.top-lang-icon li {
    list-style-type: none;
    float: left;
    padding: 0;
    margin: 0 5px;
}
@media screen and (min-width: 992px) {
    .top-lang-icon li {
        margin: 0 7px;
    }
}
.top-lang-icon li:last-child {
    margin-right: 0;
}
.top-lang-icon li a {
    line-height: 28px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.top-lang-icon li a img {
    height: 18px;
    vertical-align: middle;
}
@media screen and (min-width: 992px) {
    .top-lang-icon li a img {
        height: 20px;
    }
}

@media screen and (max-width: 991px) {
    .header-style2 .attr-nav {
        margin-right: 60px;
    }
}

.navbar-brand img {
    max-height: 46px;
}
@media screen and (max-width: 991px) {
    .navbar-brand img {
        max-height: 36px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav &gt; li &gt; a {
        font-size: 13px;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
        letter-spacing: 0.5px;
    }
}
.navbar-nav li.current &gt; a,
.navbar-nav li.active &gt; a {
    color: #19a7ce;
}
.navbar-nav &gt; li.has-sub &gt; ul:after {
    background: #19a7ce;
}

.navbar &gt; ul &gt; li.current &gt; a:after {
    border-color: transparent #19a7ce #19a7ce transparent;
}

.menu_area-light .navbar-nav li.current &gt; a,
.menu_area-light .navbar-nav li.active &gt; a {
    color: #19a7ce;
}
.menu_area-light .navbar &gt; ul &gt; li.current &gt; a:after {
    border-color: transparent #19a7ce #19a7ce transparent;
}
.menu_area-light.scrollHeader .navbar-nav li.current &gt; a {
    color: #19a7ce;
}
.menu_area-light.scrollHeader .navbar-nav li.current &gt; a:hover {
    color: #19a7ce;
}
.menu_area-light.scrollHeader .navbar-nav li.active &gt; a {
    color: #19a7ce;
}
.menu_area-light.scrollHeader .navbar &gt; ul &gt; li.current &gt; a:after {
    border-color: transparent #19a7ce #19a7ce transparent;
}
@media screen and (min-width: 992px) {
    .menu_area-light .navbar ul ul li.active &gt; a,
    .menu_area-light .navbar-nav li.has-sub a:hover {
        color: #19a7ce;
    }
}

@media screen and (max-width: 991px) {
    .header-style1 .navbar-toggler {
        background: #19a7ce;
    }
}
@media screen and (max-width: 991px) {
    .header-style2 .navbar-nav {
        top: 65px;
    }
    .header-style2 .navbar-toggler {
        background: transparent;
        width: 46px;
        height: 40px;
        top: 13px;
    }
    .header-style2 .navbar-toggler:after {
        top: 20px;
        right: 11px;
        height: 9px;
        width: 24px;
        border-top: 2px solid #282b2d;
        border-bottom: 2px solid #282b2d;
    }
    .header-style2 .navbar-toggler:before {
        top: 13px;
        right: 11px;
        width: 24px;
        background: #282b2d;
    }
    .header-style2 .navbar-toggler.menu-opened:after {
        top: 20px;
        border: 0;
        height: 2px;
        width: 24px;
        background: #282b2d;
    }
    .header-style2 .navbar-toggler.menu-opened:before {
        top: 20px;
        background: #282b2d;
        width: 24px;
    }
}
.header-style2 .navbar-nav li.current &gt; a {
    color: #19a7ce;
}
.header-style2 .navbar &gt; ul &gt; li.current &gt; a:after {
    border-color: transparent #19a7ce #19a7ce transparent;
}
.header-style2.scrollHeader .navbar-nav li.current &gt; a {
    color: #19a7ce;
}
.header-style2.scrollHeader .navbar-nav li.current &gt; a:hover {
    color: #19a7ce;
}
.header-style2.scrollHeader .navbar &gt; ul &gt; li.current &gt; a:after {
    border-color: transparent #19a7ce #19a7ce transparent;
}

.page-title-section {
    padding: 150px 0;
}
@media screen and (max-width: 1199px) {
    .page-title-section {
        padding: 140px 0;
    }
}
@media screen and (max-width: 991px) {
    .page-title-section {
        padding: 130px 0;
    }
}
@media screen and (max-width: 767px) {
    .page-title-section {
        padding: 120px 0;
    }
}
@media screen and (max-width: 575px) {
    .page-title-section {
        padding: 110px 0;
    }
}
.page-title-section ul li:after {
    background-color: #19a7ce;
}

.section-heading span {
    color: #146c94;
}
.section-heading span:after {
    background: #19a7ce;
}

.title-sm:before {
    background: #19a7ce;
}
.title-style1 span {
    color: #19a7ce;
}
.title-style1 span:before {
    background-color: #146c94;
}
.title-style1 span:after {
    background-color: #19a7ce;
}

.banner-subtitle {
    color: #19a7ce;
}
.banner-subtitle:after {
    background: #19a7ce;
}

.slider-fade.owl-theme .owl-dots .owl-dot.active span:before {
    background: #19a7ce;
}
.slider-fade2.owl-theme .owl-nav [class*='owl-'] {
    color: #19a7ce;
}
.slider-fade2.owl-theme .owl-nav [class*='owl-']:hover {
    background: #19a7ce !important;
}
.slider-fade2.owl-theme .owl-dots .owl-dot.active span,
.slider-fade2.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #19a7ce;
}

.video_btn {
    background: #19a7ce;
}

@media screen and (max-width: 767px) {
    .filtering span:last-child {
        margin-top: 15px;
    }
}
.filtering span:last-child {
    margin-right: 0;
}
.filtering .active {
    background-color: #19a7ce;
}

.portfolio-style1 .portfolio-content {
    background-color: rgba(25, 167, 206, 0.9);
}
.portfolio-style02:after {
    background: #19a7ce;
}
.portfolio-style02:before {
    background: #19a7ce;
}
.portfolio-style03:before {
    background: #19a7ce;
}

.pagination a {
    color: #202020;
}
.pagination a:hover {
    background-color: #19a7ce;
    border-color: #19a7ce;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #146c94;
}
.owl-theme .owl-nav span {
    background: #146c94;
}

.accordion-style .btn-link {
    color: #202020;
}
.accordion-style .btn-link.collapsed:after {
    color: #19a7ce;
}
.accordion-style .btn-link:after {
    color: #19a7ce;
}

.resp-tabs-list li.resp-tab-active {
    color: #19a7ce;
    border-color: #19a7ce;
}

h2.resp-tab-active {
    background: #19a7ce !important;
    border-color: #19a7ce;
}

.tab-style1 .resp-tabs-list li {
    color: #146c94;
}
.tab-style1 .resp-tabs-list li span {
    color: #19a7ce;
}
.tab-style1 .resp-tabs-list li.resp-tab-active {
    border-color: #146c94;
    background: #146c94;
}

.counter-style1 .icon-box:before {
    background: #19a7ce;
}

.countdown li {
    background: #19a7ce;
}

.icon-gallery i {
    color: #19a7ce;
}

.copy-element &gt; a:hover,
.source-element &gt; a:hover {
    background: #19a7ce;
}

.inner-title h2:after {
    background: #19a7ce;
}

.process-block h3 span {
    color: #19a7ce;
}

.form-control:focus {
    border-color: #19a7ce;
}
.form-check-input:checked {
    border-color: #19a7ce;
    background-color: #19a7ce;
}

.icon-box .box-circle.primary {
    background: #19a7ce;
}

.card-style2 .card-label {
    background-color: #19a7ce;
}
.card-style2 .card-month {
    background-color: #146c94;
}
.card-style3 .blog-date .blog-shape {
    background: #146c94;
}
.card-style5:hover {
    background-color: #146c94;
}
.card-style5 .icon-circle {
    background: #19a7ce;
}
.card-style6 .price-label:before {
    background: #19a7ce;
}
.card-style7 .card-label {
    background: #19a7ce;
}
.card-style7:hover .card-label {
    background: #146c94;
}
.card-style8::before {
    background: #19a7ce;
}
.card-style8 .card-body .card-butn {
    background: #146c94;
}
.card-style9 .card-date {
    background-color: #19a7ce;
}
.card-style9::before {
    background: #19a7ce;
}

.list-style1 li:before {
    color: #19a7ce;
}
.list-style2 li:before {
    color: #19a7ce;
}
.list-style3 li:hover {
    background-color: #19a7ce;
}
.list-style3 li.active a {
    background-color: #19a7ce;
}
.list-style3 span {
    color: #19a7ce;
}
.list-style3 li a:before {
    background-color: #19a7ce;
}
.list-style5 li:before {
    color: #19a7ce;
}

.team-style1 .team-share {
    background-color: #19a7ce;
}
.team-style1 ul li a {
    color: #146c94;
}
.team-style1:hover .team-content {
    background-color: #19a7ce;
}
.team-style1:hover .team-share {
    background-color: #146c94;
}

.about-style2 .about-img1:after {
    background-color: #19a7ce;
}

.about-contact .icon {
    background: #146c94;
}
.about-contact .contact-text {
    background: #19a7ce;
}

.prev-page .image-prev:after {
    background-color: #19a7ce;
}
.next-page .image-next:after {
    background-color: #19a7ce;
}
.prev-page .image-prev.no_image:after,
.next-page .image-next.no_image:after {
    background: #19a7ce;
}

.social-icon-style1 li a:hover {
    color: #19a7ce;
}
.social-icon-style2 li a {
    background: #146c94;
}
.social-icon-style2 li a:hover {
    background-color: #19a7ce;
}

.comment-reply-link {
    color: #19a7ce;
}
.comment-reply-link:hover {
    background: #19a7ce;
}
a#cancel-comment-reply-link:hover {
    background: #19a7ce;
}

.tags a:hover {
    border-color: #19a7ce;
    background: #19a7ce;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #19a7ce;
}

.lg-progress-bar .lg-progress {
    background-color: #19a7ce;
}

.custom-bar {
    background-color: #19a7ce;
}

.search-form_input {
    color: #19a7ce;
}

.search-frame h4 a:hover {
    color: #19a7ce;
}
.search-frame .search_list .match {
    color: #19a7ce;
}
.search-frame .search_list li:before {
    color: #19a7ce;
}
.search-frame .search_list li + li {
    border-top-color: #19a7ce;
}
.search-frame .search {
    color: #19a7ce;
}

.sidebar.blog .widget .widget-title {
    background: #19a7ce;
}
.sidebar .widget .widget-title {
    background: #146c94;
}
.sidebar .brochures li a i {
    background: #19a7ce;
}

.extra-icon-circle {
    background: #146c94;
}

.service-style2 .service-icon {
    background: #19a7ce;
}
.service-style2:hover .service-icon {
    background: #146c94;
}

.round-shape-one {
    border-color: #19a7ce;
}
.round-shape-one:before {
    background: #19a7ce;
}

footer {
    background-color: #146c94;
}
.footer-logo {
    max-width: inherit;
}
.footer-logo img {
    max-width: 180px;
}
.footer-list li a:hover {
    color: #19a7ce;
}
.footer-style1 h3:after {
    background: #19a7ce;
}
.footer-style2 h3 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 34px;
    padding-top: 8px;
    z-index: 1;
    color: #fff;
    text-transform: uppercase;
}
.footer-style2 h3:before {
    background: unset;
    height: unset;
    width: unset;
    position: unset;
    bottom: unset;
    z-index: unset;
}
.footer-style2 h3:after {
    position: absolute;
    content: '';
    z-index: -1;
    height: 32px;
    width: 26px;
    top: 0px;
    right: -7px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 60% 0%);
    opacity: 0.4;
    background: #19a7ce;
}
.footer-style3 h3:after {
    background-color: #19a7ce;
}
.footer-top-info {
    background-color: #146c94;
}
</pre></body></html>