@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');


* {
    font-family: "Mulish", sans-serif;
}


a {
    text-decoration: none !important;
}



.sticky {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    animation: sticky 2s;
    box-shadow: 0px -1px 4px 0px;
    background: #fff;
}



.h-100.d-inline-flex.align-items-center.text-white a {
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}


.h-100.d-inline-flex.align-items-center.text-white i {
    font-size: 22px;
}

a.nav-link {
    color: #000 !important;
    font-size: 20px;
    font-weight: bold;
}


img.herader-logo {
    width: 130px;
}

span.navbar-toggler-icon {
    color: #000 !important;
    filter: invert(33);
}


a.nav-link.active {
    font-size: 20px;
    font-weight: bold;
    color: #134c79 !important;
}


ul.navbar-nav.justify-content-end.flex-grow-1.pe-3 {
    gap: 40px;
}


.topbar-right {
    position: relative;
    background: #981f08;
}

.topbar-right::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 100%;
    top: 0;
    left: -15px;
    transform: skewX(-30deg);
    background-color: #981f08;
}

.container-fluid.bg-dark.px-0 {
    background: #134c79 !important;
}


marquee.brd {
    background: #981f08;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f1ffc0;
}





.hero-section {
    position: relative;
    height: 700px;
    overflow: hidden;
}

.hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    animation: slideAnimation 15s infinite;
}

.hero-slider img:nth-child(1) {
    animation-delay: 0s;
}

.hero-slider img:nth-child(2) {
    animation-delay: 5s;
}

.hero-slider img:nth-child(3) {
    animation-delay: 10s;
}

@keyframes slideAnimation {
    0% {
        opacity: 1;
    }

    33% {
        opacity: 1;
    }

    66% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.hero-content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    padding: 20px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 69%);
    z-index: 1;
}

.hero-title {
    font-size: 3rem;
    font-weight: bold;
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-top: 10px;
}

.hero-button {
    margin-top: 20px;
    background: #981f08 !important;
    padding: 10px 30px;
    border: none;
    font-weight: bold;
}




.about-us-section {
    padding: 60px 0;
}

.about-us-content {
    font-size: 16px;
    line-height: 1.6;
}

.about-us-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}


.about-us-section h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 28px;
    color: #134c79;
    font-weight: bold;
    position: relative;
}



.about-us-section h2::after {
    content: '';
    position: absolute;
    width: 11%;
    height: 4px;
    background-color: #981f08;
    bottom: -6px;
    left: 48%;
}






.services-section h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 40px;
    color: #134c79;
    font-weight: bold;
    position: relative;
}



.services-section h2::after {
    content: '';
    position: absolute;
    width: 6%;
    height: 4px;
    background-color: #981f08;
    bottom: -4px;
    left: 47%;
}


.service-card img {
    height: 200px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

.service-card {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.service-card-body {
    padding: 20px;
}

.service-card-title {
    font-size: 18px;
    font-weight: bold;
}

.service-card-text {
    font-size: 14px;
}




.services-section a {
    background: #981f08;
    padding: 8px 20px;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
}





.target-market {
    padding: 50px 15px;
}

.target-market h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 40px;
    color: #134c79;
    font-weight: bold;
    position: relative;
}



.target-market h2::after {
    content: '';
    position: absolute;
    width: 6%;
    height: 4px;
    background-color: #981f08;
    bottom: -4px;
    left: 47%;
}

.target-market ul {
    list-style: none;
    padding: 0;
}

.target-market ul li {
    font-size: 1.1rem;
    margin-bottom: 10px;
    padding-left: 1.5em;
    position: relative;
}

.target-market ul li::before {
    content: '\2022';
    color: #981f08;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.target-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}



.col-lg-6.col-md-6.about-us-image {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 6px 0px #0000006b;
    border-radius: 88px;
}






.technology-equipment {
    padding: 50px 15px;
}

.technology-equipment h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 40px;
    color: #134c79;
    font-weight: bold;
    position: relative;
}



.technology-equipment h2::after {
    content: '';
    position: absolute;
    width: 6%;
    height: 4px;
    background-color: #981f08;
    bottom: -4px;
    left: 47%;
}

.technology-equipment ul {
    list-style: none;
    padding: 0;
}

.technology-equipment ul li {
    font-size: 1.1rem;
    margin-bottom: 10px;
    padding-left: 1.5em;
    position: relative;
}

.technology-equipment ul li::before {
    content: '\2022';
    color: #981f08;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.tech-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}






@media (max-width: 767.98px) {


    ul.navbar-nav.justify-content-end.flex-grow-1.pe-3 {
        gap: 0px;
        line-height: 19px;
    }


    a.nav-link {
        color: #fff !important;
    }


    a.nav-link.active {
        font-size: 20px;
        font-weight: bold;
        color: #fff !important;
    }

    div#offcanvasNavbar {
        background: #134c79 !important;
    }

    img.herader-logo {
        width: 99px;
    }


    .hero-section {
        height: 100%;
    }


    .hero-title {
        font-size: 24px;
    }

    .hero-subtitle {
        font-size: 14px;
        margin-top: 10px;
    }

    .hero-button {
        margin-top: 0px;
        padding: 10px 17px;
    }

    .about-us-section h2 {
        font-size: 23px;
    }


    h2::after {
        display: none;
    }


    .about-us-section p {
        font-size: 15px;
    }


    .col-lg-6.col-md-6.about-us-image {
        box-shadow: none;
        border-radius: 0;
    }


    .about-us-section {
        padding: 30px 0;
    }


    .services-section h2 {
        margin-bottom: 0px;
        font-size: 30px;
        margin-bottom: 30px !important;
    }


    .services-section p.text-center.mb-3 {
        font-size: 14px;
    }

    section#service {
        padding: 17px 0px !important;
    }


    .technology-equipment p.text-center.mb-3 {
        font-size: 14px;
    }


    .service-card-title {
        font-size: 16px;
        font-weight: bold;
    }


    .target-market h2 {
        font-size: 30px;
        ;
    }

    .target-image img {
        border-radius: 8px;
        margin-bottom: 20px;
    }

    .target-market ul li {
        font-size: 15px;
        padding-left: 16px;
    }


    .target-market {
        padding: 0px 0px !important;
        background-color: #fff;
    }


    .target-market h2 {
        font-size: 30px;
        margin-bottom: 30px !important;
    }


    .technology-equipment h2 {
        font-size: 22px;
        margin-bottom: 30px !important;
    }

    .technology-equipment {
        padding: 30px 0px !important;
        background-color: #fff;
    }

    .technology-equipment ul li {
        font-size: 15px;
        padding-left: 15px;
    }


    .core-value p.text-center.mb-3 {
        font-size: 14px;
    }



}

footer i {
    color: #9d2721;
}


hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 2px solid #921600;
    opacity: 1;
}





.core-values-card {
    margin: 0;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.core-values-icon {
    font-size: 50px;
    color: #134c79;
}

.core-values-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 5px;
    color: #9d200a;
}

.core-values-description {
    font-size: 1rem;
    color: #555;
}


.core-value h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 40px;
    color: #134c79;
    font-weight: bold;
    position: relative;
}



.core-value h2::after {
    content: '';
    position: absolute;
    width: 6%;
    height: 4px;
    background-color: #981f08;
    bottom: -4px;
    left: 47%;
}



.faq-title {
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.faq-icon {
    font-size: 1.5rem;
    margin-right: 10px;
}

.faq-section {
    margin-bottom: 20px;
}


.faq .for-img img {
    width: 100%;
    border-radius: 8px;
}


.faq .col-lg-6.col-md-6 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq i {
    color: #981f08;
}

.faq h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 40px;
    color: #134c79;
    font-weight: bold;
    position: relative;
}



.faq h2::after {
    content: '';
    position: absolute;
    width: 6%;
    height: 4px;
    background-color: #981f08;
    bottom: -4px;
    left: 47%;
}





footer {
    background-color: #343a40c9;
    color: #ffffff;
}

footer a {
    color: #ffffff;
    text-decoration: none;
}



footer h5 {
    font-size: 22px;
    margin-bottom: 1rem;
    font-weight: bold;
    border-bottom: 2px solid #c8231b;
    width: fit-content;

}

footer ul {
    padding: 0;
    list-style: none;
}

footer ul li {
    margin-bottom: 0.5rem;
}

.footer-bottom {
    background-color: #23272b;
    text-align: center;
    padding: 1rem 0;
}

.footer-bottom p {
    margin: 0;
    font-size: 0.9rem;
}


img.footer-logo.mb-3 {
    width: 120px;
}



@media (max-width: 767.98px) {

    section.core-value.py-5 {
        padding: 20px 0px !important;
    }

    .core-value h2 {
        font-size: 30px;
        margin-bottom: 30px !important;
    }


    section.faq.py-5 {
        padding: 30px 0px !important;
    }

    .faq h2 {
        font-size: 25px;
        margin-bottom: 30px !important;
    }

    .faq .for-img img {
        margin-bottom: 20px;
    }


    .faq-title {
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
    }


    footer.py-5 {
        padding: 30px 0px 0px 0px !important;
    }

    .target-market p.text-center.mb-3 {
        font-size: 14px;
    }



}






.breadcrumb-section {
    position: relative;
    background-image: linear-gradient(45deg, #00000000, #0000004a), url(../img/breadcrumb-1.jpg);
    background-size: cover;
    background-position: center;
    color: white;
    padding: 50px 0;
}

.breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.breadcrumb-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.breadcrumb-content h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #fff !important;
}



.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: #981f08 !important;
    content: var(--bs-breadcrumb-divider, "/");
}


.breadcrumb a:hover {
    text-decoration: underline;
}


.live .col-lg-6.col-md-6.about-us-image {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    border-radius: 88px;
}


.about-us-section h4 {
    font-size: 20px;
    font-weight: bold;
    color: #981f08;
}




.how-it-works {
    background-color: #f9f9f9;
    padding: 40px 20px;
    text-align: center;
}


.how-it-works .steps-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.how-it-works .step-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 300px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.how-it-works .step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.how-it-works .step-card .icon {
    margin-bottom: 15px;
}

.how-it-works .step-card .icon img {
    width: 100%;
    height: 160px;
}

.how-it-works .step-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #134c79;
}

.how-it-works .step-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 0px;
}




.how-it-works h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 40px;
    color: #134c79;
    font-weight: bold;
    position: relative;
}



.how-it-works h2::after {
    content: '';
    position: absolute;
    width: 6%;
    height: 4px;
    background-color: #981f08;
    bottom: -4px;
    left: 47%;
}






.who-needs-live-scan {
    background-color: #f9f9f9;
    padding: 40px 20px;
    text-align: center;
}

.who-needs-live-scan h2 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #333;
}

.who-needs-live-scan .needs-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.who-needs-live-scan .need-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 280px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.who-needs-live-scan .need-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.who-needs-live-scan .need-card .icon {
    font-size: 40px;
    color: #981f08;
    margin-bottom: 0px;
}

.who-needs-live-scan .need-card h3 {
    font-size: 18px;
    margin-bottom: 4px;
    color: #134c79;
    font-weight: bold;
}

.who-needs-live-scan .need-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}




.who-needs-live-scan h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 40px;
    color: #134c79;
    font-weight: bold;
    position: relative;
}



.who-needs-live-scan h2::after {
    content: '';
    position: absolute;
    width: 6%;
    height: 4px;
    background-color: #981f08;
    bottom: -4px;
    left: 47%;
}



.live .about-us-section h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 35px;
    color: #134c79;
    font-weight: bold;
    position: relative;
}


@media (max-width: 767.98px) {

    .breadcrumb-content h1 {
        font-size: 22px;
        margin-bottom: 10px;
    }


    .breadcrumb-section {
        padding: 35px 0;
    }

    .live .about-us-section h2 {
        font-size: 20px;
    }

    .about-us-section h4 {
        font-size: 18px;
    }


    .who-needs-live-scan h2 {
        font-size: 25px;
        margin-bottom: 30px !important;
    }


    .how-it-works h2 {
        font-size: 28px;
        margin-bottom: 30px !important;
    }


    .how-it-works .step-card h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }


    .how-it-works {
        padding: 20px 10px;
    }

    .who-needs-live-scan {
        padding: 20px 10px;
    }

}



.ink-fingerprinting-required {
    background-color: #f9f9f9;
    padding: 40px 20px;
    text-align: center;
}

.ink-fingerprinting-required h2 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #333;
}

.requirement-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.requirement-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 280px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.requirement-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.requirement-card .icon {
    font-size: 40px;
    color: #981f08;
    margin-bottom: 0px;
}

.requirement-card h3 {
    font-size: 18px;
    margin-bottom: 2px;
    color: #134c79;
    font-weight: bold;
}

.requirement-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 0px;
}



.ink-fingerprinting-required h2 {
    text-align: center;
    font-size: 40px;
    color: #134c79;
    font-weight: bold;
    position: relative;
}


.ink-fingerprinting-required h2::after {
    content: '';
    position: absolute;
    width: 6%;
    height: 4px;
    background-color: #981f08;
    bottom: -8px;
    left: 47%;
}





@media (max-width: 767.98px) {


    .ink-fingerprinting-required {
        background-color: #f9f9f9;
        padding: 30px 10px;
        text-align: center;
    }


    .ink-fingerprinting-required h2 {
        text-align: center;
        font-size: 23px;
        margin-bottom: 30px !important;
    }


    .how-it-works .step-card {
        max-width: 400px !important;
    }


    .requirement-card {
        width: 100%;
    }


    .who-needs-live-scan .need-card {
        width: 100%;
    }


}




.background-checks-services {
    background-color: #f9f9f9;
    padding: 40px 20px;
    text-align: center;
}

.background-checks-services h2 {
    text-align: center;
    font-size: 40px;
    color: #134c79;
    font-weight: bold;
    position: relative;
}


.background-checks-services h2::after {
    content: '';
    position: absolute;
    width: 6%;
    height: 4px;
    background-color: #981f08;
    bottom: -8px;
    left: 47%;
}



.background-checks-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.background-check-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 280px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.background-check-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.background-check-card .icon {
    font-size: 40px;
    color: #981f08;
    margin-bottom: 0px;
}

.background-check-card h3 {
    font-size: 16px;
    margin-bottom: 1px;
    color: #134c79;
    font-weight: 700;
}

.background-check-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}


@media (max-width: 767.98px) {

    .background-checks-services h2 {
        font-size: 21px;
        margin-bottom: 30px !important;
    }


    .background-check-card {
        width: 100%;
    }


    .background-checks-services {
        background-color: #f9f9f9;
        padding: 30px 10px;
        text-align: center;
    }


}





.fingerprint-cards-printing {
    background-color: #f9f9f9;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
    text-align: center;
}

.fingerprint-cards-printing h2 {
    text-align: center;
    font-size: 40px;
    color: #134c79;
    font-weight: bold;
    position: relative;
}


.fingerprint-cards-printing h2::after {
    content: '';
    position: absolute;
    width: 6%;
    height: 4px;
    background-color: #981f08;
    bottom: -8px;
    left: 47%;
}

.fingerprint-cards-printing .cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.fingerprint-cards-printing .card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 280px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fingerprint-cards-printing .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.fingerprint-cards-printing .card .icon {
    font-size: 40px;
    color: #981f08;
    margin-bottom: 0px;
}

.fingerprint-cards-printing .card h3 {
    font-size: 18px;
    margin-bottom: 4px;
    color: #134c79;
    font-weight: bold;
}

.fingerprint-cards-printing .card p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}






@media (max-width: 767.98px) {

    .fingerprint-cards-printing h2 {
        font-size: 26px;
        margin-bottom: 30px !important;
    }

    .fingerprint-cards-printing {
        background-color: #f9f9f9;
        padding: 30px 10px;
        text-align: center;
    }


    .fingerprint-cards-printing .card {
        width: 100%;
    }

}






.mobile-fingerprinting-needed {
    background-color: #f9f9f9;
    padding: 40px 20px;
    text-align: center;
}

.mobile-fingerprinting-needed h2 {
    text-align: center;
    font-size: 40px;
    color: #134c79;
    font-weight: bold;
    position: relative;
}


.mobile-fingerprinting-needed h2::after {
    content: '';
    position: absolute;
    width: 6%;
    height: 4px;
    background-color: #981f08;
    bottom: -8px;
    left: 47%;
}

.mobile-fingerprinting-needed .cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.mobile-fingerprinting-needed .card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 280px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mobile-fingerprinting-needed .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mobile-fingerprinting-needed .card .icon {
    font-size: 40px;
    color: #981f08;
    margin-bottom: 0px;
}

.mobile-fingerprinting-needed .card h3 {
    font-size: 16px;
    margin-bottom: 2px;
    color: #134c79;
    font-weight: bold;
}

.mobile-fingerprinting-needed .card p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}





@media (max-width: 767.98px) {


    .mobile-fingerprinting-needed h2 {
        font-size: 25px;
        margin-bottom: 30px !important;
    }


    .mobile-fingerprinting-needed {
        background-color: #f9f9f9;
        padding: 30px 10px;
        text-align: center;
    }


    .mobile-fingerprinting-needed .card {
        width: 100%;
    }


}




.identity-verification-applications {
    background-color: #f9f9f9;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
    text-align: center;
}

.identity-verification-applications h2 {
    text-align: center;
    font-size: 40px;
    color: #134c79;
    font-weight: bold;
    position: relative;
}


.identity-verification-applications h2::after {
    content: '';
    position: absolute;
    width: 6%;
    height: 4px;
    background-color: #981f08;
    bottom: -8px;
    left: 47%;
}

.identity-verification-applications .cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.identity-verification-applications .card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 280px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.identity-verification-applications .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.identity-verification-applications .card i {
    font-size: 40px;
    color: #981f08;
    margin-bottom: 7px;
}

.identity-verification-applications .card h3 {
    font-size: 16px;
    margin-bottom: 3px;
    color: #134c79;
    font-weight: bold;
}

.identity-verification-applications .card p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}



@media (max-width: 767.98px) {


    .identity-verification-applications h2 {
        font-size: 25px;
        margin-bottom: 30px !important;
    }

    .identity-verification-applications {
        padding: 30px 10px;
    }


    .identity-verification-applications .card {
        width: 100%;
    }
}


.fbi .about-us-section h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 33px;
    color: #134c79;
    font-weight: bold;
    position: relative;
}



.fbi-state-services {
    background-color: #f9f9f9;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
    text-align: center;
}

.fbi-state-services h2 {
    text-align: center;
    font-size: 40px;
    color: #134c79;
    font-weight: bold;
    position: relative;
}


.fbi-state-services h2::after {
    content: '';
    position: absolute;
    width: 6%;
    height: 4px;
    background-color: #981f08;
    bottom: -8px;
    left: 47%;
}

.fbi-state-services .service-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.fbi-state-services .card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 300px;
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fbi-state-services .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.fbi-state-services .card i {
    font-size: 40px;
    color: #981f08;
    margin-bottom: 2px;
}

.fbi-state-services .card h3 {
    font-size: 16px;
    color: #134c79;
    margin-bottom: 5px;
    font-weight: bold;
}

.fbi-state-services .card p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}


@media (max-width: 767.98px) {

    .fbi .about-us-section h2 {
        font-size: 30px;
        margin-bottom: 30px !important;
    }


    .fbi-state-services h2 {
        font-size: 23px;
        margin-bottom: 30px !important;
    }


    .fbi-state-services {
        padding: 30px 10px;
    }


    .fbi-state-services .card {
        width: 100%;
    }
}




form {
    background: #00365c;
    padding: 45px 30px;
    border-radius: 10px;
}

.form-group {
    margin-top: 15px;
}

select#choose-services {
    border: none !important;
    box-shadow: none !important;
    color: #000000b5;
    border-radius: 5px;
    margin-bottom: 15px;
}

form h4 {
    color: #fff;
    font-size: 20px;
}


input.form-control1 {
    padding: 5px 30px;
    border: none;
    border-radius: 4px;
    background: #9f3a1c;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}


.contact .col-lg-12.col-md-6 {
    box-shadow: 0px 0px 6px 0px #00000085;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
}



.contact i {
    font-size: 25px;
    height: 50px;
    width: 50px;
    background: #134c79;
    border-radius: 50%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    color: #fff;
}


.contact p {
    color: #000000b8;
    margin-bottom: 6px;
}



.wrapper-1 {
    background: #fff;
    height: initial;
    max-width: 620px;
    margin: 0 auto;
    margin-top: 50px;
    box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}


.wrapper-2 {
    padding: 30px;
    text-align: center;
}

.wrapper-2 p {
    text-decoration: none;
    color: black;
}

.go-home {
    color: #fff !important;
    background: #134c79;
    border: none;
    padding: 10px 50px;
    margin: 30px 0;
    border-radius: 30px;
    text-transform: capitalize;
    box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}


.wrapper-2 h2 {
    font-size: 40px;
    letter-spacing: 3px;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 700;
    color: #9f3a1c;
}

.go-home a {
    color: #fff !important;
    text-decoration: none;
}

.footer-like {
    text-align: center;
}

.content {
    margin-top: 200px;
}





.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    right: 1.4rem !important;
    bottom: 15rem !important;
    background: red;
    width: 60px;
    height: 60px;
    padding: 1rem;
    border-radius: 100%;
    box-sizing: border-box;
    color: #ffffff;
    display: flex;
    justify-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 28px;
}




.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 160px !important;
    right: 25px !important;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}





input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}




@media (max-width: 767.98px) {



    .offset-1 {
        margin-left: 0;
        padding: 0 0;
    }

    section.contact.py-5 {
        padding: 30px 10px;
    }

    form {
        background: #00365c;
        padding: 35px 20px;
        border-radius: 10px;
    }


    form h4 {
        color: #fff;
        font-size: 17px;
    }


    .float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 98px !important;
        right: 16px !important;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .call-buton .cc-calto-action-ripple {
        z-index: 99999;
        position: fixed;
        right: 16px !important;
        bottom: 178px !important;
        background: red;
        width: 60px;
        height: 60px;
        padding: 1rem;
        border-radius: 100%;
        box-sizing: border-box;
        color: #ffffff;
        display: flex;
        justify-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
        font-size: 28px;
    }


}



.gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
}


video {
    height: 200px;
    width: 100%;
}

button#images-tab,button#videos-tab {
    color: #a94829;
    font-size: 18px;
    font-weight: bold;
}



button#all-tab {
    color:#00365c;
    font-size: 18px;
    font-weight: bold;
}


.modal-content {
    border-radius: 0px;
    color:#a94829;
}


a.pokie-media {
    color: #ff1818;
}