@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@charset "UTF-8";
:root,
[data-bs-theme=light] {
    --bs-primary-1:#2779CD;
    --bs-primary-2:#37A900;
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: "Inter", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.app-navbar{
    position: sticky;
    z-index: 1000;
    top: 0;
    box-shadow: var(--bs-box-shadow-sm);
}

.app-navbar .bottom-navbar .navbar{
    padding: 0;
}

.app-navbar .navbar .navbar-nav {
    gap: 20px;
}

.app-navbar .navbar .navbar-nav .nav-item .nav-link {
    font-weight: 500;
}

.app-navbar .navbar .navbar-nav .nav-item .nav-link:hover {
    color: var(--bs-primary-1);
}

.top-navbar-bar {
    background-color: #ff7462;
    padding: 0.50rem 0;
}

.top-navbar-bar .top-navbar-bar-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--bs-white);
}

.top-navbar-bar .top-navbar-bar-links ul li a {
    color: var(--bs-white);
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    transition: all .4s ease-in-out;
}

.app-navbar .nav-item.dropdown .dropdown-menu {
    border: 0;
    border-radius: 0;
}

.app-navbar .nav-item.dropdown .dropdown-menu .dropdown-item {
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #f5f5f5;

}

.app-navbar .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: var(--bs-primary-1);
    color: var(--bs-white) !important;
}

.app-navbar .nav-item.dropdown .dropdown-menu {
    padding: 0 !important;
}

.app-navbar .nav-item.dropdown .dropdown-menu .dropdown-submenu a:hover {
    color: var(--bs-primary-1);
}

.social-links ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    gap: 0.50rem;
    justify-content: end;
}

.social-links ul li a {
    border: 2px solid var(--bs-white);
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: var(--bs-border-radius-pill);
    color: var(--bs-white);
    transition: all .4s ease-in-out;
    font-size: 14px;
    height: 1.50rem;
    width: 1.50rem;
}

.bottom-navbar .navbar .login-btn .btn {
    border-radius: 2px;
    display: flex;
    background-color: var(--bs-primary-1);
    align-items: center;
    gap: 0.25rem;
    color: var(--bs-white);
}

.bottom-navbar .navbar .navbar-brand img {
    height: 3.5rem;
}

.numberDisplay {
    min-height: 150px;
    min-width: 150px;
    border: 3px solid var(--bs-primary-1);
    text-align: left;
    padding: 50px;
    font-size: 16px;
}

.numberDisplay:hover {
    border-color: var(--bs-primary-2);
}

.numberDisplay:hover .icon {
    border-color: var(--bs-primary-2);
    color: #1b3282;
}

.numberDisplay .number {
    font-size: 20px;
    text-align: left;
    font-weight: bold;
}

.myNumber .icon {
    font-size: 35px;
    margin-top: -30px;
    margin-left: -25px;
    position: absolute;
    background-color: white;
    color: var(--bs-primary-2);
    padding: 20px;
}

/* service */
.service-section {
    width: 100%;
    position: relative;
    background: linear-gradient(0deg, #172e73, var(--bs-primary-1));
}

.service-section::after {
    width: 200px;
    height: 300px;
    top: 140px;
    left: 0;
    clip-path: polygon(0 0, 0% 100%, 63% 48%);
    animation: 2s ease-in-out infinite shapeAnimation
}

.service-section::after,
.service-section::before {
    content: '';
    background-color: rgba(255, 255, 255, .2);
    position: absolute;
}

.service-section .sr-icon-box img {
    height: 28px;
}

.service-inner {
    width: 100%;
    height: 100%;
    padding: 3rem 0
}

.service-inner::before {
    content: ''
}

.feature-icon span i {
    font-size: 30px;
    color: #ffe
}

.service-section::before {
    width: 300px;
    height: 40%;
    top: 50%;
    right: 0;
    transform: translateY(-70%);
    clip-path: polygon(100% 0, 100% 100%, 49% 47%)
}

.service-section::after,
.service-section::before {
    content: '';
    background-color: rgba(255, 255, 255, .2);
    position: absolute;
}

.assort-box1::after,
.blog-section::after,
.cust_feature_box::after {
    top: 50%;
    transform: translateY(-50%);
    content: '';
    right: 0
}

.service-heading h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0
}

.service-heading {
    margin-bottom: 2rem;
    color: #fff
}

.ser-box {
    padding: 30px 20px;
    transition: .3s ease-in-out;
    border: 3px solid transparent;
    background-color: #fafcff;
    border-radius: 10px;
    position: relative;
}

.ser-box:hover {
    border-color: var(--bs-primary-2);
    box-shadow: 0 0 20px rgb(35+ 172 30 / 40%);
}

.ser-box .sr-icon-box span {
    transition: .2s cubic-bezier(0, 1.5, 1, 1.5);
    position: absolute;
    top: 0;
    left: 0
}

.sr-icon-box {
    margin-bottom: 12px;
    position: relative;
}

/* .ser-box:hover .sr-icon-box span {
    width: 60px;
    height: 60px;
    box-shadow: 0 0 10px #005bd24a
} */

.sr-icon-box span {
    display: inline-block;
    width: 55px;
    height: 55px;
    background: #fafcff;
    border-radius: 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .25);
    padding: 14px
}

.sr-icon-box span svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #005ad2;
    z-index: 99
}

.api-icon span svg,
.assort-icon-box span .fa-credit-card {
    color: var(--secondary-color);
    font-size: 20px
}

.second-sr {
    margin-top: 24px !important
}

.ser-content-box h3 {
    color: var(--bs-primary-1);
    font-size: 22px;
    font-weight: 700;
    padding-left: 70px
}

.ser-content-box p {
    color: var(--bs-secondary);
    font-size: 16px;
    margin-top: 30px;
    line-height: 22px;
}

.ser-content-box a {
    color: var(--bs-primary-1);
    font-weight: 500
}

.ser-content-box h3 a {
    color: var(--bs-primary-1);
    text-decoration: none;
    font-size: 22px;
    font-weight: 700
}

.animatedSection {
    background-image: linear-gradient(-45deg, var(--bs-primary-1) 0%, #1b3282 25%, var(--bs-primary-1) 51%, #1b3282 100%);
    animation: AnimateBG 20s ease infinite;
    align-items: center;
    justify-content: center;
    background-size: 300% 300%;
}

.animatedSection .contact-btn {
    margin-top: 1rem;
}

.animatedSection .contact-btn .btn {
    background-color: var(--bs-white);
    color: var(--bs-primary-1);
    padding: 10px 30px;
    border-radius: var(--bs-border-radius-lg);
}

.animatedSection p {
    font-size: 30px;
}

@keyframes AnimateBG {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.quickLinks a {
    color: white;
    line-height: 2;
}

.serviceIcon {
    text-align: center;
}

.serviceIcon .serviceIconTitle {
    margin-top: 10px;
    font-size: 12px;
}

.serviceIcon img {
    width: 50px;

}


/* testimonials */
.testimonials {
    padding: 2rem 0;
}

.testimonials .card {
    border: 0;
    border-radius: 2px;
    background-color: #f5f7fa;
}

.testimonials .card .card-body {
    padding: 2rem;
}

.testimonials ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin: 2rem 0 0 0;
    padding: 0;
}

.testimonials ul li:first-of-type img {
    height: 3.90rem;
    width: 3.90rem;
    border-radius: var(--bs-border-radius-lg);
    border: 1px solid var(--bs-border-color);
}

.testimonials ul li:first-of-type {
    display: flex;
    gap: 1rem;
    align-items: center;
}


.testimonials .testimonials-review {
    margin-bottom: 0.75rem;
    color: var(--bs-warning);
    font-size: 20px;
}

.testimonials .card .card-body .card-text {
    color: var(--bs-secondary);
}

.testimonials .card .card-body ul li p {
    margin-bottom: 0;
    color: var(--bs-secondary);
}

.testimonials .owl-carousel .owl-stage-outer .owl-stage {
    display: flex;
}

.testimonials .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    background-color: #f5f7fa;
}

/*  owl-carousel */
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 100%;
    left: 50%;
    justify-content: space-between;
}

.owl-carousel .owl-stage-outer {
    padding: 2rem 0;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    background-color: var(--bs-primary-1) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--bs-box-shadow-sm);
}

.owl-carousel .owl-nav .owl-prev {
    margin-left: -40px;
}

.owl-carousel .owl-nav .owl-next {
    margin-right: -40px;
}

.owl-carousel .owl-nav span {
    font-size: 24px;
    height: 100%;
    line-height: 1;
    color: var(--bs-white);
}

.owl-carousel .owl-dots {
    display: flex !important;
    gap: 1rem;
    justify-content: center;
}

.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

.owl-carousel .owl-dots .owl-dot {
    width: 0.50rem;
    height: 0.50rem;
    background-color: var(--bs-dark);
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: var(--bs-border-radius-pill);
}

.owl-carousel .owl-dots .owl-dot::before {
    content: "";
    position: absolute;
    inset: -5px;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    border-radius: inherit;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.owl-carousel .owl-dots .owl-dot.active {
    background-color: var(--bs-primary-1);
}

.owl-carousel .owl-dots .owl-dot.active::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 2px solid var(--bs-primary-1);
}

.web-heading .heading-title {
    font-weight: 700;
    margin-bottom: 0;
    color: var(--bs-dark);
}

.web-heading .subtitle-heading {
    margin-bottom: 0.50rem;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--bs-primary-1);
}

.web-heading {
    text-align: center;
    margin-bottom: 1rem;
}

/* why-choose-us */
.why-choose-us {
    margin: 3rem 0;
}

.web-heading {
    text-align: center;
    margin-bottom: 2rem;
}

.web-heading .subtitle-heading {
    margin-bottom: 0.50rem;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--bs-primary-1);
}

.web-heading .heading-title {
    font-weight: 700;
    margin-bottom: 0;
    color: var(--bs-dark);
}

.web-heading .heading-title span {
    color: var(--bs-primary-2);
    font-style: italic;
}

.why-choose-us .why-choose-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
}

.why-choose-us .why-choose-content ul li {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.why-choose-us .why-choose-content ul li img {
    height: 3rem;
    border-radius: var(--bs-border-radius-lg);
    border: 1px solid var(--bs-border-color);
}

.why-choose-us .why-choose-content ul li p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.5rem;
}

.why-choose-us hr {
    border-style: dashed;
    border-color: var(--bs-secondary);
    opacity: 1;
}

.why-choose-counter ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
    gap: 1rem;
}

.why-choose-counter ul li img {
    height: 4rem;
}

.why-choose-counter ul li .h1 {
    font-weight: 700;
    margin-bottom: 0;
    color: var(--bs-dark);
}

.why-choose-counter ul li p {
    margin-bottom: 0;
    line-height: 1.2;
    color: var(--bs-secondary);
}

.footer {
    padding: 3rem 0 0 0;
}

.footer .footer-about .footer-logo {
    height: 3rem;
    margin-bottom: 1rem;
    border-radius: 5px;
}

.footer .footer-about a {
    text-transform: capitalize;
    border-radius: 2px;
    color: var(--bs-white);
}

.footer .footer-about .btn {
    background-color: var(--bs-primary-2);
}

.footer .footer-about p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.footer .footer-links ul,
.footer .footer-touch ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem   ;
    list-style: none;
}

.footer .footer-links ul li a {
    text-decoration: none;
    font-weight: 500;
    color: var(--bs-dark);
    text-transform: capitalize;
}

.footer .footer-links .h5,
.footer .services-links .h5 {
    text-transform: capitalize;
}

.footer .services-links h5 {
    margin-bottom: 1rem;
}

.footer hr {
    width: 16%;
    border-color: var(--bs-primary-2);
    opacity: 1;
    border-width: 0.10rem;
    border-radius: var(--bs-border-radius-pill);
}

.footer .footer-touch ul li {
    display: flex;
    gap: 1rem;
}

.footer .footer-touch ul li img {
    height: 2rem;
    border-radius: var(--bs-border-radius-sm);
}

.footer .footer-touch ul li a {
    text-decoration: none;
}

.footer .footer-links ul li a,
.footer .footer-touch ul li a,
.footer .services-links ul li a {

    color: var(--bs-primary-1);
}

.footer .footer-touch ul li a:hover,
.footer .footer-links ul li a:hover {
    color: var(--bs-primary-1);
}

.footer .footer-touch ul li p {
    margin-bottom: 0;
}

.footer .services-links ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.50rem;
}

.footer .services-links ul li a {
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-decoration: none;
    padding: 0.25rem 0.75rem;
    font-size: 14px;
    border-radius: var(--bs-border-radius-pill);
    color: rgba(255, 255, 255, 0.4);
    text-transform: capitalize;
    display: block;
}


/* .footer .copy-right */
.footer .copy-right {
    margin-top: 1rem;
    padding: 1rem 0;
    background-color: var(--bs-primary-1);
    text-align: center;
}
.footer .footer-touch ul li img {
    filter: brightness(0) saturate(100%) invert(49%) sepia(98%) saturate(533%) hue-rotate(58deg) brightness(102%) contrast(98%);
  }

  .breadcrumb-item+.breadcrumb-item::before{
    color: var(--bs-white) !important;
  }


.footer .copy-right p {
    margin-bottom: 0;
    color: var(--bs-white);
}


/* contact-us */
.contact-form-main-sec {
    padding: 40px;
    box-shadow: 0 0px 6px rgba(0, 0, 0, .2);
}

.contact-form-main-sec,
.landing-btn:hover {
    background-color: #fff
}

.contact-heading {
    font-weight: 900;
}

.contact-heading,
.contact-heading span i {
    font-size: 32px;
    color: var(--primary-color);
    margin-right: 20px;
}

.contact-details-sec {
    background-color: #fafcff;
    box-shadow: var(--bs-box-shadow-sm);
    padding: 16px;
    height: 100%;
    border-radius: 10px;
}

.contact-feature {
    background: var(--bs-primary-1);
}

.contact-heading,
.contact-heading span i {
    font-size: 32px;
    color: var(--primary-color-1);
}

span i {
    font-size: 32px;
    color: var(--primary-color);
}

.contact-icon-se {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 54px 20px;
    text-align: center;
    height: 100%;
    border-radius: 7px;
}

.contact-icon-se span {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.contact-icon-se h3 {
    font-size: 24px;
}

.contact-icon-se span i {
    color: #fff;
    font-size: 30px;
}

.contact-feature a,
.contact-feature h3,
.frenzopay-mr-content p {
    color: #fafcff;
}

.contact-feature a,
.contact-feature h3,
.frenzopay-mr-content p a {
    text-decoration: none;
}

.contact-feature2 {
    background: rgb(81 158 38 / 29%);
}

.contact-icon-se ul.contact-social-contact {
    padding-left: 0;
    display: flex;
    list-style: none;
}

.contact-icon-se ul.contact-social-contact li i {
    margin-left: 0;
    padding: 0 7px;
    font-size: 18px;
}

.contact-feature2 h3,
.contact-feature2 span i,
.created-by a:hover,
.header-btn-2:hover,
.pricing-heading p {
    color: var(--bs-primary-1)
}

.contact-feature2 p a {
    text-decoration: none;
    color: var(--bs-primary-1);
}

.form-sec {
    margin-top: 20px;
}

.form-sec .form-group,
.user-details {
    margin-top: 10px;
}

.form-sec .form-control:focus {
    box-shadow: none !important;
}

.form-btn {
    border: none;
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 10px 0;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    background-color: var(--bs-primary-1);
}

.form-sec .form-group input,
.form-sec .form-group textarea {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid var(--bs-primary-1);
    border-radius: 0;
}

.app-breadcrumb .breadcrumb {
    margin-bottom: 0;
}

.app-breadcrumb .breadcrumb .breadcrumb-item a {
    text-decoration: none;
    color: var(--bs-primary-1);
}

.app-breadcrumb .breadcrumb .breadcrumb-item {
    color: var(--bs-secondary);
}

.app-breadcrumb .breadcrumb .breadcrumb-item {
    font-weight: 500;
    text-transform: capitalize;
}

.page-content {
    padding: 2rem 0;
    background-color: var(--bs-light);
}

.page-content .card {
    margin: 2rem 0;
    border: 0;
    border-radius: var(--bs-border-radius-sm);
}

.page-content .card .card-body {
    padding: 2rem;
}

.page-content .card .card-body .card-title {
    font-weight: 600;
    margin: 1rem 0;
}

.page-content .card .card-body p {
    color: var(--bs-secondary);
}

.page-content .card .card-body p span {
    color: var(--bs-dark);
}

.page-content .card .card-body p strong {
    color: var(--bs-dark);
}

.page-content .card .card-body p b {
    color: var(--bs-dark);
}

.page-content .card .card-body ul li {
    color: var(--bs-secondary);
    margin: 1rem 0;
}

.page-content .card .card-body ul li strong {
    color: var(--bs-dark);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.app-breadcrumb-bg {
    padding: 6rem 0;
    background: radial-gradient(rgb(0 0 0 / 70%), rgb(0 0 0 / 70%)), url(../img/contact-us-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.app-breadcrumb-bg h1 {
    font-weight: 700;
    margin-bottom: 0.50rem;
}

.app-breadcrumb-bg p,
.app-breadcrumb-bg h1 {
    color: var(--bs-white);
    text-align: center;
}

.app-breadcrumb-bg p {
    margin-bottom: 0;
}

.app-breadcrumb-bg .breadcrumb {
    justify-content: center;
    margin-bottom: 0;
}

.app-breadcrumb-bg nav {
    margin-top: 1rem;
}

.app-breadcrumb-bg .breadcrumb .breadcrumb-item {
    color: var(--bs-gray-400);
}

.app-breadcrumb-bg .breadcrumb .breadcrumb-item,
.app-breadcrumb .breadcrumb .breadcrumb-item {
    font-weight: 500;
    text-transform: capitalize;
}

.app-breadcrumb .breadcrumb .breadcrumb-item {
    color: var(--bs-secondary);
}

.app-breadcrumb-bg .breadcrumb .breadcrumb-item a,
.app-breadcrumb .breadcrumb .breadcrumb-item a {
    text-decoration: none;
    color: var(--bs-primary-2);
}

.app-breadcrumb-bg .breadcrumb .breadcrumb-item a:hover {
    color: var(--bs-white);
}

.app-breadcrumb .breadcrumb .breadcrumb-item a:hover {
    color: var(--bs-dark);
}

.app-breadcrumb .breadcrumb {
    margin-bottom: 0;
}

.app-breadcrumb-bg .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white) !important;
}

/* about-page */
.about-page {
    margin: 2rem 0;
}

.about-page .about-us-content h2,
.why-us-section h2 {
    font-weight: 700;
}

.why-us-section li {
    margin: .8rem 0;
    list-style: none;
}

.about-page .about-us-content p,
.why-us-section p {
    color: var(--bs-secondary);
    margin-bottom: 0;
}

.about-page .about-page-callouts {
    margin-top: 2rem;
}

 .about-page-callouts .card {
    border: 0;
    border-radius: 2px;
    background-color: var(--bs-light);
    width: 100%;
}

 .about-page-callouts .card .card-body {
    padding: 2rem;
}

 .about-page-callouts .card .card-body img {
    height: 4rem;
    margin-bottom: 1rem;
}

 .about-page-callouts .card .card-body .card-text {
    color: var(--bs-secondary);
}

/* why-us-section */
.why-us-section {
    margin: 2rem 0;
}

.why-us-section hr {
    border-color: var(--bs-border-color);
    opacity: 1;
    border-style: dashed;
}

/* contact us */
/* location-card  */
.location-card {
    padding: 3rem 0;
    background-color: var(--bs-light);
}

.location-card .card {
    border: 0;
    width: 100%;
    text-align: center;
    border-radius: var(--bs-border-radius-xl);
}

/* .location-card .card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    height: 4px;
    width: calc(100% - 60px);
    background-image: radial-gradient(50% 50% at 50% 50%, #bb0b0b 56.77%, rgba(4, 206, 120, 0) 100%);
} */

.location-card .card .card-body {
    padding: 2rem;
}

.location-card .card .card-body .card-title {
    text-align: center;
    margin-bottom: 0;
}

.location-card .card .card-body hr {
    opacity: 1;
    border-style: dashed;
    border-color: var(--bs-border-color);
    margin: 1.50rem 0;
}

.location-card .card .card-body ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* .location-card .card .card-body ul li {
    display: flex;
    gap: 0.50rem;
    align-items: baseline;
} */

.location-card .card .card-body ul li p {
    margin-bottom: 0;
    color: var(--bs-secondary);
}

.location-card .card .card-body ul li a {
    text-decoration: none;
    color: var(--bs-secondary);
}

.location-card .card .card-body ul li i {
    color: var(--bs-primary-2);
}

/* contact-page */
.contact-page {
    padding: 2rem 0;
    background-color: var(--bs-light);
}

.contact-page .card .card-body {
    padding: 3rem;
}

.contact-page .card .card-body .card-title {
    font-weight: 700;
}

.contact-page .card .card-body .card-text {
    color: var(--bs-secondary);
}

.contact-page .card {
    background: url('../img/contact_form_bg.png');
    border: 0;
    border-radius: var(--bs-border-radius-xl);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
}

.contact-page .card .card-body .btn {
    width: 100%;
    background-color: var(--bs-primary-1);
    color: var(--bs-white);
}

/** Login 4 start **/
.login-4 {
    background-color: var(--bs-primary-1);
}

.login-4 .form-section {
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.login-4 .login-4-inner:before {
    content: "";
    width: 10%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 20%;
    -webkit-clip-path: polygon(0 0, 100% 0, 0% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 100%, 0% 100%, 0% 100%);
    background-image: linear-gradient(to bottom, #60269E, #E50695);
}


.login-4 .form-section a {
    text-decoration: none;
}

.login-4 .form-inner {
    max-width: 450px;
    width: 100%;
    margin: 0 30px;
    text-align: center;
}

.login-4 .bg-img {
    background: url(../img/login.jpg) top left repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    padding: 0;
}

.login-4 .form-section .extra-login {
    float: left;
    width: 100%;
    margin: 25px 0 25px;
    text-align: center;
    position: relative;
}

.login-4 .form-section .extra-login::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background: #00000014;
    content: "";
}

.login-4 .form-section .extra-login>span {
    width: auto;
    float: none;
    display: inline-block;
    padding: 1px 20px;
    z-index: 1;
    position: relative;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    background-color: var(--bs-primary-1);
}

.login-4 .form-section p {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
}

.login-4 .form-check-input:focus {
    border-color: #E50695;
    box-shadow: none;
}

.login-4 .form-check-input:checked {
    background-color: #E50695;
    border-color: #E50695 !important;
}

.login-4 .form-check {
    float: left;
    margin: 0;
    padding-left: 25px;
    font-size: 16px;
    color: #535353;
}

.login-4 .form-section p a {
    color: #fff;
}

.login-4 .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.login-4 .form-section .social-list li {
    display: inline-block;
    margin-bottom: 5px;
}

.login-4 .login-box .alert {
    border-radius: 50px;
}

.login-4 .form-section .thembo {
    margin-left: 4px;
}

.login-4 .form-section h3 {
    margin: 0 0 30px;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}

.login-4 .form-section .form-group {
    margin-bottom: 25px;
}

.login-4 .form-section .form-box {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
}

.login-4 .form-section .form-control {
    padding: 11px 20px 9px;
    font-size: 16px;
    outline: none;
    height: 50px;
    color: #535353;
    border-radius: 50px;
    font-weight: 500;
    border: 1px solid transparent;
    background: #fff;
}

.login-4 .form-section .checkbox .terms {
    margin-left: 3px;
}

.login-4 .none-2 {
    display: none;
}

.login-4 .form-section .terms {
    margin-left: 3px;
}

.login-4 .form-section .checkbox {
    font-size: 14px;
}

.login-4 .form-section .form-check a {
    color: #fff;
    float: right;
}

.login-4 .form-section .form-check-label {
    padding-left: 5px;
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
}

.login-4 .form-section .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    position: absolute;
    border: none;
    border-radius: 3px;
}

.login-4 .form-section .checkbox-theme input[type="checkbox"]:checked+label::before {
    background: #E50695;
    border: 1px solid #E50695 !important;
}

.login-4 .form-section a.forgot-password {
    font-size: 15px;
    color: #fff;
    line-height: 50px;
}

.login-4 .logo img {
    margin-bottom: 15px;
    height: 5rem;
    width: 15rem;
}

.login-4 .clip-home {
    clip-path: polygon(0 0, 100% 0, 100% 0%, 100% 100%, 0% 100%);
    position: relative;
}

.login-4 .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.login-4 .form-section .social-list li {
    display: inline-block;
    margin-bottom: 5px;
}

.login-4 .form-section .social-list li a {
    font-size: 14px;
    font-weight: 400;
    width: 130px;
    margin: 2px 0 3px 0;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.login-4 .form-section .social-list li a i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    float: left;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
}

.login-4 .form-section .social-list li a span {
    margin-right: 7px;
}

.login-4 .btn-theme {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;

    border-radius: 50px;
    float: left;
}

.login-4 .btn-theme:hover {
    color: #E50695;
}

.login-4 .btn-theme:hover:after {
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.4s linear, transform 0.4s linear;
}

.login-4 .btn-theme:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    content: "";
    border-radius: 7px;
    transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.4s linear, transform 0.4s linear;
    z-index: -1;
}

.login-4 .login-box .form-group label.error {
    color: #fff;
}

.login-4 .btn-lg {
    padding: 0 50px;
    line-height: 50px;
}

.login-4 .btn {
    box-shadow: none !important;
}

.login-4 .btn-md {
    padding: 0 50px;
    line-height: 45px;
}

.login-4 .btn-primary {
    background: var(--bs-primary-2);
}

/** Social media **/
.login-4 .facebook-color {
    color: #4867aa;
}

.login-4 .twitter-color {
    color: #33CCFF;
}

.login-4 .google-color {
    color: #db4437;
}

.login-4 .twitter-i {
    background: #33CCFF;
}

.login-4 .facebook-i {
    background: #4867aa;
}

.login-4 .google-i {
    background: #db4437;
}

@media (max-width: 992px) {
    .login-4 .bg-img {
        min-height: 100%;
    }
}

@media (max-width: 768px) {
    .login-4 .form-inner {
        margin: 0 15px;
    }
}


.form-control:focus {
    box-shadow: none;
}

.login-box .alert {
    padding: 15.5px 20px;
    font-size: 13px;
    border: none !important;
    border-radius: 3px;
    margin-bottom: 25px;
}

.login-box .alert-dismissible .btn-close {
    padding: 18.5px 19px;
    background-size: 8px;
}

.login-box .alert-dismissible .btn-close:focus,
.login-box .alert-dismissible .btn-close:active {
    box-shadow: none;
}

.login-box .password-indicator {
    position: absolute;
    right: 15px;
    top: 17px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 500ms;
    font-size: 17px;
    color: #999;
}

.login-box .password-wrapper:hover .password-indicator {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 500ms;
    font-size: 17px;
    color: #555;
}

.login-box .login-popover {
    font-size: 14px;
    color: #777;
    cursor: help;
}

.login-box .login-popover-abs {
    position: absolute;
    right: 15px;
    top: 15px;
}

.popover {
    border: 1px solid #ebeef5 !important;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.popover-header {
    box-shadow: none;
    border: 0px;
    background: #fff;
    color: #555;
    font-size: 15px;
    padding-bottom: 5px;
}

.popover-body {
    padding: 5px 10px 10px 16px;
    color: #777;
    font-size: 13px;
}

.login-box .form-group label.error {
    font-size: 13px;
    text-align: left;
    color: #535353;
    width: 100%;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

/* services */
/* mobile-recharge */
.mobile-recharge {
    margin: 3rem 0;
}

.mobile-recharge h1 {
    font-weight: 600;
    margin-bottom: 1rem;
}

.mobile-recharge p {
    color: var(--bs-secondary);
}

.join-now {
    margin: 0 6rem;
    padding: 2rem;
    background-color: var(--bs-white);
    box-shadow: var(--bs-box-shadow-sm);
    border-radius: 2px;
}

.join-now form label {
    color: var(--bs-dark);
    font-weight: 700;
    font-size: 14px;
}

.join-now form label span {
    color: var(--bs-danger);
}

.join-now form .btn {
    background-color: var(--bs-primary-2);
    border: none;
    width: 100%;
    color: var(--bs-white);
}

/* working-process */
.working-process {
    padding: 3rem 0;
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.7) 100%,
            rgba(0, 0, 0, 0.7) 100%), url('https://img.freepik.com/free-photo/map-lying-wooden-table_53876-23515.jpg?t=st=1725817371~exp=1725820971~hmac=968a8834e63107a9717522e5f9a88c0ef542166d5d7edd08efb8007885efcf20&w=2000');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.working-process .card {
    border: 0;
    border-radius: 2px;
    width: 100%;
}

.working-process .card .card-body {
    padding: 2rem;
}

.working-process .card .card-body .card-title a {
    text-decoration: none;
    color: var(--bs-dark);
}

.working-process .card .card-body img {
    height: 4rem;
    margin-bottom: 1rem;
    border-radius: var(--bs-border-radius-lg);
    border: 1px solid var(--bs-border-color);
}

.working-process .card .card-body .card-text {
    color: var(--bs-secondary);
}

.working-process .web-heading .heading-title {
    color: var(--bs-primary-2);
}

.working-process .web-heading .heading-title span {
    font-style: italic;
    color: var(--bs-white);
}

.working-process .web-heading .subtitle-heading {
    color: var(--bs-white);
}

.about-recharge {
    margin: 3rem 0;
}

.about-recharge h2 {
    font-weight: 600;
}

.about-recharge p {
    color: var(--bs-secondary);
}


.company-overview {
    padding: 3rem 0 2rem 0;
    background: url("../img/why-choose-us.png");
    background-position: 50%;
    background-size: cover;
}

.company-overview .web-heading {
    margin-bottom: 1.5rem;
    text-align: center;
}

.cta {
    text-align: center;
}

/* .cta a {
    border-radius: 2px;
} */
.cta .btn {
    border-radius: 2px;
}

/* company-overview */
.company-overview .card {
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    border: 1px solid rgba(216, 216, 216, 0.4);
    width: 100%;
}

.company-overview .card .card-body ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1rem;
    gap: 1.25rem;
    align-items: center;
    display: flex;
}

.company-overview .card .card-body ul li img {
    height: 3.5rem;
}

.company-overview .card .card-body ul li .card-title {
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
}

.company-overview .card .card-body .card-text {
    margin-bottom: 0;
    color: var(--bs-secondary);
}

/* Submenu */
/* Submenu */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -1px;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    visibility: hidden;
}

/* Display the submenu on hover with smooth transition */
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.accordion-app {
    margin: 3rem 0;
}

.activation-process {
    margin: 3rem 0;
}

.download-app {
    padding: 3rem 0;
}

.payment-page {
    background-image: linear-gradient(-45deg, var(--bs-primary-1) 0%, #1b3282 25%, var(--bs-primary-1) 51%, #1b3282 100%);
    animation: AnimateBG 20s ease infinite;
    align-items: center;
    justify-content: center;
    background-size: 300% 300%;
    padding: 4rem 0;
    text-align: center;
}

.payment-page h1 {
    color: var(--bs-white);
    font-weight: 600;
}

.payment-page p {
    color: var(--bs-white);
}

.mobile-recharge {
    margin: 3rem 0;
}

.dth-recharge {
    background-color: var(--bs-light);
    padding: 3rem 0;
}

.dth-recharge h2 {
    font-weight: 600;
}

.dth-recharge p {
    color: var(--bs-secondary);
    margin: 1rem 0;
}

.bill-pay {
    margin: 3rem 0;
}

.bill-pay h2 {
    font-weight: 600;
}

.bill-pay p {
    color: var(--bs-secondary);
    margin: 1rem 0;
}

.mobile-recharge h2 {
    font-weight: 600;
}

.main-btn {
    background-color: var(--bs-primary-1) !important;
    border-radius: 2px !important;
    color: var(--bs-white) !important;
}

.main-btn:hover {
    background-color: var(--bs-primary-1) !important;
    color: var(--bs-white) !important;
}

.contact-service {
    margin: 3rem 0;
}

.bg-overlay {
    border-radius: 5px;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 2rem;
    background-size: cover;
    background-image: url(https://img.freepik.com/free-photo/excited-woman-holding-credit-card-money-looking-amazed-cash-standing-against-white-background_1258-125864.jpg?t=st=1726485742~exp=1726489342~hmac=a0f2365d2c640979b2f2a90999855fc7da7542ddba987b0c8d454a40fe248b00&w=826);
}

.contact-service .bg-overlay form label {
    font-weight: 500;
    font-size: 14px;
}

.contact-service .bg-overlay form label span {
    color: var(--bs-red);
}

.contact-service .bg-overlay .register-form {
    padding: 2rem;
}

.contact-service .bg-overlay .register-form h3 {
    font-weight: 600;
}

.contact-service .bg-overlay .register-form p {
    color: var(--bs-secondary);
}

.contact-service .bg-overlay form {
    padding: 2rem;
    background-color: var(--bs-white);
    border-radius: 2px;
}

.contact-service .bg-overlay form h5 {
    font-weight: 600 !important;
}

.contact-service .bg-overlay form .btn {
    margin-top: 1rem !important;
}

.contact-service .bg-overlay .register-form .card {
    border: 0;
    border-radius: 2px;
    width: 100%;
}

.contact-service .bg-overlay .register-form .card .card-title {
    font-weight: 700;
    color: var(--bs-dark);
}

.contact-service .bg-overlay .register-form .card .card-body ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    gap: 20px;
}

.banking-page {
    background-image: linear-gradient(-45deg, var(--bs-primary-1) 0%, #1b3282 25%, var(--bs-primary-1) 51%, #1b3282 100%);
    animation: AnimateBG 20s ease infinite;
    align-items: center;
    justify-content: center;
    background-size: 300% 300%;
    padding: 6rem 0;
    text-align: center;
}

.banking-page h1 {
    color: var(--bs-white);
    font-weight: 600;
}

.banking-page p {
    color: var(--bs-white);
}

.open-bank {
    margin: 3rem 0;
}

.open-bank h2 {
    font-weight: 600;
    margin: 1rem 0;
}

.open-bank p {
    color: var(--bs-secondary);
}

.send-money {
    background-color: var(--bs-light);
    padding: 3rem 0;
}

.send-money h2 {
    font-weight: 600;
}

.send-money p {
    color: var(--bs-secondary);
}

.aeps-balance {
    margin: 3rem 0;
}

.aeps-balance h2 {
    font-weight: 600;
}

.aeps-balance p {
    color: var(--bs-secondary);
}

.ticke-booking {
    background-image: linear-gradient(-45deg, var(--bs-primary-1) 0%, #1b3282 25%, var(--bs-primary-1) 51%, #1b3282 100%);
    animation: AnimateBG 20s ease infinite;
    align-items: center;
    justify-content: center;
    background-size: 300% 300%;
    padding: 4rem 0;
    text-align: center;
}

.ticke-booking h1 {
    color: var(--bs-white);
    font-weight: 600;
}

.ticke-booking p {
    color: var(--bs-white);
}

.train-ticket {
    margin: 3rem 0;
}

.train-ticket h2 {
    font-weight: 600;
    margin: 1rem 0;
}

.train-ticket p {
    color: var(--bs-secondary);
}

.air-ticket {
    background-color: var(--bs-light);
    padding: 3rem 0;
}

.air-ticket h2 {
    font-weight: 600;
}

.air-ticket p {
    color: var(--bs-secondary);
}

.bus-ticket {
    margin: 3rem 0;
}

.bus-ticket h2 {
    font-weight: 600;
}

.bus-ticket p {
    color: var(--bs-secondary);
}

.insurance-page {
    background-image: linear-gradient(-45deg, var(--bs-primary-1) 0%, #1b3282 25%, var(--bs-primary-1) 51%, #1b3282 100%);
    animation: AnimateBG 20s ease infinite;
    align-items: center;
    justify-content: center;
    background-size: 300% 300%;
    padding: 4rem 0;
    text-align: center;
}

.insurance-page h1 {
    color: var(--bs-white);
    font-weight: 600;
}

.insurance-page p {
    color: var(--bs-white);
}

.life-insurance {
    margin: 3rem 0;
}

.life-insurance h2 {
    font-weight: 600;
    margin: 1rem 0;
}

.life-insurance p {
    color: var(--bs-secondary);
    margin: 1rem 0;
}

.health-insurance,
.effortless-fastest {
    background-color: var(--bs-light);
    padding: 3rem 0;
}

.health-insurance h2,
.effortless-fastest h2 {
    font-weight: 600;
}

.health-insurance p,
.effortless-fastest p {
    color: var(--bs-secondary);
    margin: 1rem 0;
}

.vehicle-insurance,
.bacome-partner {
    margin: 3rem 0;
}

.vehicle-insurance h2,
.bacome-partner h2 {
    font-weight: 600;
}

.vehicle-insurance p,
.bacome-partner p {
    color: var(--bs-secondary);
    margin: 1rem 0;
}

.other-pan {
    margin: 3rem;
}

.other-pan h2 {
    font-weight: 600;
}

.other-pan p {
    color: var(--bs-secondary);
    margin: 1rem 0;
}

.our-partner {
    display: grid;
    padding: 3rem 0;
    place-items: center;
}

.our-partner h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.our-partner .slider {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 85%;
    overflow: hidden;
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.4px);
    -webkit-backdrop-filter: blur(7.4px);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.our-partner .slider .slider-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    animation: scrolling 20s linear infinite;
    -webkit-animation: scrolling 20s linear infinite;
}

@keyframes scrolling {

    0% {
        transform: translateX(80%);
        -webkit-transform: translateX(80%);
        -moz-transform: translateX(80%);
        -ms-transform: translateX(80%);
        -o-transform: translateX(80%);
    }

    100% {
        transform: translateX(-20%);
        -webkit-transform: translateX(-20%);
        -moz-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
        -o-transform: translateX(-20%);
    }
}

.our-partner .slider .slider-items img {
    width: 12%;
    margin: 20px;

}

.join-retailer {
    padding: 6rem 0;
}

.join-retailer h1 {
    font-weight: 600;
}

.join-retailer p {
    color: var(--bs-secondary);
}

.inquire-form {
    padding: 3rem 0;
    background-color: var(--bs-light);
}

.inquire-form h3 {
    font-weight: 600;
}

.inquire-form form {
    margin-top: 1rem;
    padding: 2rem;
    box-shadow: var(--bs-box-shadow-sm);
    background-color: var(--bs-white) !important;
}

.inquire-form form label {
    font-weight: 500;
}

.inquire-form form label span {
    color: var(--bs-red);
}

.inquire-form form .form-control {
    border-radius: 2px;
}

.inquire-form form .form-control:focus {
    box-shadow: none !important;
    border-color: var(--bs-primary-1);
}

.inquire-form form .btn {
    padding: 10px 40px;
    border-radius: 2px;
    margin: 1rem 0;
    background-color: var(--bs-primary-1);
    color: var(--bs-white);
}

/*blog-lisiting*/
.blog-listing .card {
    border: 0;
    /* box-shadow: 0px 3px 12px 0px rgba(75, 75, 75, 0.08); */
    box-shadow: var(--bs-box-shadow-sm);
    width: 100%;
}

.blog-listing .card .card-img-top {
    border-radius: var(--bs-border-radius-lg);
    padding: 0.25rem;
    width: 100%;
    object-fit: contain;
}

.blog-listing .card .badge {
    text-transform: uppercase;
    line-height: 1.4;
    margin: 0.25rem;
    border-radius: var(--bs-border-radius-lg);
    background-color: var(--bs-primary);
}

.blog-listing .card .card-title {
    margin-bottom: 0.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-listing .card p {
    color: var(--bs-secondary);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.blog-listing .card .card-body a {
    display: flex;
    align-items: center;
    color: var(--bs-primary);
    justify-content: space-between;
    text-decoration: none;
    font-weight: 500;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
}

.app-card.card .card-body a:hover {
    color: var(--bs-dark);
}

.app-card.card .card-body .card-text {
    color: var(--bs-secondary);
}

.payout-api {
    margin: 3rem 0;
}

.payout-api h1 {
    font-weight: 600;
    margin-bottom: 1rem;
}

.payout-api p {
    color: var(--bs-secondary);
}

.software-sloution {
    padding: 3rem 0;
}

.instant-payout {
    margin: 3rem 0;
}

.instant-payout h2,
.software-sloution h2 {
    margin: 1rem 0;
}

.instant-payout p,
.software-sloution p {
    color: var(--bs-secondary);
}

.payout-api-for {
    padding: 3rem 0;
    background-color: var(--bs-light);
}

.payout-api-for .web-heading {
    text-align: center;
    font-weight: 600;
}

.payout-api-for .card {
    border: 0;
    height: 100%;
    box-shadow: var(--bs-box-shadow-sm);
}

.payout-api-for .card .card-body img {
    height: 3rem;
    margin: 1rem 0;
}

.payout-api-for .card .card-text {
    color: var(--bs-secondary);
}

.our-api-services h3 {
    text-align: center;
    font-weight: 600;
    margin: 20px 0px;
}

.our-api-services .card {
    border-radius: 20px;
    position: relative;
}

.our-api-services .card:hover::before {
    transform: scale(21);
}

.our-api-services .card .card-body img {
    width: 50px;
}

.our-api-services .card .card-body h3 {
    font-size: 24px;
    font-weight: 600;
}

.our-api-services .card .card-body p {
    font-size: 14px;
    font-weight: 400;
    color: rgb(71, 71, 71);
    line-height: 24px;
}


.page-content {
    padding: 2rem 0;
    background-color: var(--bs-light);
}


