<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=Lato:wght@300;400;700&amp;family=Roboto:wght@300;400;500;700&amp;display=swap');

* {
    margin: 0;
    padding: 0;
}

.sp-domain {
    color: #F5F5F5;
    font-size: 24px;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.57143;
    font-weight: 400;
    color: #333333;
}

.menu_buttons {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: none;
    outline: none;
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    width: 20px;
    height: 19px;
    outline: none !important;
}

.menu_buttons span {
    background: #F5F5F5;
    width: 100%;
    height: 1px;
    display: inline-block;
    box-sizing: border-box;
    -webkit-transition: all .4s;
       -moz-transition: all .4s;
        -ms-transition: all .4s;
         -o-transition: all .4s;
            transition: all .4s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
}

a {
    color: #333333;
    transition: all 0.3s ease 0s;
}

a:hover {
    color: #4A6A9A;
    text-decoration: none;
}

a,
a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}

.btn,
.btn * {
    transition: all 0.3s ease 0s;
}

i {
    transition: all 0.4s ease-in-out 0s;
}

.transition3s {
    transition: all 0.3s ease-in-out 0s;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

li {
    list-style: outside none none;
}

.mb-30 {
    margin-bottom: 30px;
}

section {
    float: left;
    width: 100%;
    padding: 80px 0;
}

#scrollUp {
    border-radius: 50%;
    bottom: 50px;
    color: #F5F5F5;
    display: block;
    background: #009688;
    font-size: 25px;
    height: 40px;
    line-height: 0;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
    width: 40px;
    z-index: 1000 !important;
}

#scrollUp:hover {
    background: #2A4B7C;
    border-bottom: 3px solid #999999;
    color: #F5F5F5;
}

#scrollUp i {
    display: block;
    padding-top: 5px;
}

.no-padding {
    padding: 0;
}

.learn-more-btn-section {
    display: inline-block;
}

/*
================================================
3. Loader CSS
================================================
*/
#dvLoading {
    background: url(../images/loader.svg) no-repeat center center #F5F5F5;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999;
}

/* ======= Header =========*/
.navbar {
    background-color: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-nav {
    align-items: center;
}

.menu-navbar-nav {
    width: 100%;
    display: flex;
    justify-content: center;
}

#navbar .nav-link i {
    color: #009688;
}

#navbar .nav-item {
    margin-left: 15px;
    margin-right: 15px;
}

#navbar .nav-link {
    font-size: 16px;
    color: #F5F5F5;
    line-height: 1;
    letter-spacing: 0.2px;
}

#navbar .nav-link.learn-more-btn:hover,
#navbar .nav-link.learn-more-btn:focus,
#navbar .nav-link.learn-more-btn:active {
    font-size: 16px;
    background-color: #009688;
    color: #2A4B7C;
    line-height: 1;
    font-weight: bold;
}

.header-scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background-color: #2A4B7C !important;
    -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .1);
    box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .1);
    border-bottom: none;
}

.header {
    display: flex;
    width: 100%;
    padding: 150px 0 100px;
    justify-content: center;
    align-items: center;
    background: #2A4B7C;
    /*background-image: url(../images/header-bg.svg);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    position: relative;
}

.header-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.learn-more-btn {
    background-color: #009688;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #F5F5F5;
    padding: 12px 40px !important;
    border-radius: 100px;
    letter-spacing: 1px;
    display: inline-block;
    width: fit-content !important;
}

.learn-more-btn:hover,
.learn-more-btn:active,
.learn-more-btn:focus {
    color: #2A4B7C;
    background-color: #009688;
}

#navbar .nav-link.learn-more-btn {
    color: #F5F5F5;
}

p.header-subtitle {
    color: #009688;
    font-size: 20px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    padding-left: 45px;
}

p.header-subtitle::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    left: 0px;
    bottom: 14px;
    background-color: #009688;
}

p.header-subtitle::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    right: -45px;
    bottom: 14px;
    background-color: #009688;
}

.header-title {
    font-weight: 600;
    font-size: 50px;
    padding-bottom: 30px;
    color: #F5F5F5;
}

.header-title-text {
    color: #CCCCCC;
    font-size: 16px;
    margin-bottom: 30px;
}

/*==== About Us ======*/
ul.list {
    margin: 20px 0 0 30px;
}

ul.list li {
    line-height: 1.8;
    font-size: 17px;
    color: #999999;
    position: relative;
}

ul.list li::before {
    position: absolute;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    left: -25px;
    color: #2A4B7C;
}

.aboutus-section {
    padding: 100px 0;
    background-color: #FFF5F5;
}

/* ==== Services ====== */
.services-section {
    padding: 100px 0;
}

.service-box {
    margin-top: 30px;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-box-shadow: 0px 0px 12px rgba(42, 75, 124, 0.3);
    -moz-box-shadow: 0px 0px 12px rgba(42, 75, 124, 0.3);
    box-shadow: 0px 0px 12px rgba(42, 75, 124, 0.3);
}

.service-box:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.service-icon {
    display: inline-block;
    padding: 20px;
    background: rgba(255, 111, 97, 0.7);
    border-radius: 50%;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    position: relative;
    width: 50px;
    height: 50px;
}

.service-icon img {
    width: 35px;
    position: absolute;
    top: 0;
}

h3.service-heading {
    color: #2A4B7C;
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}

h3.service-heading span {
    color: #2A4B7C;
    font-size: 16px;
    display: block;
}

p.service-para {
    margin-top: 20px;
    margin-bottom: 0;
    color: #999999;
    font-size: 16px;
    letter-spacing: 0.2px;
}

/*===== CTA ==== */
.cta-section {
    padding: 60px 0;
    background: #2A4B7C;
    color: #F5F5F5;
    position: relative;
    display: block;
    background-image: url(../images/cta-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.cta-box {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.cta-section-heading {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}

/*==== Pricing ===== */
.pricing-section {
    padding: 100px 0;
}

.pricing-box {
    padding: 20px;
    background-color: #E0E0E0;
    border-radius: 10px;
    margin-top: 30px;
}

.pricing-box.featured {
    background-color: #2A4B7C;
}

h3.pricing-heading {
    font-size: 35px;
    font-weight: bold;
}

.featured h3.pricing-heading {
    color: #F5F5F5;
}

.featured ul.list li {
    color: #F5F5F5;
}

.featured ul.list li::before {
    color: #F5F5F5;
}

h3.pricing-cost {
    font-size: 62px;
    font-weight: bold;
    color: #009688;
}

h3.pricing-cost span {
    font-size: 25px;
}

.pricing-btn {
    background-color: #009688;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #F5F5F5;
    padding: 7px 40px !important;
    border-radius: 100px;
    letter-spacing: 1px;
    margin-top: 20px;
    display: inline-block;
}

.pricing-btn:hover,
.pricing-btn:focus,
.pricing-btn:active {
    opacity: 0.8;
}

/* ==== Blog ====== */
.blog-section {
    padding: 100px 0;
    background-color: #FFF5F5;
}

.blog-box {
    margin-top: 30px;
    border-radius: 10px;
}

.blog-img {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.blog-img img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}

.blog-text {
    padding: 20px;
    background: #F5F5F5;
    border-radius: 0 0 10px 10px;
}

.blog-text .tags {
    margin-bottom: 15px;
}

.blog-text .tags span {
    background-color: rgba(42, 75, 124, 0.15);
    color: #2A4B7C;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
}

h3.blog-heading {
    font-size: 19px;
    margin-bottom: 15px;
    color: #2A4B7C;
    font-weight: bold;
}

p.blog-para {
    color: #999999;
}

a.blog-btn {
    background-color: #009688;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    padding: 8px 35px !important;
    border-radius: 15px;
    letter-spacing: 1px;
}

a.blog-btn:hover,
a.blog-btn:focus,
a.blog-btn:active {
    background-color: #2A4B7C;
    color: #F5F5F5;
    line-height: 1;
    font-weight: bold;
}

.blog-box:hover .blog-img img {
    -webkit-transform: scale(1.3) rotate(10deg);
    -ms-transform: scale(1.3) rotate(10deg);
    transform: scale(1.3) rotate(10deg);
}

/* ===== Reviews =====*/
.reviews-section {
    padding: 100px 0;
}

.owl-carousel {
    border-radius: 10px;
    margin-top: 10px;
    background: #2A4B7C;
}

.review-item {
    padding: 20px;
    background-image: url(../images/review-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

.review-details {
    font-size: 19px;
    color: #CCCCCC;
    line-height: 1.8;
    margin-bottom: 30px;
}

.review-details i {
    color: #009688;
    font-size: 35px;
}

.review-author {
    margin-bottom: 20px;
}

.review-author .review-name {
    font-size: 22px;
    color: #F5F5F5;
    font-weight: bold;
}

.review-author .review-desig {
    font-size: 17px;
    color: #009688;
    font-style: italic;
    letter-spacing: 0.5px;
}

.owl-carousel .owl-nav {
    position: absolute;
    bottom: 20px;
    right: 15px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: #009688;
    padding: 5px 14px !important;
    border-radius: 5px;
    font-size: 20px;
    margin-right: 5px;
}

.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus {
    outline: none;
}

.owl-dots {
    display: none !important;
}

/*====== contact-section ========*/
.contact-section {
    padding: 100px 0;
    background-color: #FFF5F5;
}

.contact-form {
    margin-top: 30px;
}

.contact-form .form-group input,
.contact-form .form-group textarea {
    font-size: 14px;
    height: 50px;
    padding: 0 15px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-left: 5px solid #009688;
}

.contact-form .form-group textarea {
    height: 100px;
    padding: 15px;
}

.contact-form .form-control {
    font-size: 15px;
    height: 60px;
    border: none;
    outline: none;
    padding-left: 20px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.contact-form .btn {
    background-color: #2A4B7C;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 600;
    color: #F5F5F5;
    padding: 10px 30px !important;
    border-radius: 100px;
    border: none;
}

.contact-form .btn:hover,
.contact-form .btn:active,
.contact-form .btn:focus {
    background-color: #009688;
    color: #2A4B7C;
    outline: none;
}

/*===== section ====== */
h2.section-heading {
    color: #2A4B7C;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    margin-top: 10px;
}

.section-img-right {
    position: relative;
    padding-left: 50px;
}

.section-img-right img,
.section-img-left img {
    width: 100%;
}

.section-img-left {
    position: relative;
    padding-right: 60px;
}

.section-small-heading {
    color: #009688;
    font-size: 20px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    padding-left: 45px;
    margin-bottom: 0;
}

p.section-small-heading::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    left: 0px;
    bottom: 14px;
    background-color: #009688;
}

p.section-small-heading::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    bottom: 14px;
    right: -45px;
    background-color: #009688;
}

p.section-para {
    color: #999999;
    font-size: 17px;
    margin-bottom: 0;
}

.blog-section p.section-para {
    width: 70%;
}

/* ===== footer ======= */
.footer {
    padding: 30px 0;
    background-color: #2A4B7C;
}

.footer-widget {
    margin-top: 20px;
}

.footer-widget p {
    color: #F5F5F5;
    letter-spacing: 0.3px;
    line-height: 1.8;
}

.footer-widget h5 {
    color: #009688;
    margin-top: 40px;
    letter-spacing: 0.5px;
    font-size: 22px;
}

.footer-widget ul {
    margin-top: 15px;
}

.footer-widget ul li {
    line-height: 2;
}

.footer-widget ul li a {
    color: #F5F5F5;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.social-icons {
    margin-left: 10px;
    margin-top: 15px;
}

.social-icons a {
    color: #F5F5F5;
    font-size: 20px;
    margin-right: 15px;
}

.footer-copyright {
    color: #F5F5F5;
    text-align: center;
    border-top: 1px solid #009688;
    margin-top: 30px;
    padding-top: 30px;
}

/*
================================================
 Responsive CSS
================================================
*/
#js_menu_button {
    display: none;
}

@media screen and (max-width: 990px) {
    #js_menu_button {
        display: flex;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {}

@media (min-width: 992px) and (max-width: 1199px) {
    #navbar .nav-link i {
        margin-bottom: 6px;
    }

    .header-title {
        font-size: 40px;
    }

    #navbar .nav-link {
        text-align: center;
        font-size: 15px;
    }

    #navbar .nav-item {
        margin-left: 12px;
        margin-right: 12px;
    }

    h3.service-heading span {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    #navbar .nav-item {
        width: 100%;
    }

    #navbar .nav-item {
        margin-left: 0;
    }

    #navbar .nav-link {
        text-align: center;
        border-bottom: 1px solid #F5F5F5;
    }

    #navbar .learn-more-btn {
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header {
        padding: 125px 0 100px;
    }

    .navbar-toggler {
        padding: 0px;
        font-size: 2rem;
        color: #009688;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #2A4B7C;
        padding: 20px;
    }

    .navbar-nav {
        align-items: start;
    }

    .aboutus-section,
    .services-section,
    .pricing-section,
    .blog-section,
    .reviews-section,
    .contact-section {
        padding: 75px 0;
    }

    .cta-box {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .header {
        background-size: 300%;
        background-position: top left;
        padding: 125px 0 75px;
    }

    .navbar-toggler {
        padding: 0px;
        font-size: 2rem;
        color: #009688;
    }

    .navbar-toggler:active,
    .navbar-toggler:focus {
        outline: none;
    }

    .navbar-collapse {
        background-color: #2A4B7C;
        padding: 20px;
    }

    #navbar .nav-link {
        line-height: 1.5;
        margin-top: 10px;
    }

    .navbar-nav {
        align-items: start;
    }

    .aboutus-section,
    .services-section,
    .pricing-section,
    .blog-section,
    .reviews-section,
    .contact-section {
        padding: 60px 0;
    }

    p.section-para,
    .blog-section p.section-para {
        width: 100%;
    }

    .owl-carousel .owl-nav {
        position: static;
        padding: 0 20px 20px;
    }

    .cta-box {
        width: 100%;
    }

    .review-item {
        padding: 20px 20px 0;
        background-image: none;
    }
}

@media (min-width: 240px) and (max-width: 360px) {
    .header-title {
        font-size: 30px;
    }

    .blog-text .tags span:nth-child(2) {
        display: inline-block;
        margin-top: 10px;
    }
}</pre></body></html>