@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap');
@font-face {
    font-display: swap;
    font-family: Circular Std;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/circular-std-book.ttf?ce1731670f4779d9c951d7c2f0727f36) format("truetype");
}
@font-face {
    font-display: swap;
    font-family: Circular Std;
    font-style: normal;
    font-weight: 500;
    src: url(/fonts/circular-std-bold.ttf?70b1780ab02d1d1ac189f8686ed4a827) format("truetype");
}
@font-face {
    font-display: swap;
    font-family: Circular Std;
    font-style: normal;
    font-weight: 600;
    src: url(/fonts/circular-std-black.ttf?c423aabf0ff2cb6202e6ad40998b024d) format("truetype");
}
body {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
}
ul {
    list-style: none;
    padding-left: 0;
}
.btn-primary {
    color: #fff;
}
.text-gray-100 {
    color: #747b81;
}
.text-gray-200 {
    color: #5d656c;
}
.text-gray-300 {
    color: #464f57;
}
.text-gray-400 {
    color: #2f3942;
}
.text-blue-100 {
    color: #ccd4e4;
}
h1 {
    font-size: 3.125rem;
    font-weight: 500;
}
@media (max-width: 991px) {
    h1 {
        font-size: 2.5rem;
    }
}
h2 {
    font-size: 2.25rem;
    font-weight: 400;
}
@media (max-width: 767px) {
    h2 {
        font-size: 1.875rem;
    }
}
h3 {
    color: #18232d;
    font-size: 1.75rem;
    font-weight: 400;
}
h4 {
    font-size: 1.375rem;
}
h5 {
    font-size: 1.25rem;
}
@media (max-width: 991px) {
    h5 {
        font-size: 1.125rem;
    }
}
.form-control {
    border: 1px solid #ccd4e4;
    border-radius: 0.625rem;
    box-shadow: none;
    height: 50px;
}
.form-control::-moz-placeholder {
    color: #747b81;
}
.form-control::placeholder {
    color: #747b81;
}
.form-control:focus {
    box-shadow: none;
}
.fs-18 {
    font-size: 1.125rem;
}
@media (max-width: 767px) {
    .fs-18 {
        font-size: 1rem;
    }
}
.border {
    border-color: #ccd4e4 !important;
}
.rounded-20 {
    border-radius: 1.25rem;
}
.padding-t-100px {
    padding-top: 100px;
}
@media (max-width: 991px) {
    .padding-t-100px {
        padding-top: 50px;
    }
}
.padding-b-100px {
    padding-bottom: 100px;
}
@media (max-width: 991px) {
    .padding-b-100px {
        padding-bottom: 50px;
    }
}
.margin-t-100px {
    margin-top: 100px;
}
@media (max-width: 991px) {
    .margin-t-100px {
        margin-top: 50px;
    }
}
.margin-b-100px {
    margin-bottom: 100px;
}
@media (max-width: 991px) {
    .margin-b-100px {
        margin-bottom: 50px;
    }
}
.margin-t-80px {
    margin-top: 80px;
}
@media (max-width: 991px) {
    .margin-t-80px {
        margin-top: 50px;
    }
}
.margin-b-80px {
    margin-bottom: 80px;
}
@media (max-width: 991px) {
    .margin-b-80px {
        margin-bottom: 50px;
    }
}
header {
    left: 0;
    margin: auto;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 0;
    width: 100%;
}
header .header-logo {
    height: 60px;
    width: auto;
}
header .dropdown .dropdown-toggle {
    color: #747b81;
    font-size: 1rem;
    padding: 0.5rem 0;
}
header .dropdown .dropdown-toggle:hover {
    color: #00c577;
}
header .dropdown .dropdown-toggle:after {
    -webkit-font-smoothing: antialiased;
    border: 0;
    content: "↓";
    display: var(--fa-display, inline-block);
    font-family: Font Awesome\6 Free;
    font-weight: 900;
    margin-left: 10px;
    vertical-align: middle;
}
header .dropdown .dropdown-item {
    color: #747b81;
    padding: 8px 25px;
}
header .dropdown .dropdown-item:focus,
header .dropdown .dropdown-item:hover {
    background-color: transparent;
    color: #00c577;
}
@media (max-width: 991px) {
    .navbar {
        position: static;
    }
}
.navbar .navbar-nav .nav-link {
    color: #747b81;
}
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:hover {
    color: #00c577;
}
@media (max-width: 991px) {
    .navbar .navbar-toggler {
        box-shadow: none;
    }
    .navbar .navbar-collapse {
        background: #fff;
        border-radius: 0.625rem;
        box-shadow: 0 0 20px rgba(173, 181, 189, 0.1);
        left: 0;
        margin: auto;
        max-width: 720px;
        position: absolute;
        right: 0;
        top: calc(100% - 10px);
        width: 100%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .navbar .navbar-collapse {
        max-width: 516px;
    }
}
@media (max-width: 575px) {
    .navbar .navbar-collapse {
        width: calc(100% - 24px);
    }
}
@media (max-width: 991px) {
    .navbar .navbar-collapse .navbar-nav {
        padding: 10px;
    }
}
.hero-section {
    background: linear-gradient(180deg, #e4f7ff, #fff);
    padding-top: 100px;
}
@media (max-width: 991px) {
    .hero-section {
        padding-top: 120px;
    }
}
.heading {
    position: relative;
}
.heading:after {
    background: #00c577;
    bottom: -15px;
    content: "";
    display: inline-block;
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 60px;
}
.features-section__block {
    margin-bottom: 12px;
    margin-top: 12px;
}
@media (min-width: 1400px) {
    .features-section__block {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}
.features-section__features-icon {
    background-color: #002879;
    border-radius: 0.625rem;
    height: 70px;
    margin-bottom: 30px;
    width: 70px;
}
.features-section__features-inner {
    height: 100%;
    padding: 25px;
}
@media (min-width: 1400px) {
    .features-section__features-inner {
        padding: 40px;
    }
}
@media (min-width: 992px) {
    .about-section .about-content {
        background-color: #e4f7ff;
        display: block;
        padding-bottom: 95px;
        padding-top: 95px;
        width: 1000vh;
    }
}
@media (max-width: 1399px) and (min-width: 992px) {
    .about-section .about-content {
        padding-bottom: 50px;
        padding-top: 50px;
    }
}
@media (min-width: 992px) {
    .about-section .about-content p {
        max-width: 440px;
    }
    .about-section__about-right-content {
        float: left;
        margin-left: -40px;
        padding-left: 150px;
    }
}
@media (max-width: 1399px) and (min-width: 992px) {
    .about-section__about-right-content {
        padding-left: 50px;
    }
}
@media (min-width: 992px) {
    .about-section__about-left-content {
        float: right;
        margin-right: -40px;
        padding-right: 234px;
    }
}
@media (max-width: 1399px) and (min-width: 1200px) {
    .about-section__about-left-content {
        padding-right: 144px;
    }
}
@media (max-width: 1299px) and (min-width: 992px) {
    .about-section__about-left-content {
        padding-right: 136px;
    }
}
.pricing-plan-section {
    background-color: #f8f8f8;
}
@media (min-width: 992px) {
    .pricing-plan-section .pricing-plan-card {
        margin: 0 20px;
    }
}
@media (max-width: 991px) and (min-width: 576px) {
    .pricing-plan-section .pricing-plan-card {
        margin: 0 10px;
    }
}
.pricing-plan-section .pricing-plan-card h3 {
    color: #18232d;
}
.pricing-plan-section .pricing-plan-card label {
    color: #747b81;
}
.pricing-plan-section .pricing-plan-card .pricing {
    background: #e4f7ff;
    border-radius: 50px;
    color: #002879;
    min-width: 245px;
    padding: 10px;
    width: auto;
}
.pricing-plan-section .pricing-plan-card .check-box {
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    margin-right: 20px;
    text-align: center;
    width: 20px;
}
.pricing-plan-section .pricing-plan-card .active-check {
    color: #18232d;
}
.pricing-plan-section .pricing-plan-card .active-check .check-box {
    background-color: #00c577;
    color: #fff;
}
.pricing-plan-section .pricing-plan-card .unactive-check {
    color: #747b81;
}
.pricing-plan-section .pricing-plan-card .unactive-check .check-box {
    background-color: #747b81;
    color: #fff;
}
.pricing-plan-section .pricing-plan-card .pricing-plan-features {
    max-width: 270px;
}
.pricing-plan-section .pricing-plan-card .pricing-plan-features li {
    margin-bottom: 24px;
}
.pricing-plan-section .pricing-plan-card .pricing-plan-features li:last-child {
    margin-bottom: 0;
}
.pricing-plan-section .pricing-plan-card.card.slick-current {
    background-color: #002879;
}
@media (min-width: 576px) {
    .pricing-plan-section .pricing-plan-card.card.slick-current {
        margin-top: -40px;
    }
}
.pricing-plan-section .pricing-plan-card.card.slick-current h3 {
    color: #fff;
}
.pricing-plan-section .pricing-plan-card.card.slick-current label {
    color: #99a9c9;
}
.pricing-plan-section .pricing-plan-card.card.slick-current .active-check {
    color: #fff;
}
.pricing-plan-section .pricing-plan-card.card.slick-current .active-check .check-box {
    background-color: #00c577;
    color: #002879;
}
.pricing-plan-section .pricing-plan-card.card.slick-current .unactive-check {
    color: #99a9c9;
}
.pricing-plan-section .pricing-plan-card.card.slick-current .unactive-check .check-box {
    background-color: #99a9c9;
    color: #002879;
}
@media (max-width: 1500px) {
    .pricing-plan-section .slick-list {
        margin: auto;
        max-width: 1120px;
    }
}
@media (max-width: 1399px) {
    .pricing-plan-section .slick-list {
        max-width: 900px;
    }
}
@media (max-width: 1199px) {
    .pricing-plan-section .slick-list {
        max-width: 700px;
    }
}
@media (max-width: 991px) {
    .pricing-plan-section .slick-list {
        max-width: 600px;
    }
}
.pricing-plan-section .slick-track {
    padding: 40px 0;
}
@media (max-width: 991px) {
    .pricing-plan-section .slick-track {
        padding-top: 60px;
    }
}
@media (max-width: 575px) {
    .pricing-plan-section .slick-track {
        padding: 10px 0 30px;
    }
}
.pricing-plan-section .slick-arrow {
    background-color: #ccd4e4;
    border-radius: 150px 150px 0 0;
    height: 60px;
    width: 120px;
}
@media (max-width: 991px) {
    .pricing-plan-section .slick-arrow {
        height: 40px;
        width: 80px;
    }
}
.pricing-plan-section .slick-arrow:before {
    -webkit-font-smoothing: antialiased;
    color: #002879;
    display: var(--fa-display, inline-block);
    font-family: Font Awesome\6 Free;
    font-weight: 900;
}
.pricing-plan-section .slick-prev {
    left: -180px;
    transform: rotate(-90deg);
}
@media (max-width: 1600px) {
    .pricing-plan-section .slick-prev {
        left: -120px;
    }
}
@media (max-width: 1500px) and (min-width: 1400px) {
    .pricing-plan-section .slick-prev {
        left: -25px;
    }
}
@media (max-width: 1399px) and (min-width: 992px) {
    .pricing-plan-section .slick-prev {
        left: -30px;
    }
}
@media (max-width: 991px) {
    .pricing-plan-section .slick-prev {
        left: -40px;
    }
}
.pricing-plan-section .slick-prev:before {
    content: "";
    transform: rotate(90deg);
}
.pricing-plan-section .slick-next {
    right: -180px;
    transform: rotate(90deg);
}
@media (max-width: 1600px) {
    .pricing-plan-section .slick-next {
        right: -120px;
    }
}
@media (max-width: 1500px) and (min-width: 1400px) {
    .pricing-plan-section .slick-next {
        right: -25px;
    }
}
@media (max-width: 1399px) and (min-width: 992px) {
    .pricing-plan-section .slick-next {
        right: -30px;
    }
}
@media (max-width: 991px) {
    .pricing-plan-section .slick-next {
        right: -40px;
    }
}
.pricing-plan-section .slick-next:before {
    content: "";
    transform: rotate(-90deg);
}
.pricing-plan-section .slick-dots li {
    height: auto;
    width: auto;
}
.pricing-plan-section .slick-dots li button {
    background-color: #99a9c9;
    border-radius: 50%;
    height: 8px;
    width: 8px;
}
.pricing-plan-section .slick-dots li button:before {
    font-size: 0;
    height: auto;
    margin: auto;
    right: 0;
    width: auto;
}
.pricing-plan-section .slick-dots li.slick-active button {
    background-color: #002879;
    height: 14px;
    width: 14px;
}
.testimonial-section {
    padding-bottom: 160px;
}
@media (max-width: 991px) {
    .testimonial-section {
        padding-bottom: 120px;
    }
}
.testimonial-section__testimonial-block {
    max-width: 840px;
}
.testimonial-section__testimonial-card {
    margin-bottom: 40px;
    padding: 80px 40px 40px;
}
@media (max-width: 767px) {
    .testimonial-section__testimonial-card {
        padding: 50px 20px 20px;
    }
}
.testimonial-section__testimonial-card .quotation-mark {
    position: absolute;
    right: 50px;
    top: -34px;
}
.testimonial-section .profile-box .profile-name {
    font-size: 1.25rem;
}
.testimonial-section .profile-box .profile-img {
    height: 80px;
    width: 80px;
}
@media (max-width: 767px) {
    .testimonial-section .profile-box .profile-img {
        height: 50px;
        width: 50px;
    }
}
.testimonial-section .slick-track {
    padding-top: 40px;
}
.testimonial-section .slick-next,
.testimonial-section .slick-prev {
    background-color: #002879;
    border-color: #002879;
    border-radius: 50%;
    bottom: auto;
    height: 60px;
    top: 100%;
    transform: translate(0);
    width: 60px;
}
.testimonial-section .slick-next:before,
.testimonial-section .slick-prev:before {
    -webkit-font-smoothing: antialiased;
    color: #fff;
    display: var(--fa-display, inline-block);
    font-family: Font Awesome\6 Free;
    font-weight: 900;
    opacity: 1;
}
.testimonial-section .slick-prev {
    left: 350px;
}
@media (max-width: 991px) {
    .testimonial-section .slick-prev {
        left: 275px;
    }
}
@media (max-width: 767px) {
    .testimonial-section .slick-prev {
        left: 28%;
    }
}
.testimonial-section .slick-prev:before {
    content: "";
}
.testimonial-section .slick-next {
    right: 350px;
}
@media (max-width: 991px) {
    .testimonial-section .slick-next {
        right: 275px;
    }
}
@media (max-width: 767px) {
    .testimonial-section .slick-next {
        right: 28%;
    }
}
.testimonial-section .slick-next:before {
    content: "";
}
.contact-section {
    background: url(/images/contact-bg.png?0b0b3146bb5ac03e2e1798f3c467fe7e) no-repeat 50%;
    background-size: cover;
    display: block;
}
.contact-section .contact-info__block {
    margin-bottom: 60px;
}
@media (max-width: 575px) {
    .contact-section .contact-info__block {
        margin-bottom: 30px;
    }
}
.contact-section .contact-info__contact-icon {
    background-color: #002879;
    border-bottom-left-radius: 0.625rem;
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
    height: 60px;
    margin-right: 20px;
    min-width: 60px;
    width: 60px;
}
.contact-section .contact-info__contact-label {
    font-size: 1.25rem;
}
@media (max-width: 480px) {
    .contact-section .contact-info__contact-label {
        font-size: 1.125rem;
    }
}
.contact-section .contact-form__input-block {
    margin-bottom: 20px;
}
.contact-section .contact-form .form-textarea {
    height: 130px;
}
.subscribe-section__subscribe-inner {
    background: url(/images/subscribe.png?6a826fbc1ba001597ff38e21bde8e8b1) no-repeat 50%;
    background-size: cover;
    display: block;
    padding: 80px 20px;
}
.subscribe-section__subscribe-inner:before {
    background-color: rgba(0, 40, 121, 0.6);
    border-radius: 1.25rem;
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.subscribe-section__subscribe-inner .subscribe-inputgrp {
    margin-top: 40px;
}
.subscribe-section__subscribe-inner .subscribe-inputgrp .form-control {
    height: 54px;
    padding-right: 140px;
}
@media (max-width: 480px) {
    .subscribe-section__subscribe-inner .subscribe-inputgrp .form-control {
        padding-right: 110px;
    }
}
.subscribe-section__subscribe-inner .subscribe-btn {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 5px;
    top: 0;
}
.subscribe-section__subscribe-inner .subscribe-btn .btn {
    height: 44px;
    line-height: 18px;
}
@media (max-width: 480px) {
    .subscribe-section__subscribe-inner .subscribe-btn .btn {
        padding: 10px;
    }
}
.subscribe-section__subscribe-block {
    max-width: 620px;
}
footer {
    background-color: #f8f8f8;
    padding: 30px 0;
}
.new-logo-image {
    height: 60px;
    -o-object-fit: contain !important;
    object-fit: contain !important;
}
.image-object-fit-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}
.feature-image-card {
    border-radius: 8px;
    height: 70px;
}
header .navbar-nav .dropdown {
    z-index: 1;
}
@media (max-width: 991px) {
    header .navbar-toggler {
        position: absolute;
        right: 12px;
        top: 16px;
    }
    header .header-btn {
        padding-right: 50px;
    }
}
.dropdown-menu .active {
    background-color: #00c577 !important;
    color: #fff !important;
    text-decoration: none !important;
}
.header {
    left: 0;
    margin: auto;
    padding-bottom: 20px;
    padding-top: 20px;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    width: 100%;
    z-index: 1;
}
@media (max-width: 991px) {
    .header {
        padding-bottom: 15px;
        padding-top: 15px;
    }
}
.header.fixed {
    background-color: #fff;
    box-shadow: 0 3px 10px 0 rgba(38, 107, 193, 0.08);
}
#toast-container .toast.toast-error,
#toast-container .toast.toast-success {
    opacity: 1;
}
.p-t-100 {
    padding-top: 100px !important;
}
footer .copy-right {
    border-top: 1px solid #dcdcdc;
    color: #a9a9a9;
}
.features__features-icon {
    border-radius: 0.625rem;
    height: 70px;
    margin-bottom: 30px;
    width: 70px;
}
.js-cookie-consent {
    background-color: #e9f9ff !important;
}

#navbarNav li:nth-child(4), #frontPricingTab
{
    display: none;
}

@media (max-width: 768px)
{
    #frontFeatureTab iframe
{
    height: 280px;
}
}

#frontFeatureTab .row
{
    display: flex;
justify-content: center;
align-items: center;
}

#frontFeatureTab .row iframe
{
    max-width: 1160px;
}

#frontFeatureTab
{
    display: none !important;
}