@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

body {
    background-image: url(../img/26.png);
    background-attachment: fixed;
    font-family: "Poppins", system-ui !important;
}

/* CTA BUTTON */
.sidefixed {
    margin: 0;
    padding-left: 0;
    list-style: none;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

.sidefixed li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 5px; */
}

.sidefixed li a {
    transform: translateX(142px);
    text-transform: uppercase;
    transition: 0.5s;
    padding: 10px 15px;
    width: 190px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 0;
    background: var(--bs-primary-2);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sidefixed li a:hover {
    background-color: var(--bs-primary-2);
    transform: translateX(0px);
}

.sidefixed li span {
    padding: 5px;
    font-size: 1rem;
}

.sidefixed li img {
    /* display: inline-block; */
    /* margin: auto; */
    /* text-align: center; */
    width: 30px;
    height: 20px;
    /* margin-right: 20px; */
}

.app-navbar {
    box-shadow: var(--bs-box-shadow-sm);
}

.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: var(--bs-primary-1);
    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: 0.50rem;
    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: 1px 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: 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%;
    background: linear-gradient(0deg, #172e73, var(--bs-primary-1));
    /* clip-path: polygon(0 8%, 100% 0, 100% 91%, 0% 100%) */
}

.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: #e4edfb;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0
}

.service-heading {
    margin-bottom: 2rem;
    color: #e4edfb
}

.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 rgba(229, 6, 149, 0.8);
}

.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-primary-1);
    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 {
    background-color: var(--bs-primary-1);
    padding: 3rem 0 0 0;
    color: var(--bs-white);
}

.footer .footer-about .footer-logo {
    height: 5rem;
    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: .5rem;
    list-style: none;
}

.footer .footer-links ul li a {
    text-decoration: none;
    color: var(--bs-white);
    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;
    color: var(--bs-white);
}

.footer .footer-links ul li a,
.footer .footer-touch ul li a,
.footer .services-links ul li a {
    transition: all .4s ease-in-out;
}

.footer .footer-touch ul li a:hover,
.footer .footer-links ul li a:hover {
    color: var(--bs-primary-2);
}

.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 .services-links ul li a:hover {
    background-color: rgba(149, 157, 165, 0.2);
    color: var(--bs-grey);
}

/* .footer .copy-right */
.footer .copy-right {
    margin-top: 1rem;
    background-color: rgba(53, 9, 83, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1rem 0;
    text-align: center;
}

.footer .copy-right p {
    margin-bottom: 0;
    color: var(--bs-white);
}


/* contact-us */
.contact-form-main-sec {
    padding: 40px;
    box-shadow: 0 20px 40px 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: rgba(96, 38, 158, 0.12);
}

.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: 3rem 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;
}

.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 .about-page-callouts .card {
    border: 0;
    border-radius: 2px;
    background-color: var(--bs-light);
    width: 100%;
}

.about-page .about-page-callouts .card .card-body {
    padding: 2rem;
}

.about-page .about-page-callouts .card .card-body img {
    height: 4rem;
    margin-bottom: 1rem;
}

.about-page .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-image: linear-gradient(to bottom, #60269E, #60269E);
}

.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-image: linear-gradient(to bottom, #60269E, #60269E);
}

.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: #E50695;
}

/** 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 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: 4rem 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{
    background-color: var(--bs-light);
    padding: 3rem 0;
}
.health-insurance h2{
    font-weight: 600;
}
.health-insurance p{
    color: var(--bs-secondary);
    margin: 1rem 0;
}
.vehicle-insurance{
    margin: 3rem 0;
}
.vehicle-insurance h2 {
    font-weight: 600;
}
.vehicle-insurance 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;

}

@keyframes scrolling {

    0% {
        transform: translateX(80%);
    }

    100% {
        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);
}