:root {
    --j-header-bg: #1b2838;
    --j-topbar-bg: #141f2c;
    --j-blue-accent: #5091cd;
    --j-orange-accent: #f26522;
    --j-footer-bg: #111a24;
    --j-footer-bottom: #0b1118;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #f8f9fa;
}

/* Main Header / Navbar */
.main-header {
    background-color: #13294a;
    background-image: -moz-linear-gradient(top, #152d53, #10223e);
    background-image: -webkit-linear-gradient(top, #152d53, #10223e);
    background-image: -o-linear-gradient(top, #152d53, #10223e);
    background-image: linear-gradient(to bottom, #152d53, #10223e);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff142c52', endColorstr='#ff0f213e', GradientType=0);
    border-color: #0b172a;
}
.navbar .navbar-toggler {
    margin-left: auto;
}
.navbar-dark .navbar-nav .nav-link {
    color: #e1e7ed;
    font-weight: 500;
    padding: 0.8rem 1rem;
    transition: all 0.2s;
    border-right: 1px solid #1e3b63;
    -webkit-box-shadow: -1px 0 0 rgba(0, 0, 0, .4) inset;
    -moz-box-shadow: -1px 0 0 rgba(0, 0, 0, .4) inset;
    box-shadow: -1px 0 0 rgba(0, 0, 0, .4) inset;
}
.navbar-dark .navbar-nav .nav-item:first-of-type .nav-link {
    border-left: 1px solid rgba(0, 0, 0, .3);
    box-shadow: 1px 0 0 #1e3b63 inset, -1px 0 0 rgba(0, 0, 0, .4) inset;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
    /*background-color: rgba(255, 255, 255, 0.08);*/
    border-radius: 4px;
}

/* Flexible Main Content Area */
.container-sc {
    max-width: 1440px!important;
}
@media (max-width: 1600px) {
    .container-sc { max-width: 1307px !important; }
}

main {
    /*flex: 1 0 auto;*/
    color: #31313c;
    font-family: "Asap", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.hero-rel {
    position: relative;
    background-color: #f5fbff;
    overflow: hidden;
}
.hero-rel .bg-abs {
    position: absolute;
    bottom: 85px;
    left: -150%;
    right: -150%;
    margin: auto;
    width: 120%;
    height: auto;
    z-index: 1;
}
.hero-wrap {
    position: relative;
    z-index: 2;
    padding-top: 100px;
    padding-bottom: 250px;
}
.hero-wrap .label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 10px;
    background-color: #ffffff;
    border: 1px solid #0a7f26;
    border-radius: 50px;
    margin-bottom: 25px;
    color: #0a7f26;
}
.hero-wrap .label img {
    max-width: 150px;
    height: auto;
}
.hero-wrap .heading {
    font-size: 55px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 20px;
}
@media (max-width: 767.98px) {
    .hero-wrap .heading {
        font-size: 30px;
        line-height: 34px;
    }
}
.hero-wrap .heading .highlighted {
    color: #0a7f26;
}
.hero-wrap .description {
    margin-bottom: 20px;
}
.hero-wrap .bullets {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}
.hero-wrap .bullets .bullet {
    padding: 4px 10px;
    border: 1px solid #0a7f26;
    border-radius: 50px;
}
.hero-wrap .btn-wrap {
    margin-top: 40px;
    margin-bottom: 150px;
}
.hero-wrap .btn-wrap .btn-sc {
    display: inline-flex;
    padding: 12px 18px;
    background-color: #0a7f26;
    border-radius: 15px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
.hero-wrap .hero-image-ctr {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.hero-wrap .hero-image-wrap {
    display: flex;
    justify-content: center;
}
.hero-wrap .hero-image-wrap img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 1199.98px) {
    .hero-rel .bg-abs {
        width: 180%;
    }
}
@media (max-width: 991.98px) {
    .hero-wrap .hero-image-wrap img {
        max-width: 80%;
        margin: auto;
    }
    .hero-wrap .btn-wrap {
        margin-bottom: 30px;
    }
    .hero-rel .bg-abs {
        width: 350%;
    }
}
@media (max-width: 767.98px) {
    .hero-rel .bg-abs {
        width: 400%;
    }
}
@media (max-width: 575.98px) {
    .hero-wrap .hero-image-wrap img {
        max-width: 100%;
    }
    .hero-rel .bg-abs {
        width: 500%;
    }
}
.reviews-container {
    position: relative;
    margin-top: -330px;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 5;
    background-color: #ffffff;
    border-radius: 167px 167px 0 0;
}
@media (max-width: 991.98px) {
    .reviews-container {
        border-radius: 80px 80px 0 0;
    }
}
.reviews-container .reviews-wrap .review {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 20px;
}
.reviews-container .reviews-wrap .review + .review {
    border-left: 1px solid #dfe0eb;
}
.reviews-container .reviews-wrap .stars {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}
/*.reviews-container .reviews-wrap .review-logo {*/
/*    margin-left: 20px;*/
/*}*/
@media (max-width: 1399.98px) {
    .reviews-container {
        padding: 50px 50px;
    }
}
@media (max-width: 767.98px) {
    .reviews-container .reviews-wrap .review + .review {
        border-left: none;
        border-top: 1px solid #dfe0eb;
    }
}
@media (max-width: 575.98px) {
    .reviews-container .reviews-wrap .stars svg {
        max-width: 150px;
    }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
    .reviews-container .reviews-wrap .stars svg {
        max-width: 180px;
    }
}
@media (min-width: 768px) and (max-width: 1190.98px) {
    .reviews-container .reviews-wrap .stars svg {
        max-width: 130px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .reviews-container .reviews-wrap .stars {
        flex-direction: column;
        align-items: flex-start;
    }
    .reviews-container .reviews-wrap .review {
        justify-content: flex-start;
    }
    .reviews-container .reviews-wrap .review-logo {
        margin-top: 10px;
    }
    .reviews-container .reviews-wrap .stars svg {
        max-width: 150px;
    }
}
.zero-risk-container {
    position: relative;
    z-index: 5;
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.zero-risk-container .heading-wrap {
    justify-content: center;
    text-align: center;
}
.zero-risk-container .heading-wrap .heading {
    font-size: 55px;
    line-height: 60px;
    font-weight: bold;
    max-width: 520px;
    margin: auto auto 60px;
}
@media (max-width: 767.98px) {
    .zero-risk-container .heading-wrap .heading {
        font-size: 30px;
        line-height: 34px;
    }
}
.zero-risk-container .box {
    background-color: #F6F6F6;
    border-radius: 26px;
    padding: 25px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.zero-risk-container .box.full-h {
    height: 100%;
}
.zero-risk-container .box + .box {
    margin-top: 30px;
}
.zero-risk-container .box svg {
    margin-right: 10px;
}
.zero-risk-container .box .title {
    margin-bottom: 15px;
}
.zero-risk-container .box .modal-link {
    color: #0a7f26;
    font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 750px!important;
    }
}
@media (max-width: 991.98px) {
    .zero-risk-container .box {
        margin-bottom: 30px;
    }
    .zero-risk-container .box.full-h {
        height: auto;
    }
}
.joomla-install-container {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ffffff;
}
.joomla-install-container .heading {
    font-size: 55px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 30px;
}
@media (max-width: 767.98px) {
    .joomla-install-container .heading {
        font-size: 30px;
        line-height: 34px;
    }
}
.joomla-install-container .section-tick {
    display: inline-flex;
    align-items: center;
    background-color: #ebf0f7;
    border-radius: 50px;
    padding: 4px 10px;
    margin-bottom: 30px;
}
.joomla-install-container .section-tick svg {
    margin-right: 10px;
}
.joomla-install-container .bullet {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.joomla-install-container .bullet svg {
    margin-right: 25px;
    min-width: 55px;
}
.who-are-we-container {
    padding-top: 50px;
    padding-bottom: 400px;
    background: #152825;
    /*background: linear-gradient(90deg, rgba(21, 40, 37, 1) 100%, rgba(21, 39, 49, 1) 0%);*/
    background: linear-gradient(to right,  #152731 7%,#152825 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.who-are-we-container .who-are-we-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.who-are-we-container .heading {
    font-size: 55px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #ffffff;
    max-width: 570px;
    text-align: center;
}
@media (max-width: 767.98px) {
    .who-are-we-container .heading {
        font-size: 30px;
        line-height: 34px;
    }
}
.who-are-we-container .logo-wrap {
    margin-bottom: 35px;
}
.who-are-we-container .description {
    color: #ffffff;
    max-width: 800px;
    text-align: center;
}
.who-are-we-container .box {
    margin-top: 30px;
    margin-bottom: 30px;
}
.who-are-we-container .box-content {
    background-color: #ffffff;
    border-radius: 26px;
    height: 100%;
    padding: 40px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.who-are-we-container .box-content .large {
    font-size: 75px;
    font-weight: bold;
    line-height: 79px;
}
.video-container {
    padding-top: 50px;
    padding-bottom: 150px;
    background-color: #f8fcff;
}
.video-container .video-wrap {
    background-color: #ffffff;
    border: 1px solid #0a7f26;
    border-radius: 56px;
    margin-top: -275px;
}
.video-container .video-wrap .video {
    margin: 10px;
    border-radius: 45px;
    overflow: hidden;
    width: 100%;
}
.video-container .video-wrap .content {
    padding: 10px;
}
@media (max-width: 1199.98px) {
    .video-container .video-wrap .content {
        text-align: center;
    }
}
.video-container .video-wrap .heading {
    font-size: 55px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 30px;
}
@media (max-width: 767.98px) {
    .video-container .video-wrap .heading {
        font-size: 30px;
        line-height: 34px;
    }
}
.video-container .video-wrap .quote {
    position: relative;
    padding: 30px;
    display: inline-block;
}
.video-container .video-wrap .quote p:last-of-type {
    margin-bottom: 0;
}
.video-container .video-wrap .quote .before {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
}
.video-container .video-wrap .quote .before svg {
    max-width: 100%;
    height: auto;
}
.video-container .video-wrap .quote .after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
}
.video-container .video-wrap .quote .after svg {
    max-width: 100%;
    height: auto;
}
.stories-container {
    padding-top: 50px;
    padding-bottom: 150px;
    background-color: #f8fcff;
}
.stories-container .heading {
    font-size: 55px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 60px;
    text-align: center;
}
@media (max-width: 767.98px) {
    .stories-container .heading {
        font-size: 30px;
        line-height: 34px;
    }
}
.stories-container .box {
    margin-bottom: 30px;
}
.stories-container .box-content {
    background-color: #ffffff;
    border: 1px solid #0a7f26;
    padding: 20px;
    height: 100%;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.cost-container {
    padding-top: 150px;
    padding-bottom: 100px;
    background-color: #ffffff;
    text-align: center;
}
.cost-container .heading {
    font-size: 55px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 60px;
    text-align: center;
}
@media (max-width: 767.98px) {
    .cost-container .heading {
        font-size: 30px;
        line-height: 34px;
    }
}
.cost-container p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.cost-container .btn-sc {
    display: inline-flex;
    padding: 12px 18px;
    background-color: #0a7f26;
    border-radius: 15px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    margin-top: 40px;
    margin-bottom: 40px;
}
.steps-container {
    padding-top: 50px;
    padding-bottom: 150px;
    background-color: #ffffff;
    text-align: center;
}
.steps-container .heading {
    font-size: 55px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 60px;
    text-align: center;
}
@media (max-width: 767.98px) {
    .steps-container .heading {
        font-size: 30px;
        line-height: 34px;
    }
}
.steps-container .step-wrap {
    position: relative;
    z-index: 3;
    margin-bottom: 30px;
    padding: 20px;
    list-style-type: none;
}
.steps-container .step-num {
    margin-bottom: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    width: 56px;
    height: 56px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}
.steps-container .step-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 30px;
}
.steps-container .steps-row {
    position: relative;
}
.steps-container .steps-row:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: 47px;
    z-index: 1;
    background: #7ac143;
    background: linear-gradient(to right,  #fbb040 0%,#7ac143 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media (max-width: 991.98px) {
    .steps-container .steps-row:before {
        content: none;
    }
}
.test-container {
    padding-top: 100px;
    padding-bottom: 0;
    background: #152825;
    background: linear-gradient(to right,  #152731 7%,#152825 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.test-container .heading {
    font-size: 55px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 60px;
    color: #ffffff;
}
@media (max-width: 767.98px) {
    .test-container .heading {
        font-size: 30px;
        line-height: 34px;
    }
}
.test-container .description {
    color: #ffffff;
}
.test-container .bullets {
    margin-top: 50px;
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.test-container .bullet {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #7ac143;
    font-size: 26px;
    line-height: 30px;
}
.test-container .btn-sc {
    display: inline-flex;
    padding: 12px 18px;
    background-color: #0a7f26;
    border-radius: 15px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    margin-top: 40px;
    margin-bottom: 100px;
}
.test-container .image-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.test-container .image {
    max-width: 100%;
    display: flex;
    justify-content: center;
}
.test-container .image img {
    max-width: 100%;
}
@media (max-width: 991.98px) {
    .test-container .image img {
        max-width: 80%;
    }
}
@media (max-width: 575.98px) {
    .test-container .image img {
        max-width: 100%;
    }
}
.faq-container {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #ffffff;
}
.faq-container .heading {
    font-size: 55px;
    line-height: 60px;
    font-weight: bold;
    margin: auto auto 60px;
    text-align: center;
}
@media (max-width: 767.98px) {
    .faq-container .heading {
        font-size: 30px;
        line-height: 34px;
    }
}
.faq-container .faq-wrap {
    padding: 15px 25px;
    border: 1px solid #0a7f26;
    border-radius: 21px;
    margin-bottom: 15px;
}
.faq-container .faq-heading-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.faq-container .faq-heading-wrap svg {
    min-width: 17.5px;
}
.faq-container .faq-heading {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
.faq-container .faq-hider p:last-of-type {
    margin-bottom: 0;
}
.faq-container .faq-hider p:first-of-type {
    margin-top: 10px;
}
.faq-container .faq-hider {
    display: none;
}
.faq-container .modal-link {
    text-decoration: underline;
    cursor: pointer;
}
.footer-line-container {
    background-color: #111f3d;
    padding-top: 25px;
    padding-bottom: 25px;
}
.footer-line-container .label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 10px;
    background-color: #ffffff;
    border: 1px solid #0a7f26;
    border-radius: 50px;
    margin: auto;
    color: #0a7f26;
}
.footer-line-container .label img {
    max-width: 150px;
    height: auto;
}
.footer-line-container .text {
    color: #ffffff;
}
@media (max-width: 1199.98px) {
    .footer-line-container .text {
        text-align: center;
    }
    .footer-line-container .label {
        margin-bottom: 20px;
    }
}


/* Footer Styles */
.main-footer {
    position: relative;
    background-color: #0e1e36;
    background-image: linear-gradient(to bottom, #10223e, #0b172a);
    background-repeat: repeat-x;
    border-top: 1px solid #0b172a;
    color: #a0acba;
    font-size: 0.9rem;
    /*margin-top: auto;*/
    z-index: 6;
}
.main-footer h5 {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.main-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-footer ul li {
    margin-bottom: 0.6rem;
}
.main-footer ul li a {
    color: #a0acba;
    text-decoration: none;
    transition: color 0.2s;
}
.main-footer ul li a:hover {
    color: var(--j-blue-accent);
}

.footer-intro {
    text-align: center;
    color: #ffffff;
}
.footer-intro p {
    margin-bottom: 0;
    padding: 0 15px;
}
.footer-bottom {
    background-color: var(--j-footer-bottom);
    padding: 1.5rem 0;
    font-size: 0.85rem;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: auto;
    padding: 0 15px;
}
.social-links a {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
}
.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 0 15px;
}
.footer-links a {
    color: #ffffff;
    text-decoration: none;
}
.footer-copyright {
    display: flex;
    justify-content: center;
    color: #ffffff;
}