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%);
}
.mixed-waves-2 {
  /* background: url("../images/binance-clone-script/mixed_waves.webp") no-repeat
    right; */
}
.flex-title-left-content{
  max-height: 580px;
  overflow: auto;
  padding-right: 15px;
}
.simplebar-scrollbar::before{
  opacity: 1 !important;
  background: #2a69d1 !important;
}
.simplebar-track.simplebar-vertical{
  background: #e1ecff !important;
  border-radius: 5px;
}
.link {
  color: #070d25;
  text-decoration: none;
}
.link:hover{
  color: #0a58ca;
}
.h2tag {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.h2tag span {
  color: #f046b7;
}
.h3tag {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
.h5tag {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.para {
  font-size: 18px;
}
.head {
  max-width: 75%;
  margin: 0 auto 15px;
  text-align: center;
}

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

  .h2tag {
    font-size: 38px;
  }

  .h3tag {
    font-size: 32px;
  }

  .h5tag {
    font-size: 20px;
  }
}

@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;
  }
  .inner_sec_2 .svg_button {
    margin: 50px auto;
  }
}
/* common styles ends  */

/* inner_sec_1 */
.inner_sec_1 {
  position: relative;
  z-index: 1;
  padding: 200px 0 30px !important;
}
.inner_sec_1 p {
  max-width: 100%;
}
.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%;
}
.main-banner-list.blue li::before {
    background: #2c67d1;
}
.inner_sec_1::before {
  /* content: "";
  background: url("../images/crypto-market-making-bot-development-company/sec1_linebg.webp")
    no-repeat right top;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 50px;
  right: 0; */
}
.inner_sec_28 .svg_button,
.inner_sec_21 .svg_button {
  margin: 20px auto;
}
.inner_sec_31 .svg_button svg,
.inner_sec_31 .svg_button {
  width: 300px;
}
.inner_sec_22 .svg_button,
.inner_sec_22 .svg_button svg {
  width: 280px;
}
/* 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: 2000px;
}
@keyframes rightslide {
  0%{
    transform: translateX(0%);
  }
  100%{
    transform: translateX(100%);
  }
}
/* portfolio_slider ends */
@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;
  }
  .inner_sec_1 .svg_button {
    margin:auto
  }
  .inner_sec_1::before{
    background: none;
  }
}
@media (max-width: 767px) {
  .inner_sec_1 .banimg {
    display: none;
  }
  .inner_sec_1 .svg_button {
    margin: 50px auto 0;
  }
 
}
@media (max-width: 575px) {
  .inner_sec_1 {
    padding: 145px 0 30px !important;
  }
}
/* inner_sec_1 ends  */

.inner_sec_2 {
  padding: 30px 0;
}
.inner_sec_2 .box ul{
  padding-left:23px;
}
.inner_sec_2 .box li{
  padding-bottom: 20px;
}
.inner_sec_2 span{
  font-weight: 600;
  font-size:  24px ;
color: #1e2237;
}
@media (max-width: 991px) {
  .inner_sec_2  {
   text-align: center;
  }
  .inner_sec_2 .svg_button {
    text-align: center;
    margin: auto;
   }
   .inner_sec_2 .box li{
    text-align: left;
   }
}
@media (max-width: 767px) {
  .inner_sec_2 img {
    margin-bottom: 15px;
  }
}
/* inner_sec_2 ends  */


/* inner_sec_12 */
.inner_sec_12 {
  padding: 30px 0;
  background: url(../images/leverage-and-margin-trading-exchange-development/style-box-12-bg.webp)
    no-repeat center 180px;
}
.head-title-center {
  margin-bottom: 30px;
}
.head-title-center h2 {
  text-align: center;
  max-width: 90%;
  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: #ffffff;
}
.ftlc-card p {
  margin-left: 30px;
  background: #dedede;
  border-radius: 15px;
  padding: 30px;
}
/* .green-style h5 {
  background: #02d087;
}
.pink-style h5 {
  background: #f046b7;
}
.blue-style h5 {
  background: #2c67d1;
}
.violet-style h5 {
  background: #6d0c8d;
}
.orange-style h5 {
  background: #cfac1b;
}
.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;
  }
}


/* inner_sec_25 */
.inner_sec_25 {
  position: relative;
  z-index: 1;
  padding: 40px 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;
  width: 100%;
}
/* .inner_sec_25 .slider .slick-list {
  margin-left: -140px;
} */

.inner_sec_25 .box h2 {
  font-size: 24px;
  font-weight: 600;
}
.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;
  flex-direction: column;
  text-align: center;
}

.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 .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: 23%;
  z-index: 2;
  top: 50%;
}
.inner_sec_25 .slick-next {
  right: 23%;
  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: 22%;
  }

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

  .inner_sec_25 .slider {
    height: 430px;
  }

  .inner_sec_25 .box {
    height: 400px;
  }
}
@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: 400px;
    padding: 25px;
  }
}
@media (max-width: 575px) { 
  .inner_sec_25 .box .d-flex.justify-content-between {
    flex-direction: column;
  }
  .inner_sec_25 .box .main-banner-list li {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
/* inner_sec_25 ends  */

/* inner_sec_18 */
.inner_sec_18 {
  padding: 40px 0;
}
.inner_sec_18 .cta-card {
  padding: 30px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/leverage-and-margin-trading-exchange-development/cta-yellow.webp)
    no-repeat scroll center center;
  width: 960px;
  height: 233px;
  margin: 0 auto;
  border-radius: 20px;
}
.cta-yellow-text {
  max-width: 60%;
  text-align: center;
}
.cta-yellow-text h5 {
  text-align: center;
}
@media (max-width: 1199px) {
  .inner_sec_18 .cta-card {
    background-size: 100% 100%;
    max-width: 100%;
    height: auto;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .inner_sec_18 .cta-card {
    background-size: cover;
    padding: 15px;
  }
  .inner_sec_18 img {
    display: none;
  }
  .cta-yellow-text {
    max-width: 100%;
  }
}
 
/* 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/white-label-cryptocurrency-exchange-software-2023/banner5.webp) no-repeat scroll center top;
  min-height: 506px;
  margin-bottom: 40px;
  display: flex; 
  justify-content: flex-end; 
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
}
.newCenterImage .img-overlay-text{
  background: url(../images/white-label-cryptocurrency-exchange-software-2023/banner3.webp) no-repeat scroll center top;
  min-height: 636px;
  margin-bottom: 30px;
}
.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;
}
.iot-card h5{
  color: #000;
}
.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;
}
.ylw_curve .bgimg{
    width: fit-content;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.ylw_curve .bgimg::before{
    content: "";
    position: absolute;
    background: url("../images/trust-wallet-clone-script-2023/features_bg1.webp") no-repeat center;
    width: 387px;
    height: 325px;
    left: -110px;
    bottom: 0;
    top: 0;
    margin: auto 0;
    z-index: -1;
}
.ylw_curve .bgimg::after{
    content: "";
    position: absolute;
    background: url("../images/trust-wallet-clone-script-2023/features_bg2.webp") no-repeat center;
    width: 570px;
    height: 297px;
    right: -120px;
    top: 15px;
    z-index: -1;
    right: 0;
}
@media (max-width: 991px){
  .newCenterImage .img-overlay-text{
    background-image: none;
    min-height: auto;
  }
  .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%;
  }
}

/* inner_sec_26 ends  */
.blue_box{
    padding: 30px 0;
}
.blue_box .bg{
    background: #c4d9ff;
    border-radius: 50px;
    padding: 50px 20px;
    position: relative;
}
.blue_box .bg::before{
    content: "";
    position: absolute;
    background: url("../images/trust-wallet-clone-script-2023/box_curve1.webp") no-repeat center;
    left: -13px;
    bottom: -10px;
    width: 220px;
    height: 320px;
}
.blue_box .bg::after{
    content: "";
    position: absolute;
    background: url("../images/trust-wallet-clone-script-2023/box_curve2.webp") no-repeat center;
    right: -49px;
    top: -26px;
    width: 313px;
    height: 340px;
    background-size: contain;
}
@media (max-width:991px) {
  .blue_box .bg::after,
  .blue_box .bg::before{
    display: none;
  }
}


.blue_curve{
    background: url("../images/trust-wallet-clone-script-2023/bgline.webp") no-repeat ;
    background-position: center right;
}



.pink_box{
    padding: 30px 0;
}
.pink_box .bg{
    background: #ffd9e4;
    border-radius: 50px;
    padding: 50px 20px;
    position: relative;
}
.pink_box .bg::after{
    content: "";
    position: absolute;
    background: url("../images/trust-wallet-clone-script-2023/pink_curve.webp") no-repeat center;
    right: -49px;
    top: -26px;
    width: 313px;
    height: 340px;
    background-size: contain;
}
@media (max-width:991px) {
  .pink_box .bg::after{
    display: none;
  }
}






.benefits{
  padding: 30px 0; 
}
.waves{
  position: relative;
  z-index: 1;
}
.waves::before{
  content: "";
  position: absolute;
  background: url("../images/trust-wallet-clone-script-2023/waves.webp") no-repeat center;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: 0px 0%;
  right: 0;
  max-width: 100%;
}
.benefits .img_box{
    background: url("../images/trust-wallet-clone-script-2023/benefit_imgbg.webp") no-repeat center;
    padding: 40px 10px;
}
.benefits .box{
    background: #f1c7ff;
    border-radius: 20px;
    padding: 20px;
    width: fit-content;
    margin: auto;
}
@media (max-width:767px) {
  .benefits .img_box{
    background-size: contain;
  }
}

/* inner_sec_35 */
.inner_sec_35{
  padding: 40px 0;
}
.background-center-card{
  /* background: url("../images/white-label-cryptocurrency-exchange-software-2023/banner4-bg.webp") no-repeat center top; */
}

/* inner_sec_29 */
.inner_sec_29 {
  padding: 20px 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 .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;
  text-align: left;
}
.inner_sec_29 [aria-expanded="true"] {
  border: 0;
  border-color: transparent;
  border-radius: 20px;
  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: 1199px) {

  .inner_sec_29 .accordion-body p{
    text-align: left;
  }
}
@media (max-width: 767px) {
  .inner_sec_29 img {
    margin-bottom: 15px;
  }

}
@media (max-width: 767px) {
  .inner_sec_29 .accordion-body {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .inner_sec_35 .svg_button {
    margin-top: 10px !important;
  }
  .inner_sec_29 .h3tag{
    text-align: center;
  }
  .inner_sec_29 p{
    text-align: center;
  }
}
@media (max-width: 575px) {
  .inner_sec_29 .accordion-button {
    padding-right: 70px;
  }
  .inner_sec_35{
    display: none;
  }
  body, html {
    font-size: 16px;
}
.head-title-center p{
  font-size: 16px;
}
}

/* inner_sec_29 ends  */

/* inner_sec_13 */
.inner_sec_13 {
  padding: 40px 0;
  background: #F0F5FF;
}
.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 {
  box-shadow: 0 8px 32px 0 rgba(207, 224, 255, 0.8);
background: #fff;
border-radius: 20px;
padding: 35px
}
.inner_sec_13 .blue-style {
  box-shadow: 0 8px 32px 0 rgba(207, 224, 255, 0.8);
  background: #fff;
  border-radius: 20px;
  padding: 35px
}

.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_head p{
  margin-bottom: 0px;
}
.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;
}
.inner_sec_13 .pink-style p {
  background: transparent;
  margin-bottom: 0px;
}
.inner_sec_13 .blue-style p {
  background: transparent;
  margin-bottom: 0px;
}

@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;
  }
  .mixed-waves-2{
    text-align: center;
  }
  .mixed-waves-2 .box{
    display: flex;
  }
  .mixed-waves-2 .box li{
text-align: center;
  }
  .mixed-waves-2 .box ul{
    margin: auto;
  
      }
      .mixed-waves-2 .h5tag{
        text-align: left;
      }
      .mixed-waves-2 .svg_button{
        margin: auto;
      }
      .inner_sec_13 .blue-style{
        padding:25px;
      }
      .inner_sec_13 .pink-style{
        padding: 25px;
      }
}
@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{
    text-align: center;
  }

 .tccb_card_head p{
    text-align: center;
  }
  .inner_sec_1_3 .tccb-card{
    height: auto !important;
  }
  .tccb_card_head h4{
    text-align: center;
  }
  .mixed-waves-2 .box ul{
    flex-direction: column;
  }
  .mixed-waves-2 .box li{
    width: 100%;
  }
}
@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: 25px;
  }
  .inner_sec_13 .pink-style{
    padding: 25px;
  }
  .text-slider{
    padding: 25px !important;
  }
  .head-title-center h3{
    max-width: 100%;
  }
  .tccb-card span {
    font-size: 19px;
  }


}

/* inner_sec_13 */
.inner_sec_box {
  padding: 40px 0;
}
.inner_sec_box .pink-style h5 {
  background: transparent;
  margin-bottom: 0px;
}
.inner_sec_box .blue-style h5 {
  background: transparent;
  margin-bottom: 0px;
}
.inner_sec_box .green-style h5 {
  background: transparent;
}
.inner_sec_box .pink-style {
  background: #fff4e3 !important;
  border-radius: 20px;
  padding: 40px;
}
.inner_sec_box .blue-style {
  background: #eaf1ff !important;
  border-radius: 20px;
  padding: 40px;
}

.inner_sec_box .tccb-card {
  list-style: none;
  /* margin: 0; */
  /* padding: 0; */
}
.inner_sec_box .tccb-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.inner_sec_box .pink-style h5 {
  color: #1e2237;
}
.inner_sec_box .blue-style h5 {
  color: #1e2237;
}

.inner_sec_box .tccb-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.inner_sec_box .tccb-card li {
  list-style: none;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  color: #070d25;
  font-size: 18px;
}
.inner_sec_box .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_box .blue-style li::before {
  background: #2c67d1;
}
.inner_sec_box .purple-style li::before {
  background: #6d0c8d;
}
.inner_sec_box .three-column-color-box {
  position: relative;
}
/* .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;
    text-align: center;
  }
  .h2tag {
    text-align: center;
  }
  .inner_sec_box .para {
    text-align: center;
  }
  
  .svg_button{
    /* margin-top: 0px !important; */
  }
  .inner_sec_1 .svg_button{
    margin-top: 0px !important;
  }
}
@media (max-width: 767px) {
  .inner_sec_box .svg_button {
    margin: 30px auto 10px;
  }
  .inner_sec_box h3{
    text-align: center;
    max-width: 100%;
  }
 .inner_sec_box .tccb_card_head p{
    text-align: center;
  }
  .inner_sec_box .tccb-card{
    height: auto !important;
  }
 .inner_sec_box .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_box .blue-style{
    padding: 30px 20px;
  }
  .inner_sec_box .pink-style{
    padding: 30px 20px;
  }
  .text-slider{
    padding: 25px !important;
  }
  .head-title-center h3{
    max-width: 100% !important;
  }

}

/* inner_sec_bg2 */
.inner_sec_bg2{
  background: #F0F5FF;
}
.inner_sec_bg2 a{
  text-decoration: none;
}
.inner_sec_bg2 a:hover{
  color: #1468EF;
}
.inner_sec_2.inner_sec_bg2{
  padding-top: 50px !important;
}
.inner_sec_2 .inner_sec_2_bg{
  background-color: #C4D9FF ;
  padding: 38px 0px;
  border-radius: 20px;

}
.inner_sec_bg2 .h3tag{
  /* max-width: 70%; */
  margin: auto;
}
.inner_sec_bg2 .para{
  /* max-width: 78%; */
  margin: auto;
}
.inner_sec_bg2 .box_content li{
  text-align: left;
  list-style-type: none;
  box-shadow: 0 2px 35px 0 #e4e4e4;
background: #fff;
border-radius: 10px;
padding: 14px;
font-size: 18px;
font-weight: 500;
  /* border-radius: 6px; */

  text-align: center;
  }
  .inner_sec_bg2 .box_content li:hover{
    color: #2c67d1;
  }
  .inner_sec_bg2 .box_content ul{
    margin: auto;
    padding-left: 0px !important;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 20px;
    justify-content: center;
  
      }
  
  @media (max-width: 991px) {
    .inner_sec_bg2{
      text-align: center;
    }
    .inner_sec_bg2 .box_content{
      display: flex;
    }
    .inner_sec_bg2 .box_content li{
  text-align: center;
    }
    .inner_sec_bg2 .box_content ul{
      margin: auto;
    
        }
        .inner_sec_bg2 .h3tag{
          max-width: 100%;
        }
        .inner_sec_bg2 .para{
          max-width: 100%;
        }
  }
  @media (max-width: 767px) {
    .inner_sec_bg2 .box_content ul{
      flex-direction: column;
    }
    .inner_sec_bg2 .box_content li{
      width: 100%;
    }
    .inner_sec_2 img {
      margin-bottom: 15px;
    }
 
  }
  @media (max-width: 575px) {
   
    .inner_sec_bg2 .box_content li{
   font-size: 12px;
    }
  }

  /* 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: 18px;
  margin-bottom: 20px;
}
.tools_box h3 {
  color: #4d5765;
  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 h3 {
    font-size: 16px;
  }
}

/* inner_sec_26 ends  */

/* blog_sec_3 */
.blog_sec_3 .category_list_head{
  font-weight: 500;
  font-size:  15px ;
color: #1e2237 !important;
text-decoration: none;
}
.category_list{
  border-left: 3px solid #1468ef;
  padding: 16px;
  background: linear-gradient(90deg, rgba(20, 104, 239, 0.15) 0%, rgba(20, 104, 239, 0) 100%);
  margin-top: 30px;
}
.category_list a:hover{
  color: #1468ef !important;
}
.category_list_green a:hover{
  color: #00d68a !important;
}
.category_list_org a:hover{
  color: #ff9c0d !important;
}
.category_list_pink a:hover{
  color: #e530b2 !important;
}
.category_list_red a:hover{
  color: #ff6e79 !important;
}
.category_list_vlt a:hover{
  color: #8a71ff !important;
}
.category_list_blue a:hover{
  color: #2ad2ff !important;
}
.category_list_lytgreen a:hover{
  color: #85c06f !important;
}

.category_list_green{
  border-left: 3px solid #00d68a;
  background: linear-gradient(90deg, rgba(0, 214, 138, 0.15) 0%, rgba(0, 214, 138, 0) 100%);
  
}
.category_list_org{
  border-left: 3px solid #ff9c0d;
  background: linear-gradient(90deg, rgba(255, 156, 13, 0.15) 0%, rgba(255, 156, 13, 0) 100%);
}
.category_list_pink{
  border-left: 3px solid #e530b2;
  background: linear-gradient(90deg, rgba(229, 48, 178, 0.15) 0%, rgba(229, 48, 178, 0) 100%);
}
.category_list_red{
  border-left: 3px solid #ff6e79;
  background: linear-gradient(90deg, rgba(255, 110, 121, 0.15) 0%, rgba(255, 110, 121, 0) 100%);
}
.category_list_vlt{
  border-left: 3px solid #8a71ff;
  background: linear-gradient(90deg, rgba(138, 113, 255, 0.15) 0%, rgba(138, 113, 255, 0) 100%);
}
.category_list_blue{
  border-left: 3px solid #2ad2ff;
  background: linear-gradient(90deg, rgba(42, 210, 255, 0.15) 0%, rgba(42, 210, 255, 0) 100%);
}
.category_list_lytgreen{
  border-left: 3px solid #85c06f;
  background: linear-gradient(90deg, rgba(133, 192, 111, 0.15) 0%, rgba(133, 192, 111, 0) 100%);
}
.category_list_head {
  transition: background 0.3s ease, border 0.3s ease, color 0.3s ease,
    all 0.5s ease;
}

.category_list_head :hover {
  color: #1468ef ;
}
/* .category_list_head:hover .category_list::after {
 opacity: 1;
}
.category_list_head:hover .category_list::after {
  transform: scale(0.85) translate(5px) !important;
  transition: all 0.5s;
}
.category_list{
  position: relative;
}
.category_list::after {
  content: "";
  display: block;
  width: 15px;
  height: 13px;
  position: absolute;
  right: 17px;
  background: url("../images/blog-2024-copy/arrow.webp") left top no-repeat;
  top: calc(50% - 10px);
  transition: all 0.5s ease;
  opacity: 0;
} */
@media (max-width: 1199px) {
  .blog_sec_3 .category_list_head {
font-size: 12px !important;
  }
}
@media (max-width: 575px) {
  .blog_sec_3 .category_list_head {
font-size: 14px !important;
  }
}

.inner_sec_36{
  padding: 30px 0;
  background: #EDFFF9;
}
.inner_sec_36 .bg{
/*  
  border-radius: 50px;
  padding: 50px;
  position: relative;
  z-index: 1; */
}
.inner_sec_36 .bg::before{
  /* content: "";
  position: absolute;
  background: #fff;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  filter: blur(51px);
  z-index: -1;
  top: 0;
  max-width: 100%; */


}
.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;
}
.inner_sec_36 .box .img_box a{
  background: linear-gradient(0deg,#f4fffb , #ffffff);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
  border: 1px solid #d4f7ea;
}
.inner_sec_36 .box span{
  display: block;
}
.inner_sec_36 .box p a{
text-decoration: none !important;
color: #070d25 !important;
font-size: 14px;
font-weight: 500;
}
.inner_sec_36 .box p a:hover {
text-decoration: none;
color: #3068cf !important;
}
.inner_sec_36 .box:hover p a{
text-decoration: underline;
}
@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_sec_25_chg */
.inner_sec_25_chg {
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
.inner_sec_25_chg .slider {
  overflow: hidden;
  height: unset !important;
  padding-bottom: 80px;
}

.inner_sec_25_chg .box {
  padding: 50px;
  border-radius: 20px;
  background: #fff4fa;
  margin: 10px;
  position: relative;
  /* height: 350px !important; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.inner_sec_25_chg .logo_img {
  min-width: 55px;
  width: 55px;
  height: 55px;
  border: 3px solid #fff;
  border-radius: 50%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_sec_25_chg .slick-active.slick-center .box {
  background: #c4d9ff;
}
.inner_sec_25_chg .slick-active.slick-center .box .usr_box {
  background: #bff5e2;
}
.inner_sec_25_chg .slick-active.slick-center .box::before {
  color: #2c67d1;
  z-index: 1;
  opacity: 0.1;
}
.inner_sec_25_chg .slick-active.slick-center + div .box {
  background: #fff8ee;
}
.inner_sec_25_chg .slick-active.slick-center + div .box .usr_box {
  background: #fff8cb;
}
.inner_sec_25_chg .slick-prev {
  left: -50px;
  right: 0;
}
.inner_sec_25_chg .slick-next {
  right: -50px;
  left: 0;
}
.inner_sec_25_chg .slick-prev,
.inner_sec_25_chg .slick-next {
  background: #f0f1f2 !important;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: unset;
  bottom: 0;
  z-index: 300;
  margin: 0 auto;
}
.inner_sec_25_chg .slick-prev:hover,
.inner_sec_25_chg .slick-prev:focus,
.inner_sec_25_chg .slick-next:hover,
.inner_sec_25_chg .slick-next:focus {
  background: #dbdeef !important;
}
.inner_sec_25_chg .slick-prev::before {
  content: "";
  background: url("../images/binance-clone-script-2023-new/right_arw.webp")
    no-repeat center;
  width: 10px;
  height: 14px;
  display: block;
  position: relative;
  font-size: 0;
  opacity: 1;
}

.inner_sec_25_chg .slick-next::before {
  content: "";
  background: url("../images/binance-clone-script-2023-new/right_arw.webp")
    no-repeat center;
  width: 10px;
  height: 14px;
  display: block;
  position: relative;
  font-size: 0;
  transform: rotate(180deg);
}

.inner_sec_25_chg .slick-prev:hover::before,
.inner_sec_25_chg .slick-prev:focus::before,
.inner_sec_25_chg .slick-next:hover::before,
.inner_sec_25_chg .slick-next:focus::before {
  filter: invert(1);
}

.inner_sec_25_chg .box .para {
  color: #1e2237;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}

.inner_sec_25_chg .usr_box {
  border-radius: 140px;
  background: #fcddf2;
  padding: 10px 20px 10px 10px;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.inner_sec_25_chg .usr_box p {
  color: #1e2237;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
  text-align: left;
}
.inner_sec_25_chg .usr_box span {
  color: #1e2237;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
.inner_sec_25_chg .usr_box span img {
  margin-bottom: 2px;
}
.inner_sec_25_chg .slick-active.slick-center .box {
  background: #edfff9;
}
.inner_sec_2{
  padding-top: 70px;
}
@media (min-width: 991px) {
  .inner_sec_25_chg .container {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .inner_sec_25_chg .container {
    max-width: 1140px !important;
  }
}
@media (min-width: 1400px) {
  .inner_sec_25_chg .container {
    max-width: 1320px !important;
  }
}
@media (max-width: 1399px) {
  .inner_sec_25_chg .slider {
    height: 230px;
  }
}
@media (max-width: 1199px) {
  .inner_sec_25_chg::before {
    background-size: 40%;
  }

  .inner_sec_25_chg .box {
    padding: 0px 25px;
    border-radius: 20px;
    background: #fff4fa;
    margin: 10px;
    position: relative;
    height: 460px;
  }
}

@media (max-width: 991px) {
  .inner_sec_25_chg .slider {
    overflow: visible;
  }

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

  .inner_sec_25_chg .slider {
    height: unset;
  }

  .inner_sec_25_chg .box {
    min-height: 200px;
    padding: 25px;
    height: 100%;
  }
}
/* inner_sec_25_chg ends  */


.protofolio_head .h3tag{
  margin-bottom: -50px;
}
@media (max-width:991px) {
  .protofolio_head .h3tag{
    margin-bottom: -5px;
  }
}
@media (max-width:767px) {
  .mobile_none{
   display: none;
  }
 }