@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --padding-top-desktop: 50px;
    --padding-bottom-desktop: 50px;
    --padding-top-title-desktop: 25px;
    --padding-bottom-title-desktop: 25px;
}
body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.wrapper {
    max-width:1250px;
    margin:0 auto;
}
.v-align-center {
    display: flex;
    align-items: center;
}
.header-logo {
    padding-top: 30px;
    padding-bottom: 30px;
}
.header-logo img {
    width: 165px;
    height: auto;
}
.header-nav {
    display: flex;
    align-items: center;
    height: 100%;
}
.header-nav ul {
    width:100%;
    margin:0;
    padding:0;
    list-style-type: none;

    display: flex;
    justify-content: flex-end;
}
.header-nav ul li {
    margin-left: 50px;
}
.header-nav ul li:first-child {
    margin-left: 0;
}
.header-nav ul li a {
    text-decoration: none;
    color: #000000;
    font-size: 36px;
    font-weight: 300;
}
.header-nav ul li:hover > a {
    color: #387fa1;
}
.header-phone {
    text-align: right;
}
.header-phone a {
    text-decoration: none;
    color: #283e56;
    font-size: 24px;
}
.breadcrumbs-container {
    display: flex;
    justify-content: flex-end;
}
.breadcrumb {
    display: flex;
    list-style-type: none;
}
.breadcrumb li {
    padding-left: 10px;
    padding-right: 10px;
    color: #EEE;
}
.breadcrumb li + li {
    border-left: 1px solid #FFF;
}
.breadcrumb li a {
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
}
.page-title h1 {
    color: #FFF;
    font-weight: 300;
    font-size: 40px;
}
.page-container {
    padding-top:var(--padding-top-desktop);
    padding-bottom:var(--padding-bottom-desktop);
    border-top: 5px solid #317497;
}
.main-hero-section {
    background: #eff6ff;
    padding-top: 50px;
    padding-bottom:50px;
}
.hero-section h1 {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
}
.hero-section p {
    font-size: 22px;
    text-align: center;
}
.hero-section-btns {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
}
.hero-section-btns a {
    background: #02bd46;
    margin-left: 10px;
    margin-right: 10px;
    width: 265px;
    height: 54px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
    border:none;
}
.hero-section-btns a + a {
    background: #283e56;
}
.hero-section-left {
    padding-right: 40px;
    font-size: 30px;
    font-style: italic;
    max-width: 440px;
    float: right;
    padding-top: 20px;
    line-height: 50px;
}
.hero-section-left::after {
    display: block;
    clear: both;
}
.hero-section-right {
    padding-right: 20px;
    font-size: 30px;
}
.hero-section-right ul {
    margin:0;
    padding:0;
}
.hero-section-right ul li {
    padding-top: 20px;
    padding-right: 20px;
    list-style: none;
}
.hero-section-right ul li i {
    background-color: #126492; /* Green background */
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
    font-size: 20px;
}
.hero-section-right ul li:last-child i {
     background: #02bd46;
}
.home-white-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.home-white-section h2 {
    font-weight: 500;
    text-align: center;
    font-size: 48px;
    font-style: italic;
    padding-bottom: 40px;
    margin: 0;
}
.home-white-box {
    padding:30px;
    border:2px solid #dddddd;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    height: calc(100% - 30px);
}
.home-white-box-icon i {
    font-size: 40px;
    color: #317497;
}
.home-white-box-content h3 {
    margin: 0;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 24px;
}
.home-white-box-content p {
    margin:0;
    font-size: 16px;
}
.home-testimonial-section {
    background: #283e56;
    padding-top: 60px;
    padding-bottom: 60px;
}
.testimonial-card {
    text-align: center;
    color: #fff;
}
.testimonial-stars {
    padding-bottom: 20px;
}
.testimonial-stars i {
    color: #fbbf24;
    font-size: 22px;
    margin: 0 2px;
}
.testimonial-card blockquote {
    margin: 0;
    padding: 0;
}
.testimonial-card blockquote p {
    font-size: 20px;
    line-height: 1.7;
    font-style: italic;
    color: #e2e8f0;
    margin: 0;
}
.testimonial-author {
    padding-top: 25px;
}
.testimonial-author strong {
    display: block;
    font-size: 18px;
    color: #fff;
}
.testimonial-author span {
    font-size: 15px;
    color: #94a3b8;
}
.testimonial-source {
    padding-top: 12px;
    font-size: 13px;
    color: #64748b;
}
.testimonial-source img {
    vertical-align: middle;
    margin-right: 4px;
}
.home-grey-section-bg {
    background:#f9fafb;
    padding-top: 50px;
    padding-bottom: 50px;
}
.grey-section-box {
    border:1px solid #c3c3c3;
    background: #FFF;
    padding:50px;
    border-radius: 10px;
}
.grey-section-box h3 {
    font-size: 48px;
    text-align: center;
    font-weight: 500;
    margin: 0;
    padding-bottom: 30px;
}
.grey-section-box p {
    font-size: 30px;
    text-align: center;
    margin: 0;
}
.price-container {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 36px;
    text-align: center;
    font-weight: 500;
}
.price-container span {
    font-size: 72px;
    font-weight: bold;
}
.demo-request-form {
    max-width: 420px;
    margin: 0 auto;
    padding-top: 50px;
}
.demo-request-form label {
    font-weight: bold;
}
.demo-request-form h4 {
    text-align: center;
    padding-bottom:10px;
}
.demo-request-form .submit-btn-container {
    text-align: center;
    padding-bottom: 20px;
}
.demo-request-form .submit-btn-container .btn.btn-primary {
    background: #02bd46;
    border-color: #02bd46;
}
.home-faq-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
}
.home-faq-section h2 {
    font-weight: 500;
    text-align: center;
    font-size: 48px;
    font-style: italic;
    padding-bottom: 40px;
    margin: 0;
}
.faq-item {
    border-bottom: 1px solid #ddd;
}
.faq-item:first-of-type {
    border-top: 1px solid #ddd;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    color: #283e56;
    text-align: left;
}
.faq-question:hover {
    color: #317497;
}
.faq-question i {
    transition: transform 0.3s ease;
    font-size: 14px;
    color: #317497;
    flex-shrink: 0;
    margin-left: 15px;
}
.faq-question.active i {
    transform: rotate(180deg);
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.faq-answer p {
    padding: 0 0 20px 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}
section.footer-copyright {
    border-top:5px solid #317497;
}
.home-white-box-icon {
    padding-bottom: 10px;
}
footer {
    padding-top:var(--padding-top-desktop);
    padding-bottom:var(--padding-bottom-desktop);
}
.footer-column img {
    max-width: 100%;
    height: auto;
}
.footer-column p {
    color: #777;
}
.footer-column p a {
    color: #38718e;
    text-decoration: none;
}
.footer-column p a:hover {
    text-decoration: underline;
}
.footer-copyright {
    padding:20px 0;
}
.footer-copyright-text p {
    margin:0;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.footer-copyright-text p a {
    text-decoration: none;
    color: #000;
}
.footer-copyright-text p a:hover {
    text-decoration: underline;
}
.footer-logo {
    width: 100px;
}
.footer-copyright-text {
    width: calc(100% - 100px);
}
.footer-logo img {
    width: 70px;
    height: auto;
}
.footer-nav {
    display: flex;
    align-items: center;
    height: 100%;
}
.footer-nav ul {
    margin:0;
    padding:0;
    display: flex;
    width: 100%;
    list-style-type: none;
    justify-content: flex-end;
}
.footer-nav ul li {
    padding-left: 10px;
    padding-right: 10px;
}
.footer-nav ul li + li {
    border-left: 1px solid #000;
}
.footer-nav ul li a {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.footer-nav ul li a:hover {
    text-decoration: underline;
}
label.error {
    color: #F00;
    font-size: 12px;
/*    position: absolute;*/
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.content-format ul li a {
    color: #000;
}
.content-format .nav-link {
    --bs-nav-link-font-weight:500;
}
.content-format h1 {
    font-size: 40px;
}
.content-format h2 {
    font-size: 36px;
}
.content-format h3 {
    font-size: 32px;
}
.content-format h4 {
    font-size: 28px;
}
.content-format h5 {
    font-size: 24px;
}
.content-format h6 {
    font-size: 20px;
}
.content-format .bg-primary {
    --bs-primary-rgb: 57, 127, 161; /* Correct */
}
.content-format .text-primary {
    --bs-primary-rgb: 57, 127, 161;
}
.content-format .btn-primary {
    --bs-btn-bg:#397fa1;
    --bs-btn-border-color:#397fa1;
    --bs-btn-disabled-bg:#397fa1;
    --bs-btn-disabled-border-color:#397fa1;
}
@media screen and (max-width: 575px) {
    .header-logo {
        text-align: center;
    }
    .header-logo {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header-phone {
        text-align: center;
        padding-bottom: 10px;
    }
    .main-hero-section {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .hero-section h1 {
        font-size: 34px;
    }
    .hero-section-btns {
        padding-bottom: 0;
    }
    .hero-section-btns a {
        margin-bottom: 10px;
    }
    .hero-section-left {
        font-size: 22px;
        line-height: inherit;
        padding:0;
        float: none;
        margin:0 auto;
        padding-top: 25px;
    }
    .hero-section-right {
        font-size: 22px;
        max-width: 440px;
        margin:0 auto;
    }
    .hero-section-right ul li {
        padding-top: 0;
        padding-right: 0;
    }
    .hero-section-right ul li i {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        margin-right: 5px;
        position: relative;
        top: -2px;
    }
    .home-white-section {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .home-white-section h2 {
        font-size: 34px;
        padding-bottom: 25px;
    }
    .home-white-box {
        padding:20px;
        height: auto;
    }
    .home-white-box-content h3 {
        font-size: 20px;
    }
    .home-white-box-content p {
        font-size: 15px;
    }
    .home-testimonial-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .testimonial-card blockquote p {
        font-size: 17px;
    }
    .home-grey-section-bg {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .grey-section-box {
        padding:25px;
    }
    .grey-section-box h3 {
        font-size: 30px;
        padding-bottom: 25px;
    }
    .grey-section-box p {
        font-size: 22px;
    }
    .price-container {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .home-faq-section {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .home-faq-section h2 {
        font-size: 34px;
        padding-bottom: 25px;
    }
    .faq-question {
        font-size: 17px;
    }
    .footer-copyright {
        text-align: center;
    }
    .footer-logo {
        width: auto;
    }
    .footer-logo img {
        width: 100px;
    }
    .footer-copyright-text {
        width: auto;
    }
    .footer-nav ul {
        justify-content: center;
    }
}