/* Start of footer pages  */

.entry-content .headerText {
    font-size: 32px;
    line-height: 64px;
    margin: 0 0 20px;
    font-weight: 700;
}

.entry-content .subHeaderText {
    font-size: 1.5rem;
    line-height: 36px;
    margin: 0 0 10px;
}

.entry-content .entry-summary p {
    text-align: left;
    margin-bottom: 16px;
}

.entry-content .entry-summary p b {
    color: #fff;
}

.entry-content .blog-post>.inner-post p:first-child {
    margin-top: 0px;
}

.entry-content .blog-post>.inner-post p:last-child {
    margin-bottom: 0px;
}

.entry-content .blog-post>.inner-post p:last-child {
    margin-bottom: 0px;
}

.entry-content .unstyle {
    padding-left: 30px;
    list-style: none;
    margin-bottom: 20px;
}

.ot-icon-list-wrapper .ot-icon-list-item {
    line-height: 40px;
    margin-bottom: 0;
}

.s-design .ot-icon-list-item span {
    position: relative;
    align-self: baseline;
    text-align: left;
}

.s-design .ot-icon-list-item span b {
    color: #fff;
}

.ot-icon-list-wrapper span.ot-icon-list-icon {
    margin-right: 5px;
    margin-top: 15px;
    font-size: 13px;
    line-height: normal;
}

.s-design .ot-icon-list-icon i {
    color: #847968;
}

.ot-icon-list-wrapper .ot-icon-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-bottom: 12px; */
    word-break: normal;
}

.ot-icon-list-wrapper .ot-icon-list-icon i {
    display: block;
    width: 1em;
    height: 1em;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.ot-icon-list-icon .fa-circle:before {
    content: "";
    width: 15px;
    height: 2px;
    display: inline-block;
    background: linear-gradient(270deg, #37e4ba -8.96%, #2cb8dd 100%);
    border-radius: 10px;
    margin-right: 5px;
    position: absolute;
    left: -10px;
    top: 45%;
    transform: translateY(-30%);
    transition: .4s all;
}

/* ================================== */

.who-we-are-sec {
    position: relative;
    padding: 80px 0px;
}

.who-we-are-sec .about-us-images {
    display: flex;
    gap: 30px;
}

.who-we-are-sec .about-img-1,
.who-we-are-sec .about-img-2 {
    width: calc(50% - 15px);
}

.who-we-are-sec .about-img-1 figure,
.who-we-are-sec .about-img-2 figure {
    display: block;
    border-radius: 20px;
}

.who-we-are-sec .about-img-1 figure img,
.who-we-are-sec .about-img-2 img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.who-we-are-sec .about-img-1 figure img {
    aspect-ratio: 1 / 1.8;
}

.who-we-are-sec .about-img-2 {
    padding-top: 100px;
}

.who-we-are-sec .about-img-2 img {
    aspect-ratio: 1 / 2;
}

.who-we-are-sec .about-agency-item {
    position: relative;
    background-color: #000;
    border: 1px solid #ffffff1a;
    border-radius: 20px;
    display: flex;
    margin-bottom: 30px;
    padding: 30px;
    overflow: hidden;
}

.who-we-are-sec .about-agency-item:last-child {
    margin-bottom: 0;
}

.who-we-are-sec .about-agency-item::before {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #37e4ba30 -8.96%, #2cb8dd30 100%);
    width: 100%;
    height: 0;
    transition: all 0.4s ease-in-out;
}

.who-we-are-sec .about-agency-item:hover:before,
.who-we-are-sec .about-agency-item.active:before {
    height: 100%;
    bottom: auto;
    top: 0;
}

.who-we-are-sec .about-agency-item .icon-box {
    margin-right: 20px;
}

.who-we-are-sec .about-agency-item .icon-box img {
    max-width: 60px;
}

.agency-item-content {
    width: 100%;
}

.agency-item-content h3 {
    color: #4abbc9;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.agency-item-content p {
    margin: 0;
}

/* =========================================== */

.why-choose-body {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
}

.mt-choose-tab-content-heading {
    color: #4abbc9;
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.why-choose-list {
    width: calc(54% - 15px);
}

.why-choose-item {
    display: flex;
    border-bottom: 1px solid #ffffff1a;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.why-choose-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.why-choose-item .icon-box {
    margin-right: 12px;
}

.why-choose-item .icon-box img {
    max-width: 60px;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease-in-out;
}

.why-choose-item:hover .icon-box img,
.why-choose-item.active .icon-box img {
    transform: rotateY(180deg);
    filter: none;
}

.why-choose-item:hover .why-choose-item-content h3,
.why-choose-item.active .why-choose-item-content h3 {
    color: #4abbc9;
}

.why-choose-item-content {
    width: calc(100% - 60px);
}

.why-choose-item-content h3 {
    font-size: 22px;
    margin-bottom: 12px;
}

.why-choose-item-content p {
    margin-bottom: 0;
}

.why-choose-content-box {
    width: calc(46% - 15px);
    background-color: #4abbc9;
    border-radius: 30px;
    padding: 30px;
}

.why-choose-content-box p {
    color: #000;
    margin-bottom: 20px;
}

.why-choose-content-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.why-choose-content-box ul li {
    position: relative;
    color: #000;
    padding-left: 30px;
    margin-bottom: 20px;
}

.why-choose-content-box ul li:last-child {
    margin-bottom: 0;
}

.why-choose-content-box ul li::before {
    content: '\f192';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    font-size: 18px;
    top: 2px;
    left: 0;
}

/* ========================================== */

.why-choose-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.why-choose-body ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    text-align: left;
}

.why-choose-body ul li:last-child {
    margin-bottom: 0px;
}

.industry-sec .why-choose-body ul li:after,
.whyus-sec .why-choose-body ul li:after,
.common.why-choose-body ul li:after {
    content: '\f192';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    font-size: 18px;
    color: #4abbc9;
    top: 2px;
    left: 0;
}

.industry-sec .why-choose-body ul li:last-child {
    margin-bottom: 0;
}

.industry-sec .why-choose-image {
    display: flex;
    align-items: center;
}

.industry-sec .why-choose-img {
    width: 49%;
}

.industry-sec .why-choose-img figure {
    display: block;
    border-radius: 20px 0 0 20px;
}

.industry-sec .why-choose-img img {
    width: 100%;
    aspect-ratio: 1/1.5;
    object-fit: cover;
    border: 6px solid #4abbc9;
    border-radius: 20px 0 0 20px;
}

.industry-sec .why-choose-list {
    width: 51%;
    background-color: #4abbc9;
    padding: 20px;
    border-radius: 0 20px 20px 0;
}

.industry-sec .why-choose-list-item {
    border-bottom: 1px solid #000;
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.industry-sec .why-choose-list-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.industry-sec .why-choose-list-item h3 {
    color: #000;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.industry-sec .why-choose-list-item p {
    color: #000;
    margin: 0;
}

/* ========================================== */

.banking-sec .why-choose-box {
    position: relative;
    border: 1px solid #fff;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    border-radius: 30px;
    padding: 20px;
    margin-bottom: 60px;
    overflow: hidden;
}

.banking-sec .why-choose-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 40%;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.banking-sec .why-choose-box:last-child {
    margin-bottom: 0;
}

.banking-sec .why-choose-box .icon-box {
    margin-bottom: 10px;
}

.banking-sec .why-choose-box .icon-box img {
    max-width: 80px;
    transition: all 0.4s ease-in-out;
}

.banking-sec .why-choose-box:hover .why-choose-box-content h3 {
    color: #4abbc9;
    transition: all 0.4s ease-in-out;
}

.banking-sec .why-choose-box-content h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.banking-sec .why-choose-box-content p {
    margin: 0;
}

.banking-sec .why-choose-images {
    position: relative;
}

.banking-sec .why-choose-circle {
    position: relative;
    z-index: 1;
}

.banking-sec .why-choose-circle img {
    animation: infiniterotate 30s infinite linear;
}

@keyframes infiniterotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.banking-sec .why-choose-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 425px;
    transform: translate(-50%, -50%);
}

.banking-sec .why-choose-img img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

/* ==================================== */

.how-work-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.how-work-item {
    width: calc(25% - 22.5px);
    height: calc(100% - 30px);
}

.how-work-item .icon-box {
    position: relative;
    margin-bottom: 30px;
}

.how-work-item .icon-box::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    background-image: url('../img/common/how-work-right-arrow.svg');
    background-repeat: no-repeat;
    background-position: left 0px center;
    background-size: auto;
    opacity: 0;
    max-width: 180px;
}

.how-work-item.active .icon-box::after {
    opacity: 1;
    transition: all .3s ease-in;
}

.how-work-item:nth-child(4n + 4) .icon-box,
.how-work-item:last-child .icon-box::after {
    background-image: none;
}

.how-work-item .icon-box figure {
    position: relative;
    width: 100px;
    height: 100px;
    background-color: #000;
    border: 1px solid #4abbc9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.how-work-item:hover .icon-box figure {
    position: relative;
    border-color: #fff;
}

.how-work-item .icon-box img {
    width: 100%;
    max-width: 60px;
    transition: all 0.4s ease-in-out;
}

.how-work-item:hover .icon-box img {
    filter: brightness(0) invert(1);
    transform: rotateY(180deg);
}

.how-work-step {
    position: absolute;
    top: 5px;
    left: -5px;
    height: 30px;
    width: 30px;
    background: #000;
    border: 1px solid #4abbc9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    z-index: 2;
}

.how-work-item:hover .how-work-step {
    border-color: #fff;
}

.how-work-step h3 {
    font-size: 14px;
}

.how-work-content h3 {
    color: #4abbc9;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.how-work-content p {
    margin: 0;
}

/* ========================= */

.faqs-images-box {
    position: relative;
    display: flex;
    margin-right: 20px;
}

.faqs-img-1 figure,
.faqs-img-2 figure {
    display: block;
    border-radius: 30px;
    overflow: hidden;
}

.faqs-img-1 img,
.faqs-img-2 img {
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.faqs-img-1 img {
    aspect-ratio: 1 / 0.916;
}

.need-help-box {
    width: 100%;
    max-width: 170px;
    position: relative;
    background-color: #4abbc9;
    border-radius: 30px;
    padding: 30px 20px;
    text-align: center;
    overflow: hidden;
    margin-top: 20px;
}

.need-help-box a:hover {
    -webkit-text-fill-color: unset;
}

.need-help-box::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #fff;
    border-radius: 30px;
    z-index: 0;
    transition: all 0.4s ease-in-out;
}

.need-help-box:hover::before {
    height: 100%;
}

.need-help-box .icon-box {
    margin-bottom: 30px;
}

.need-help-box .icon-box img {
    position: relative;
    width: 100%;
    max-width: 68px;
    z-index: 1;
}

.need-help-content {
    position: relative;
    z-index: 1;
}

.need-help-content h3 {
    font-size: 22px;
    color: #000;
    text-transform: capitalize;
}

.faqs-title {
    margin: 20px 0 0 10px;
}

.faqs-title h2 {
    text-transform: uppercase;
    font-size: 67px;
    font-weight: 800;
    letter-spacing: 0.14em;
    color: #000;
    background: -webkit-linear-gradient(180deg, #4abbc9 0%, #000 94.3%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px transparent;
    transform: rotate(-180deg);
    writing-mode: vertical-rl;
    cursor: none;
    transition: all 0.4s ease-in-out;
}

.faqs-images-box:hover .faqs-title h2 {
    color: #4abbc9;
}

.faqs-img-1 {
    position: relative;
}

.faqs-img-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 300px;
    z-index: 1;
}

.faqs-img-2 img {
    aspect-ratio: 1 / 1.25;
}

/* ============================================== */

.hero-images {
    position: relative;
    display: flex;
    gap: 30px;
}

.hero-image-box {
    width: calc(50% - 15px);
}

.hero-img-1 figure,
.hero-img-2 figure,
.hero-img-3 figure {
    display: block;
}

.hero-img-1 img,
.hero-img-2 img,
.hero-img-3 img {
    width: 100%;
    object-fit: cover;
}

.hero-img-1 figure {
    border-radius: 40px 0 0 40px;
}

.hero-img-1 img {
    aspect-ratio: 1 / 1.789;
    border-radius: 40px 0 0 40px;
}

.hero-img-2 {
    margin-bottom: 30px;
}

.hero-img-2 figure,
.hero-img-2 img {
    border-radius: 0 40px 0 0;
}

.hero-img-3 figure,
.hero-img-3 img {
    border-radius: 0 0 40px 0;
}

.hero-img-2 img,
.hero-img-3 img {
    aspect-ratio: 1 / 0.84;
}

.hero-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-circle {
    display: inline-block;
    z-index: 1;
    background: #004d61;
    padding: 20px;
    border-radius: 50%;
}

.hero-circle img {
    width: 100%;
    max-width: 160px;
}

.hero-circle .qr-wrapper {
    width: 200px;
    height: 200px;
}

.hero-circle .qr-wrapper text {
    letter-spacing: 4px;
    fill: #fff;
}

@keyframes infiniterotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* ========================================== */

.our-testimonials-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    background: url('../img/home/customer_bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 40px;
    border-radius: 40px;
    align-items: center;
    overflow: hidden;
}

.our-testimonials-box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000f5;
    opacity: 70%;
    z-index: 1;
}

.our-testimonial-content {
    position: relative;
    width: calc(35% - 40px);
    z-index: 1;
}

.testimonial-slider {
    width: calc(65% - 40px);
}

.testimonial-slider .swiper-wrapper {
    cursor: auto;
}

.testimonial-slider {
    position: relative;
    background: #004d61;
    border: 1px solid #ffffff1a;
    border-bottom: none;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    border-radius: 30px;
    padding: 30px;
    overflow: hidden;
    z-index: 1;
}

.testimonial-rating {
    margin-bottom: 20px;
}

.testimonial-rating i {
    color: #fff;
    font-size: 22px;
}

.testimonial-content {
    margin-bottom: 30px;
}

.testimonial-content p {
    margin: 0;
}

.testimonial-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.author-content h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.testimonial-quote img {
    width: 100%;
    max-width: 30px;
}

.testimonial-btn {
    display: flex;
    margin-top: 40px;
}

.testimonial-slider .testimonial-button-next,
.testimonial-slider .testimonial-button-prev {
    position: relative;
    width: 60px;
    height: 60px;
    background: #ffffff1a;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

.testimonial-slider .testimonial-button-next {
    margin-left: 20px;
}

.testimonial-slider .testimonial-button-next:hover,
.testimonial-slider .testimonial-button-prev:hover {
    background: #4abbc9;
}

.testimonial-slider .testimonial-button-next::before,
.testimonial-slider .testimonial-button-prev::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../img/arrow-dark.svg") no-repeat center center;
    background-size: 26px auto;
    display: flex;
    align-items: center;
    filter: brightness(1) invert(1);
    justify-content: center;
    transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}

.testimonial-slider .testimonial-button-prev::before {
    transform: rotate(225deg);
}

.testimonial-slider .testimonial-button-next:hover:before,
.testimonial-slider .testimonial-button-prev:hover:before {
    filter: brightness(1) invert(0);
}

/* =============================== */

.feature-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.feature-item {
    width: 23.5%;
    position: relative;
    border: 1px solid #ffffff1a;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    border-radius: 30px;
    padding: 30px;
    height: 100%;
    overflow: hidden;
}

.how-to-open-sec .feature-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.business-verify-sec .feature-item {
    width: 32%;
    height: auto;
}

.feature-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1b1b1b;
    opacity: 40%;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.feature-item .icon-box {
    margin-bottom: 10px;
}

.feature-item h4 {
    color: #4abbc9;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.how-to-open-sec .feature-item-list .feature-item .feature-item-content {
    display: none;
    transition: all 0.3s ease-in;
}

.how-to-open-sec .feature-item-list .feature-item:first-child .feature-item-content {
    display: block;
    transition: all 0.3s ease-in;
}

.how-to-open-sec .feature-item-list .feature-item:first-child .icon-box img {
    filter: brightness(0) invert(1);
}

.feature-item .icon-box img {
    width: 100%;
    max-width: 90px;
    transition: all 0.3s ease-in;
}

.feature-item:hover .icon-box img {
    transform: rotateY(180deg);
}

.feature-item-content h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

/* ==================================== */

.service-item-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    overflow: hidden;
}

.services-content-list {
    width: calc(55% - 30px);
}

.services-content-item {
    position: relative;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.feature-getting-sec .services-content-item {
    padding: 30px;
    border-radius: 20px;
    overflow: hidden;
}

.feature-getting-sec .services-content-item::before {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 26.48%, rgba(0, 0, 0, 0) 155.74%);
    width: 100%;
    height: 0;
    transition: all 0.4s ease-in-out;
}

.feature-getting-sec .services-content-item:hover:before,
.feature-getting-sec .services-content-item.active:before {
    height: 100%;
    bottom: auto;
    top: 0;
}

.services-content-item:last-child {
    margin-bottom: 0;
}

.services-tab-item .services-content-list>h3 {
    font-size: 30px;
    margin-bottom: 20px;
    display: none;
}

.services-content-item h3 {
    color: #4abbc9;
    position: relative;
    font-size: 22px;
    margin-bottom: 15px;
}

.services-content-item p:last-child {
    margin-bottom: 0;
}

.service-tab-image {
    width: calc(45% - 30px);
}

.service-tab-image img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 0.964;
}

.industry-case-sec .services-content-list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    margin-top: 30px;
}

.industry-case-sec .services-content-item {
    margin-bottom: 0px;
}

.industry-case-sec .services-content-item:nth-child(3) {
    border-bottom: none;
    padding-bottom: 0px;
}

.payoll-banner .industry-case-sec .services-content-item:nth-child(3) {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}
/* ======================================== */

.integration-item-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.integration-item {
    position: relative;
    width: calc(20% - 24px);
    border: 1px solid #ffffff1a;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    border-radius: 20px;
    padding: 30px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

/* .integration-item:hover, */
.integration-item.active {
    transform: translateY(-20px);
    border-color: #4abbc9;
}

.integration-item::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 40%;
    z-index: -1;
}

.integration-item .icon-box {
    margin-bottom: 10px;
}

.integration-item .icon-box img {
    max-width: 70px;
}

.integration-item-content h3 {
    color: #4abbc9;
    font-size: 22px;
    margin-bottom: 10px;
}

.how-to-use-sec .integration-item-content h3 {
    max-width: 160px;
}

.integration-item-content p {
    margin-bottom: 0;
}

/* ========== Image Swap ============================= */

.image-swap-wrapper {
    width: 450px;
    height: 320px;
    position: relative;
    overflow: visible;
}

.image-swap-wrapper .image-swap {
    position: relative;
    width: 100%;
    height: 100%;
}

.image-swap-wrapper .image-box {
    position: absolute;
    width: auto;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 1s ease-in-out;
}

.image-swap-wrapper .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.image-swap-wrapper .img1 {
    z-index: 2;
    transform: translateX(0%);
}

.image-swap-wrapper .img2 {
    z-index: 1;
    transform: translateX(105%);
}

.image-swap-wrapper .swap .img1 {
    transform: translateX(105%);
    z-index: 1;
}

.image-swap-wrapper .swap .img2 {
    transform: translateX(0%);
    z-index: 2;
}

/* other effect */
.image-swap-wrapper_2 {
    width: 450px;
    height: 320px;
    position: relative;
    overflow: visible;
}

.image-swap-wrapper_2 .image-swap {
    position: relative;
    width: 100%;
    height: 100%;
}

.image-swap-wrapper_2 .image-box {
    position: absolute;
    width: auto;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 1s ease-in-out;
}

.image-swap-wrapper_2 .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.image-swap-wrapper_2 .img1 {
    z-index: 2;
    transform: translateX(0%) translateY(-20%);
}

.image-swap-wrapper_2 .img2 {
    z-index: 1;
    transform: translateX(105%) translateY(20%);
}

.image-swap-wrapper_2 .swap .img1 {
    transform: translateX(105%) translateY(20%);
    z-index: 1;
}

.image-swap-wrapper_2 .swap .img2 {
    transform: translateX(0%) translateY(-20%);
    z-index: 2;
}

/* ========================================== */


.info-card-wrapper {
    gap: 30px;
    justify-content: space-evenly;
}

.info-card-wrapper .info-card {
    background: #111;
    border: 1px solid #2e2e2e;
    border-radius: 30px;
    padding: 30px 20px;
    width: 31.5%;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 180px;
    transition: all 0.3s ease-in-out;
}

.info-card-wrapper .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    margin: 0 auto 15px;
}

.info-card-wrapper .heading {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #4abbc9;
}

.info-card-wrapper .content-box {
    margin-top: 15px;
    display: none;
    height: 0%;
    animation: fadeIn .5s ease-in-out;
}

.info-card-wrapper .info-card.active .content-box {
    display: block;
    height: 100%;
    animation: fadeIn .5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========================================== */

.why-choose-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.why-choose-counter {
    position: relative;
    width: calc(50% - 15px);
    height: auto;
    border: 1px solid #ffffff1a;
    border-radius: 30px;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-content: space-between;
    padding: 40px;
    align-items: center;
    text-align: center;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.why-choose-counter::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 40%;
    z-index: -1;
}

.why-choose-counter.why-choose-counter-img {
    background: transparent;
    padding: 0;
    overflow: hidden;
    display: block;
}

.why-choose-counter-img figure {
    max-width: 90px;
}

.why-choose-counter.why-choose-counter-img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 0.9886;
    object-fit: cover;
    border-radius: 30px;
}

.why-choose-counter-title {
    margin-bottom: 10px;
}

.why-choose-counter-title h3 {
    display: inline-block;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
}

.why-choose-counter-content h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 10px;
    font-size: 40px;
}

.why-choose-counter-content p {
    margin: 0;
}

.why-choose-image figure {
    display: block;
    border-radius: 30px;
    overflow: hidden;
}

.why-choose-image img {
    border-radius: 30px;
    aspect-ratio: 1 / 2.033;
    object-fit: cover;
}

/* ============================= */

.mt-choose-tab-wraper {
    padding-right: 70px;
}

.mt-choose-tab-wraper nav .mt-choose-tab {
    display: block;
    text-align: right;
}

.mt-choose-tab-wraper nav .mt-choose-tab button {
    color: #fff;
    text-align: right;
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
    text-transform: capitalize;
    padding: 5px 0;
    display: block;
    width: 100%;
    transition: all .3s ease-in;
}

.mt-choose-tab-wraper nav .mt-choose-tab button:hover {
    color: #4abbc9;
    transition: all .3s ease-in;
}

.mt-choose-tab-wraper nav .mt-choose-tab button.active {
    padding-right: 50px;
    color: #4abbc9;
    transition: all .3s ease-in;
}

.mt-choose-tab-wraper nav .mt-choose-tab button span {
    background: linear-gradient(270deg, #37e4ba -8.96%, #2cb8dd 100%);
    width: 86px;
    height: 1px;
    display: none;
    transform: translateY(-5px);
    margin-left: 5px;
}

.mt-choose-tab-wraper nav .mt-choose-tab button.active span {
    display: inline-block;
    transition: all 0.3s 0s ease-in;
}

.mt-choose-tab-content {
    padding-left: 100px;
}

.mt-choose-tab-content-right {
    color: #fff;
}

/* ============================================ */

.service-item {
    position: relative;
    border: 1px solid #ffffff1a;
    background-color: #1b1b1b;
    border-radius: 30px;
    padding: 30px;
    overflow: hidden;
}

.service-item-content {
    border-bottom: 1px solid #ffffff1a;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.service-item-content h3 {
    color: #4abbc9;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.service-item-content p {
    margin: 0;
}

.service-item-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.service-item-body .icon-box img {
    width: 100%;
    max-width: 80px;
    transition: all 0.4s ease-in-out;
}

.service-item:hover .service-item-body .icon-box img {
    filter: brightness(0) invert(1);
    transform: rotateY(180deg);
}

/* ========================================== */

.our-services-nav {
    margin-bottom: 40px;
}

.our-services-nav ul {
    list-style: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 0;
    border-bottom: 2px solid #f7fbfa1a;
    padding: 0 0 40px 0;
    margin: 0;
}

.our-services-nav ul li {
    display: inline-block;
    width: 20%;
}

.our-services-nav ul li .nav-link {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2em;
    padding: 0 5px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.our-services-nav ul li:last-child .nav-link {
    padding: 0;
}

.our-services-nav ul li .nav-link .icon-box {
    position: relative;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.our-services-nav ul li .nav-link .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 20%;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.our-services-nav ul li .nav-link.active,
.our-services-nav ul li .nav-link:hover {
    background: transparent;
    color: #4abbc9;
}

.our-services-nav ul li .nav-link::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -41px;
    left: auto;
    right: 0;
    background: #4abbc9;
    width: 0;
    height: 2px;
    transition: all 0.4s ease-in-out;
}

.our-services-nav ul li .nav-link.active:before,
.our-services-nav ul li .nav-link:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

.our-services-nav ul li .nav-link img {
    width: 100%;
    transition: all 0.4s ease-in-out;
}

/* =============================================== */

.buy-sell-sec .about-agency-content {
    position: sticky;
    top: 100px;
    padding-right: 35px;
}

.buy-sell-sec .about-agency-list {
    border-left: 1px solid #ffffff1a;
    display: flex;
    flex-wrap: wrap;
    gap: 50px 30px;
    padding-left: 50px;
}

.buy-sell-sec .about-agency-item {
    width: 100%;
}

.buy-sell-sec .about-agency-item .icon-box {
    margin-bottom: 20px;
}

.buy-sell-sec .about-agency-item .icon-box img {
    max-width: 70px;
}

.buy-sell-sec .agency-item-content h3 {
    position: relative;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.buy-sell-sec .agency-item-content h3:after {
    content: '\f192';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    color: #4abbc9;
    font-size: 18px;
    top: 0;
    left: -58px;
    width: 20px;
    height: 20px;
}

.buy-sell-sec .agency-item-content p:last-child {
    margin: 0;
}

/* ============================================== */

.agency-social-item {
    position: relative;
    border: 1px solid #4abbc9;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 0px 30px;
    padding: 30px 40px 30px 70px;
    transition: all 0.3s ease-in-out;
}

.agency-social-item .icon-box {
    position: absolute;
    top: -30px;
    left: -30px;
}

.agency-social-item .icon-box div {
    position: relative;
    display: block;
    background-color: #4abbc9;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.agency-social-item .icon-box div img {
    max-width: 60px;
}

.agency-social-item:hover .icon-box div {
    background-color: transparent;
}

.agency-social-item .icon-box div::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #004d61;
    border-radius: 50%;
    z-index: -1;
    transform: translate(100%, 100%);
    transition: all 0.4s ease-in-out;
}

.agency-social-item:hover .icon-box div::before {
    transform: translate(0);
}

.agency-social-item .icon-box i {
    position: relative;
    font-size: 40px;
    color: #000;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.agency-social-item:hover .icon-box div i {
    color: #fff;
}

.agency-social-content h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.agency-social-content p {
    margin: 0;
}

.readmore-btn {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.readmore-btn:hover {
    border-color: #4abbc9;
}

.readmore-btn img {
    max-width: 24px;
    transition: all 0.3s ease-in-out;
}

.agency-social-item:hover .readmore-btn img {
    transform: rotate(45deg);
}

/* ================================== */

.secure-seamless-sec .about-us-image,
.common .about-us-image {
    position: relative;
    padding: 0 0 100px 190px;
    margin-right: 30px;
}

.secure-seamless-sec .about-img-2,
.common .about-img-2 {
    position: absolute;
    max-width: 333px;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.secure-seamless-sec .about-img-1 figure,
.secure-seamless-sec .about-img-2 figure,
.common .about-img-1 figure,
.common .about-img-2 figure {
    display: block;
    border-radius: 30px;
}

.invoive-banner .common .about-img-2 {
    max-width: 415px;
}

.secure-seamless-sec .about-img-1 img,
.secure-seamless-sec .about-img-2 img,
.common .about-img-1 img,
.common .about-img-2 img {
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.secure-seamless-sec .about-img-1 img,
.common .about-img-1 img {
    aspect-ratio: 1 / 1;
}

.secure-seamless-sec .about-img-2 img,
.common .about-img-2 img {
    aspect-ratio: 1 / 1.2;
}

.invoive-banner .common .about-img-2 img {
    aspect-ratio: 1 / 1;
}

.about-us-body {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 60px;
    margin-bottom: 40px;
    margin-top: 30px;
}

.about-us-body .about-counter-item {
    position: relative;
    width: 100%;
}

.about-counter-item:before {
    content: '';
    position: absolute;
    bottom: -20px;
    right: 0px;
    height: 1px;
    width: 100%;
    background-color: #ffffff47;
}

.about-counter-item:last-child:before,
.about-counter-item:nth-child(3n + 3):before {
    display: none;
}

.about-counter-item h2 {
    display: flex;
    align-items: center;
    color: #4abbc9;
    font-size: 30px;
    margin-bottom: 10px;
}

.about-counter-item p {
    margin: 0;
}

.about-counter-item h3 {
    margin-bottom: 10px;
    font-size: 22px;
}

/* ============================================ */

.testimonials-slider-three.swiper,
.mySwiper1.swiper,
.testimonials-slider-four.swiper {
    overflow: visible;
    overflow-x: clip;
}

.testimonials-slider-three .swiper--prev,
.testimonials-slider-three .swiper--next,
.mySwiper1 .swiper--prev,
.mySwiper1 .swiper--next,
.testimonials-slider-four .swiper--prev,
.testimonials-slider-four .swiper--next {
    --swiper-p: 0px;
    position: absolute;
    min-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    top: auto;
    bottom: -44%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mySwiper1 .swiper--next {
    right: 40%;
    bottom: -30%;
}

.testimonials-slider-three .swiper--next {
    right: 40%;
    bottom: -30%;
}

.mySwiper1 .swiper--prev {
    left: 40%;
    bottom: -30%;
}

.testimonials-slider-three .swiper--prev {
    left: 40%;
    bottom: -30%;
}

.testimonials-slider-three .testimonial-btn {
    margin-top: 30px;
}

.testimonials-slider-four .swiper--next {
    right: 0px;
    bottom: -30%;
}

.testimonials-slider-four .swiper--prev {
    left: auto;
    right: 100px;
}

/* ============================================ */

.process-wrap .img-box {
    height: 800px;
}

.img-box {
    position: relative;
    width: 100%;
    height: 630px;
    overflow: hidden;
}

.img-box figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-size: cover;
}

.img-box figure:nth-child(1) {
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.who-we-are-sec .img-box figure {
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.who-we-are-sec .img-box figure img {
    height: 100%;
}

.vision-mission-value .img-box figure {
    -webkit-transform: translatex(50%) scalex(2);
    transform: translatex(50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.vision-mission-value .img-box figure.active {
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    z-index: 1;
}

.vision-mission-value .img-box {
    height: 575px;
}

.img-box figure.active {
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

/* ======================================== */

.content-swipe .why-choose-list {
    width: calc(27% - 15px);
}

.content-swipe .why-choose-item {
    align-items: center;
}

.content-swipe .why-choose-item-content h3 {
    margin: 0px;
}

.content-swipe .why-choose-content-box {
    position: relative;
    width: calc(73% - 15px);
    height: 290px;
    overflow: hidden;
}

.content-swipe .why-choose-content-box .why-choose-content-inner {
    position: absolute;
    top: 30px;
    left: 30px;
    width: calc(90% - 15px);
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-size: cover;
}

.content-swipe .why-choose-content-box .why-choose-content-inner:nth-child(1) {
    transform: translatex(50%) scalex(2);
    opacity: 0;
    filter: blur(1px);
}

.content-swipe .why-choose-content-box .why-choose-content-inner {
    transform: translatex(50%) scalex(2);
    opacity: 0;
    filter: blur(1px);
}

.content-swipe .why-choose-content-box .why-choose-content-inner.active {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}

.why-choose-content-inner h4 {
    display: none;
    margin-bottom: 15px;
    color: #fff;
}

/* ======================================== */

.common._3.why-choose-body ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 20px;
}

.common._4.why-choose-body ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 20px;
}

.catchy-word {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.catchy-word-content {
    margin-top: 30px;
}

.catchy-word-content p {
    padding: 0px;
}

.btn.qr-button.active {
    box-shadow: none;
}

.btn.qr-button.active::before {
    width: 100%;
    left: 0;
    right: auto;
}

.catchy-word-content div {
    display: none;
    background-color: #4abbc9;
    border-radius: 10px;
    padding: 20px;
    animation: fadeIn .5s ease-in-out;
}

.catchy-word-content div.active {
    display: block;
    animation: fadeIn .5s ease-in-out;
}

.catchy-word-content div p {
    color: #000;
}

.catchy-word .qr-button {
    position: relative;
    width: 200px;
    height: 70px;
    background-color: #fff;
    border: 2px solid #000;
    box-shadow: 5px 5px 0 #2cb8dd;
    cursor: auto;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.catchy-word .qr-button:hover {
    background-color: #fff;
}

.catchy-word .qr-button .text {
    color: #0f0f1c;
    font-weight: bold;
    z-index: 1;
}

/* ================================= */

.know-more {
    display: flex;
    gap: 20px;
}

.know-more div {
    cursor: auto;
}

.know-more .btn {
    position: relative;
    width: 200px;
    height: 70px;
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
    box-shadow: 5px 5px 0 #2cb8dd;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
}

.know-more .btn .text2 {
    display: none;
}

.data-hide-show.active .know-more .btn .text2 {
    display: block;
    transition: all .3s ease-in;
}

.data-hide-show.active .know-more .btn .text1 {
    display: none;
    transition: all .3s ease-in;
}

.data-hide-show .gap-lg-3 {
    display: none;
    opacity: 0;
    height: 0;
    transition: all .3s ease-in;
}

.data-hide-show.active .gap-lg-3 {
    display: flex;
    opacity: 1;
    height: 100%;
    transition: all .3s ease-in;
}

/* ======================================= */

section[id],
section .row[id] {
    scroll-margin-top: 50px;
}

.who-benefit-sec figure.image-effect {
    border-radius: 15px;
}

.preloader_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

/* ========================================= */

.hw-it-work-sec .testimonial-review-box {
    position: relative;
    width: 100%;
    border: 1px solid #ffffff1a;
    border-radius: 30px;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    text-align: center;
    overflow: hidden;
}

.hw-it-work-sec .testimonial-review-box::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #1b1b1b;
    opacity: 40%;
    z-index: -1;
}

.hw-it-work-sec .testimonial-review-header {
    margin-bottom: 30px;
}

.hw-it-work-sec .testimonial-review-header h2 {
    font-size: 80px;
    font-weight: 600;
}

.hw-it-work-sec .testimonial-review-header .testimonial-rating {
    margin-bottom: 10px;
}

.hw-it-work-sec .testimonial-review-header p {
    margin: 0;
}

.hw-it-work-sec .testimonial-review-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #00000061;
    backdrop-filter: blur(1px);
    z-index: 1;
}

.hw-it-work-sec .testimonial-review-content h3 {
    font-size: 22px;
}

.hw-it-work-sec .testimonials-slider__item .user {
    margin: 0px;
    justify-content: center;
}

.hw-it-work-sec .testimonials-slider__item .user h4 {
    color: #4abbc9;
}

/* ========================================= */

.who-benefit-sec .container {
    position: relative;
}

.who-benefit-sec .about-us-list {
    position: relative;
    max-width: 860px;
    display: flex;
    gap: 70px;
    flex-wrap: wrap;
    backdrop-filter: blur(100px);
    margin-top: 30px;
    overflow: hidden;
    z-index: 1;
}

.who-benefit-sec .about-us-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    opacity: 40%;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.who-benefit-sec .about-list-item {
    position: relative;
    width: calc(33.33% - 50px);
}

.who-benefit-sec .about-list-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: -40px;
    bottom: 0;
    background: #fff;
    height: 100%;
    width: 1px;
}

.who-benefit-sec .about-list-item:last-child:before {
    display: none;
}

.who-benefit-sec .about-list-item .icon-box {
    margin-bottom: 20px;
}

.who-benefit-sec .about-list-item .icon-box img {
    max-width: 70px;
}

.who-benefit-sec .about-list-content h3 {
    font-size: 22px;
    text-transform: capitalize;
    color: #4abbc9;
}

/* ======================================== */

.work-process-item {
    position: relative;
    border: 1px solid #ffffff1a;
    border-radius: 30px;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    height: calc(100% - 30px);
    padding: 40px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.work-process-item:hover {
    transform: translateY(-5px);
}

.work-process-item::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #1b1b1b;
    opacity: 40%;
    z-index: -1;
}

.work-process-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.work-process-title h3 {
    font-size: 22px;
    text-transform: capitalize;
}

.work-process-content {
    margin-bottom: 60px;
}

.work-process-content p {
    margin: 0;
}

.work-process-body {
    display: flex;
    align-items: center;
    padding-top: 80px;
}

.work-process-icon-box {
    width: 50%;
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    text-align: center;
    background-color: #4abbc9;
    border-radius: 30px 0 30px 0;
    padding: 25px;
    overflow: hidden;
}

.work-process-icon-box::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 30px 0 30px 0;
    transform: translate(100%, 100%);
    transition: all 0.4s ease-in-out;
}

.work-process-item:hover .work-process-icon-box::before {
    transform: translate(0);
}

.work-process-item:hover h3 {
    color: #4abbc9;
}

.work-process-icon-box img {
    position: relative;
    max-width: 60px;
}

.our-services-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.our-services-box .service-item {
    position: relative;
    width: calc(50% - 15px);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    border: 1px solid #ffffff1a;
    border-radius: 30px;
    padding: 30px;
    margin-bottom: 0px;
    overflow: hidden;
}

.our-services-box .service-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1b1b1b;
    opacity: 40%;
    height: 100%;
    width: 100%;
}

.our-services-box .service-item .icon-box {
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}

.our-services-box .service-item .icon-box img {
    max-width: 60px;
}

.our-services-box .service-item .service-title {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.our-services-box .service-item .service-title h3 {
    font-size: 22px;
}

.our-services-box .service-item .service-title h3 a {
    color: inherit;
}

.our-services-box .service-image {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.our-services-box .service-image figure img {
    width: 100%;
    aspect-ratio: 1 / 0.59;
    object-fit: cover;
    border-radius: 20px;
    transition: all 0.4s ease-in-out;
}

.our-services-box .service-item:hover .service-image figure img {
    transform: scale(1.05);
}

.qr-wrapper {
    position: relative;
    width: 240px;
    height: 240px;
}

.rotating-text {
    width: 100%;
    height: 100%;
    animation: rotate 10s linear infinite;
}

.rotating-text svg {
    width: 100%;
    height: 100%;
    transform-origin: center;
}

text {
    font-size: 36px;
    fill: white;
    letter-spacing: 2px;
}

.buy-sell-sec text {
    font-size: 40px;
}

.qr-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
    background: #4abbc9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qr-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.auto-benefit .qr-circle img {
    max-width: 100px;
    height: auto;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* ========================================= */

.quotes.about-us-body {
    position: relative;
    padding: 20px;
    border: 2px solid #4abbc9;
    text-align: center;
    border-left: 4px solid #4abbc9;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
}

.quotes.about-us-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 40%;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.quotes.about-us-body::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4abbc9;
    height: 100%;
    width: 0;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.quotes.about-us-body:hover::after {
    width: 100%;
    right: 100%;
}

.quotes.about-us-body h3 {
    color: #4abbc9;
    font-size: 22px;
    line-height: 1.3em;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out;
}

.quotes.about-us-body:hover h3 {
    color: #000;
}

/* ============================================= */

._list_2 .about-us-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

._list_2 .about-list-item {
    width: calc(50% - 15px);
    display: flex;
}

._list_2 .about-list-item .icon-box {
    margin-right: 15px;
}

._list_2 .about-list-item .icon-box img {
    width: 100%;
    max-width: 70px;
    transition: all 0.4s ease-in-out;
}

._list_2 .about-list-item:hover .icon-box img {
    filter: brightness(0) invert(1);
    transform: rotateY(180deg);
}

._list_2 .about-list-item .about-list-content {
    width: calc(100% - 65px);
}

._list_2 .about-list-content h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

._list_2 .about-list-content p {
    margin: 0;
}

/* ========================================== */

.how-work-step-box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.how-work-step-item {
    position: relative;
    width: 23%;
    border-top: 1px solid #1b1b1b;
    padding: 60px 0px 0 0;
}

.how-work-step-item:nth-of-type(4n + 4),
.how-work-step-item:last-child {
    padding-right: 0;
}

.how-work-step-item::before {
    content: '\f192';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    font-size: 20px;
    color: #4abbc9;
    top: -10px;
    left: 0;
    transition: all 0.4s ease-in-out;
}

.how-work-step-item:hover:before {
    color: #fff;
}

.how-work-step-item h2 {
    font-size: 100px;
    color: transparent;
    stroke-width: 1px;
    -webkit-text-stroke-width: 1px;
    stroke: #4abbc9;
    -webkit-text-stroke-color: #4abbc9;
    margin-bottom: 15px;
    transition: all 0.4s ease-in-out;
}

.how-work-step-item:hover h2 {
    stroke: #fff;
    -webkit-text-stroke-color: #fff;
}

.how-work-step-item h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.how-work-step-item p {
    margin-bottom: 0;
}

/* =================================== */
.our-brand-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.brand-list-item {
    position: relative;
    width: calc(33.33% - 20px);
    text-align: center;
    padding: 80px 15px 40px;
}

.brand-list-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(360deg, #4abbc9 -20.74%, #4abbc90a 106.06%);
    height: 0;
    width: 100%;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.brand-list-item.active:before,
.brand-list-item:hover::before {
    height: 100%;
    border-radius: 0 0 30px 30px;
}

.brand-list-item .icon-box {
    position: relative;
    height: 100px;
    width: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 1;
}

.brand-list-item .brand-item-content {
    position: relative;
    z-index: 1;
}

.brand-list-item .icon-box img {
    position: relative;
    max-width: 100%;
    z-index: 1;
}

.brand-item-content h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.brand-item-content p {
    margin: 0;
    color: #fff;
}

/* ============================================ */

.Services .m-auto {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 20px;
    grid-template-rows: auto;
}

.Services .m-auto .align-items-lg-start:nth-child(3) {
    grid-column: 1 / 2;
}

.Services .pt-md-3 {
    grid-row: 3 / 4;
    grid-column: 1 / 3;
}

.Services .m-0 {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
    border-radius: 30px;
    overflow: hidden;
}

.Services .align-items-lg-start {
    border: 1px solid #4abbc9;
    padding: 30px;
    border-radius: 20px;
    transition: 0.5s ease all;
}

.Services .align-items-lg-start h4 {
    padding: 20px 0px;
}

.Services .align-items-lg-start p {
    padding: 0px;
}

.Services .align-items-lg-start a {
    color: #ffffff;
}

.Services .align-items-lg-start i {
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 8px 10px;
    transform: rotate(45deg);
    transition: 0.5s ease all;
}

.Services .align-items-lg-start a:hover i {
    color: #000000;
    background-color: #ffffff;
}

.Services .align-items-lg-start:hover {
    background: linear-gradient(135.39deg, #000 0%, #4abbc9 100%);
    transition: 0.5s ease all;
}

.Services .align-items-lg-start:hover p {
    color: #fff;
}

.Services .hover1 {
    border: 1px solid #b81878;
    width: 100%;
    padding: 17px 0px;
}

.Services figure {
    width: fit-content;
    object-fit: cover;
}

.Services figure img.w-75 {
    max-width: 100px;
}

.Services picture img {
    border-radius: 20px;
    object-fit: cover;
}

/* ====================================== */

.what-we-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.what-we-item {
    width: calc(50% - 15px);
    border: 1px solid #ffffff1a;
    border-radius: 30px;
    backdrop-filter: blur(100px);
    overflow: hidden;
    padding: 30px;
}

.what-we-item::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #1b1b1b;
    opacity: 40%;
    z-index: -1;
}

.what-we-item .icon-box {
    margin-bottom: 30px;
}

.what-we-item .icon-box img {
    max-width: 70px;
}

.what-we-item-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.what-we-item-content p {
    margin: 0;
}

.what-we-item.get-free-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    padding: 30px;
}

/* ================================================ */

.hero .gap-lg-3 {
    background: linear-gradient(135.39deg, #000 0%, #4abbc9 100%);
    padding: 30px 36px;
    border-radius: 20px;
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
}

.hero .gap-lg-3 figure {
    width: 80px;
}

.hero .flex-column h4 {
    padding: 16px 0px;
    font-size: 22px;
}

.hero .flex-column p {
    padding: 0px;
    color: #fff;
}

.hero hr {
    width: 1px;
    background: #ffffff;
    height: 230px;
    opacity: 1;
    margin: 0px;
}

/* ========================================== */

.offer .offer__content-single {
    padding: 20px;
    border: 2px dashed #fff;
    backdrop-filter: blur(50.5px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    transition: all 0.3s ease;
    background-color: #161513;
    margin-bottom: 25px;
}

.offer .offer__content-single:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.offer .offer__content-single h4 {
    font-weight: 700;
    transition: all 0.3s ease-in;
    max-width: 400px;
}

.offer .offer__content-single p {
    color: #fff;
    margin-top: 15px;
}

.offer .offer__content-single:hover,
.offer .offer__content-single-active {
    background: linear-gradient(135.39deg, #000 0%, #4abbc9 100%);
    border-color: #4abbc9;
}

.offer .offer__content-single:hover h4,
.offer .offer__content-single-active h4 {
    color: #fff;
}

.offer .offer__content-single:hover .thumb img,
.offer .offer__content-single-active .thumb img {
    transform: rotate(33deg);
    opacity: 1;
    visibility: visible;
}

.offer .thumb {
    max-width: 90px;
}

.offer .thumb img {
    transform: rotate(0deg);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

/* ======================================== */

.tokenomics {
    position: relative;
    margin-top: 100px;
    z-index: 1;
}

.tokenomics .tokenomics__wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    row-gap: 80px;
    flex-wrap: wrap;
    justify-content: center;
}

.tokenomics .tokenomics__single {
    max-width: 160px;
    min-width: 160px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 70px;
    justify-content: center;
}

.tokenomics .tokenomics__single .content-wrapper .thumb img {
    max-width: 80px;
}

.tokenomics .content,
.tokenomics .content-inner {
    margin-top: 25px;
}

.tokenomics .date {
    width: 100px;
    height: 90px;
    padding: 0px 10px;
    min-width: 80px;
    margin-inline: auto;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #4abbc9;
    border-radius: 50%;
}

.tokenomics .date p {
    font-weight: 600;
}

.tokenomics .date::after {
    content: "";
    position: absolute;
    width: 85px;
    height: 185px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, rgba(24, 255, 158, 0) 0%, #4abbc9 100%);
    filter: blur(100px);
    z-index: -1;
}

.tokenomics .date::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
    width: 2px;
    height: 50px;
    background-color: #4abbc9;
    z-index: -1;
}

.tokenomics .tokenomics__single-alt {
    flex-direction: column-reverse;
}

.tokenomics .tokenomics__inner {
    position: relative;
    z-index: 1;
}

.tokenomics .tokenomics__inner .shape {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1450px;
    min-width: 1450px;
    z-index: -1;
    display: none;
}

.tokenomics .tokenomics__inner .shape img {
    width: 100%;
}

/* ================================================ */

.advisor-two .thumb-wrapper {
    position: relative;
}

.advisor-two .thumb {
    width: 260px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    text-align: center;
    position: relative;
    border-radius: 50%;
}

.advisor-two .thumb img {
    max-width: 85%;
    pointer-events: none;
}

.advisor-two .advisor-two__single:hover h4 {
    color: #4abbc9;
}

/* ================================================= */

.why-choose-body._1 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.why-choose-body._1 .why-choose-content-box {
    width: calc(55% - 15px);
    background-color: transparent;
    padding: 0px;
    padding-right: 30px;
}

.why-choose-body._1 .why-choose-body-img {
    width: calc(45% - 15px);
}

.why-choose-body._1 .why-choose-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    border-bottom: 1px solid #ffffff1a;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.why-choose-body._1 .why-choose-item .icon-box {
    margin: 0px;
}

.why-choose-body._1 .why-choose-item .icon-box img {
    width: 100%;
    max-width: 70px;
}

.why-choose-body._1 .why-choose-item-content h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.why-choose-body._1 .why-choose-body ul li {
    color: #fff;
}

.why-choose-body._1 .why-choose-body-img {
    overflow: hidden;
    border-radius: 30px;
}

.why-choose-body._1 .why-choose-body-img img {
    width: 100%;
    aspect-ratio: 1 / 1.38;
    object-fit: cover;
}

/* ==================================================== */

.faster-settle-sec {
    background-image: url("../img/banking/digital banking.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.faster-settle-sec::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #00000073;
    backdrop-filter: blur(2px);
    z-index: 0;
}

.testimonials-slider-four .testimonials-slider__item .body-text {
    text-align: center;
}

.testimonials-slider-four .testimonials-slider__item .body-text h3 {
    color: #4abbc9;
}

.testimonials-slider-four .testimonials-slider__item .body-text p {
    margin-top: 20px;
}

.testimonials-slider-four .testimonials-slider__item .body-text .why-choose-body {
    justify-content: center;
}

.testimonials-slider-four .testimonials-slider__item {
    margin: auto 30px;
    padding: 30px;
}

.testimonials-slider-four .testimonial-btn {
    position: relative;
    margin-top: 60px;
}

.testimonials-slider-four .swiper--prev {
    top: 25%;
    left: 25%;
    right: auto;
    bottom: 0px;
}

.testimonials-slider-four .swiper--next {
    top: 25%;
    left: auto;
    right: 25%;
    bottom: 0px;
}

/* ==================================================== */

.faq-images {
    position: relative;
    padding: 40px 80px 0 0;
}

.faq-img-1 {
    max-width: 230px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.faq-img-1 figure {
    display: block;
    border-radius: 30px;
}

.faq-img-1 img {
    width: 100%;
    aspect-ratio: 1 / 1.02;
    object-fit: cover;
    border-radius: 30px;
}

.faq-img-2 {
    position: relative;
    z-index: 0;
}

.faq-img-2 figure {
    display: block;
    border-radius: 30px;
}

.faq-img-2 img {
    width: 100%;
    aspect-ratio: 1 / 1.06;
    object-fit: cover;
    border-radius: 30px;
}

/* ==================================================== */

.invest {
    overflow-x: clip;
}

.invest .invest__thumnb-wrapper {
    direction: rtl;
    height: 100%;
}

.invest .invest__thumb {
    height: 100%;
    position: relative;
    min-width: 600px;
    z-index: 1;
}

.invest .invest__thumb::before {
    content: "";
    position: absolute;
    width: 370px;
    height: 270px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, rgba(24, 255, 158, 0) 0%, #4ce714 100%);
    filter: blur(100px);
    z-index: -1;
}

.invest .invest__thumb-one {
    position: absolute;
    top: 0px;
    right: 30px;
}

.invest .invest__thumb-one img {
    animation: rotateAnimation 10s linear infinite;
}

.invest .invest__thumb-two {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.invest .invest__thumb-two img {
    animation: rotateAnimation 10s linear infinite reverse;
}

@keyframes rotateAnimation {
    from {
        transform: rotateZ(0deg);
    }

    to {
        transform: rotateZ(360deg);
    }
}

/* ==================================================== */

.passwordDiv {
    position: relative;
}

#togglePassword1 {
    position: absolute;
    top: 25px;
    right: 25px;
    left: auto;
    cursor: pointer;
}

#togglePassword2 {
    position: absolute;
    top: 25px;
    right: 25px;
    left: auto;
    cursor: pointer;
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-eye:before {
    content: "\f06e" !important;
}

/* ==================================================== */


.testimonial-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.side {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.person {
    text-align: center;
    cursor: pointer;
}

.person img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid transparent;
    transition: all 0.3s ease;
}

.person.active img {
    border-color: #3a86ff;
    transform: scale(1.1);
}

.person span {
    display: inline-block;
    margin-top: 8px;
    padding: 4px 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    transition: background 0.3s;
}

.person.active span {
    background: #00bfff;
    color: #000;
}

.center-blob {
    width: 450px;
    height: 450px;
    background: linear-gradient(to bottom right, #00c6ff, #0072ff);
    border-radius: 60% 40% 60% 40% / 40% 60% 40% 60%;
    padding: 40px;
    color: #fff;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.center-blob .quote {
    font-size: 40px;
    margin-bottom: 15px;
}

#review-text {
    margin-bottom: 20px;
}

#review-name {
    font-weight: bold;
    font-size: 20px;
}

/* ========================================== */

.service-style01 {
    grid-gap: 30px;
    flex-direction: row;
    display: flex
}

.service-style01 .service-items {
    transition: width 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), flex-shrink 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
    width: 29vw
}

.service-style01 .service-items .service-inner {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.375rem
}

.service-style01 .service-items .service-inner .service-img {
    position: relative;
    opacity: 0.3;
    transition: all 0.3s ease;
    padding-top: 550px
}

.service-style01 .service-items .service-inner .service-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: linear-gradient(0deg, #000000bf 20%, #00000000 50%);
    z-index: 1;
}

.service-style01 .service-items .service-inner .service-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    max-width: 100%;
    display: block
}

.service-style01 .service-items .service-inner .service-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    padding: 30px;
    flex-flow: nowrap;
    display: flex;
    flex-direction: column
}

.service-style01 .service-items .service-inner .service-content .service-main-img {
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 70px;
    width: 70px;
    border-radius: 0.375rem;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    transition: all 0.3s ease
}

.service-style01 .service-items .service-inner .service-content .service-main-img a {
    background: #96eb64;
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 15px;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease;
    background-color: transparent
}

.service-style01 .service-items .service-inner .service-content .service-main-img a i {
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    transition-delay: 0.1s;
    transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.service-style01 .service-items .service-inner .service-content .service-main-img img {
    position: absolute;
    transform: scale(1);
    transition: all 0.3s ease
}

.service-style01 .service-items .service-inner .content-text {
    position: relative;
    margin-top: auto
}

.service-style01 .service-items .service-inner .content-text h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
    color: #4abbc9
}

.service-style01 .service-items .service-inner .content-text p {
    color: #fff;
    display: none;
    transition: all .5s ease-in;
}

.service-style01 .service-items.active .service-inner .content-text p {
    display: block;
    transition: all .5s ease-in;
}

.service-style01 .service-items.active {
    width: 50%;
    transition: all .5s ease-in;
}

.service-style01 .service-items.active .service-inner .service-img {
    opacity: 1;
    transition: all .5s ease-in;
}

/* ========================================== */

.card-style01 {
    position: relative;
    margin-top: -1px;
    padding-top: 45px;
    padding-bottom: 41px
}

.card-style01 .service-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0.3);
    left: 20%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease
}

.card-style01 .service-img img {
    max-width: 135px;
}

.card-style01 .service-count {
    display: grid;
    grid-template-columns: auto 1fr;
}

.card-style01 .service-count .count {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.02em;
    color: #4abbc9;
    margin-right: 60px
}

.card-style01 .service-count h4 {
    color: #4abbc9;
}

.card-style01 p {
    color: #fff;
}

.card-style01:hover .service-img,
.card-style01:active .service-img,
.card-style01:focus .service-img {
    opacity: 1;
    left: 40%;
    transform: translateY(-50%) scale(0.8);
    visibility: visible;
    z-index: 1;
}

.card-style01:hover .service-count h4 {
    color: #fff;
}

/* ==========================================*/

.services-section .image-column .image-box {
    position: relative;
    margin-top: 50px;
}

.services-section .image-column .image-box .icon-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .services-section .image-column .image-box {
        margin-right: 70px;
    }
}

@media only screen and (max-width: 1023px) {
    .services-section .image-column .image-box {
        max-width: 300px;
        margin: 50px auto 0;
    }
}

.services-section .services-column .inner-column {
    margin-left: -250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media only screen and (max-width: 1023px) {
    .services-section .services-column .inner-column {
        margin-left: 0;
        display: block;
    }
}

.services-section .service-block:nth-child(1) {
    margin-right: 160px;
}

.services-section .service-block:nth-child(2) {
    margin-right: 50px;
}

.services-section .service-block:nth-child(3) {
    margin-right: 0px;
}

.services-section .service-block:nth-child(4) {
    margin-right: 50px;
}

.services-section .service-block:nth-child(5) {
    margin-right: 160px;
    margin-bottom: 0px;
}

.service-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.service-block .inner-box {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 25px 30px 23px;
    background-color: #212529;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 8px;
    max-width: 470px;
}

@media only screen and (max-width: 1023px) {
    .service-block .inner-box {
        max-width: 100%;
    }
}

.service-block .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #006782;
    width: 0;
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box.active .text,
.service-block .inner-box.active .title {
    color: #ffffff;
}

.service-block .inner-box.active:before {
    width: 100%;
}

.service-block .content {
    position: relative;
    padding-left: 95px;
    min-height: 70px;
}

@media only screen and (max-width: 599px) {
    .service-block .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 0;
        text-align: center;
    }

    .service-block .content .icon {
        position: relative;
    }
}

.service-block .icon {
    max-width: 70px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.service-block .title {
    margin-bottom: 5px;
    font-weight: 600;
    color: #4abbc9;
}

.service-block .text {
    position: relative;
    line-height: 28px;
    color: #fff;
    max-width: 300px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.zoom-two {
    -webkit-animation: zoom-two 5s infinite linear;
    animation: zoom-two 5s infinite linear;
}

@keyframes zoom-two {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* ========================================== */

.why-choose-area {
    position: relative;
    z-index: 1;
}

.why-choose-area .col-xl-3:nth-child(4) .single-choose-us {
    margin-top: -190px;
}

.why-choose-area .col-xl-3:nth-child(3) .single-choose-us {
    margin-top: -90px;
}

.why-choose-area .col-xl-3:nth-child(2) .single-choose-us {
    margin-top: 10px;
}

.why-choose-area .col-xl-3:nth-child(1) .single-choose-us {
    margin-top: 110px;
}

.why-choose-area .choose-shape {
    position: absolute;
    bottom: 150px;
    right: 400px;
    animation: rotation 50s infinite linear;
}

.single-choose-us:hover .why-choose-content h3 {
    color: #4abbc9;
}

.single-choose-us img {
    margin-bottom: 20px;
}

.single-choose-us .why-choose-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

/* ========================================== */

.testimonial-section {
    position: relative;
}

.testimonial-section .carousel-outer {
    position: relative;
    margin-left: -95px;
    margin-right: -60px;
    margin-top: 30px;
    z-index: 1;
}

.testimonial-section .image-column .inner-column {
    position: relative;
    margin-right: -80px;
    padding-left: 90px;
    margin-top: -40px;
    padding-bottom: 130px;
}

.testimonial-section .image-column .inner-column figure img {
    max-width: 520px;
}

.testimonial-block {
    position: relative;
    overflow: hidden;
}

.testimonial-block._1 {
    position: absolute;
    left: 425px;
    bottom: -210px;
    width: 700px;
}

.testimonial-block .inner-box {
    position: relative;
    padding: 30px 30px 30px 100px;
    filter: blur(2px);
    z-index: 0;
}

.testimonial-block .inner-box.active {
    filter: blur(0px);
    z-index: 1;
    transition: all .3s ease-in;
}

@media only screen and (max-width: 767px) {
    .testimonial-block .inner-box {
        padding: 0 15px;
        text-align: center;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.testimonial-block .inner-box.active .image {
    border-radius: 0 100px 100px 100px;
    background-color: #004d61;
}

.testimonial-block .image {
    position: absolute;
    left: 25px;
    top: 80px;
    width: 120px;
    padding: 20px;
    height: 120px;
    border-radius: 100px 100px 0 100px;
    overflow: hidden;
    z-index: 2;
    -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media only screen and (max-width: 1439px) {
    .testimonial-block .image {
        left: 60px;
    }
}

@media only screen and (max-width: 1023px) {
    .testimonial-block .image {
        left: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-block .image {
        position: relative;
        display: inline-block;
        left: 0;
        top: 0;
        border-radius: 50%;
    }
}

.testimonial-block .content-box {
    position: relative;
    padding: 30px 30px 30px 130px;
    background-color: #0c130b;
    border-radius: 20px;
    box-shadow: 0px 0px 11px 5px #ffffff70;
}

.testimonial-block .inner-box.active .content-box {
    box-shadow: 0px 0px 11px 5px #4abbc9;
    transition: all .3s ease-in;
}

@media only screen and (max-width: 767px) {
    .testimonial-block .content-box {
        padding: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.testimonial-block .text {
    position: relative;
    line-height: 35px;
    color: #fff;
}

.testimonial-block .info-box {
    position: relative;
}

.testimonial-block .info-box .name {
    font-size: 22px;
    margin-bottom: 7px;
    color: #4abbc9;
}

/* ========================================== */

.services-three .inner-container {
    position: relative;
    text-align: center;
}

.service-block_three {
    position: relative;
    margin: 0px 20px 40px;
    display: inline-block;
}

.service-block_three-inner {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    color: #4abbc9;
    border-radius: 60px 60px;
    padding: 20px 20px 20px 85px;
    border: 1px solid #fff;
    font-family: "Rajdhani", sans-serif;
}

.service-block_three .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 73px;
    height: 73px;
    text-align: center;
    border-radius: 50px;
    background-color: #fff;
    transition: all .3s ease-in;
}

.service-block_three-inner:hover .icon,
.service-block_three.active .service-block_three-inner .icon {
    background: var(--gradient);
    transform: rotateY(180deg);
    transition: all .3s ease-in;
}

.service-block_three.active .service-block_three-inner {
    color: #fff;
    background-color: #151515;
    border-color: #4abbc9;
    transition: all .3s ease-in;
}

.service-block_three_content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.service-block_three_content .image_head_wrapper img {
    width: 73px;
    height: 73px;
    padding: 20px;
    text-align: center;
    border-radius: 50px;
    background-color: #fff;
    margin-bottom: 20px;
}

.service-block_three_content h4 {
    margin-bottom: 20px;
}

.service-block_three_content div[id] {
    display: none;
    animation: fadeIn .5s ease-in-out;
}

.service-block_three_content div.active {
    display: block;
    animation: fadeIn .5s ease-in-out;
}

/* ================================================ */

.user-convenience-sec .testimonials-slider__item h4,
.user-convenience-sec .testimonials-slider__item p {
    margin-bottom: 20px;
}

.user-convenience-sec .testimonials-slider__item p:last-child {
    margin-bottom: 0px;
}

/* ================================================ */

.Team figure {
    width: fit-content;
    overflow: hidden;
    border-radius: 20px;
}

.Team .position-relative {
    width: fit-content;
    border-radius: 20px;
}

.Team img {
    border-radius: 20px;
}

.Team .position-relative::before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0px;
    right: 0px;
    z-index: 2;
    border-radius: 20px;
    position: absolute;
    background: linear-gradient(135.39deg, #495057a3 0%, #343a40 100%);
    opacity: 0;
    transform: translateX(100%);
    transition: all 1s ease-in-out;
}

.Team .position-absolute {
    top: 0px;
    right: 0px;
    border-radius: 20px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 3;
    transform: translateX(100%);
    transition: all 1s ease-in-out;
}

.Team p {
    padding: 0px 20px 25px;
}

.Team .gap-3 i {
    font-size: 16px;
}

.Team .gap-3 a {
    border: 1px solid #b81844;
    border-radius: 50%;
    background: #261329;
    height: 35px;
    width: 35px;
    box-shadow: 0px 0px 13px 3px #b8184480 inset;
}

.Team .gap-3 a:hover {
    background: linear-gradient(135.39deg, #2d1157 0%, #b81844 100%);
    color: #ffffff;
    border: none;
}

.Team .position-relative:hover .position-absolute,
.Team .position-relative:hover::before,
.Team .position-relative.active .position-absolute,
.Team .position-relative.active::before {
    opacity: 1;
    transform: translateX(0%);
}

.Team .position-absolute h4 {
    font-size: 22px;
    color: #4abbc9;
}

.Team .position-absolute p {
    color: #fff;
}

/* ================================================ */

.facts-details-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    border: 1px solid #ffffff1a;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    border-radius: 30px;
    padding: 30px;
    margin-right: 30px;
    overflow: hidden;
}

.facts-details-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1b1b1b;
    opacity: 40%;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.fact-image,
.fact-details-content {
    width: calc(50% - 15px);
}

.fact-image figure {
    display: block;
    border-radius: 30px;
    overflow: hidden;
}

.fact-image img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1.54;
    border-radius: 30px;
}

.fact-circle-image {
    text-align: center;
    margin-bottom: 50px;
}

.fact-details-content p {
    margin-bottom: 0;
}

/* ======================================== */

.work-process-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 971px;
    position: relative;
}

.work-process-list:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    border: 1px dashed #004d61;
    transform: translate(-50%, 0);
    z-index: 0;
}

@media (max-width: 991px) {
    .work-process-list:after {
        left: 20px
    }
}

.work-process-list .work-process-single-list.dot-active .single-work-process:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.work-process-list .work-process-single-list:first-child .single-work-process {
    padding-top: 40px
}

.work-process-list .work-process-single-list:last-child .single-work-process {
    padding-bottom: 40px
}

@media (max-width: 991px) {
    .work-process-list .work-process-single-list:last-child .single-work-process {
        padding-bottom: 0
    }
}

.work-process-list .work-process-single-list:nth-child(odd) .single-work-process {
    margin-left: auto
}

@media (max-width: 991px) {
    .work-process-list .work-process-single-list:nth-child(odd) .single-work-process {
        margin-left: 0
    }
}

.work-process-list .work-process-single-list:nth-child(even) .single-work-process {
    flex-direction: row-reverse;
    text-align: right
}

.work-process-list .work-process-single-list:nth-child(even) .single-work-process:before {
    left: auto;
    right: 19px
}

@media (max-width: 991px) {
    .work-process-list .work-process-single-list:nth-child(even) .single-work-process {
        flex-direction: row;
        text-align: start
    }

    .work-process-list .work-process-single-list:nth-child(even) .single-work-process:before {
        left: 19px;
        right: auto
    }
}

.single-work-process {
    max-width: 506px;
    display: flex;
    gap: 24px;
    padding: 0 0 64px;
    position: relative
}

.single-work-process:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: 1px;
    height: 100%;
    border: 1px solid #2cb8dd;
    z-index: 0;
    transition: 0.4s all ease;
    transform: scaleY(0);
    transform-origin: top
}

.single-work-process .box-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex: none;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    z-index: 1
}

.single-work-process .box-number .box-number-bg {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #000;
    z-index: -1
}

.single-work-process .box-title {
    color: #4abbc9;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600
}

.single-work-process .box-text {
    line-height: 1.625em
}

.single-work-process:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

@media (max-width: 991px) {
    .single-work-process {
        max-width: none
    }
}

/* ========================================== */

.team-card2 {
    border-radius: 24px;
    z-index: 1;
    text-align: center;
    overflow: hidden
}

.team-card2:after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(270deg, #37e4ba -8.96%, #2cb8dd 100%);
    -webkit-mask: -webkit-linear-gradient(white, white) content-box, -webkit-linear-gradient(white, white);
    mask-composite: exclude;
    z-index: 1;
    opacity: 0;
    visibility: visible;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.team-card2:before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1
}

.team-card2 .box-img {
    position: relative
}

.team-card2 .box-img:after {
    content: '';
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(top, rgba(0, 9, 22, 0) 41.69%, #000916 100%);
    background: linear-gradient(180deg, rgba(0, 9, 22, 0) 41.69%, #000916 100%)
}

.team-card2 .box-desig {
    color: #fff;
}

.team-card2 .box-title {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
}

.security-portal .swiper-slide-active .team-card2 .box-title {
    color: #4abbc9;
}

.team-card2 .box-content {
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, black, #0000003b);
    border-radius: 0px 0px 24px 24px;
    z-index: 0;
}

.security-portal .swiper-slide-active .team-card2:after {
    opacity: 1;
    visibility: visible
}

/* ============================================= */