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

.p-relative {
    position: relative;
}

.cursor {
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

.img_fluid_icon {
    width: 50px;
}

.nav-item.dropdown .nav-link:has(+ .dropdown-menu .list-unstyled .dropdown_has_dropdown .inner_dropdown li.active) {
    color: #ff6400 !important;
}

.nav-item.dropdown .nav-link:has(+ .dropdown-menu .list-unstyled .nav-item.active) {
    color: #ff6400 !important;
}

.gap {
    column-gap: 20px;
}


.list-unstyled .h4 span {
    font-size: 16px;
}

.work-section .work-content ul li {
    margin-bottom: 10px;
}



.btn_primary {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    padding: 10px 15px;
    border-radius: 5px;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-secondary);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    text-decoration: none;
}

.btn_primary:hover {
    background: white;
    color: var(--e-global-color-secondary);
    text-decoration: none;
    border: 1px solid #00a9a4;
}

.work-section .work-content ul:before {
    content: "";
    position: absolute;
    border: 1px dashed #00A9A4;
    width: 1px;
    height: 83%;
    /* background: red; */
    left: -1px;
    top: 9px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    /* border: 1px solid ; */
    -webkit-text-fill-color: #cccccc;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

button[type=submit]:focus {
    background: transparent !important;
    color: var(--e-global-color-accent) !important;
}

.no-scroll{
    overflow: hidden;
}
img[src="assets/images/logo/logo.png"] {
    /* Your styles here */
    width: 180px;
}

/* ............................index page css...................... */

.preloader img{
    width: 280px !important;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; /* Background color of preloader */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}


.convinience_img{
    bottom: -8px !important;
}

/* navbar */

.header.on_s_visible {
    z-index: 99;
    background: #d4cecc;
    position: sticky;
    top: 0;
}

.dropdown_has_dropdown .inner_dropdown.visible_drodpwn {
    display: block;
    height: auto;
    opacity: 1;
    list-style-type: none;
}

.dropdown_has_dropdown .inner_dropdown {
    display: none;
    opacity: 0;
    height: 0;
    position: absolute;
    background: #1db3ae;
    left: 100%;
    top: 30%;
    padding: 10px;
    list-style-type: none;
}

.dropdown_has_dropdown {
    position: relative;
}

.mobile_drop_down {
    position: relative;
}

.navbar-nav .dropdown-menu:has(.drop-down-pages .mobile_drop_down) {
    left: 0;
    width: 100%;
    max-width: 220px;
    padding: 10px 10px;
}

.inner_dropdown li a {
    padding: 12px 12px;
}

.mobile_drop_down .inner_dropdown.visible_drodpwn {
    left: 0;
    z-index: 9;
    top: 104%;
    padding: 10px 5px;
}






/* TP features area ends */

.tp-feature-area {
    position: relative;
    padding-top: 60px;
    background: rgba(232, 247, 253, 0.5);
    overflow: hidden;
    padding-bottom: 50px;
}

/* .tp-feature-area::before {
    content: "";
    position: absolute;
    bottom: 0;
    background: #363735;
    height: 160px;
    width: 100%;
    left: 0;
} */

.tp-feature-area.feature-breadcrumb {
    padding-top: 0;
}

.tp-feature-area.feature-breadcrumb::before {
    display: none;
}

.tp-feature-area.feature-breadcrumb .tp-feature-shape .shape-1 {
    position: absolute;
    top: 0;
    left: 0;
}

.tp-feature-shape img {
    position: absolute;
    left: -212px;
    z-index: 0;
    bottom: -36px;
    opacity: 0.5;
}

.tp-feature-wrapper p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    justify-content: end;
    display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-feature-wrapper p {
        justify-content: start;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
    .tp-feature-wrapper p br {
        display: none;
    }
}

.tp-feature-wrapper p::after {
    position: absolute;
    content: "";
    background: #05DAC3;
    width: 2px;
    height: 41px;
    left: 128px;
    top: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-feature-wrapper p::after {
        left: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-feature-wrapper p::after {
        left: -15px;
        height: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-feature-wrapper p::after {
        left: -10px;
    }
}

.tp-feature-item {
    text-align: center;
    background: white;
    box-shadow: 0px -4px 31px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-feature-item {
        margin-bottom: 50px;
    }
}

.tp-feature-item-box {
    padding-left: 20px;
    padding-right: 20px;
}

.tp-feature-item-box .tp-feature-item-btn a {
    height: 50px;
    width: 50px;
    display: inline-block;
    line-height: 50px;
    border-radius: 50%;
    color: white;
    background: red;
    position: absolute;
    bottom: -25px;
    left: 43%;
    text-align: center;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    scale: 0;
    z-index: 2;
}

.tp-feature-item-box .tp-feature-item-btn a:hover i {
    animation: tfLeftToRight 0.5s forwards;
}

.tp-feature-item-box:hover .tp-feature-item-btn a {
    opacity: 1;
    visibility: visible;
    scale: 1;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.tp-feature-item:hover .tp-feature-item-thumb .shape {
    opacity: 1;
    visibility: visible;
    top: 80px;
    display: flex;
}

.tp-feature-item:hover .tp-feature-item-thumb .shape img {
    margin: auto;
}

.tp-feature-item:hover .tp-feature-item-thumb .thumb {
    transform: scale(1.05);
}

.tp-feature-item:hover .tp-feature-item-wrapper::after {
    opacity: 1;
    visibility: visible;
    left: 0;
}

.tp-feature-item:hover .tp-feature-item-wrapper::before {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.tp-feature-item-wrapper {
    padding: 40px 20px 0;
}

.tp-feature-item-wrapper::after {
    position: absolute;
    top: 0;
    content: "";
    background: #ff6400;
    clip-path: polygon(0 0, 0% 100%, 80% 50%);
    width: 42px;
    height: 57px;
    opacity: 0;
    visibility: visible;
    transform: scaleY(1);
    left: -10px;
    transition: all 0.3s ease-in-out;
}

.tp-feature-item-wrapper::before {
    position: absolute;
    right: 0;
    content: "";
    background: #00a9a4;
    clip-path: polygon(50% 15%, 0% 100%, 100% 100%);
    width: 52px;
    height: 37px;
    opacity: 0;
    visibility: visible;
    transform: scaleY(1);
    bottom: -10px;
    transition: all 0.3s ease-in-out;
}

.tp-feature-item-shape {
    position: absolute;
    top: 0;
    left: 0;
}

.tp-feature-item-shape img {
    width: 100%;
}

.tp-feature-item-thumb .shape {
    position: absolute;
    right: 120px;
    top: 100px;
    background: white;
    box-shadow: 6px -6px 4px rgba(21, 49, 74, 0.07);
    border-radius: 24.945px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    margin-bottom: 0;
    opacity: 0;
    visibility: visible;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-feature-item-thumb .shape {
        right: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-feature-item-thumb .shape {
        right: 150px;
    }
}

@media (max-width: 575px) {
    .tp-feature-item-thumb .shape {
        right: 60px;
    }
}

.tp-feature-item-thumb .thumb {
    border-radius: 88.5px;
    margin-bottom: 62px;
    overflow: hidden;
    transition: 0.2s 0s ease-in;
}

.tp-feature-item-content .feature-title {
    position: relative;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 33px;
    color: black;
}

.tp-feature-item-content .feature-title span {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    color: red;
}

.tp-feature-item-content .feature-title:hover {
    color: red;
}

.tp-feature-item-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 28px;
}

.tp-feature-area-2 {
    background: rgba(232, 247, 253, 0.5);
}

@media (max-width: 575px) {
    .tp-feature-thumb-2 img {
        width: inherit;
    }
}

.tp-feature-2-info {
    background: white;
    padding: 22px 40px 21px 47px;
    justify-content: space-between;
    width: 500px;
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
    transition: all 0.5s ease-in-out;
    z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-feature-2-info {
        padding: 26px 40px 20px 30px;
        width: 430px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-feature-2-info {
        padding: 26px 40px 20px 30px;
        width: 400px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-feature-2-info {
        padding: 20px;
        width: 300px;
    }
}

@media (max-width: 575px) {
    .tp-feature-2-info {
        padding: 20px;
        width: 275px;
    }
}

.tp-feature-2-info:hover .tp-feature-2-btn a i {
    transform: rotate(45deg);
}

.tp-feature-2-title {
    font-weight: 600;
    font-size: 25px;
    color: var(--tp-heading-secondary);
    background-image: linear-gradient(#03041C, #03041C), linear-gradient(#03041C, #03041C);
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
    transition: 0.3s ease;
}

.tp-feature-2-title:hover {
    background-size: 0 2px, 100% 1px;
}

.tp-feature-2-title-sub {
    font-family: "Raleway";
    font-weight: 500;
    font-size: 18px;
    color: red;
    margin-bottom: 10px;
    display: block;
}

.tp-feature-2-btn a {
    font-size: 20px;
    color: red;
}

.tp-feature-2-btn a i {
    transition: all 0.3s ease-in-out;
}

.tp-feature-3-area {
    position: relative;
    background: var(--tp-bg-primary);
}

@media (max-width: 575px) {
    .tp-feature-3-area {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}

.tp-feature-3-content {
    position: relative;
}

.tp-feature-3-content-inner {
    position: relative;
    background: white;
    box-shadow: 0px 18px 83px rgba(63, 91, 143, 0.02);
    padding: 35px 30px 20px 38px;
}

@media (max-width: 575px) {
    .tp-feature-3-content-inner {
        padding: 15px;
    }
}

.tp-feature-3-content-inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(29% 0, 100% 71%, 100% 0);
    background: red;
    height: 42px;
    width: 42px;
    transition: all 0.4s;
}

.tp-feature-3-content-inner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(29% 0, 100% 71%, 100% 0);
    background: greenyellow;
    height: 42px;
    width: 0px;
    z-index: 1;
    transition: all 0.3s;
}

.tp-feature-3-content-inner:hover::before {
    width: 42px;
}

.tp-feature-3-content::after {
    position: absolute;
    content: "";
    top: 25px;
    left: -38px;
    height: 79px;
    width: 1px;
    background: #D9D9D9;
}

@media only screen and (min-width: 1701px) and (max-width: 1800px),
only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-feature-3-content::after {
        top: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px) {
    .tp-feature-3-content::after {
        top: 50px;
        left: -15px;
    }
}

.tp-feature-3-content-thumb {
    margin-right: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px) {
    .tp-feature-3-content-thumb {
        margin-right: 35px;
    }
}

.tp-feature-3-content .tp-feature-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
    color: #121D2C;
    margin-bottom: 17px;
}

.tp-feature-3-content .tp-feature-title a:hover {
    color: red;
}

.tp-feature-3-content p {
    font-weight: 400;
    font-size: 16px;
    color: #9C9C9C;
}

.tp-feature-3-text-style {
    padding-bottom: 190px;
}

@media (max-width: 575px) {
    .tp-feature-3-text-style {
        padding-bottom: 70px;
    }
}

.tp-feature-3-text-style .feature-title {
    position: relative;
    font-weight: 700;
    font-size: 150px;
    line-height: 1;
    text-align: center;
    color: transparent;
    text-transform: lowercase;
    background-image: url("../img/feature/home-3/text-img.jpg");
    -webkit-background-clip: text;
    background-size: auto;
    background-position: center;
    margin-bottom: 50px;
}

.tp-feature-3-text-style .feature-title::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 54px;
    background: red;
    right: 23%;
    top: 55%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-feature-3-text-style .feature-title::after {
        right: 16%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-feature-3-text-style .feature-title::after {
        right: 7%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-feature-3-text-style .feature-title::after {
        display: none;
    }
}

.tp-feature-3-text-style .feature-title::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 54px;
    background: red;
    left: 23%;
    top: 55%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-feature-3-text-style .feature-title::before {
        left: 16%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-feature-3-text-style .feature-title::before {
        left: 7%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-feature-3-text-style .feature-title::before {
        display: none;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-feature-3-text-style .feature-title {
        font-size: 135px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-feature-3-text-style .feature-title {
        font-size: 115px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-feature-3-text-style .feature-title {
        font-size: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-feature-3-text-style .feature-title {
        font-size: 100px;
    }
}

@media (max-width: 575px) {
    .tp-feature-3-text-style .feature-title {
        font-size: 60px;
    }
}

.tp-feature-active-2 .splide__slide.is-visible.is-active .tp-feature-2-info {
    opacity: 1;
    visibility: visible;
    bottom: 34px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-feature-active-2 .splide__slide.is-visible.is-active .tp-feature-2-info {
        bottom: 20px;
    }
}

@media (max-width: 575px) {
    .tp-feature-active-2 .splide__slide.is-visible.is-active .tp-feature-2-info {
        bottom: 70px;
    }
}

/* TP features area ends*/

/* counter section */

.tp-fun-fact-area {
    background: url(../../assets/images/img/Art\ of\ Elevated\ Payment\ Playground_BG.jpg) no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-fun-fact-area {
        overflow: hidden;
    }
}

.tp-fun-fact-shape .shape-1 {
    position: absolute;
    top: 0;
    left: 20px;
    animation: scale_up_down 1s infinite alternate both;
}

.tp-fun-fact-shape .shape-2 {
    position: absolute;
    bottom: -75%;
    left: -25%;
    opacity: 0.6;
    animation: animationglob 30s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-fun-fact-shape .shape-2 {
        bottom: -82%;
        left: -30%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-fun-fact-shape .shape-2 {
        bottom: -90%;
        left: -30%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-fun-fact-shape .shape-2 {
        bottom: -90%;
        left: -42%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-fun-fact-shape .shape-2 {
        bottom: -85%;
        left: -50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-fun-fact-shape .shape-2 {
        display: none;
    }
}

.tp-fun-fact-shape .shape-3 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.tp-fun-fact-shape .shape-4 {
    position: absolute;
    top: 20px;
    right: 85px;
    animation: tpupdown 1s infinite alternate;
}

.tp-fun-fact-shape .shadow {
    position: absolute;
    top: -60%;
    left: 0;
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-fun-fact-shape .shadow {
        top: 7%;
        left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-fun-fact-shape .shadow {
        display: none;
    }
}

.tp-fun-fact-wrapper {
    margin-bottom: 80px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-fun-fact-wrapper {
        margin-bottom: 40px;
    }
}

.tp-fun-fact-wrapper-box {
    margin-top: -40px;
    text-align: center;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-fun-fact-wrapper-box {
        margin-left: 60px;
    }
}

.tp-fun-fact-wrapper .counter-title {
    font-weight: 700;
    font-size: 80px;
    line-height: 49px;
    -webkit-text-fill-color: #00a9b5;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 30px;
}

.tp-fun-fact-wrapper p {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.25em;
    color: black;
}

.tp-fun-fact-thumb {
    margin-left: -25px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-fun-fact-thumb {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-fun-fact-thumb {
        margin-left: -60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-fun-fact-thumb {
        margin-left: 0px;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-fun-fact-thumb img {
        width: 120%;
        margin-top: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-fun-fact-thumb img {
        max-width: 136%;
    }
}

@media (max-width: 575px) {
    .tp-fun-fact-thumb img {
        max-width: 100%;
    }
}

.tp-fun-fact-content {
    padding-left: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-fun-fact-content {
        padding-left: 0;
        padding-bottom: 00px;
    }
}

.tp-fun-fact-title-wrapper h4 {
    color: black;
    margin-bottom: 10px;
    font-weight: 600;
}




.tp-fun-fact-btn .tp-btn {
    background: rgba(255, 255, 255, 0.04);
    margin-top: 30px;
    padding: 21px 45px;
}

.tp-counter-area {
    background: rgba(232, 247, 253, 0.5);
}

.tp-counter-area.counter-breadcrumb {
    background: none;
}

.tp-counter-area.counter-breadcrumb::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(232, 247, 253, 0.5);
    height: 68%;
    width: 100%;
    z-index: -1;
}

.tp-counter-box {
    background: white;
    box-shadow: 0px -2px 20px rgba(0, 0, 0, 0.06);
    padding: 38px 60px;
}

.tp-counter-wrapper {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-counter-wrapper {
        margin-bottom: 30px;
    }
}

.tp-counter-wrapper .counter-title {
    position: relative;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #090707;
    margin-bottom: 17px;
}

.tp-counter-wrapper .counter-title::after {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    border-radius: 50%;
    top: 0px;
    left: 135px;
    display: inline-block;
    opacity: 0;
    z-index: -1;
    background: red;
    transition: all 0.3s ease-in;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-counter-wrapper .counter-title::after {
        left: 110px;
    }
}

.tp-counter-wrapper .counter-subtitle {
    font-family: var(--tp-ff-heading);
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #090707;
}

.tp-counter-wrapper:hover .counter-title::after {
    opacity: 1;
}

.tp-counter-border::after {
    position: absolute;
    content: "";
    border-right: 1px solid #D4DBDE;
    height: 37px;
    right: 0px;
    top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-counter-border::after {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-counter-3-area {
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-counter-3-area {
        padding-top: 100px;
    }
}

.tp-counter-3-bg {
    width: 100%;
}

.tp-counter-3-bg .shape-1 {
    position: absolute;
    bottom: -65px;
    left: 0;
    width: 100%;
    z-index: 2;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-counter-3-bg .shape-1 {
        bottom: -45px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-counter-3-bg .shape-1 {
        bottom: -35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-counter-3-bg .shape-1 {
        bottom: 95px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-counter-3-bg .shape-1 {
        display: none;
    }
}

.tp-counter-3-wrapper {
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-counter-3-wrapper {
        margin-bottom: 30px;
    }
}

.tp-counter-3-wrapper .counter-title {
    position: relative;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: white;
    margin-bottom: 17px;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-counter-3-wrapper .counter-title {
        color: var(--tp-common-black);
    }
}

.tp-counter-3-wrapper .counter-title::after {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    border-radius: 50%;
    top: 0px;
    left: 150px;
    display: inline-block;
    opacity: 0;
    z-index: -1;
    background: red;
    transition: all 0.3s ease-in;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-counter-3-wrapper .counter-title::after {
        left: 110px;
    }
}

.tp-counter-3-wrapper .counter-subtitle {
    position: relative;
    font-family: var(--tp-ff-heading);
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    z-index: 1;
    color: white;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-counter-3-wrapper .counter-subtitle {
        color: var(--tp-common-black);
    }
}

.tp-counter-3-wrapper:hover .counter-title::after {
    opacity: 1;
}

.tp-counter-3-border::after {
    position: absolute;
    content: "";
    border-right: 1px solid rgba(217, 217, 217, 0.2);
    height: 37px;
    right: 0px;
    top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-counter-3-border::after {
        display: none;
    }
}

/* counter section ends */






/* ............................................about us css starts..................... */

.services-area.three {
    background-color: #fff;
    padding: 70px 0;
}

.services-area.three .row {
    row-gap: 25px;
}

.services-area.three .services-item img {
    padding-bottom: 15px;
    width: 100px;
}

.services-area.three .services-item {
    background-image: url("../img/services/services-bg1.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 30px 40px;
    text-align: center;
}

.services-item {
    min-height: 324px;
}

.services-area.three .services-item:hover:after {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
}

.services-area.three .services-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #01a9a4;
    z-index: -1;
    opacity: .90;
}



.services-area.three .services-item:after {
    position: absolute;
    content: '';
    width: 92%;
    height: 92%;
    top: 13px;
    left: 14px;
    z-index: -1;
    border: 5px solid #000000;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.services-area.three .services-item.two {
    background-image: url("../img/services/services-bg2.jpg");
}

.services-area.three .services-item.three {
    background-image: url("../img/services/services-bg3.jpg");
}

.services-area.three .services-item.four {
    background-image: url("../img/services/services-bg4.jpg");
}

.services-area.three .services-item.five {
    background-image: url("../img/services/services-bg5.jpg");
}

.services-area.three .services-item.six {
    background-image: url("../img/services/services-bg6.jpg");
}

.services-area.three .services-item i {
    color: #fff;
}

.services-area.three .services-item h3 a {
    color: #0f0d0d;
}

.services-area.three .services-item p {
    color: #fff;
}

.services-area.three .services-item .services-btn {
    color: #fff;
    border-bottom: 1px solid #fff;
}





/* .........................................about css ends.............................. */


/* .........................payment page css ................................ */



/* ...................................payment page css ends...................... */


/* .................................payment button css............................ */

.payment_btn_flex {
    display: flex;
    gap: 30px;
}




/* ........................................payment button css ends....................... */

/* .......................................payment gateway.................................. */


.cash_less_flow li {
    position: relative;
    padding-left: 70px;
    list-style-type: none;
    display: flex;
    margin-top: 24px;
}

.cash_flow_img {
    position: absolute;
    width: 50px;
    left: 0;
}


.tp-blog-2-area {
    /* background: url(../../assets/images/img/Enter\ Into\ The\ Ring\ Of\ Payverse_BG.jpg) no-repeat; */
    /* background-size: cover; */
    /* background-position: left; */
    overflow: hidden;
    z-index: 0;
    position: relative;
    padding: 100px 0;
}



.tp-blog-2-shape .shape-1 {
    position: absolute;
    bottom: 215px;
    left: -90px;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-blog-2-shape .shape-1 {
        display: none;
    }
}

.tp-blog-2-title-wrapper .tp-section-title {
    color: #9C9C9C;
}

.tp-blog-2-title-wrapper .tp-section-title__pre {
    color: #9C9C9C;
}

.tp-blog-2-wrapper {
    position: relative;
}

.tp-blog-2-wrapper::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    bottom: 0px;
    left: auto;
    right: 0;
    background-color: #00a9a4;
    transition: all 0.3s ease-out 0s;
}

.tp-blog-2-wrapper:hover .tp-blog-2-thumb a::after {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
}

.tp-blog-2-wrapper:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.tp-blog-2-thumb {
    position: relative;
    background: #161A37;
    padding: 0;
    overflow: hidden;
}

.tp-blog-2-thumb a {
    position: relative;
    display: block;
    overflow: hidden;
}

.tp-blog-2-thumb a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
}

.tp-blog-2-thumb img {
    max-width: 100%;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-blog-2-thumb img {
        width: 100%;
    }
}

.tp-blog-2-tag-name {
    background: #00a9a4;
    width: 126px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.tp-blog-2-tag-name h4 {
    font-weight: 600;
    /* font-size: 1px; */
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #1B1A1A;
}

.tp-blog-2-content {
    background: #7ac8be;
    padding: 25px 20px 25px 20px;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.03);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
    .tp-blog-2-content {
        padding: 25px 15px 30px 20px;
    }
}

.tp-blog-2-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 33px;
    color: black;
    margin-bottom: 12px;
}

.tp-blog-2-title a {
    background-image: linear-gradient(#03041C, #03041C), linear-gradient(#03041C, #03041C);
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-blog-2-title a br {
        display: none;
    }
}

.tp-blog-2-title a:hover {
    background-size: 0 1px, 100% 1px;
}

.tp-blog-2-btn a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: capitalize;
    color: black;
}

.tp-blog-2-btn a span {
    margin-left: 5px;
    transform: translateY(1px);
    display: inline-block;
}

.tp-blog-2-btn a:hover {
    color: #00a9a4;
}

.tp-blog-2-btn a:hover i {
    animation: tfLeftToRight 0.5s forwards;
}

.tp-blog-2-nav .blog-button-next-1 {
    position: absolute;
    top: 50%;
    right: 35px;
    color: #9C9C9C;
    font-size: 18px;
    z-index: 1;
}

.tp-blog-2-nav .blog-button-prev-1 {
    position: absolute;
    top: 50%;
    left: 35px;
    color: #9C9C9C;
    font-size: 18px;
    z-index: 1;
}



/* ..........................................paymeny gateway css ends.............................. */

/* .....................................faq css................................ */



.faq_heading_sub {
    padding: 15px 30px;
    width: 100%;
    max-width: 270px;
}

.faq_heading_sub.active {
    color: white;
    background: #ff6400;
}

.faq_heading_sub1 {
    padding: 15px 30px;
    width: 100%;
    max-width: 270px;
}

.faq_heading_sub1.active {
    color: white;
    background: #ff6400;
}

.faq_tab_row {
    display: none;
}

.faq_tab_row.active_tab {
    display: block;
}


.faq_tab_row1 {
    display: none;
}

.faq_tab_row1.active_tab {
    display: block;
}


.faq_tab_btn {
    display: flex;
    gap: 20px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 46px;
    padding-bottom: 00px;
}

.accordian-section-inner {
    padding-top: 60px;
}



/* .........................................faq css ends........................ */

/* ....................................solution css..................... */

.title_span span {
    font-size: 16px;
    font-weight: 400;
}

.tab-content-style1 {
    background: url(../../assets/images/img/SaaS_BG.jpg ) no-repeat;
    background-position: top center;
    background-size: cover;

}

.tab-pane.tab_sh {
    background: white;
}

.rs-tab-main .nav {
    gap: 15px;
    padding-bottom: 40px;
}

.rs-tab-main .nav .nav-item {
    max-width: 200px;
    width: 100%;
    background-color: #00A9A4;
    border-radius: 10px;
}

.prelements-heading .check-lists {
    list-style-type: none;
}

.check-lists li {
    padding: 5px 0;
}

.check-lists li i {
    margin-right: 15px;
    color: #00a9a4;

}

.prelements-heading {
    padding: 42px;
}

.rs-tab-main .nav .nav-item .nav-link {
    display: flex;
    padding: 10px;
    align-items: center;
    align-content: center;
    gap: 10px;
    justify-content: center;
    cursor: pointer;
}

.rs-tab-main .nav .nav-item .nav-link img {
    width: 50px;
}

.nav_l_h4 h4 {
    margin: 0;
}




/* ...................................solution css ends.............. */



/* ..............................sign up and sign in css......................... */

.login-form .login-card .input-field {
    color: rgb(47, 43, 43);
    font-weight: 600;
    font-size: 16px;
}


.sweet-alert .icon.success::before,
.sweet-alert .icon.success::after,
.sweet-alert .icon.success .fix {
    display: none;
}

.sweet-alert {
    background-color: #ccf0e9;
}


.sweet-alert button {
    background: #637b87 !important;
}

.sweet-alert button:hover {
    background: #466675 !important;
}

button[type='submit']:focus {
    background-color: var(--e-global-color-accent) !important;
    color: white !important;
}



/* .....................................contact css................ */


.form_style+label.error {
    color: red;
}

.login-form .login-card label.error {
    font-size: 16px;
    color: red !important;
}

.addres_column {
    background: #eaebfc;
    padding: 30px;
    color: #010647;
    font-size: 22px;
    border-radius: 10px;
}

.address_box p {
    color: black;
}

.address_box .img {
    width: 50px;
}

.address_box a{
    color: black;
}

.address_box a:hover{
    color: #ff6400;
}

a[href^="mailto:"] {
   word-break: break-all;
}

/* ......................................contact css ends......................... */

/* .......................................integration css................ */
.integration_padding {
    padding-bottom: 160px;
}

.manage-section .second {
    text-align: center;
}

#mousemove {
    background: url(../../assets/images/img/WHERE\ COMPONENTS\ HARMONIOUSLY\ MERGE_BG.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

#blog .post-item.border>.post-item-wrap>.post-item-description {
    text-align: center;
}

.tp-support-feature-area {
    margin-top: -50px;
    overflow: hidden;
}

.tp-support-feature-item {
    background: white;
    border: 1px solid rgba(155, 171, 227, 0.28);
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.07);
    padding: 18px 12px;
    z-index: 2;
    gap: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-support-feature-item {
        padding: 12px 12px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-support-feature-item {
        padding: 10px 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-support-feature-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .tp-support-feature-item {
        padding: 15px 12px;
    }
}

.tp-support-feature-item:hover .tp-support-feature-counter::after {
    opacity: 1;
    width: 100%;
}

/* .tp-support-feature-item:hover .tp-support-feature-thumb img {
    filter: brightness(4);
} */

/* .tp-support-feature-thumb {
    position: absolute;
    top: 0;
    left: 0;
} */

/* .tp-support-feature-thumb img {
    transition: all 0.4s ease-in-out;
} */

.tp-support-feature-counter {
    position: relative;
    display: flex;
    align-items: center;
    /* background: black;
    clip-path: polygon(0 0, 100% 0, 85% 50%, 100% 100%, 0 100%, 0 50%);
    width: 133px;
    height: 113px;
    margin-right: 25px; */
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-support-feature-counter {
        height: 100px;
        width: 175px;
        margin-right: 18px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-support-feature-counter {
        width: 223px;
        height: 120px;
        margin-right: 10px;
    }
}

@media (max-width: 575px) {
    .tp-support-feature-counter {
        margin-right: 12px;
        height: 120px;
        width: 240px;
    }
}

.tp-support-feature-counter .support-feature-title {
    font-weight: 700;
    font-size: 42px;
    color: white;
    margin-bottom: 0;
    margin-left: 20px;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
    .tp-support-feature-counter .support-feature-title {
        margin-left: 10px;
    }
}

.tp-support-feature-counter::after {
    position: absolute;
    content: "";
    background: #02938d;
    clip-path: polygon(0 0, 100% 0, 85% 50%, 100% 100%, 0 100%, 0 50%);
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.tp-support-feature-content {
    margin-top: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-support-feature-content {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-support-feature-content {
        margin-top: 15px;
    }
}

@media (max-width: 575px) {
    .tp-support-feature-content {
        margin-top: 0px;
    }
}

.tp-support-feature-content-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: black;
    margin-bottom: 3px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-support-feature-content-title {
        margin-bottom: 4px;
    }
}

.tp-support-feature-content p {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
    .tp-support-feature-content p {
        line-height: 25px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-support-feature-content p br {
        display: none;
    }
}

.tp-support-area {
    overflow: hidden;
}

.tp-support-bg {
    background: linear-gradient(180deg, rgba(243, 254, 249, 0.21) 0%, rgba(158, 234, 229, 0.0973438) 53.65%, rgba(243, 251, 254, 0) 100%);
}

.tp-support-shape .shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.tp-support-shape .shape-2 {
    position: absolute;
    top: -10px;
    left: 155px;
    z-index: -2;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-support-shape .shape-2 {
        display: none;
    }
}

.tp-support-faq.faq-style-1 .tp-faq-tab-content .accordion-item {
    border: none;
    box-shadow: 0px 4px 31px rgba(0, 0, 0, 0.05);
}

.tp-support-faq.faq-style-1 .tp-faq-tab-content .accordion-item .accordion-button {
    padding: 33px 55px 33px 54px;
    color: #020626;
}

@media (max-width: 575px) {
    .tp-support-faq.faq-style-1 .tp-faq-tab-content .accordion-item .accordion-button {
        padding: 30px 55px 30px 30px;
    }
}

.tp-support-faq.faq-style-1 .tp-faq-tab-content .accordion-item .accordion-button::after {
    content: "\f063";
}

.tp-support-faq.faq-style-1 .tp-faq-tab-content .accordion-item .accordion-button:hover {
    color: #020626;
}

.tp-support-faq.faq-style-1 .tp-faq-tab-content .accordion-item.tp-faq-active .accordion-button {
    color: #020626;
}

.tp-support-faq.faq-style-1 .tp-faq-tab-content .accordion-body {
    position: relative;
    padding: 0 59px 37px 54px;
}

@media (max-width: 575px) {
    .tp-support-faq.faq-style-1 .tp-faq-tab-content .accordion-body {
        padding: 0 35px 32px 30px;
    }
}

.tp-support-faq.faq-style-1 .tp-faq-tab-content .accordion-body p {
    font-size: 18px;
    color: #9D9E9F;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-support-breadcrumb {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-support-breadcrumb {
        padding-bottom: 0;
        padding-top: 80px;
    }
}





.tp-brand-area {
    background: #f3fbfe;
    overflow: hidden;
    z-index: 1;
}

@media (max-width: 575px) {
    .tp-brand-area {
        padding-top: 60px;
    }
}

.tp-brand-shape .bg-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-brand-shape .bg-shape {
        max-width: 100%;
    }
}

.tp-brand-shape .shape-1 {
    position: absolute;
    bottom: 60px;
    left: 38%;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-brand-shape .shape-1 {
        bottom: 70px;
        left: 35%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-brand-shape .shape-1 {
        bottom: 77px;
        left: 32%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-brand-shape .shape-1 {
        bottom: 72px;
        left: 25%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-brand-shape .shape-1 {
        left: 25%;
    }
}

@media (max-width: 575px) {
    .tp-brand-shape .shape-1 {
        display: none;
    }
}

.tp-brand-shape .shape-2 {
    position: absolute;
    bottom: 145px;
    left: 29%;
    z-index: 1;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-brand-shape .shape-2 {
        left: 21%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-brand-shape .shape-2 {
        bottom: 160px;
        left: 20%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-brand-shape .shape-2 {
        bottom: 155px;
        left: 14%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-brand-shape .shape-2 {
        bottom: 190px;
        left: 5%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-brand-shape .shape-2 {
        left: 5%;
    }
}

@media (max-width: 575px) {
    .tp-brand-shape .shape-2 {
        display: none;
    }
}

.tp-brand-shape .shape-3 {
    position: absolute;
    bottom: 41%;
    left: 23%;
    z-index: 1;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-brand-shape .shape-3 {
        bottom: 56%;
        left: 11%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-brand-shape .shape-3 {
        bottom: 44%;
        left: 17%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-brand-shape .shape-3 {
        left: 10%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-brand-shape .shape-3 {
        bottom: 50%;
        left: 5%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-brand-shape .shape-3 {
        bottom: 42%;
        left: 0%;
    }
}

@media (max-width: 575px) {
    .tp-brand-shape .shape-3 {
        display: none;
    }
}

.tp-brand-shape .shape-4 {
    position: absolute;
    top: 20%;
    left: 34%;
    z-index: 1;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-brand-shape .shape-4 {
        top: -13%;
        left: 27%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-brand-shape .shape-4 {
        top: 16%;
        left: 33%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-brand-shape .shape-4 {
        top: 18%;
        left: 28%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-brand-shape .shape-4 {
        top: 14%;
        left: 28%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-brand-shape .shape-4 {
        top: 13%;
        left: 18%;
    }
}

@media (max-width: 575px) {
    .tp-brand-shape .shape-4 {
        display: none;
    }
}

.tp-brand-shape .shape-5 {
    position: absolute;
    top: -22%;
    left: 60%;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-brand-shape .shape-5 {
        right: 16%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-brand-shape .shape-5 {
        top: 5%;
        left: 42%;
    }
}

@media (max-width: 575px) {
    .tp-brand-shape .shape-5 {
        display: none;
    }
}

.tp-brand-shape .shape-6 {
    position: absolute;
    right: 31%;
    top: 4%;
    z-index: 1;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-brand-shape .shape-6 {
        right: 23%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-brand-shape .shape-6 {
        right: 23%;
        top: 18%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-brand-shape .shape-6 {
        right: 16%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-brand-shape .shape-6 {
        right: 10%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-brand-shape .shape-6 {
        right: 0%;
        top: 16%;
    }
}

@media (max-width: 575px) {
    .tp-brand-shape .shape-6 {
        display: none;
    }
}

.tp-brand-shape .shape-7 {
    position: absolute;
    right: 22%;
    top: 36%;
    z-index: 1;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-brand-shape .shape-7 {
        right: 12%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-brand-shape .shape-7 {
        right: 15%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-brand-shape .shape-7 {
        right: 8%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-brand-shape .shape-7 {
        right: 0%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-brand-shape .shape-7 {
        right: 0%;
        top: 44%;
    }
}

@media (max-width: 575px) {
    .tp-brand-shape .shape-7 {
        display: none;
    }
}

.tp-brand-shape .shape-8 {
    position: absolute;
    right: 27%;
    bottom: 13%;
    z-index: 1;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-brand-shape .shape-8 {
        right: 20%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-brand-shape .shape-8 {
        right: 17%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-brand-shape .shape-8 {
        right: 10%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-brand-shape .shape-8 {
        right: 2%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-brand-shape .shape-8 {
        right: 0%;
        bottom: 12%;
    }
}

@media (max-width: 575px) {
    .tp-brand-shape .shape-8 {
        display: none;
    }
}

.tp-brand-shape .shape-9 {
    position: absolute;
    top: -163px;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-brand-shape .shape-9 {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-brand-shape .shape-9 {
        display: none;
    }
}

.tp-brand-thumb {
    position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-brand-thumb img {
        max-width: 100%;
    }
}

.tp-brand-2-area {
    overflow: hidden;
}

.tp-brand-2-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80%;
    width: 100%;
    z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-brand-2-bg {
        bottom: -35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-brand-2-bg {
        bottom: -220px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-brand-2-item {
        text-align: center;
    }
}

.tp-brand-2-item img {
    box-shadow: 0px 7px 29px rgba(13, 39, 69, 0.05);
    border-radius: 50%;
    transition: all 4s cubic-bezier(0.2, 0.8, 0.2, 1) 0s !important;
}

.tp-brand-2-item .shape-1 {
    margin-top: 10px;
}

.tp-brand-2-item .shape-1:hover {
    webkit-transform: translate(-20px, -30px);
    -ms-transform: translate(-20px, -30px);
    transform: translate(-20px, -30px);
    transition-delay: all 4s cubic-bezier(0.2, 0.8, 0.2, 1) 0s !important;
}

.tp-brand-2-item .shape-2 {
    margin-left: 130px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-brand-2-item .shape-2 {
        margin-left: 180px;
    }
}

@media (max-width: 575px) {
    .tp-brand-2-item .shape-2 {
        margin-left: 50px;
        margin-top: 35px;
    }
}

.tp-brand-2-item .shape-2:hover {
    webkit-transform: translate(-20px, -30px);
    -ms-transform: translate(-20px, -30px);
    transform: translate(-20px, -30px);
    transition-delay: all 4s cubic-bezier(0.2, 0.8, 0.2, 1) 0s !important;
}

.tp-brand-2-item .shape-3 {
    margin-top: 85px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-brand-2-item .shape-3 {
        margin-top: 20px;
        margin-left: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-brand-2-item .shape-3 {
        margin-top: 35px;
    }
}

.tp-brand-2-item .shape-3:hover {
    webkit-transform: translate(-20px, -30px);
    -ms-transform: translate(-20px, -30px);
    transform: translate(-20px, -30px);
    transition-delay: all 4s cubic-bezier(0.2, 0.8, 0.2, 1) 0s !important;
}

.tp-brand-2-item .shape-4 {
    margin-top: -80px;
    margin-left: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-brand-2-item .shape-4 {
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-brand-2-item .shape-4 {
        margin-top: 0;
        margin-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-brand-2-item .shape-4 {
        margin-top: 35px;
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .tp-brand-2-item .shape-4 {
        margin-top: 35px;
        margin-left: 15px;
    }
}

.tp-brand-2-item .shape-4:hover {
    webkit-transform: translate(-20px, -30px);
    -ms-transform: translate(-20px, -30px);
    transform: translate(-20px, -30px);
    transition-delay: all 4s cubic-bezier(0.2, 0.8, 0.2, 1) 0s !important;
}

.tp-brand-2-item .shape-5 {
    margin-left: 70px;
    margin-top: 85px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-brand-2-item .shape-5 {
        margin-left: 245px;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-brand-2-item .shape-5 {
        margin-left: 200px;
        margin-top: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-brand-2-item .shape-5 {
        margin-left: 80px;
        margin-top: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-brand-2-item .shape-5 {
        margin-left: 100px;
        margin-top: 45px;
    }
}

@media (max-width: 575px) {
    .tp-brand-2-item .shape-5 {
        margin-left: 40px;
        margin-top: 40px;
    }
}

.tp-brand-2-item .shape-5:hover {
    webkit-transform: translate(-20px, -30px);
    -ms-transform: translate(-20px, -30px);
    transform: translate(-20px, -30px);
    transition-delay: all 4s cubic-bezier(0.2, 0.8, 0.2, 1) 0s !important;
}

.tp-brand-2-trend {
    background: #00a9a4;
    box-shadow: 0px 4px 4px rgba(74, 127, 228, 0.02);
    border-radius: 18px;
    padding: 6px;
    color: white;
}

.tp-brand-2-trend p {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--tp-heading-secondary);
    margin-bottom: 0;
}

.tp-brand-2-trend p a {
    color: var(--tp-theme-secondary);
}

.tp-brand-2-trend p i {
    margin-left: 40px;
    margin-right: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-brand-2-trend p i {
        margin-left: 25px;
        margin-right: 25px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-brand-2-trend p i {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.tp-brand-3-area.breadcrumb-brand {
    background: var(--tp-bg-primary);
}

.tp-brand-3-right-color {
    background: var(--tp-bg-primary);
    position: absolute;
    top: -20px;
    right: 0;
    content: "";
    height: 1100px;
    width: 50%;
    z-index: -1;
}

.tp-brand-3-thumb img {
    object-fit: cover;
}

.tp-brand-3-wrapper {
    border-bottom: 1px solid #E6EFF4;
    padding-bottom: 50px;
}

.tp-brand-active {
    margin-left: -10px;
    margin-right: -150px;
}

.scroll-moving-forward,
.scroll-moving-text {
    clear: both;
    display: inline-block;
    white-space: nowrap;
    padding: 0 10px;
    line-height: 110%;
    font-size: calc(1rem + 4.15vw);
}



/* ........................................integration css ends................. */

/* ................................smart collect css................... */

.img_icon {
    width: 100px;
    margin: auto;
}

/* ..................................smart collect css ends...................... */
/* .................................footer content....................................... */

.footer-section .middle-portion h4 {
    font-size: 24px;
    margin: 10px 0;
}

.footer-section .links li a:before {
    display: none;
}

.footer_content ul {
    padding-left: 16px;
}

.footer_content p {
    font-size: 18px;
    margin-bottom: 5px;
}

.footer_content p strong {
    font-size: 24px;
}

.footer_content p:has(strong) {
    margin: 10px 0 5px 0;
}

.footer_content ul li {
    font-family: 'Oxygen', sans-serif;
    font-size: 18px;
    line-height: 32px;
    color: #777777;
}













/* ..........................................media queries................................. */
@media (width >1499px) {
    .container.container-large {
        max-width: 1430px;
    }
   

}

@media(width<991px) {
    .tp-brand-shape{
        display: none;
    }

    .integration_padding{
        padding-bottom: 50px;
    }
    .tp-support-feature-area{
        margin-top: 10px;
    }
    .navbar-nav .dropdown-menu {
        left: 20px;
    }

    .navbar-nav .drop-down-pages .nav-item a {
        padding: 12px 5px;
    }

    .navbar-collapse {
        width: 100%;
        right: 0;
        background: #adc6c5;
    }

    .mobile_drop_down .inner_dropdown.visible_drodpwn {
        left: 0px;
        width: 100%;
        padding: 4px;
    }
}

@media(width>767px) {

    /* .mobile_faq {
        display: none;
    }

    .desktop_faq {
        display: block;
    } */
    .mob {
        display: none;
    }
}


@media(width<767px) {

    /* .desktop_faq {
        display: none;
    }

    .mobile_faq {
        display: block;
    } */
    .desk {
        display: none;
    }
}



@media(max-width:575px) {
    .flex_wrp {
        flex-wrap: wrap;
        justify-content: center;
    }

    .tp-fun-fact-title-wrapper {
        text-align: center;
    }

    .testimonial-circle {
        display: none;
    }

    .testimonial-section .review_content {
        margin-bottom: 20px;
    }

    .cash_flow_img {
        top: -15px;
    }

    .cash_less_flow:first-of-type {
        margin-bottom: 0;
    }

    li.mobile_drop_down a {
        padding: 12px 6px !important;
    }

    .payment_btn_flex {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

    .integration_padding {
        padding-bottom: 40px;
    }

    .tp-support-feature-area {
        margin-top: 40px;
    }

    .tp-support-feature-item {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding-bottom: 30px;
    }

    .tp-support-feature-counter {
        justify-content: center;
    }

    .tp-support-feature-content {
        text-align: center;
    }

    .rs-tab-main .nav {
        justify-content: center;
    }

    .addres_column {
        margin-top: 30px;
    }


    .navbar-nav .dropdown-menu:has(.drop-down-pages .mobile_drop_down) {
        left: 16px;
        max-width: 194px;
    }



}