body,
html {
  background: #ffffff;
  color: #070d25;
  height: 100%;
  width: 100%;
  line-height: 1;
  position: relative;
  font: 400 18px "Poppins", sans-serif;
}

/* Custom Scrollbar */
*::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
}

*::-webkit-scrollbar-thumb {
  background-color: rgb(117 117 117 / 20%);
}

.main-banner-list{
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.main-banner-list li {
  list-style: none;
  margin-bottom: 15px;
  display: flex;
  align-items: center;  
}
.main-banner-list li::before{
  content: "";
  min-width: 10px;
  height: 10px;
  background: #f046b7;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
} 
.secondary_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 20px;
}
.secondary_list li {  
  flex-grow: 1;
  width: 48%;
  border: 1px solid #D0E0FF;
  border-radius: 10px;
  color: #1E2237;
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
}
.secondary_list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
}
.h2tag {
  font-size: 47px;
  font-weight: 600;
  margin-bottom: 20px;
}
.h2tag span{
  color: #f046b7;
}
.h3tag{
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
.h5tag {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.h5tag_1{
    color: #717;
font-weight: 600;
font-size: 18px;
}
.para {
  font-size: 18px;
}
.head{
  max-width: 60%;
  margin: 0 auto 15px;
  text-align: center;
}
.discover{
  position: relative;
  z-index: 1;
}
.atag{
  color: #070d25;
  text-decoration: none;
}
.atag:hover{
  color: #1468ff;
}

.portfolio_slider.custom_home_slider {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.portfolio_slider img {
  margin: 10px;
}

.grey {
  color: #717C8C;
}

.pink {
  color: #E530B2;
}
@media (max-width:1199px) {
  .para {
      font-size: 16px;
  }

  .h2tag {
      font-size: 38px;
  }

  .h3tag {
      font-size: 32px;
  }

  .h5tag {
      font-size: 20px;
  }
  .secondary_list li {
    font-size: 16px;
  }
}


@media (max-width:991px) {
  .head {
      max-width: 100%;
  }
}

@media (max-width:767px) {
  .h2tag {
      font-size: 32px;
      padding-bottom: 0 !important;
      margin-bottom: 25px !important;
  }

  .head {
      padding-bottom: 10px !important;
      margin-bottom: 10px !important;
  }

  .head h2 {
      margin-bottom: 10px !important;
  }

  .h3tag {
      font-size: 28px;
  }

  .h5tag {
      font-size: 18px;
      line-height: unset;
  }

  section {
      padding: 20px 0 !important;
      /* text-align: center; */
  }
  .secondary_list li {
    width: 100%;
  }
}
/* common styles ends  */


/* inner_sec_1 */
.inner_sec_1 {
  position: relative;
  z-index: 1;
  padding: 100px 0 30px !important;
}

.main-banner-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.main-banner-list li {
  list-style: none;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

.main-banner-list li::before {
  content: "";
  min-width: 10px;
  height: 10px;
  background: #f046b7;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
}

.inner_sec_28 .svg_button {
  margin: 20px auto;
}



.inner_sec_1 .review {
  margin-left: -35px;
}

.inner_sec_1 p {
  color: #1E2237;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

@media (max-width: 1199px) {
  .inner_sec_1 p {
    max-width: 100%;
  }

  .inner_sec_1::before {
    right: 0;
  }
}

@media (max-width: 991px) {
  .inner_sec_1::before {
    right: 0;
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .inner_sec_1 .banimg {
    display: none;
  }

  .inner_sec_1 .svg_button {
    margin: 50px auto 0;
  }
  .inner_sec_1 .review {
    margin-left: 0;
  }
}

/* inner_sec_1 ends  */






/* portfolio_slider starts*/
.portfolio_slider{
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  justify-content: flex-end;
  max-width: 75%;
  margin: 0 auto;
}
.portfolio_slider .anime{
  animation: rightslide 40s infinite linear;
  width: 2921px;
  min-width:2921px;
}
@keyframes rightslide {
  0%{
    transform: translateX(0%);
  }
  100%{
    transform: translateX(100%);
  }
}
/* portfolio_slider ends */

.review_box{
  border: 1px solid #cad6ed;
  border-radius: 100px;
  padding: 10px 20px 10px 10px;
  box-shadow: 0 2px 35px 0 #ecf3ff;
  background: #d6e4fb;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  margin-bottom: 35px;
  text-align: left;
}
.review_box .star{
  background-color: #ff9c0d;
  min-width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.review_box p{
  font-weight: 600;
font-size: 18px;
  text-align: left !important ;
  color: #1e2237;
margin-bottom: 0;
}
.review_box span{
  text-align: left !important;
  font-weight: 400;
  font-size: 16px;

  color: #125fcf;
}




.inner_sec_2 {
  padding:30px 0;
  background-color: #F0F5FF;
}
.inner_2_content{
    background: url("../images/NFT-marketplace-clone-script-2024/nft_bg.webp") no-repeat center;
  /* background-size: cover; */
    border-radius: 50px;
    padding: 15px 65px;
    width: 65%;
    justify-content: center;
}
.inner_2_content p{
  font-weight: 600;
  font-size:  18px;
color: #1e2237;
margin-bottom: 0px;
text-align: left;
}
.inner_2_right .voilet_box{
    background: url("../images/NFT-marketplace-clone-script-2024/nft_bg_1.webp") no-repeat center !important;   
    background-size: cover  ; 
}
.inner_2_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.inner_2_right .green_box{
  background: url("../images/NFT-marketplace-clone-script-2024/nft_bg_2.webp") no-repeat center !important;    
  background-size: cover  ; 
}
.inner_2_right .pink_box{
  background: url("../images/NFT-marketplace-clone-script-2024/nft_bg_3.webp") no-repeat center !important;    
  background-size: cover  ; 
}
@media (max-width:991px){
  .inner_2_content p{
text-align: center;
  }
  .inner_2_content img{
    margin-bottom: 0px !important;
  }
  .inner_2_content{
    width: 100%;
  }
  }
@media (max-width:767px){
.inner_sec_2 img{
  margin-bottom: 15px;
}
}
@media (max-width:575px){
  .inner_2_content p{
font-size: 16px;
text-align: center;
  }
  }

/* inner_sec_2 ends  */






.inner_sec_9{
  padding: 40px 0;
  background: url("../images/crypto-market-making-bot-development-company/sec9_bg.webp") no-repeat center;
  background-position-y: 95%;
} 
.inner_sec_9 .row{
  height: 100%;
}
.inner_sec_9 .box{
  background: url("../images/crypto-market-making-bot-development-company/sec9_bg1.webp") no-repeat center;
  background-size: 100% 100%;
  border-radius: 25px;
  padding: 40px 50px;
  height: 150px;
  margin-bottom: 45px;
}
.inner_sec_9 .box.rose{
  background: url("../images/crypto-market-making-bot-development-company/sec9_bg2.webp") no-repeat center;
  background-size: 100% 100%;
}
.inner_sec_9 .box.blue{
  background: url("../images/crypto-market-making-bot-development-company/sec9_bg3.webp") no-repeat center;
  background-size: 100% 100%;
}
.inner_sec_9 .box p,
.inner_sec_9 .box h5{
  margin-bottom: 0;
}
@media (max-width:1399px) {
  .inner_sec_9 .box {
      height: unset;
  }
}
@media (max-width:991px) {
  .inner_sec_9 .box {
      margin-bottom: 20px;
  }
}

@media (max-width:767px) {
  .inner_sec_9 .box {
      padding: 20px;
      background-size: cover;
  }

  .inner_sec_9 .box h5 {
      margin-bottom: 10px;
  }
}



/* inner_sec_8 */
.inner_sec_8{
  padding: 40px 0;
  background: url("../images/crypto-market-making-bot-development-company/sec8_bgline.webp") no-repeat center;
  background-position-x:75% ;
  background-position-y:40% ;
}
.inner_sec_8 .box{
  background: #ffd9e4;
  padding: 20px;
  border-radius: 20px;
  margin-left: -45px;
}
@media (max-width:991px) {
    .inner_sec_8 {
        background-image: none;
    }

    .inner_sec_8 .h2tag {
        text-align: center;
    }

    .inner_sec_8 .box {
        margin: 0;
        margin-top: 20px;
    }
}
/* inner_sec_8 ends  */





/* inner_sec_4  */
.inner_sec_4{
  padding: 40px 0;
  position: relative;
}
.inner_sec_4::before{
  content: "";
  position: absolute;
  background: url("../images/crypto-trading-bot-development-company/sec4_linebg.webp") no-repeat center;
  height: 633px;
  width: 100%;
  z-index: -1;
  right: 0;
}
.inner_sec_4 .boxbg{
  background: url(../images/crypto-trading-bot-development-company/sec4_bg.webp) no-repeat center #ffff9f;
  border-radius: 20px;
  border: 1px solid #ffd62c;
  padding: 40px;
  max-width: 80%;
  margin: 0 auto;
  background-size: 100% 100%; 
}
.inner_sec_4  .svg_button{
  margin-left: auto;
  margin-right: auto; 
}
.inner_sec_4 .svg_button svg {
  width: 250px;
}

 
@media (max-width:991px) {
  .inner_sec_4::before{
  display: none;
  } 
  .inner_sec_4 .boxbg{
    max-width: 100%;
    padding: 40px 20px;
    background-image: none;
  }
} 
/* inner_sec_4 ends  */





.inner_sec_7{
  padding: 40px 0;
}
.inner_sec_7 .box{
  padding: 40px;
  background: #ccf7e8;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.inner_sec_7 .box::before{
  content: "";
  position: absolute;
  background: url("../images/crypto-market-making-bot-development-company/sec7_box1bg.webp") no-repeat center;
  top: -10px;
  right: -15px;
  width: 149px;
  height: 150px;
  z-index: -1;
}
.inner_sec_7 .box p{
  margin-bottom: 0;
}
.inner_sec_7 .box.rose{
  background: #ffd9e4;
}
.inner_sec_7 .box.rose::before{ 
  background: url("../images/crypto-market-making-bot-development-company/sec7_box2bg.webp") no-repeat center;
}
.inner_sec_7 .box.blue{
  background: #c4d9ff;
}
.inner_sec_7 .box.blue::before{ 
  background: url("../images/crypto-market-making-bot-development-company/sec7_box3bg.webp") no-repeat center;
}
@media (max-width:991px) {
  .inner_sec_7 .box {
      margin-bottom: 20px;
      padding: 20px;
  }
}



.inner_sec_6 {
  padding: 40px 0;
}
.inner_sec_6 .box{
  background: #ffd9e4;
  border-radius: 20px;
  padding: 30px;
}
.inner_sec_6 .box .imgbox{
  position: relative; 
}
.inner_sec_6 .box .imgbox::before{
  content: "";
  position: absolute;
  background: url("../images/crypto-market-making-bot-development-company/work_after.webp") no-repeat center;
  background-size: contain;
  width: 20%;
  height: 30%;
  right: 0;
  top: -70px;
} 
.inner_sec_6 .box .imgbox::after{
  content: "";
  position: absolute;
  background: url("../images/crypto-market-making-bot-development-company/work_before.webp") no-repeat center;
  background-size: contain;
  width: 30%;
  height: 27%;
  bottom: -30px;
  left: -20px;
} 
 
  @media (max-width:767px){
    .inner_sec_6 .box {
      padding: 20px;
    } 
    .inner_sec_6 .box .imgbox::before{
      right: -5px;
      top: -5px;
    }
    .inner_sec_6 .box .imgbox::after{
      left: -5px;
      bottom: -5px;
    }
  }
/* inner_sec_6 ends  */





.inner_sec_3 {
  padding: 30px 0 80px;
}
.inner_sec_3 .headbg{
  position: relative;
}
.inner_sec_3 .curve {
  position: relative;
}

.inner_sec_3 .headbg::before {
  content: "";
  position: absolute;
  left: -160px;
  right: 0;
  margin: 0 auto;
  bottom:  -80px;
  background: url(../images/crypto-market-making-bot-development-company/sec3_smcurv.webp) no-repeat center;
  width: 98px;
  height: 100px;
}
.inner_sec_3 .headbg img{
  position: absolute;
  right: 0;
  bottom: 90px; 
}

.inner_sec_3 .boxlow {
  margin-top: 70px;
  margin-bottom: -70px;
}

.inner_sec_3 .box {
  background: #cfadda;
  padding: 30px 40px;
  border-radius: 20px;
  margin-bottom: 28px;
  width: 100%;
  color: #000;
  text-decoration: none;
  text-align: center;
}
.inner_sec_3 .box:hover {
    background: #cfaddafa;
}
/* .inner_sec_3 .box:hover{
  transform: scale(1.027);
  transition: .3s;
} */
.inner_sec_3 .box.blue {
  background: #c4d9ff;
}
.inner_sec_3 .box.blue:hover {
  background: #c4d9fff6;
}
.inner_sec_3 .box.ash {
  background: #fcd7d2;
}
.inner_sec_3 .box.ash:hover {
  background: #fcd7d2f8;
}
.inner_sec_3 .box.rose {
  background: #ffd9e4;
}
.inner_sec_3 .box.rose:hover {
  background: #ffd9e4f6;
}
.inner_sec_3 .box.green {
  background: #ccf7e8;
}
.inner_sec_3 .box.green:hover {
  background: #ccf7e8f5;
}
.inner_sec_3 .box p {
  margin-bottom: 0;
}
.inner_sec_3 ul li {
  list-style: none;
}
@media (max-width:991px) {
  .inner_sec_3 {
      padding: 30px 0;
  }

  .inner_sec_3 .col-lg-4 .box {
      margin-bottom: 20px;
  }

  .inner_sec_3 .col-lg-4:nth-last-child(1) .box {
      margin-bottom: 0;
  }

  .inner_sec_3 .boxlow {
      margin-top: 0;
      margin-bottom: 0;
  }

  .inner_sec_3 .headbg img {
      height: 100px;
  }

  .inner_sec_3 .headbg::before {
      display: none;
  }
}
@media (max-width:767px) {
  .inner_sec_3 .box {
      padding: 22px;
  }
}

/* inner_sec_3 ends  */






/* inner_sec_20 */
.inner_sec_20 {
  padding: 40px 0;
}
.inner_sec_20 .pink-style h5{
  background: transparent;
}
.inner_sec_20 .blue-style h5{
  background: transparent;
}
.inner_sec_20 .pink-style{
  background: #ffd9e4;
  border-radius: 20px;
  padding: 30px;
}
.inner_sec_20 .blue-style{
  background: #c4d9ff;
  border-radius: 20px;
  padding: 30px;
}
.inner_sec_20 .purple-style{
  background: #f1c7ff;
  border-radius: 20px;
  padding: 30px;
}
.tccb-card{
  list-style: none;
  margin: 0;
  padding: 0;
}
.tccb-card h3{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.inner_sec_20 .pink-style h5{
  color: #f046b7;
}
.inner_sec_20 .blue-style h5{
  color: #2c67d1;
}
.inner_sec_20 .purple-style h5{
  color: #6d0c8d;
}
.tccb-card ul{
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.tccb-card li {
  list-style: none;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  color: #070d25;
  font-size: 18px;
}
.tccb-card li::before{
  content: "";
  min-width: 10px;
  height: 10px;
  background: #f046b7;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
  margin-top: 9px;
}
.inner_sec_20 .blue-style li::before{
  background: #2c67d1;
}
.inner_sec_20 .purple-style li::before{
  background: #6d0c8d;
}
.three-column-color-box{
  position: relative;
  z-index: 1;
}
.three-column-color-box::before{
  content: "";
  background: url(../images/leverage-and-margin-trading-exchange-development/left-yellow-curves.webp) no-repeat scroll 0 0;
  position: absolute;
  left:-70px;
  bottom: -25px;
  width: 387px;
  height: 325px;
  z-index: -1;
}
.three-column-color-box::after{
  content: "";
  background: url(../images/leverage-and-margin-trading-exchange-development/right-yellow-curves.webp) no-repeat scroll 0 0;
  position: absolute;
  right:-50px;
  top: -30px;
  width: 570px;
  height: 294px;
  z-index: -1;
}
@media (max-width: 991px){
.tccb-card{
  margin-bottom: 30px;
}
}
@media (max-width: 575px){
  .three-column-color-box::before{
    width: 100%;
    background-size: 100%;
    left: 0;
  }
  .three-column-color-box::after{
    width: 100%;
    background-size: 100%;
    right: 0;
  }
  }
  /* inner_sec_20 ends  */


/* inner_sec_23  */
.inner_sec_23 {
  padding: 40px 0;
}
.inner_sec_23 .box {
  border: 1px solid #e3e4e5;
  border-radius: 16px;
  padding: 40px;
  padding-top: 40px;
  position: relative;
  text-align: center;
  margin-top: 45px;
}
.inner_sec_23 .box:hover {
  /* border-color: transparent;   */
  box-shadow: 0 0 20px -10px #5a617e;
}
.inner_sec_23 .box h5{
  background: #ffd9e4;
  border-radius: 50px;
  padding: 7px 20px;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
}
.inner_sec_23 .box h5.yellow{
  background: #ffff9f;
}
.inner_sec_23 .box h5.blue{
  background: #c4d9ff;
}
.inner_sec_23 .box h5.rose{
  background: #f1c7ff;
} 

@media (max-width:767px) {
  .inner_sec_23 .box h5 {
      margin: 0px auto 20px;
      position: unset;
  }

  .inner_sec_23 .box {
      margin-top: 25px;
  }
}
/* inner_sec_23 ends  */



.inner_sec_24{
  padding: 40px 0; 
}
.inner_sec_24 .boxbg{
  background: url(../images/stellar-blockchain-wallet-development-services/sec24_bg.webp) no-repeat center #ffff9f;
  border-radius: 20px;
  border: 1px solid #00d78b;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 1077px;
  height: 236px;
  max-width: 100%;
  display: flex;
  align-items: center;
}
.cta-text{
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.inner_sec_24 .cta-text 
.inner_sec_24 h5{
  text-align: center;
  line-height: 36px;
}

.cta-img{
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 193px;
  margin-left: 40px;
}
@media (max-width:1399px) {
  .inner_sec_24 .boxbg {
      background-size: cover;
  }
}
@media (max-width:991px) {
  .inner_sec_24 .boxbg {
      max-width: 100%;
      height: unset;
      padding: 20px 10px;
      text-align: center;
  }

  .inner_sec_24 .cta-img {
      display: none;
  }

  .inner_sec_24 .cta-text {
      padding: 0;
  }
}
/* inner_sec_24 ends  */


  

 
/* inner_sec_26 */
.inner_sec_26{
  padding: 40px 0;
}
.inner_sec_26.mixed-waves-2 .bgimg{
  background: url("../images/stellar-blockchain-wallet-development-services/sec19_bg.webp") no-repeat center;
  background-size: 100%;
}
.inner_sec_26{
  padding: 40px 0;
}
.img-overlay-text{
  background: url(../images/crypto-trading-bot-development-company/banner-img-5.webp) no-repeat scroll center top;
  min-height: 641px;
  margin-bottom: 40px;
  display: flex; 
  justify-content: flex-end; 
  margin: 0 auto;
  flex-wrap: wrap;
}
.img-overlay-text >div{
  width: 50%;
}
.iot-card {
  background: #dedede;
  padding: 20px 30px;
  border-radius: 20px;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  width: fit-content;
  margin-left: auto;
  margin-right: 200px;
}
.img-overlay-text >div:nth-child(even) .iot-card{
  margin-left: 200px;
  margin-right: initial;
}
.iotc-green{
  background-color: #ccf7e8;
}
.iotc-orange{
  background-color: #ffb6ad;
}
.iotc-purple{
  background-color: #f1c7ff;
}
.iotc-pink{
  background-color: #ffd9e4;
}
.iotc-blue{
  background-color: #c4d9ff;
}
.iotc-ash{
  background-color: #ffdad6;
}
.tools_box {
  border: 1px solid #DCE8FF;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 20px;
}
.tools_box h4 {
  color: #070d25;
  font-size: 20px;
  font-weight: 400;
}
.tools_box_flex {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 991px){
  .img-overlay-text >div{
    width: 100%;
  }
  .img-overlay-text >div:nth-child(even) .iot-card{
    margin-left:0 ;
  }
  .img-overlay-text{
   background-image: none;
   min-height: unset;
  }
  .iot-card{
    max-width: 100%;
    margin-bottom: 30px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .iot-card:last-child{
    margin-bottom: 0;
  }
  .iot-card:nth-child(even){
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .tools_box_flex {
    flex-wrap: wrap;
    gap: 15px;
  }
  .tools_box h4 {
    font-size: 16px;
  }
}

/* inner_sec_26 ends  */

 

 


/* inner_sec_12 */
.inner_sec_12 {
  padding: 30px 0;
}
.head-title-center {
  margin-bottom: 30px;
}
.head-title-center h2 {
  text-align: center;
  max-width: 70%;
  margin: 0 auto 30px;
}
.head-title-center h2 span {
  color: #f047b8;
}
.head-title-center p {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  font-size: 18px;
}
.ftlc-card {
  display: flex;
  align-items: center;
}
.ftlc-card h5 {
  min-width: 30%;
  text-align: center;
  background: #dedede;
  border-radius: 15px;
  padding: 15px;
  font-size: 24px;
  color: #070d25;
}
.ftlc-card p {
  margin-left: 30px;
  background: #dedede;
  border-radius: 15px;
  padding: 30px;
}
/* .green-style h5 {
  background: #ccf7e8;
}
.pink-style h5 {
  background: #ffd9e4;
}
.blue-style h5 {
  background: #c4d9ff;
}
.violet-style h5 {
  background: #ebafff;
}
.orange-style h5 {
  background: #ffec9b;
} */
/* .green-style p {
  background: #ccf7e8;
}
.pink-style p {
  background: #ffd9e4;
}
.blue-style p {
  background: #c4d9ff;
}
.violet-style p {
  background: #ebafff;
}
.orange-style p {
  background: #ffec9b;
} */

.flex-title-left-content .svg_button {
  margin-left: calc(30% + 30px);
  margin-top: 15px;
}
@media (max-width: 1200px) {
  .head-title-center h2 {
    max-width: 100%;
  }
  .head-title-center p {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .ftlc-card {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .ftlc-card h5 {
    display: block;
    width: 100%;
  }
  .ftlc-card p {
    margin-left: 0;
  }
  .flex-title-left-content .svg_button {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
  }
}
  

.management_cardwrap {
    position: relative;
    /* width: 100vw;
    height: 70vh; */
}
  
.management_cardwrap {
  position: relative;
  /* width: 100vw;
  height: 70vh; */
}
.management_card {
  position: relative;
  width: 90%;
  height: 480px;
  border-radius: 20px;
  margin: 50px auto 0;
  overflow: hidden;
  z-index: 1;
}
.management_card_01,
.ceo_card_pinned_one {
  background: #ccf7e8;
}
.management_card_02,
.ceo_card_pinned_two {
  background: #c2d8ff;
  z-index: 2;
}
.management_card_03,
.ceo_card_pinned_three {
  background: #ffd8e3;
  z-index: 3;
}
.management_card_04,
.ceo_card_pinned_four {
  background: #ffff9f;
  z-index: 4;
}
.management_card_title {
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  text-align: left;
  position: absolute;
  bottom: 50px;
  left: 40px;
  cursor: default;
}
.management_card_title_chg {
  writing-mode: unset;
  transform: unset;
  position: unset;
  margin-top: 30px;
}
.management_card_title_chg p::before,
.management_card_title_chg p::after {
  display: none;
}
.management_card_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-left: 200px;
}
.management_card_content p {
  max-width: 77%;
  text-align: left;
  position: relative;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 30px;
}
.management_card_content p::before,
.management_card_content p::after {
  content: "";
  width: 58px;
  height: 36px;
  position: absolute;
}
.management_card_01 .management_card_content p::before,
.management_card_01 .management_card_content p::after,
.ceo_card_pinned_one .management_card_content p::before,
.ceo_card_pinned_one .management_card_content p::after {
  background: url("../images/home/quote_icon_01.webp") no-repeat;
}
.management_card_02 .management_card_content p::before,
.management_card_02 .management_card_content p::after,
.ceo_card_pinned_two .management_card_content p::before,
.ceo_card_pinned_two .management_card_content p::after {
  background: url("../images/home/quote_icon_02.webp") no-repeat;
}
.management_card_03 .management_card_content p::before,
.management_card_03 .management_card_content p::after,
.ceo_card_pinned_three .management_card_content p::before,
.ceo_card_pinned_three .management_card_content p::after {
  background: url("../images/home/quote_icon_03.webp") no-repeat;
}
.management_card_04 .management_card_content p::before,
.management_card_04 .management_card_content p::after,
.ceo_card_pinned_four .management_card_content p::before,
.ceo_card_pinned_four .management_card_content p::after {
  background: url("../images/home/quote_icon_04.webp") no-repeat;
}
.management_card_content p::before {
  top: -45px;
  left: -30px;
}
.management_card_content p::after {
  bottom: -20px;
  right: -20px;
  transform: rotateY(180deg);
}
.management_card_content img {
  margin-top: 50px;
  filter: grayscale(1);
}
.management_card_01 .management_card_title h2 {
  color: #00d78b;
}
.management_card_02 .management_card_title h2 {
  color: #2c67d1;
}
.management_card_03 .management_card_title h2 {
  color: #f046b7;
}
.management_card_04 .management_card_title h2 {
  color: #bf9f1b;
}
.management_card_01 .management_card_title h2 a {
  background: #8fbeae;
}
.management_card_02 .management_card_title h2 a {
  background: #90ade0;
}
.management_card_03 .management_card_title h2 a {
  background: #ff9eba;
}
.management_card_04 .management_card_title h2 a {
  background: #ceb349;
}
.management_card_title h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
}
.management_card_title h2 a {
  color: #fff;
  padding: 2px 4px;
  margin-right: 5px;
  border-radius: 2px;
  font-size: 0;
}
.management_card_title h2 a img {
  filter: invert(1);
  display: block !important;
}
.management_card_title h2 a span {
  line-height: 0;
}
.management_card_title p {
  font-size: 14px;
  margin: 0;
  color: #5a617e;
}
.management_card_01::before,
.management_card_01::after,
.management_card_02::before,
.management_card_02::after,
.management_card_03::before,
.management_card_03::after,
.management_card_04::before,
.management_card_04::after,
.ceo_card_pinned_one::before,
.ceo_card_pinned_one::after,
.ceo_card_pinned_two::before,
.ceo_card_pinned_two::after,
.ceo_card_pinned_three::before,
.ceo_card_pinned_three::after,
.ceo_card_pinned_four::before,
.ceo_card_pinned_four::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.management_card_01::before,
.ceo_card_pinned_one::before {
  background: url("../images/home/mgm_cardone_before.webp") no-repeat top right;
  right: -30px;
  top: -100px;
}
.management_card_01::after,
.ceo_card_pinned_one::after {
  background: url("../images/home/mgm_cardone_after.webp") no-repeat bottom left;
  left: 250px;
  bottom: -82px;
}
.management_card_02::before,
.ceo_card_pinned_two::before {
  background: url("../images/home/mgm_cardtwo_before.webp") no-repeat top right;
  right: 100px;
  top: -100px;
}
.management_card_02::after,
.ceo_card_pinned_two::after {
  background: url("../images/home/mgm_cardtwo_after.webp") no-repeat bottom left;
  left: 250px;
  bottom: -100px;
}
.management_card_03::before,
.ceo_card_pinned_three::before {
  background: url("../images/home/mgm_cardthree_before.webp") no-repeat top
    right;
  right: 120px;
  top: -20px;
}
.management_card_03::after,
.ceo_card_pinned_three::after {
  background: url("../images/home/mgm_cardthree_after.webp") no-repeat bottom
    left;
  left: 200px;
  bottom: -120px;
}
.management_card_04::before,
.ceo_card_pinned_four::before {
  background: url("../images/home/mgm_cardfour_before.webp") no-repeat top right;
  right: 50px;
  top: -50px;
}
.management_card_04::after,
.ceo_card_pinned_four::after {
  background: url("../images/home/mgm_cardfour_after.webp") no-repeat bottom
    left;
  left: 200px;
  bottom: -120px;
}
.ceo_card_pinned {
  width: 100%;
  height: 480px;
  border-radius: 50px;
  margin-top: 50px;
  overflow: hidden;
  z-index: 1;
}
  .management_cardwrap .slick-dots li.slick-active {
    width: 100px;
    height: 10px;
    border-radius: 25px;
  }
  .management_cardwrap .slick-dots li {
    border-radius: 100%;
    background: #00d78c;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    transition: 0.5s;
  }
  .management_cardwrap .slick-dots li button {
    display: none;
  }
  @media screen and (max-width: 1199px) {
    .management_card_content {
      width: 100%;
      padding-left: 120px;
    }
  }
  @media screen and (max-width: 991px) {
    .management_card_content img {
      display: none;
    }
    .management_card_content p {
      max-width: 90%;
    }
    .management_card_title {
      writing-mode: unset;
      transform: unset;
      top: 30px;
      right: 50px;
      left: unset;
    }
    .management_card_content {
      padding-left: 40px;
      padding-right: 0;
    }
    .management_card {
      padding: 30px;
      height: 400px;
      width: 100%;
    }
    .management_card_01::before,
    .management_card_01::after,
    .management_card_02::before,
    .management_card_02::after,
    .management_card_03::before,
    .management_card_03::after,
    .management_card_04::before,
    .management_card_04::after,
    .ceo_card_pinned_one::before,
    .ceo_card_pinned_one::after,
    .ceo_card_pinned_two::before,
    .ceo_card_pinned_two::after,
    .ceo_card_pinned_three::before,
    .ceo_card_pinned_three::after,
    .ceo_card_pinned_four::before,
    .ceo_card_pinned_four::after {
      opacity: 0.15;
    }
  }
  @media screen and (max-width: 575px) {
    .management_card_title h2 {
      font-size: 20px;
    }
    .management_card_content p::after {
      bottom: -34px;
    }
    .management_card_title p {
      color: #131315;
    }
    .management_card_content {
      padding-left: 0px;
    }
    .management_card_content p::before {
      left: -10px;
    }
    .management_card_title {
      position: relative;
      inset: unset;
    }
    .management_card {
      height: 480px;
    }
  }




.inner_sec_33 {
  padding: 40px 0;
}
.inner_sec_33 .anchor-nav {
  display: flex;
  align-items: center;
  padding: 0 !important;
  background-color: #ccf7e8;
  border-radius: 10px;
  z-index: 10;
  position: relative;
  overflow: hidden;
}
.inner_sec_33 .anchor-nav li {
  width: 25%;
}
.inner_sec_33 .anchor-nav::before {
  content: "";
  background: url("../images/home/service_before.webp");
  background-size: cover;
  width: 82px;
  height: 114px;
  position: absolute;
  left: 0;
  z-index: -1;
}
.inner_sec_33 .anchor-nav::after {
  content: "";
  background: url("../images/home/service_after.webp");
  background-size: cover;
  width: 83px;
  height: 114px;
  position: absolute;
  right: 0;
  z-index: -1;
}
.inner_sec_33 button.anchor.nav-link {
  color: #070d25;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  border: none !important;
  background: transparent;
  text-align: left;
  white-space: nowrap;
  padding: 30px;
  transition: 0.2s all;
  border-radius: 0;
  width: 100%;
}
.inner_sec_33 button.anchor.nav-link.active {
  font-weight: 600;
  background: rgba(0, 215, 140, 1);
  color: #fff;
}
.inner_sec_33 button.anchor.nav-link:hover {
  background: rgba(0, 215, 140, 0.8);
  color: #fff;
}
.inner_sec_33 .card_pinned {
  position: relative;
  margin: 50px auto 0;
  width: 100%;
  height: auto;
  padding: 50px;
  border-radius: 50px;
  background-color: #fff;
}
.inner_sec_33 .card_pinned h2 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 30px;
}
.inner_sec_33 .card_pinned_one h2 {
  color: #ffaf2e;
}
.inner_sec_33 .card_pinned_two h2 {
  color: #6d0c8d;
}
.inner_sec_33 .card_pinned_three h2 {
  color: #00d78b;
}
.inner_sec_33 .card_pinned_four h2 {
  color: #f046b7;
}
.inner_sec_33 .card_pinned_five h2 {
  color: #2c67d1;
}
.inner_sec_33 .card_pinned_one {
  border: 1px solid #ffaf2e;
}
.inner_sec_33 .card_pinned_two {
  border: 1px solid #6d0c8d;
}
.inner_sec_33 .card_pinned_three {
  border: 1px solid #00d78b;
}
.inner_sec_33 .card_pinned_four {
  border: 1px solid #f046b7;
}
.inner_sec_33 .card_pinned_five {
  border: 1px solid #2c67d1;
}
.inner_sec_33 .card_pinned_one .svg_button path {
  stroke: #ffaf2e;
}
.inner_sec_33 .card_pinned_one .svg_button:hover path {
  stroke: #ffaf2e;
}
.inner_sec_33 .card_pinned_two .svg_button path {
  stroke: #6d0c8d;
}
.inner_sec_33 .card_pinned_two .svg_button:hover path {
  stroke: #6d0c8d;
}
.inner_sec_33 .card_pinned_three .svg_button path {
  stroke: #00d78b;
}
.inner_sec_33 .card_pinned_three .svg_button:hover path {
  stroke: #00d78b;
}
.inner_sec_33 .card_pinned_four .svg_button path {
  stroke: #f046b7;
}
.inner_sec_33 .card_pinned_four .svg_button:hover path {
  stroke: #f046b7;
}
.inner_sec_33 .card_pinned_five .svg_button path {
  stroke: #2c67d1;
}
.inner_sec_33 .card_pinned_five .svg_button:hover path {
  stroke: #2c67d1;
}
@media screen and (max-width: 1199px){
  .inner_sec_33  .anchor-nav li {
    width: auto;
}
.inner_sec_33  .anchor-nav {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
}
.inner_sec_33 .card_pinned h2 {
  font-size: 36px;
}
}
@media screen and (max-width: 991px){
  .inner_sec_33 .card_pinned {
    padding: 30px;
    text-align: center;
  }
  .inner_sec_33 .card_pinned h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}








.category-filter-grp {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: sticky;
  top: 50px;
}
.category-filter {
  background: #dedede;
  border: 1px solid #dedede;
  border-radius: 15px;
  padding: 15px;
  font-size: 18px;
  color: #070d25;
  font-weight: 500;
}
.category-filter.active,
.category-filter:hover,
.category-filter:active {
  background: #00d78c !important;
  border: 1px solid #00d78c !important;
  color: #fff;
}
.category_item_panel {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3,minmax(0,1fr));
}
.category_item {
  position: relative;
  border-radius: 16px;
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  border: 1px solid #f0eded;
  overflow: hidden;
  transition:0.8s all ease;
}
.category_item h3 {
  color: #070d25;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  top: 20px;
  left: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.category_item:hover {
  box-shadow: 0 0 15px 0px rgba(0,0,0,0.2);
}




/* home_style_4 starts */
.home_style_4 {
  padding: 30px 0;
}
.home_style_4 ::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}
.home_style_4 ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  background: #c4d9ff; 
  border-radius: 10px;
}
.home_style_4 ::-webkit-scrollbar-thumb {
  background-color: #96b6f1;
  border-radius: 10px;
}
.home_style_4 .scroll{
  overflow-x: auto;
  width: 100%;
  padding-bottom: 5px;
}
.anchor-nav {
  display: flex;
  align-items: center;
  padding: 0 !important;
  background-color: #ccf7e8;
  border-radius: 10px;
  z-index: 10;
  position: relative;
  justify-content: flex-start;
  flex-wrap: nowrap;
  min-width: 1150px;
  overflow: hidden;
}
.anchor-nav li {
  width: auto;
  flex: 1;
}
.anchor-nav::before {
  content: "";
  background: url("../images/home/service_before.webp");
  background-size: cover;
  width: 82px;
  height: 114px;
  position: absolute;
  left: 0;
  z-index: -1;
}
.anchor-nav::after {
  content: "";
  background: url("../images/home/service_after.webp");
  background-size: cover;
  width: 83px;
  height: 114px;
  position: absolute;
  right: 0;
  z-index: -1;
}
button.anchor.nav-link {
  color: #070d25;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  border: none !important;
  background: transparent;
  text-align: left;
  white-space: nowrap;
  padding: 30px;
  transition: 0.2s all;
  border-radius: 0;
  width: 100%;
  font-weight: 500;
  text-align: center;
}
button.anchor.nav-link.active {  
  background: rgba(0, 215, 140, 1);
  color: #070d25;
}
button.anchor.nav-link:hover {
  background: rgba(0, 215, 140, 0.8);
  color: #070d25;
}
.card_pinned {
  position: relative;
  margin: 50px auto;
  width: 100%;
  height: auto;
  padding: 50px;
  border-radius: 20px;
  background-color: #fff;
}
.card_pinned h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}
.card_pinned h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.portfolio_head {
  margin-bottom: 15px;
}
.portfolio_title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 5px;
}
.portfolio_subtitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
p.strong {
  font-weight: 700;
}
.card_pinned_one h2 {
  color: #070d25;
}
.card_pinned_two h2 {
  color: #070d25;
}
.card_pinned_three h2 {
  color: #070d25;
}
.card_pinned_four h2 {
  color: #070d25;
}
.card_pinned_five h2 {
  color: #070d25;
}
.card_pinned_one {
  border: 1px solid #ffaf2e;
}
.card_pinned_two {
  border: 1px solid #6d0c8d;
}
.card_pinned_three {
  border: 1px solid #00d78b;
}
.card_pinned_four {
  border: 1px solid #f046b7;
}
.card_pinned_five {
  border: 1px solid #2c67d1;
}
.card_pinned_one .svg_button path {
  stroke: #ffaf2e;
}
.card_pinned_one .svg_button:hover path {
  stroke: #ffaf2e;
}
.card_pinned_two .svg_button path {
  stroke: #6d0c8d;
}
.card_pinned_two .svg_button:hover path {
  stroke: #6d0c8d;
}
.card_pinned_three .svg_button path {
  stroke: #00d78b;
}
.card_pinned_three .svg_button:hover path {
  stroke: #00d78b;
}
.card_pinned_four .svg_button path {
  stroke: #f046b7;
}
.card_pinned_four .svg_button:hover path {
  stroke: #f046b7;
}
.card_pinned_five .svg_button path {
  stroke: #2c67d1;
}
.card_pinned_five .svg_button:hover path {
  stroke: #2c67d1;
}
.anchor-nav::after,
.anchor-nav::before {
  display: none;
}  
/* home_style_4 ends */

.scroll_chg .anchor-nav{
  min-width: 1530px;
}


/* inner_sec_29 */
.inner_sec_29 {
  padding: 40px 0;
}
.inner_sec_29 .accordion-item {
  background: #eeeff200;
  border: 0;
  border-radius: 0px;
  margin-bottom: 0px;
  margin-top: 5px;
  transition: 0.5s;
  position: relative;
  border-bottom: 1px solid #ebecef;
}
/* .inner_sec_29 .accordion-item:not(.collapsed) {
  box-shadow: 0 0 10px 5px #00000014;
  border: 0;
  border-color: transparent;
  border-radius: 20px;
} */
.inner_sec_29 .accordion-button {
  background: transparent;
  box-shadow: none !important;
  padding: 30px;
  padding-right: 90px;
  color: #000 !important;
  position: unset;
}
.inner_sec_29 .para_1{
    max-width: 60%;
    margin: auto;
    text-align: center;
}
.inner_sec_29 .accordion-button h5 {
  margin-bottom: 0;
}
.inner_sec_29 .accordion-button::after {
  background: #fff
    url("../images/stellar-blockchain-wallet-development-services/sec29_arw.webp")
    no-repeat center;
  position: absolute;
  right: 30px;
  transform: rotate(0deg);
  top: 35px;
  margin: auto 0;
  transition: 0.5s;
}
.inner_sec_29 .accordion-header:not(.collapsed) .accordion-button::after {
  transform: rotate(90deg);
}
.inner_sec_29 .accordion-item .para span {
  font-weight: 600;
}
.inner_sec_29 .accordion-body {
  padding: 30px;
  padding-right: 90px;
  padding-top: 0px;
}
.inner_sec_29 .accordion-body p {
  margin-bottom: 0;
}
.inner_sec_29 [aria-expanded="true"] {
  border: 0;
  border-color: transparent;
  border-radius: 20px 20px 0 0;
  box-shadow: 0px 0px 10px 5px #0000000a;
}
.inner_sec_29 [aria-expanded="true"] + div {  
  border: 0;
  border-color: transparent;
  border-radius: 0 0 20px 20px;
  margin-bottom: 5px;
}
.inner_sec_29 #accordionExample{
  height: 580px;
  padding-top: 50px;
}
.inner_sec_29 #accordionExample .mCSB_container{
  padding: 15px;
}
.accordion-header .h5tag{
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .inner_sec_29 img {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .inner_sec_29 .accordion-body {
    padding-right: 30px;
  }
}
/* inner_sec_29 ends  */

/* inner_sec_25 */
.inner_sec_25 {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
/* .inner_sec_25::before {
  content: "";
  position: absolute;
  background: url(../images/stellar-blockchain-wallet-development-services/sec25_line.webp)
    no-repeat right;
  width: 100%;
  height: 342px;
  right: 0;
  top: -230px;
  z-index: -1;
} */
.inner_sec_25 .slider {
  overflow: hidden;
  height: 330px;
}
/* .inner_sec_25 .slider .slick-list {
  margin-left: -140px;
} */

.inner_sec_25 .box {
  padding: 50px;
  box-shadow: 0 0 10px 5px #f4f4f6;
  border-radius: 20px;
  margin: 10px;
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.inner_sec_25 .box h4 {
  color: #1468EF;
  font-size: 20px;
  font-weight: 500;
}
.inner_sec_25 h3{
    max-width: 70%;
    text-align: center;
    margin: auto;
}
.inner_sec_25 .slick-current.slick-active .box h4 {
  color: #070d25;
}
.inner_sec_25 .slider .box::before {
  content: "";
  position: absolute;
  color: #00d78b;
  font-size: 200px;
  opacity: 0.1;
  text-align: center;
  z-index: -1;
}
.inner_sec_25 .slider .one .box::before {
  content: "01";
}
.inner_sec_25 .slider .two .box::before {
  content: "02";
}
.inner_sec_25 .slider .three .box::before {
  content: "03";
}
.inner_sec_25 .slider .four .box::before {
  content: "04";
}
.inner_sec_25 .slider .five .box::before {
  content: "05";
}
.inner_sec_25 .slider .six .box::before {
  content: "06";
}
.inner_sec_25 .slider .seven .box::before {
  content: "07";
}
.inner_sec_25 .slider .eight .box::before {
  content: "08";
}
.inner_sec_25 .slider .nine .box::before {
  content: "09";
}
.inner_sec_25 .slider .ten .box::before {
  content: "10";
}
.inner_sec_25 .slider .eleven .box::before {
  content: "11";
}
/* .inner_sec_25 .slick-active.slick-center {
  width: 540px !important;
} */
.inner_sec_25 .slick-active.slick-center .box {
  background: #c4d9ff;
}
.inner_sec_25 .slick-active.slick-center .box::before {
  color: #2c67d1;
  z-index: 1;
  opacity: 0.1;
}
.inner_sec_25 .slick-prev {
  left: 32%;
  z-index: 2;
  top: 50%;
}
.inner_sec_25 .slick-next {
  right: 32%;
  top: 50%;
}
.inner_sec_25 .slick-prev,
.inner_sec_25 .slick-next {
  background: #fff !important;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.inner_sec_25 .slick-prev:hover,
.inner_sec_25 .slick-next:hover {
  background: #fff !important;
}
.inner_sec_25 .slick-prev::before {
  content: "";
  background: url("../images/stellar-blockchain-wallet-development-services/slick_arw.webp")
    no-repeat center;
  width: 10px;
  height: 16px;
  display: block;
  position: relative;
  font-size: 0;
  opacity: 1;
}

.inner_sec_25 .slick-next::before {
  content: "";
  background: url("../images/stellar-blockchain-wallet-development-services/slick_arw.webp")
    no-repeat center;
  width: 10px;
  height: 16px;
  display: block;
  position: relative;
  font-size: 0;
  transform: rotate(180deg);
}
.inner_sec_25 .box .para {
  margin-bottom: 0;
}

@media (min-width: 992px){
  .inner_sec_25 .container{
    max-width: 960px !important;
  }
  }
  @media (min-width: 1200px){
    .inner_sec_25 .container{
      max-width: 1140px !important;
    }
    }
    @media (min-width: 1400px){
      .inner_sec_25 .container{
        max-width: 1320px !important;
      }
      }
@media (max-width: 1399px) {
  .inner_sec_25 .slick-prev {
    left: 27.7%;
  }

  .inner_sec_25 .slick-next {
    right:27.7%;
  }
 
}
@media (max-width: 1199px) {
  .inner_sec_25::before {
    background-size: 40%;
  }

  .inner_sec_25 .slick-next {
    right:22.2%;
  }

  .inner_sec_25 .slick-prev {
    left: 22.2%;
  }
}

@media (max-width: 991px) {
  .inner_sec_25 .slider {
    overflow: visible;
    margin-top: 60px;
  }

  .inner_sec_25 .slider .slick-list {
    margin-left: 0px;
  }

  .inner_sec_25 .slick-prev {
    left: -55px;
    right: 0;
    margin: 0 auto;
  }

  .inner_sec_25 .slick-next {
    left: 0px;
    right: -55px;
    margin: 0 auto;
  }

  .inner_sec_25 .slick-prev,
  .inner_sec_25 .slick-next {
    top: -20px;
    box-shadow: 0 0 10px 0 #00000033;
  }

  .inner_sec_25 .slider {
    height: unset;
  }

  .inner_sec_25 .box {
    min-height: 300px;
    padding: 25px;
  }
  .inner_sec_29 .para_1{
    max-width: 100%;
  }
  .inner_sec_25 h3{
    max-width: 100%;
  }
}
/* inner_sec_25 ends  */

/* inner_sec_5 */ 
.inner_sec_5 {
  padding: 40px 0;
}
.feature_box .h5tag {
  font-size: 20px;
  margin-bottom: 0;
}
.feature_box .para {
  line-height: 30px;
}
.feature_box {
  display: flex;
  align-items: center;
  gap: 10px;
  row-gap: 10px;
  column-gap: 10px;
  margin-bottom: 15px;
}
.inner_sec_5 .box {
  margin-bottom: 50px;
}



/* inner_sec_28 */
.inner_sec_28 {
  padding: 40px 0;
}
.inner_sec_28 .boxbg {
  background: url("../images/stellar-blockchain-wallet-development-services/sec_28bg.webp")
    no-repeat center #ffd9e4;
  border-radius: 20px;
  border: 1px solid #f8a9dd;
  padding-top: 20px;
  padding-right: 50px;
  max-width: 80%;
  margin: 0 auto;
  background-size: 100% 100%;
}
.inner_sec_28 h5 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .inner_sec_28 .boxbg {
    max-width: 100%;
    padding: 15px;
    background-image: none;
  }

  .inner_sec_28 .boxbg img {
    margin-bottom: 15px;
  }
}
/* inner_sec_28 ends  */


/* inner_sec_15 */
.inner_sec_15{
  padding: 40px 0;
}
.text-slider{
  background: rgb(255,217,228);
  background: linear-gradient(90deg, rgba(255,217,228,1) 0%, rgba(255,255,255,1) 85%); 
  border-radius: 20px;
  border: 1px solid #ffe8ef;
  padding: 30px;
  padding-bottom: 60px;
  position: relative;
  min-height: 270px;
}
.text-slider::before{
  content: "";
  background: url(../images/leverage-and-margin-trading-exchange-development/right-pink-curves.webp) no-repeat scroll 0 0;
  width: 203px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.slider-card h4{
  color: #f046b7;
  margin-bottom: 20px;
  max-width: 60%;
}
.slider-card p{
  max-width: 60%;
}
.text-slider .slick-prev {
  left: 30px;
  top: auto;
  bottom: 10px;
  background-color: transparent;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.text-slider .slick-prev:hover{
  background: #f046b7;
}
.text-slider .slick-next {
  left: 75px;
  right: auto;
  bottom: 10px;
  background-color: transparent;
  border-radius: 50%;
  top: auto;
  width: 32px;
  height: 32px;
}
.text-slider .slick-next:hover{
  background: #f046b7;
}
.text-slider .slick-next::before{
  content: "";
  background: url("../images/icons/next_icon.webp") no-repeat;
  width: 13px;
  height: 22px;
  position: absolute;
  background-size: 70%;
  top: 9px;
  left: 13px;
}
.text-slider .slick-prev::before{
  content: "";
  background: url("../images/icons/prev_icon.webp") no-repeat;
  width: 13px;
  height: 22px;
  position: absolute;
  background-size: 70%;
  top: 9px;
  left: 9px;
}
.text-slider .slick-prev:hover::before,
.text-slider .slick-next:hover::before{
  filter: brightness(0) invert(1);
}
@media (max-width: 991px){
  .text-slider{
    min-height: auto;
  }
  .text-slider::before {
    display: none;
  }
  .slider-card h4{
    max-width: 100%;
    text-align: center;
  }
  .slider-card p{
    max-width: 100%;
    text-align: center;
  }
  .text-slider .slick-prev{
    left: 50%;
    margin-left: -40px;
    z-index: 9;
    top: auto;
    bottom: 5px;
  }
  .text-slider .slick-next{
    left: auto;
    right: 50%;
    margin-right: -40px;
    top: auto;
    bottom: 5px;
  }
  .inner_sec_15{
    text-align: center;
  }
}
@media (max-width: 767px){
  .svg_button{
    margin: 30px auto 30px !important;
  }
}
@media (max-width: 575px){
  .text-slider {
    padding-bottom: 80px;
  }
.text-slider .slick-prev,.text-slider .slick-next {
  top: 92%;
}}

/* New Cta */
.cta_new .boxbg {
  background: #E0EBFF;
  border-radius: 20px;
  padding: 20px 30px;
}
.cta_new .boxbg p.small_heading {
  color: #717C8C;
  font-size: 24px;
  font-weight: 600;  
}
a.interlink_txt {
  color: #070d25;
  text-decoration: none;
  transition: 0.2s alll;
}
a.interlink_txt:hover {
  color: #1468EF;
}

  /* inner_sec_13 */
.inner_sec_13 {
    padding: 80px 0;
  }
  .inner_sec_13 .pink-style h5 {
    background: transparent;
    margin-bottom: 0px;
  }
  .inner_sec_13 .blue-style h5 {
    background: transparent;
    margin-bottom: 0px;
  }
  .inner_sec_13 .green-style h5 {
    background: transparent;
  }
  .inner_sec_13 .pink-style {
    background: #fff4e3 !important;
    border-radius: 20px;
    padding: 40px;
  }
  .inner_sec_13 .blue-style {
    background: #eaf1ff !important;
    border-radius: 20px;
    padding: 40px;
  }
  .head-title-center h3{
    text-align: center;
    max-width: 85%;
    margin: 0 auto 30px;
  }
  .tccb-card {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .tccb-card h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .inner_sec_13 .pink-style h5 {
    color: #1e2237;
  }
  .inner_sec_13 .blue-style h5 {
    color: #1e2237;
  }
  
  .tccb-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .tccb-card li {
    list-style: none;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    color: #070d25;
    font-size: 18px;
  }
  .tccb-card li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #f046b7;
    display: inline-block;
    margin-right: 15px;
    border-radius: 50%;
    margin-top: 9px;
  }
  
  
  .inner_sec_13 .blue-style li::before {
    background: #2c67d1;
  }
  .inner_sec_13 .purple-style li::before {
    background: #6d0c8d;
  }
  .three-column-color-box {
    position: relative;
  }
  
  @media (max-width: 991px) {
    .tccb-card {
      margin-bottom: 30px;
    }
    .h2tag {
      text-align: center;
    }
    .inner_sec_2 .para {
      text-align: center;
    }
    
    .svg_button{
      margin-top: 0px !important;
    }
    .inner_sec_1 .svg_button{
      margin-top: 0px !important;
      margin: auto;
    }
    .inner_sec_2 .svg_button{
      margin-top: 0px !important;
      margin: auto;
    }
    .head-title-center h3{
      max-width: 100%;
    }
  }
  @media (max-width: 767px) {
    .inner_sec_13 .svg_button {
      margin: 30px auto 10px;
    }
    .inner_sec_13 h3{
      text-align: center;
      max-width: 100%;
    }
   .tccb_card_head p{
      text-align: center;
    }
    .inner_sec_1_3 .tccb-card{
      height: auto !important;
    }
    .tccb_card_head h4{
      text-align: center;
    }
  }
  @media (max-width: 575px) {
    .three-column-color-box::before {
      width: 100%;
      background-size: 100%;
      left: 0;
    }
    .three-column-color-box::after {
      width: 100%;
      background-size: 100%;
      right: 0;
    }
    .inner_sec_13 .blue-style{
      padding: 30px 20px;
    }
    .inner_sec_13 .pink-style{
      padding: 30px 20px;
    }
    .text-slider{
      padding: 25px !important;
    }
  
  
  }
  /* cta_box */
.cta_box {
    padding: 30px 0;
    padding-top: 215px;
  }
  .cta_box .box{
    border-radius: 20px;
    background: url("../images/binance-clone-script-2023-new/cta_bg.webp") no-repeat center #bff5e2;
    position: relative;
  }
  .cta_box .box img{
    position: absolute;
    bottom: 0;
    left: 100px;
  }
  .cta_box h2{
  line-height: normal;
  }
  .cta_box.ylw{
    padding-top: 70px;
  }
  .cta_box.ylw .box{
    background: url("../images/binance-clone-script-2023-new/cta_bg_ylw.webp") no-repeat center #FFE3B7;
    background-size: cover;
  }
  .cta_box.ylw .svg_button a{
    background: #00D68A;
    border: 2px solid #00D68A;
  }
  .cta_box.ylw .svg_button a:before{
    background: #abffe1;
  }
  .cta_box.ylw .box h2{
   font-size: 40px;
  }
  .cta_text .h2tag{
    font-size: 38px;
    text-align: left;
    font-weight: 600;
  }
  .cta_text .svg_button {
    margin-top: 35px !important;
  }
  @media (max-width:1399px) {
    .cta_box .box img{
      left: 10px;
    }
  }
  @media (max-width:1199px) {
    .cta_box .box{
      padding: 15px;
      text-align: center;
    }
    .cta_box .svg_button {
      margin: 0 auto;
      margin-top:20px ;
    }
    .cta_box .box img{
      display: none;
    }
    .cta_box.ylw .box h2{
      font-size: 32px;
    }
    .cta_box {
      padding-top: 60px;
    }
    .cta_text .h2tag{
      text-align: center;
    }
  }
  
  .inner_sec_2 {
    padding: 30px 0;
   
  }
  .inner_sec2_bg{
    background: #c4d9ff;
    border-radius: 20px;
  padding: 70px 40px;
  }
  
  @media (max-width: 767px) {
    .inner_sec_2 img {
      margin-bottom: 15px;
    }
    
    .inner_sec_2 .svg_button {
      margin: 50px auto;
    }
  }
  .inner_sec_36{
    padding: 30px 0
}
.inner_sec_36 .bg{
    /* background: #ccf7e8; */
 
    padding: 50px;
 
}
.inner_sec_36 .flx{
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
}
.inner_sec_36 .box{
    font-size: 12px;
    color:#070d25;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items:center ;
    
}
.inner_sec_36 .box .img_box{
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    /* width: 120px;
    height: 120px; */
    margin-bottom: 10px;
    box-shadow: 0 4px 11px 0 #cfe0ff;
background: #fff;
}
.inner_sec_36 .box span{
    display: block;
}
.inner_sec_36 .box p{

  color: #1e2237 ;
  font-size: 18px ;
  font-weight: 600 ;
  text-align: center;
  margin-bottom: 0px ;

}

@media (max-width:1199px) {
  .inner_sec_36 .flx{
    gap: 15px;
  }  
}
@media (max-width:991px) {
  .inner_sec_36 .flx{
    flex-wrap: wrap;
  }  
  .inner_sec_36 .bg{
    padding: 20px;
  }
}
@media (max-width:575px) {
  .inner_sec_36 .h2tag{
    font-size: 30px;
  }
  .inner_sec19_box{
    padding: 0px !important ;
  }
  .tab_right_content{
    padding: 20px 20px ;
  }
}

/* Inner Section 19 Starts */

  .inner_sec19{
background-color: #F0F5FF;
padding: 70px;
  }
  .inner_sec19_box ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0;
    /* margin: 50px 0 0; */
    width: 80%;
    margin: auto;
  }
  .inner_sec19_box ul li {
    border-radius: 10px;
    padding: 18px 40px;
    box-shadow: 0 2px 35px 0 #e4e4e4;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center; 
    font-weight: 500; 
    font-size: 16px;
    color: #1e2237;
  }
  .inner_sec19_box .h2tag {
    max-width: 60% !important;
    margin: 0 auto;
  }
  .inner_sec19_box p {
    max-width: 80% !important;
    margin: 0 auto 30px;
  }
  @media screen and (max-width: 991px) {
    .inner_sec19_box {
      padding: 30px;
      background-image: none;
    }
    .inner_sec19_box h3.h2tag,
    .inner_sec19_box p {
      max-width: 100%;
    }
    .inner_sec19_box ul li {
      width: 43%;
    }
    .col-lg-4.d-flex.mobile-hide{
      display: none !important;
    }
    .inner_sec19_box .h2tag{
      max-width: 100% !important;
    }
    .inner_sec19_box p{
      max-width: 100% !important;
    }
  }
  @media screen and (max-width: 991px) { 
    .inner_sec19_box ul li {
      width: 100%;
    }
    .inner_sec19_box ul {
      gap: 15px;
    }
    .about .box{
      background: none !important;
      background-color: #f4f4f5 !important;
    }
    
  }
  /* Inner Section 19 Ends */

/* tab_section */
.tab_contents{
    background-color: #F0F5FF;
    padding: 38px 46px ;
    border-radius: 15px;
}
.tab_contents ul li .nav-link{
    font-weight: 600;
    font-size:20px;
text-transform: capitalize;
color: #1e2237 !important;
}
.tab_contents ul li .nav-link.active{
color: #1468ef !important;
}
.tab_right_content{
    box-shadow: 0 2px 35px 0 #e4e4e4;
background: #fff;
width: 100%;
padding: 80px 48px ;
border-radius: 20px;
/* height: 90%; */
}
.tab_right_content h4{
    font-weight: 600;
    font-size:20px;
text-transform: capitalize;
color: #1e2237 !important;
margin-bottom: 0px;
}
.tab_right_content p{
    font-weight: 400;
    font-size:18px;
text-transform: capitalize;
color: #1e2237 !important;
/* margin-bottom: 0px; */
}
 .tab-pane.show.active h4 {
 color: #1468ef !important;
 transition: 0.5s;
}
           
.fade{
    transition: opacity 0s linear
}
@media screen and (max-width: 991px) { 
.tab_contents .nav{
  flex-direction: row !important;
  overflow: scroll;
  width: 100%;
  white-space: nowrap;
  flex-wrap: nowrap !important;
  /* gap: 10px; */
}
.tab_contents ul{
  overflow-x: scroll;
  width: 100%;
}
.tab_contents{
  padding: 20px 15px;
}
.tab_contents li{
  /* width: 20%; */
}
.tab_contents ul li .nav-link {
  font-size: 18px;
}
.tab_right_content {
  padding: 40px 40px;
} 
}
@media (max-width: 767px) {
  .tab_right_content h4 {
    text-align: center;
  }
  .tab_right_content p{
    text-align: center;
  }

}
@media (max-width:575px) {
  .tab_right_content{
    padding: 20px 20px ;
  }
  .inner_sec_29 .accordion-button {
    padding: 30px 15px ;
  }
  .inner_sec_29 #accordionExample .mCSB_container{
    padding: 0px 5px;
  }
  .inner_sec_29 .accordion-body{
    padding: 10px;
  }
}
