/* home page tabs */
.tabs_custom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tabs {
    display: flex;
    width: 70%;
    margin-bottom: 50px;
    gap: 50px;
    border-radius: 50px;
    background-color: #fff;
    border: 2px solid #4c1905;
    padding: 10px 15px;
    justify-content: space-between;
    color: #4c1905;
}

.tab-link {
    background: none;
    border: none;
    outline: none;
    padding: 14px 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    border: none;
    outline: none;
    padding: 8px 25px;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

/* .tab-link:hover {
    background-color: #ddd;
} */

.tab-link.active {
    background-color: #F76C2E;
    color: #fff;
    text-transform: capitalize;
}

.tab-content {
    display: none;
    padding: 16px;
    border-top: none;
}

.tab-content.active {
    display: block;
}

.home_tab_section .w-layout-hflex {
    align-items: center;
}

.home_tab_section .feature-tabs-image-wrap,
.home_tab_section .tab_custom_right_box {
    width: 50%;
}

.home_tab_section .feature-tabs-image-wrap img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.home_tab_section .feature-tabs-description {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media(min-width:768px) and (max-width:1366px) {
    .tabs {
        margin-bottom: 10px;
    }

    .qr_codes_four_box_section .about-one-experience-grid {
        grid-template-columns: 1fr !important;
    }

}

@media (max-width: 767px) {
    .tabs {
        gap: 10px;
        flex-direction: column;
        width: 100%;
        margin-bottom: 20px;
    }

    .home_tab_section .feature-tabs-image-wrap,
    .home_tab_section .tab_custom_right_box {
        width: 100%;
    }

    .home_tab_section .feature-tabs-image-wrap img {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .home_tab_section .home-one-it-solution-wrap {
        grid-row-gap: 20px;
    }

    .home_tab_section .feature-tabs-description {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .home_tab_section .home-one-nav-button-wrap.display-responsive-none {
        display: block;
    }

    .qr_codes_four_box_section .about-one-experience-grid {
        grid-template-columns: 1fr;
    }

    .qr_codes_four_box_section .pricing-featured-text-block {
        grid-row-gap: 0px !important;
        flex-direction: column;
    }

    .qr_codes_four_box_section .about-one-experience-grid {
        margin-top: 20px !important;
    }

    .we-provide-it-right-box .box-1, .we-provide-it-right-box .box-3 {
        margin-right: 35px;
    }

    .we-provide-it-right-box .box-2 {
        margin-left: 70px;
    }

    .we-provide-it-right-box .box-4 {
        margin-left: 72px;
        width: 65%;
        /* float: right; */
        float: left;
        /* float: right; */
    }
}

/* home tab section end */
a {
    text-decoration: none;
}

/* faq */
dl {
    text-align: left;
}

dt {
    cursor: pointer;
    border-bottom: 1px solid #c5c5c5;
    padding: 5px;

}

/* dt.active{
    border: 0;
  } */
dt.active .question h3 {
    color: #fff;

}

/* dt.active .question {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
} */

dt.active .question img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition-duration: 0.4s;
}

dt .question {
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px 15px 30px;
    display: flex;

}

dt .question img {
    /* background-color: #fff; */
    border-radius: 20px;
    width: 20px;
    height: 20px;
}

dd {
    padding: 16px 0;
    /* background-color: rgb(5, 43, 38); */
    margin-inline-start: 0;
    padding: 5px;
    margin-top: -1;
    color: #fff;
    padding: 15px 30px 15px 30px;
    /* filter: drop-shadow(0 0 0.75rem #cfd8dc);
    -webkit-filter: drop-shadow(0 0 0.75rem #cfd8dc); */
    border-radius: 20px;

}

.question h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

dl dt.active {
    /* background-color: rgb(5, 43, 38); */

    /*box-shadow: 0 4px 22px 0 var(--light-grey);
    
    */
    /* filter: drop-shadow(0 0 0.75rem #cfd8dc);
    -webkit-filter: drop-shadow(0 0 0.75rem var(--light-grey)); */
}

.faq_section .w-layout-grid {
    width: 100%;
    grid-template-columns: 1fr;
}

.answer p {
    color: #fff;
}

/* dl dt.active {
    margin-top: 20px;
    margin-bottom: 10px;
} */

.answer p {
    margin-bottom: 0;
}

/* faq end */
/* .second-icon.home-three-all-business-vector{
 left: -30px;
} */
/* .home-three-al-business-icon-text-block:hover .home-three-all-business-vector{
   top: 50px !important;
} */
.home-one-business-text-box:hover {
    background-color: #F5CAB3;
}

.home-one-business-text-box {
    /*transition: ease-in;
    -webkit-transition: ease-in;
    -moz-transition: ease-in;
    -ms-transition: ease-in;
    -o-transition: ease-in;
    */transition-duration: 0.5s;
    padding: 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.home-three-people-testemonial:hover .home-three-testemonial-image {
    animation-name: spin;
    animation-duration: 0.6s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}

/*  */
/* .box-shadow-border-radius{
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
   
} */
.home-two-software-icon-box.active {

    /* box-shadow: 0 20px 30px rgba(1, 6, 20, .1);
    transition-duration: 0.5s; */

}

/* .home-two-software-icon-box-1, .home-two-software-icon-box-2 {
    padding: 20px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
} */

.qr_codes_four_box_section .about-one-experience-grid {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 25px;
    grid-column-gap: 30px;
}

.qr_codes_four_box_section .home-three-all-business-card {
    padding: 30px;
    max-width: 700px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.qr_codes_four_box_section .home-three-all-business-card h3 {
    margin-top: 0px;
}

.qr_codes_four_box_section .home-three-all-business-card p {
    margin-bottom: 0;
}

.qr_codes_four_box_section .pricing-featured-grid-icon-main {
    /* background-color: #c8d6dc; */
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 50px;
    display: flex;
}

.qr_codes_four_box_section .home-three-all-business-card {
    grid-column-gap: 15px;
    align-items: flex-start;
}

.qr_codes_four_box_section .pricing-featured-text-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    display: flex;
}

.qr_codes_four_box_section .pricing-featured-text {
    flex: 1;
}

.qr_codes_four_box_section .pricing-featured-para {
    flex: 1;
    align-items: center;
    display: flex;
}

.qr_codes_four_box_section .about-one-experience-grid {
    margin-top: 0;
}

/* .qr_codes_four_box_section .home-three-all-business-card:hover .pricing-featured-grid-icon-main {
    background-color: rgb(255, 206, 78);
    transition-duration: 0.5s;

} */

.qr_codes_four_box_section {
    padding-bottom: 20px;
}

@media screen and (min-width: 1280px) {
    .qr_codes_how_it_work_section .home-three-business-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .min-width-650 {
        min-width: 650px;
    }


}

.qr_codes_how_it_work_section .home-three-business-card {
    padding: 30px;
}

.qr_codes_how_it_work_section .w-layout-vflex {
    align-items: center;
}

.qr_codes_how_it_work_section .width-fifty {
    text-align: center;
}

.qr_codes_how_it_work_section {
    background: none;
}

@media screen and (min-width: 1280px) {}

.smart_collect_feature_section .home-two-software-icon-box:hover{
    background-color: #fde1cf;
}

.smart_collect_feature_section .home-two-software-icon-box {
    padding: 30px;
    border-radius: 30px;
    border: 1px solid #000000;
    margin-top: 0px;
    text-align: center;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.padding_top_zero {
    padding-top: 0;
}

.padding_bottom_zero {
    padding-bottom: 0;
}

.payments_nav_tab .mega-menu-grid {
    grid-template-columns: 1fr;
}

.payments_nav_tab_lists {
    grid-template-rows: 2fr;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.tax_page_home_section .w-layout-vflex {
    align-items: center;
}

.tax_page_home_section {
    text-align: center;
}

.tax_payment_counter_section .about-one-experience-counter.w-layout-vflex {
    /* background-color: #f4ffce; */
    padding: 20px;
    border-radius: 20px;
    text-align: center;
}

.tax_payment_counter_section .counter-line.margin-top-thirty {
    margin-top: 5px;
    width: 100%;
    margin-bottom: 5px;
}

.tax_payment_counter_section .text-large.margin-top-thirty {
    margin-top: 0px;
}

.tax_payment_counter_section .about-one-experience-grid {
    grid-column-gap: 25px;
}
.tax_payment_counter_section .about-one-experience-counter.w-layout-vflex{
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.tax_payment_counter_section .about-one-experience-counter.w-layout-vflex:hover {
    background-color: #fde1cf ;
}

.footer-copyright {
    text-align: center;
}

@media(min-width:1433px) {
    .payroll_home_banner {
        padding: 185px 20px 140px;
    }

    .home-page-empowering-slider .right-arrow {
        left: 50%;
    }

    .home-page-empowering-slider .left-arrow {
        left: 45%;
    }

    .connecting-you-section {
        height: auto;
    }

    .bringing-effortless-sec {
        padding-bottom: 90px;
    }
}

.nav-links.change-nav-size {
    background-color: #2F358D;
    color: #fff;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 220px;
    padding: 10px 10px 10px 10px;
    min-width: 100px;
    text-align: center;
    margin-bottom: 15px;
    /* border: 1px solid #fff; */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.counter-scale:hover {
    transform: scale(1.5);
    transition-duration: 0.4s;
}

.payment_counter_section .text-large.margin-top-thirty {
    margin-top: 5px;
}

.payment_counter_section .counter-line.margin-top-thirty {
    margin-top: 5px;
    width: 100%;
}

.about_us_home_banner {
    background: none;
}


.resolve-card {
    box-shadow: 0 4px 35px rgba(124, 150, 147, .1);
}

.pricing_table .pricing-table-row.row-background-dark {
    background-color: #202854;
    border-radius: 6px;
}

.pricing_table .pricing-table-row {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: unset;
    align-items: center;
    padding: 18px 40px 18px 20px;
}

.pricing_table .w-layout-hflex {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
}

.pricing_table .pricing-row-left-column {
    flex: 0 30%;
}

.pricing_table .heading-four.change-color-white {
    color: #4c1905;
}


.pricing_table .heading-four {
    color: #1d1837;
    letter-spacing: -.16px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.pricing_table .pricing-row-right-column {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex: 0 58.64%;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-items: baseline;
}

.pricing_table .pricing-table-row.pricing-table-inner-row.yellow-color.chnage-border {
    border-bottom-width: 0;
}

.pricing_table .pricing-table-row.pricing-table-inner-row.yellow-color {
    background-color: #fef4ec;
}

.pricing_table .pricing-table-row.pricing-table-inner-row {
    border-bottom: 1px solid #eaeaea;
    padding-top: 23px;
    padding-bottom: 23px;
}

.pricing_table .pricing-table-row.pricing-table-inner-row.sky-color {
    background-color: #fef4ec;
}

.pricing_table .pricing-table-row.pricing-table-inner-row.purple-color {
    background-color: #fef4ec;
}

.w-richtext h2 {
    text-align: center;
}

.pricing_page_home_section .service-one-hero-image-wrap {
    justify-content: space-around;
}

.home-one-all-business-card:hover img, .home-one-all-business-wrap:hover img, .home-two-technology-card:hover img, .home-one-it-solution-text-box:hover img {
    animation-name: grow;
    animation-duration: 900ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes grow {
    0% {
        opacity: 0;
        transform: scale(0) rotateY(20deg)
    }

    40% {
        transform: scale(1.1)
    }

    50% {
        transform: scale(0.9)
    }

    60% {
        opacity: 1;
        transform: scale(1.05)
    }

    70% {
        transform: scale(0.95)
    }

    80% {
        transform: scale(1.02)
    }

    90% {
        transform: scale(0.98) rotateY(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)    ;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
}
}

.about-three-why-choose-us-counter-wrap:hover {
    background-color: #fef4ec;
    transition-duration: 0.4s;
    /* border: 1px solid;  */
}

.about-company-team-card {
    background: #F76C2E;
    border-radius: 20px;
    padding: 20px;

}

.about-company-team-card:hover {
    background: #2F358D;
    transition-duration: 0.5s;

}

.home-one-business-text-box.active {
    background-color: #F5CAB3;
    /* padding: 20px 20px 20px 20px;
    border-radius: 90px; */
}

/* .tab-content{
    transition-duration: 0.7s;
} */
.tab-content.active {
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 5s;
    -o-animation: fadeIn ease 5s;
    -ms-animation: fadeIn ease 5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.body__inner-wrapper {
    height: 100%;
    max-width: 104rem;
    display: flex;
    flex-direction: column;
    gap: 6rem;
    justify-content: center;
    margin-inline: auto;
    margin-block-start: 6rem;
}

.outline__text {
    font-family: sans-serif;
    -webkit-text-stroke: 1px black;
    -webkit-text-fill-color: white;
}

.marquee {
    width: 100%;
    height: 12rem;
    pointer-events: none;
    background: black;
    overflow: hidden;
    box-shadow: 0 2rem 2rem 0.4rem rgba(0, 0, 0, 0.2);
}

.marquee__inner-wrap {
    height: 100%;
    width: 100%;
}

.marquee span {
    text-align: center;
    color: lightgray;
    font-weight: 400;
    white-space: nowrap;
    font-size: max(2vw, 2.4rem);
    line-height: 1.2;
    font-weight: 700;
    padding: 1vh 1vw 0;
    text-transform: uppercase;
}

.marquee__img {
    width: 100px;
    border-radius: 100rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(0.6);
    margin: 20px 30px 0 30px;
    /* background-color: #fff; */
}

.marquee__img img {
    /* background-color: #fff; */
    padding: 2px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.marquee__inner {
    height: 100%;
    width: fit-content;
    align-items: center;
    display: flex;
    position: relative;
    animation: marquee 10s linear infinite;
    will-change: transform;
    margin-top: 20px;
    -webkit-animation: marquee 10s linear infinite;
}

@keyframes marquee {
    to {
        transform: translateX(-20%);
        -webkit-transform: translateX(-20%);
        -moz-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
        -o-transform: translateX(-20%);
    }
}

.marquee__inner-wrap {
    background-color: aqua;
    text-align: center;
    overflow-x: hidden;
    padding: 75px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 40px;

}

.payment_link_marque {
    background: none;
}

a:hover {
    color: #F76C2E;
    transition: all ease 0.4s;
}

body {
    overflow-x: hidden;
}

.mb-20.feature-tabs-description, .mb-20 {
    margin-bottom: 20px;
}

.payment_gateway_box_section .about-one-experience-grid {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 25px;
}

.payment_gateway_box_section .home-three-all-business-card {
    padding: 0;
    background: none;
    text-align: left;
}

.br-20 {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.payment_gateway_box_section .about-one-experience-counter.w-layout-vflex {
    background: none;
    border: 1px solid #dadada;
}

.tl-center {
    text-align: center;
}

.payment_links_cy_section .service-one-style-card {
    width: 318px;
    padding: 20px;
    height: 265px;
}

.simplifing-section .about-three-roadmap-icon-text {
    text-align: center;
}

.simplifing-section .about-three-roadmap-icon-block {
    width: 225px;
}

.efficient_payments .about-three-counter-text-large {
    font-size: 1.475rem;
}

.home_tab_section h2 {
    padding-bottom: 20px;
}

.efficiency-redefined-section .w-layout-hflex {
    align-items: center;
}

.resolve-card h3 {
    margin-bottom: 0;
}

.we-provide-it-right-box {
    /* background-color: #fef4ec; */
    width: 100%;
    /* height: 655px; */
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    display: inline-block;

}

.we-provide-it-right-box .boxes {
    display: flex;
    background-color: #fde1cf;
    width: 65%;
    align-items: center;
    gap: 15px;
    margin-bottom: 35px;
    box-shadow: 0 20px 30px rgba(1, 6, 20, .1);
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    padding: 10px;
    position: relative;
    bottom: 75%;
    transition-duration: 0.5s;
}

.we-provide-it-right-box .boxes .boxes-contents {
    display: flex;
    flex-direction: column;
}

.we-provide-it-right-box .box-1, .we-provide-it-right-box .box-3 {
    float: right;
}

.we-provide-it-right-box .box-2 {
    margin-left: 50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.we-provide-it-right-box .box-4 {
    width: 85%;
    /* float: right; */
    float: right;
    margin-bottom: 30px;
}

.we-provide-it-right-box .box-1 {
    margin-top: 30px;
}

.we-provide-it-right-box .boxes h3 {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 5px;

}

.we-provide-it-right-box .boxes p {
    margin-top: 0;
    padding-bottom: 0;

}

.we-provide-it-right-box .boxes .boxes-img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
}

.home-two-software-image-block-bg-img {
    position: relative;
    z-index: 0;
    top: 15%;
    /* animation: rotate3 6s alternate infinite; */
    max-width: 100%;
    /* padding: 70px; */
    max-height: 500px;
    max-width: 500px;
    left: 10%;

}

@keyframes rotate3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

.we-provide-it-right-box .boxes:hover {
    background-color: #caef45;
}

@media(max-width:767px) {
    .we-provide-it-right-box .box-1, .we-provide-it-right-box .box-3 {
        margin-right: 35px;
    }

    .we-provide-it-right-box .box-2 {
        margin-left: 70px;
    }

    .we-provide-it-right-box .box-4 {
        margin-left: 72px;
        width: 65%;
        /*float: right;
        */
        float: left;
        /*float: right;
        */
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }
}

@media(max-width:320px) {
    .we-provide-it-right-box .box-4 {
        margin-left: 115px;
        width: 50%;
    }

    .we-provide-it-right-box .box-1, .we-provide-it-right-box .box-3 {
        margin-right: 103px;
    }

    .we-provide-it-right-box .boxes {
        width: 50%;
    }

    .we-provide-it-right-box .box-2 {
        margin-left: 115px;
    }
}

.your-settlements-section .w-layout-hflex {
    align-items: center;

}

.transform-your-secction .about-company-team-grid-one {
    grid-template-columns: 1fr 1fr 1fr 1fr;

}

.transform-your-secction .text-large {
    text-align: center;
}

.transform-your-secction .w-layout-vflex {
    text-align: center;
}

.transform-your-secction .about-two-project-heading-wrap {
    justify-content: center;
}

.payment_links_banner {

    background: url(../img/pl/background.png);
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.connecting_banner {

    background: url(../img/pl/background1.png);
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
}

.payment--pages img {

    width: 80px;
    height: 80px;
}

.instant_settlement img {

    width: 80px;
    height: 80px;
}

.slider_bg {

    background: url(../img/home/background.png);
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #2F358D;

}

.bg--none {

    background: none;
}

.streamline_section img {

    width: 80px;
    height: 80px;
}

.current_account_bgs {

    background: url(../img/ca/background1.png);
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.transction_section img {

    width: 80px;
    height: 80px;
}
.api_banking_bg{

    background: url(../img/ab/background.png);
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.home_img img{

    width: 497px;
    height: 480px;

}
.home_img{

    background: none;
}
.bg--change{

    background: url(../img/background3.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
/* css for the text color white starts here*/
.text-white{
    color: #fff !important;
}
.footer-text-white p, .footer-text-white h3, .footer-text-white a, .footer-text-white .footer-copyright{
 color: #000000;
}
.footer-text-white a:hover{
   color: #F76C2E; 
}
/* css for the text color white ends here */
/* css for the text color brown starts here */
.text-brown{
    color: #4c1905;
}
/*  */

/* css for the text color white ends here*/
/* css for the background d blue starts here */
.bg-d-blue{
    background: #2F358D;
}
/* css for the background d blue ends here */

/* css for the header dropdown starts here */
.w-dropdown-list.w--open{
    display: grid ;
    grid-template-columns: 1fr 1fr;
}

/* css for the header dropdown ends here */
/* css fo the backgroun sandle starts here */
.bg-sandle-lite{
    background: #fef4ec !important;
}
.bg-sandle-dark{
    background: #fde1cf !important;
}
/* css fo the backgroun sandle ends here */
@media(min-width: 1022px){
    .home-page-empowering-slider .right-arrow {
        left: 50%;
    }

    .home-page-empowering-slider .left-arrow {
        left: 45%;
    }
    .payment_links_banner{
        padding: 140px 20px 120px;
    }
}
@media (max-width: 1020px){
    .w-dropdown-list.w--open {
        grid-template-columns: 1fr;
    }
    .dropdown-list{
        padding: 7px 0 3px 0;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
    .nav-links.change-nav-size{
        color: #000000;
        background: unset;
        text-align: left;
        padding: 10px 20px;
        margin-bottom: 0px;
        box-shadow: none;
        max-width: 100%;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .nav-menu {
        background-color: #000000;
    }
}
.w--current .nav-link-main, .w-dropdown-link.w--current, .nav-link-main.active, .nav-link-main:hover, .w-dropdown-link:hover, .nav-link-main:hover {
    color: #F76C2E;
    transition: all ease 0.4s;
}
.w-dropdown-link:hover, .w-dropdown-link.w--current{
    background: #F76C2E;
    color: #fff;
    /* border: 1px solid #fff; */
}
/* bg white */
.bg-white{
    background-color: #fff;
}
/*  */
.pt-75{
    padding-top: 75px;
}
/* text-black */
.text-black{
    color: #000000;
}
/*  */
/* .hassle-free-settle .about-three-why-choose-us-counter-wrap{
    border-bottom: 1px solid #000000;

} */
 .bg-orange{
    background-color: #F76C2E;
 }
 .have-account a{
    color: #fff;
 }
 .service-one-style .service-one-style-card{
    background-color: #fff !important;
    border: 1px solid #000000;
 }
 .tax_payment_counter_section .about-one-experience-counter.w-layout-vflex.active h3,  .tax_payment_counter_section .about-one-experience-counter.w-layout-vflex.active p{
    color: #4c1905 !important;
 }
 .tax_payment_counter_section .about-one-experience-counter.w-layout-vflex:hover{
    background-color: #fff;
 }
 /* d-flex */
 .d-flex{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
 }
 .sweet-alert button{
    background-color: #F76C2E !important;
    transition: 0.5S;
    -webkit-transition: 0.5S;
    -moz-transition: 0.5S;
    -ms-transition: 0.5S;
    -o-transition: 0.5S;
}
 .sweet-alert button:hover{
    background-color: #2F358D !important;
 }
 label.error{
    color: red;
 }
 .padding-top-zero{
    padding-top: 0;
 }
 .mb-5{
    margin-bottom: 5px;
 }
 .mt-0{
    margin-top: 0 !important;
 }
 .mt-5{
    margin-top: 5px;
 }
 .mb-10{
    margin-bottom: 10px !important;
 }
.mt-20{
    margin-top: 20px !important;
}
.mb-30{
    margin-bottom: 30px;
}
 /*  */

 .pb-50{
    padding-bottom: 50px !important;
 }
 .pt-100{
    padding-top: 100px !important;
 }
 .pt-150{
    padding-top: 150px;
 }
 .pt-50{
    padding-top: 50px;
 }
 .pl-15{
    padding-left: 15px;
 }
 .pb-0{
    padding-bottom: 0 !important;
 }
 .pt-0{
    padding-top: 0 !important;
 }
.blog-one-hero .blog-one-heading-wrap h1, .blog-one-hero p{
    color: #000000;
}
.cp-name  .cp-bold{
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
}
.padding-zero{
    padding: 0;
}
/* .ct-hover .contact-us-one-icon-text-wrap a{
    font-size: 20px;
} */
.ct-hover .contact-us-one-icon-text-wrap a:hover{
    color: #F76C2E !important;
}
/* header user  name colour code change css starts here */
.nav-right-block .user-name.active {
    color: #fff;
    font-weight: 700;
}


/* header user  name colour code change css ends here */