.men-men-flex li .smal-hed-titlsd.active a{
    color:#000;
    font-weight:600;
}

.hero-page-service-detail{
    position:relative;
    padding:4rem 0 4rem;
}
.single-icon-wrap{
    text-align:center;
}

.service-detail-img{
    position:relative;
    text-align:center;
}
.service-detail-img img{
    border-radius: 15px;
        width: 100%
}
.service-detail-paragraph{
    position: relative;
    padding: 0 0 30px;
    /*max-width: 85%;*/
    margin: auto;
}
.service-detail-paragraph p {
    margin: 20px 0 0;
    padding: 0;
    text-align: justify;
}

.why-choose-uss{
      position: relative;
    padding: 4rem 0 4rem;
} 
.why-choose-uss .col-lg-4.col-md-6{
    padding:0;
}
.why-choose-uss .our-sec-title {
    margin: 0 0 3rem;
}
.why-choose-bocx {
    padding: 2rem !important;
    /*border-radius: 12px;*/
    transition: transform 0.3s ease-in-out;
     height: 100%;
   
}
.why-choose-bocx.gradient {
    background: linear-gradient(to right, #eef1f5, rgb(26 78 163 / 2%));
        /*background: linear-gradient(to right, #1a4ea31a, rgb(26 78 163 / 0%));*/
}
.why-choose-bocx .icons {
    background: #1a4ea3;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 1rem;
}
.why-choose-bocx.gradient.radior-gri{
    border-top-left-radius: 13px !important;
    border-top-right-radius: 13px !important;
}

.why-choose-bocx.gradient.gri-radio {
        border-top-left-radius: 13px !important;
    border-bottom-left-radius: 13px !important;
    border-bottom-right-radius: 13px !important;
}
.why-choose-bocx.gradient.gri-rado{
      border-top-right-radius: 13px !important;
      border-bottom-left-radius: 13px !important;
    border-bottom-right-radius: 13px !important;
}


.why-choose-bocx .icons img {
    filter: brightness(0.5) invert(1);
}

.why-choose-paragrph {
     margin:50px 0 0;
}
.why-choose-paragrph h4 {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 20px;
}

.why-choose-paragrph p {
    margin: 0;
}

.custom-ser-businesses{
    position:relative;
   padding: 5rem 0 5rem;
    /*background-color:#dce8fd54;*/
    background-color:#f8f9fa;
}
.custom-ser-businesses .our-sec-title{
    margin: 0 0 3rem;
}
.custom-businesses-card{
  position: relative;
    background-color: #fff;
       border-radius: 24px !important;
    padding: 1rem !important;
    overflow: hidden !important;
    height: 100%;
}
.custom-businesses-card p{
        text-align: justify;
}
.custom-businesses-card a{
    color:#000;
}
.custom-images {
    overflow: hidden;
    position: relative;
        border-radius: 12px !important;
}
/*.custom-images img{*/
/*    transition: transform 0.9s ease-in-out;*/
/*}*/
/*.custom-businesses-card:hover .custom-images img {*/
/*    transform: scale(1.1);*/
/*}*/

.custom-images img{
       transition: 0.3s ease-out;
       width: 100%;
}
.custom-businesses-card:hover .custom-images img {
    transform: scale(1.03);
}

.custom-businesses-card h4{
       font-size: 18px;
    font-weight: 700;
    margin: 16px 0 10px;
}
.custom-btn{
        display: inline-block;
    margin: 15px 0 0;
}
.custom-btn .ourt-cmn-button{
    font-size: 12px;
    color:#fff;
}
.uc-link{
    font-size: 17px;
    font-weight: 500;
    margin-top: .5rem !important;
    color:#1a4ea3 !important;
    display: flex;
    align-items: center;
    text-align: center;
    gap:10px;
    line-height: 2;
}
.uc-link i{
      position: relative;
    line-height: 0;
    font-size: 20px;
    transition: transform 0.4s ease;
    transform: rotate(287deg);
}

/*.custom-businesses-card:hover .uc-link i {*/
/*    transform: rotate(-45deg);*/
/*}*/


.custom-businesses-card:hover .uc-link i {
  transform: rotate(314deg);
}



.our-faq-section{
    position: relative;
    padding: 5rem 0;
    background: #f8f9fa;
}
.our-faq-section .accordion .accordion-item:not(:last-child){
    margin:0 0 25px;
}

.our-faq-section .accordion .accordion-item{
    backdrop-filter: blur(5px);
    border: none !important;
    background: #edf1fa;
    border-radius: 10px;
    box-shadow: 0 .125rem .25rem -.1rem rgba(0,0,0,.15)!important;
    
}
.our-faq-section .accordion .accordion-body{
    background-color:#fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top:0 !important;
    padding: 29px;
    border:none;
    font-size: 16px;
    color:#000;
}
.our-faq-section .accordion .accordion-button{
   font-size: 18px;
    font-weight: 500;
    background-color: #fff;
    border-radius: 10px;
    padding: 29px;
    line-height: 1.4;
}
.our-faq-section .accordion .accordion-button:not(.collapsed):active{
    border:0 !important;
}
.our-faq-section .accordion .accordion-button:not(.collapsed){
    background-color: #fff;
    border: none;
    color:#000;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
}
.our-faq-section .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.our-faq-section .accordion-item:last-of-type>.accordion-collapse {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.our-faq-section .accordion-button::after{
    position: absolute;
     content: "\f104";
    font-family: 'flaticon_normal-icon';
    background-image: unset !important;
    width: 28px;
    height: 28px;
    line-height: 30px;
    border-radius: 50%;
    background-color: rgba(155, 155, 155, 0.25);
    color: #000;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
     align-content: center;
    text-align: center;

}
.our-faq-section .accordion-button:not(.collapsed)::after{
      background-color: rgb(26 78 163);
    color: #fff;
}
button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

.our-faq-section .our-sec-title {
    margin: 0 0 3rem;
}






.our-cta-sectionsx{
    position:relative;
    padding: 76px 0;
}

.cta-service-outer {
        position: relative;
    padding: 40px 60px;
    overflow: hidden;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    background-image: url(../images/bg/cta-bg.webp);
    background-color: #1a4ea3;
    background-position: center;
}

.our-cta-sectionsx .section-large-title, 
.cta-service-outer p{
       color: #fff;
   
}

.cta-service-outer p{
        max-width: 75%;
    margin: auto;
}

.cta-service-outer .section-small-title{
    background-color: unset;
       color: #fff;
    font-size: 15px;
        margin: auto;
}
.cta-serce-iner-box{
   
    margin: auto;
    text-align: center;
}
.our-cta-sectionsx .section-title {
    margin: 0 0 1rem;
}

@keyframes jumpAnimation {
    0% {
        transform: translateY(0); 
    }
    30% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(0); 
    }
    70% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0);
    }
}


.cta-service-outer .ourt-cmn-button{
    background: #F44336;
    color: #fff;
    margin: 20px 0 0;
    padding: 8px 20px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    border: none;
}
.cta-service-outer .ourt-cmn-button.wsap{
    background:#24cc63;
    color: #fff;
}





.cta-service-outer::after {
    right: -10%;
    top: 50%;
    content: "";
    z-index: -1;
    background-image: url(../images/svg/man-trigger.svg);
    position: absolute;
    bottom: -9%;
    left: 2%;
    opacity: 1;
    display: inline-block !important;
    animation: jumpAnimation 1.5s 
ease-in-out infinite;
    background-repeat: no-repeat;
}



.our-breadcurmb-section {
    padding: 100px 0 100px;
    text-align: center;
    position: relative;
    margin: 0 20px;
    
}
.our-breadcurmb-section::before{
    position: absolute;
    content: '';
    background-image: url(../images/banner/banner-breadcrumb.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
     border-radius: 24px;
     opacity:0.6;
}
.breadcurmb-heading{
    z-index:1;
}

.breadcurmb-heading h1 {
     margin: 0;
    font-size:33px;
    line-height: 1.1;
    margin-bottom: 35px;
    font-weight: 700;
    text-transform: capitalize;
    color: #343434;
}

.qr-box {
  position: absolute;
  right: 40px;
  bottom: 40px;
  background: #0b57cf;
  border-radius: 10px;
  padding: 16px;
  text-align: center;
  color: #fff;
  width: 120px;
}

.inklidox-logo {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background: #fff;
    max-width: fit-content;
    border-radius: 50px;
    width: 60px;
    min-width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
}
 .breadcrumb-list {
    margin: 0;
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 9px 23px;
    border-radius: 50px;
    border: 1px solid #eee;
    background: #fff;
}

.breadcrumb-list li {
    color: #1c1a1e;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 16px;
    position:relative;
    padding-right: 2rem;
}

.breadcrumb-list li a{
    color:#000;
}
.breadcrumb-list li:last-child{
   padding: 0;  
}
.breadcrumb-list li:not(:last-child):before {
   position: absolute;
    content: "";
    right: -3px;
    /* left: 0; */
    top: 0;
    margin: auto 0;
    width: 25px;
    height: 6px;
    background-image: url(../images/svg/breadcrumb-arrorw.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    bottom: 0;
}

.our-tech-solcution {
    position: relative;
    padding: 3rem 0 3rem;
}

.transaction-tool-list .single-tool {
    width: 90px;
    height: 90px;
    background-color: #f8f8f8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media (min-width: 1200px) and (max-width: 1399px) {
 .transaction-tool-list .single-tool {
        width: 88px;
        height: 85px;
    }
}

.single-tool.two {
    background-color: transparent;
    border: 1px solid #eee;
}
 .logo-and-vector {
    position: relative;
}
.icon-werfe{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.circle{
    fill: none;
    stroke: #000; 
    opacity:0;
}

.company-logo-wrap {
   padding: 10px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    position: relative;
    top: 76px;
}
.company-logo-wrap .company-logo {
    width: 80px;
    height: 80px;
    background-color:#f8f9fa;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-tech-solcution .vector {
    position: absolute;
    top:122%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 685px;
    fill: none;
    stroke: #eee;
}

.transaction-tool-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.our-tedchu{
     display:flex;
   align-items: center;
    justify-content: center;
}
.our-tedch-icobv{
    display:flex;
    justify-content: center;
}




.feauture-tech-boos{
       position: relative;
    padding: 0 0 4rem;
}
.feauture-tech-boos .row{
    row-gap:30px;
}
.feauture-tech-boos .our-sec-title{
    margin: 0 0 3rem;
}
.feauture-technologies-nhgd{
    display: flex;
    gap: 15px;
    padding: 9px 23px;
    border-radius: 50px;
    border: 1px solid #eee;
    /*max-width: fit-content;*/
    align-items: center;
    justify-content: center;
    height:100%;
}
.feauture-technologies-nhgd h4{
       font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
        font-family: 'DM Sans';
}
.feauture-technologies-nhgd img{
    filter: invert(19%) sepia(89%) saturate(2031%) hue-rotate(208deg) brightness(94%) contrast(86%);
}

.weare-techi  .swiper-wrapper,
.weare-tegrc .swiper-wrapper{
  transition-timing-function: linear !important;
}


.uyser-services-section {
     display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 40px 0 30px;
    background-color: #fff;
}
.uyser-services-section .row{
       column-gap: 20px;
    margin: auto;
    justify-content: center;
}

.service-box {
    min-width: 300px;
    max-width: 350px;
    background: #fff;
    border: 1px solid #1a4ea32e;
    border-radius: 16px;
    padding: 25px 30px;
    transition: all 0.3s ease;
}
.service-header {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #f3f7fe;
  padding: 10px 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.uyser-services-section .service-icon {
  background-color: #1a4ea3;
  color: #fff;
  font-size: 18px;
     width: 51px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.uyser-services-section .service-icon img {
    filter: brightness(0.5) invert(1);
}
.service-box h3 {
      font-size: 17px;
    font-weight: 700;
  color: #000;
  margin: 0;
}

.service-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.uyser-services-section .service-box ul li {
  color: #000;
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f1;
  font-size: 16px;
    position: relative;
    padding-left: 30px;
}

.service-box ul li:last-child {
  border-bottom: none;
}


.uyser-services-section .service-box ul li::before {
    content: "\f14b";
    font-family: flaticon_normal-icon !important;
    left: 0;
    position: absolute;
    font-size: 12px;
    background: #1A4EA3;
    border-radius: 50%;
    color: #fff;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    top: 0;
    bottom: 0;
    margin: auto 0;
}


.footer-swiper-sec {
  position:relative;
  padding: 35px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-image:url(../images/bg/home-scroll-text.svg), linear-gradient(#244170, #194ea2);
   /*background-image: url(../images/bg/home-scroll-text.svg), linear-gradient(#1a4ea3, #194ea2);*/
  /*background-image: url(../images/bg/home-scroll-text.svg), linear-gradient(180deg, #5956e9, #5956e9);*/
  background-size: cover;
  background-repeat: no-repeat;
 
}


.footer-swiper  .swiper-wrapper {
  transition-timing-function: linear !important;
}
.feure-techno h4{
    position: relative;
    font-size:50px;
    font-weight:800;
    color: #fff;
    text-align:center;
    
    line-height: 1;
    letter-spacing: 0;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
}
.feure-techno{
      position: relative;
}
.feure-techno::before {
  position: absolute;
    content: "";
    /* right: 0; */
    left: -3.6rem;
    top: 2px;
    margin: auto 0;
    width: 50px;
    height: 50px;
    background-image: url(../images/svg/scroll.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    bottom: 0;
     animation: rotateBackground 4s linear infinite;
  transform-origin: center center;
}


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

  100% {
    transform: rotate(360deg);
  }
}


.our-detail-process{
  position: relative;
    background-color: #f8f9fa;
    padding: 5rem 0 4rem;
}
.odetail-process-box{
  position: sticky;
    top: 24px;
    padding: 38px;
    background-color: #fff;
    border-radius: 15px;
    transition: 0.4s;
    border: 1px solid transparent;
    overflow: hidden;
    margin: 0 0 30px;
    border: 1px solid #28292a26;
}
.our-detail-tiljdef{
    position: sticky;  
    top:15%;
}
.odetail-contern {
   margin: 20px 0 40px;
}

.odetail-contern h4{
   font-size: 19px;
    font-weight: 700;
    margin: 10px 0 15px;
}


.odetail-contern span{
  bottom: 15px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 15px;
    background-color: #1a4ea3;
    border-radius: 30px;
    color: #fff;
}

.icons-process img{
    filter: invert(19%) sepia(89%) saturate(2031%) hue-rotate(208deg) brightness(94%) contrast(86%);
}

.loop-section{
    display: flex;
    gap: 5rem;
    white-space: nowrap;
    animation: ticker 18s linear infinite;
    align-items: center;
}

.comon-swiper-section{
        display: flex;
    width: 100%;
    overflow: hidden;
    gap: 6rem;
}
.loop-section{
    display:flex;
}
@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.loop-section li:first-child:before{
    display:none;
}

.error-page-sec{
    position:relative;
    padding:4rem 0 3rem;
}


.faq-ul{
    position:relative;
}


.faq-ul li{
    position:relative;
    padding-left:30px;
}


.faq-ul li:before{
    
        position: absolute;
    content: "\f14b";
    font-family: flaticon_normal-icon !important;
    left: 0;
    top: 2px;
    bottom: 0;
    /* margin: auto 0; */
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    background: #1A4EA3;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}