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;
}
.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: 180px 0 30px !important;
}
.inner_sec_1 p {
  max-width: 92%;
}
.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: flex-start;
  text-transform: capitalize;
  position: relative;
  padding-left: 24px;
}
.main-banner-list li::before {
  content: "";
  min-width: 10px;
  height: 10px;
  background: #f046b7;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
  top: 10px;
  position: absolute;
  left: 0;
}
.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;
}
@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;
  }
  .title-box-left{
    text-align: center;
  }
}
@media (max-width: 767px) {
  .inner_sec_1 .banimg {
    display: none;
  }
  .inner_sec_1 .svg_button {
    margin: 50px auto 0;
  }
}
/* inner_sec_1 ends  */

/* .inner_sec_2 {
  padding: 30px 0;
} */
 .kraken_work{
    background: #EDFFF9;
    padding: 30px 0;
 }
.inner_sec_2 {
  padding: 30px 0;
  /* padding-top: 0px !important; */
}
.inner_sec_2 .inner_sec_2_bg{
  background-color: #FFF6E9;
  padding: 38px 0px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  
}
@media (max-width: 991px) {
  .inner_sec_2 {
   text-align: center;
  }
}
/* 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_15 */
.inner_sec_15 {
  padding: 40px 0;
}
.text-slider {
  background: #ffe7f7;
  background: linear-gradient(90deg, #ffe7f7 0%, rgba(255, 231, 247, 0) 100%);
  border-radius: 20px;
  border: 1px solid #ffc9ed;
  padding: 40px;
  position: relative;
  min-height: 300px;
}
.text-slider::before {
  /* content: "";
  background: url("../images/decentralized-exchange-development-company-2023/green_curve.webp")
    no-repeat scroll 0 0;
  width: 203px;
  height: 367px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0; */
}
.slider-card span {
  color: #E530B2;
  margin-bottom: 20px;
  max-width: 70%;
}
.slider-card p {
  /* max-width: 70%; */
}
.text-slider .slick-prev {
  left: 30px;
  top: 88%;
  background-color: transparent;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  z-index: 9;
}
.text-slider .slick-prev:hover {
  background: #E530B2;
}
.text-slider .slick-next {
  left: 75px;
  right: auto;
  top: 88%;
  background-color: transparent;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.text-slider .slick-next:hover {
  background: #E530B2;
}
.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:1199px) {
  .slider-card p {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .inner_sec_15 .svg_button{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .text-slider {
    min-height: auto;
  }
  .text-slider::before {
    display: none;
  }
  .slider-card span {
    max-width: 100%;
    text-align: center;
    font-size: 20px;
  }
  .slider-card p {
    text-align: center;
  }
  .text-slider .slick-prev {
    left: 50%;
    margin-left: -40px;
    z-index: 9;
    top: 85%;
  }
  .text-slider .slick-next {
    left: auto;
    right: 50%;
    margin-right: -40px;
    top: 85%;
  }
}
@media (max-width: 767px) {
  .text-slider .slick-prev {
    top: 93%;
  }
  .text-slider .slick-next {
    top: 93%;
  }
}
/* 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/decentralized-exchange-development-company-2023/img_02.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  */


/* inner_sec_21 */
.inner_sec_21{
  padding: 40px 0;
  /* background: url(../images/leverage-and-margin-trading-exchange-development/mixed-waves.webp) no-repeat right top; */
}
.inner_sec_21 .card{
  border: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 30px;
  background: transparent;
}
.inner_sec_21 .card h5{
  color: #ffffff;
  background: #dedede;
  border-radius: 15px;
  padding: 15px;
  display: inline-block;
}
.inner_sec_21 .card p{
  margin-bottom: 0;
}
.bignumber {
  /* min-width: 150px; */
  font-size: 64px;
  display: inline-flex;
  justify-content: flex-end;
  margin-right: 15px;
  font-weight: 300;
  text-align: center;
}
.card-text .category_list{
  font-weight: 500 !important;
  font-size: 18px !important;  
color: #1468ef;
margin-top: 17px;
}
.card-text .category_list_org{
  color: #ca7f0f;
}
.card-text .category_list_pink{
  color: #e530b2;
}
.card-text .category_list_green{
  color: #00d68a;
}
.card-text .category_list_vlt{
  color: #5635f1;
}
.card-text .category_list_red{
  color: #eb505c;
}
.pink-card .bignumber{
  color: #cfe0fc;
}
.blue-card .bignumber{
  color: #e530b2;
}
.yellow-card .bignumber{
  color: #d9d3f6;
}
.green-card .bignumber{
  color: #fde9d0;
}
.purple-card .bignumber{
  color: #c8f2e3;
}
.red-card .bignumber{
  color: #f1ced0;
}
.inner_sec_21 .card.pink-card h5{
  background-color: #f046b7;
}
.inner_sec_21 .card.blue-card h5{
  background-color: #2c67d1;
}
.inner_sec_21 .card.yellow-card h5{
  background-color: #cfac1b;
}
.inner_sec_21 .card.green-card h5{
  background-color: #00d78b;
}
.inner_sec_21 .purple-card h5{
  background-color: #6d0c8d;
}
@media (max-width: 1199px){
  .bignumber{
    min-width: 90px;
    font-size: 72px;
  }
}
@media (max-width: 991px){
  .inner_sec_21 .card{
    margin-bottom: 15px;
  }
}
@media (max-width: 767px){
  .inner_sec_21 .card h5{
    display: none;
  }
  .inner_sec_21 .card {    
    flex-direction: column;
    align-items: center;
  }
  .inner_sec_31 .svg_button,
  .inner_sec_22 .svg_button {
    margin: 30px auto 0;
  }
  .bignumber {
    display: none;
}
}
@media (max-width:575px){
  .inner_sec_21{
    background-image: none;
  }
}
/* inner_sec_21 ends  */

 
/* benefits */
.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/decentralized-exchange-development-company-2023/benefit_imgbg.webp")
    no-repeat center;
  padding: 80px 10px;
}
.benefits .box {
  background: #f1c7ff;
  border-radius: 20px;
  padding: 30px;
  width: 420px;
  margin: auto;
}
@media (max-width: 991px) {
  .benefits .h2tag {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .benefits .img_box {
    background-size: contain;
  }
}
@media (max-width: 399px) {
  .benefits .box {
    width: auto;
  }
  .benefits .img_box {
    background: none;
  }
}


/* inner_sec_30 */
.inner_sec_30 {
  padding: 40px 0;
}

.inner_sec_30 .box {
  padding: 30px;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  background: #c4d9ff;
  margin: 15px;
  min-height: 380px;
}
.inner_sec_30 .box .h5tag {
  color: #2c67d1;
}
.inner_sec_30 .box:hover {
  box-shadow: 0 0 10px 5px #f4f4f6;
}
.inner_sec_30 .box.red {
  background: #ffd9e4;
}
.inner_sec_30 .box.red .h5tag {
  color: #f046b7;
}
.inner_sec_30 .box.rose {
  background: #f1c7ff;
}
.inner_sec_30 .box.rose .h5tag {
  color: #6d0c8d;
}
.inner_sec_30 .box .para {
  margin-bottom: 0;
}
.inner_sec_30 .slick-prev {
  left: 0;
  z-index: 2;
  top: 50%;
}
.inner_sec_30 .slick-next {
  right: 0;
  top: 50%;
}
.inner_sec_30 .slick-prev,
.inner_sec_30 .slick-next {
  background: #fff !important;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 4px 3px rgb(51 51 51 / 10%);
}
.inner_sec_30 .slick-prev:hover,
.inner_sec_30 .slick-next:hover {
  background: #fff !important;
}
.inner_sec_30 .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_30 .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);
}
@media screen and (max-width: 767px) {
  .inner_sec_30 .box {
    align-items: center;
  }
}
/* inner_sec_30 ends  */



/* 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.accordion_item_active {
    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-button:not(.collapsed)::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;
  }
  .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_13 */
.inner_sec_13 {
  padding: 40px 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;
  /* border: 1px solid #ffebcc; */
  transition: .3s;
}
.inner_sec_13 .blue-style {
  background: #eaf1ff !important;
  border-radius: 20px;
  padding: 40px;
  /* border: 1px solid #d1e1ff; */
  transition: .3s;
}
/* .inner_sec_13 .pink-style:hover{
    box-shadow: 0 8px 32px 0 rgb(255 244 227, );
    background: #eaf1ff;
    transition: .3s;
}
.inner_sec_13 .blue-style:hover{
    box-shadow: 0 8px 32px 0 rgba(207, 224, 255, 0.8);
    background: #eaf1ff;
    transition: .3s;
} */
.tccb-card {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tccb-card span {
  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 .tccb_card_head p{
    margin-bottom: 0px;
}

.inner_sec_13 .blue-style li::before {
  background: #2c67d1;
}
.inner_sec_13 .purple-style li::before {
  background: #6d0c8d;
}
.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;
  }
  .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;
  }
}
@media (max-width: 767px) {
  .inner_sec_13 .svg_button {
    margin: 30px auto 10px;
  }
  .inner_sec_13 span{
    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;
  }
  .tccb-card span{
    font-size: 20px;
  }
}
@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;
  }
  .head-title-center h3{
    max-width: 100%;
  }

}

/* blog_sec_3 */
.blog_sec_3 .category_list_head{
  font-weight: 500;
  font-size:  17px ;
color: #1e2237 !important;
text-decoration: none;
text-align: center;
}
.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;
} */
.kraken_sec{
    width: 80%;
    margin: auto;
}
@media (max-width: 767px) {
    .blog_sec_3 .category_list_head{
        font-size: 16px !important;
    }
}
.border_box{
  border: 1px solid #f2f2f2;
border-radius: 16px;
padding: 8px;
transition: .5s;
margin-bottom: 15px;
}
.border_box .Decentralized_strategic{
  border-radius: 8px;
  padding: 24px;
  background: #f4f4f4;
}
.border_box:hover{
  border: 1px solid #fbd1ed;

}
.border_box:hover .Decentralized_strategic{
  background-color: #fff1fa;
}
.Decentralized_strategic .decentralized_head{
  font-weight: 500;
  font-size:  20px; 
color: #1e2237;
transition: .5s;
}
.border_box:hover .decentralized_head{
  color: #e530b2;
  transition: .5s;
}
.text-stack {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.tech-stack-item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 116px;
  margin: 20px 25px;
}
.inner_title {
  font-size: 40px;
  font-weight: 600;
  color: #070d25;
}

/* .inner_sec_1_3 .tccb_card_head p {
  font-weight: 600;
  font-size: 16px !important;
  line-height: 187%;
 text-align: center;
  color: #1e2237;
  margin-bottom: 0px;
}
.inner_sec_1_3 .tccb-card {
  border: 1px solid #d7d7d7;
  border-radius: 25px;
  padding:  20px 20px;
  background: #fff;
  height: 176px;
  justify-content: center;
} */
.inner_sec_2 .choose_points{
  padding-left: 20px;
  text-align: left;
}
.inner_sec_2 .choose_points .h5tag{
  font-size: 18px;
}
.inner_sec_2 .choose_points .para{
  font-weight: 400;
  margin-bottom: 18px;
}

@media (max-width: 991px) {
  .inner_sec_2 .svg_button {
    margin: auto;
  }
  .inner_title {
    font-size: 36px;
  }
  .kraken_sec{
    width: 100%;
  }
}
@media (max-width: 767px) {
  
  .inner_title {
    font-size: 36px;
  }
}


  /* inner_sec_23  */
  .inner_sec_23 {
    padding: 40px 0;
  }
 
  .inner_sec_23 .box {
    border: 1px solid #dee6f5;
    border-radius: 16px;
    padding: 24px;
    /* padding-top: 40px; */
    position: relative;
    text-align: left;
    margin-top: 45px;
    background: #fff;
    transition: .3s;
    
  }
  .inner_sec_23 .box:hover {
    /* border-color: transparent;   */
    /* box-shadow: 0 0 20px -10px #5a617e; */
  }
  .inner_sec_23 .box{
   
  }
  .inner_sec_23 .box .fees_head{
    /* background: #ffd9e4; */
    border-radius: 50px;
    padding: 3px 12px;
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 40px;
    right: 0;
    /* margin: 0 auto; */
    width: fit-content;
    font-size: 16px;
    background: #C6DAFF;
    color: #1468EF;
    transition: .3s;
  }
  .inner_sec_23 .box span{
    font-weight: 500;
    font-size:  20px ;
color: #1e2237;
  }
  .inner_sec_23 .box:hover .fees_head{
    background: #1468EF;
    color: #fff;
    transition: .3s;
  }
  .inner_sec_23 .box:hover {
    border: 1px solid #1468EF;
    transition: .3s;
  }
  .inner_sec_23 .box .fees_head.yellow{
    background: #ffff9f;
  }
  .inner_sec_23 .box .fees_head.blue{
    background: #c4d9ff;
  }
  .inner_sec_23 .box .fees_head.rose{
    background: #f1c7ff;
  } 
  .inner_sec_23 .svg_button {
    margin: 50px auto 10px;
  }
  .inner_sec_23 p{
    margin-bottom: 0px !important;
  }
  .awards_panel_1{
    background: #FFEBCB !important;
  }
  .awards_panel_1 .awards_list img{
box-shadow: none;
border-radius: 0px;
  }
  .inner_sec_23_bg{
    background: #F5F5F5;
  }
  .awards_panel_1 .awards_list{
    margin-top: -83px ;
  }
  .inner_sec_25_chg{
    padding: 10px 0px 20px !important;
  }
  @media (max-width:1199px) {
    .inner_sec_23 .box .fees_head {
      font-size: 15px;
    }
    .awards_panel_1 .awards_list {
        margin-top: 0px !important;
        background: #FFEBCB !important;
    }
  }
  @media (max-width:991px) {
  
    .inner_sec_23 .box {
        width: 100%;
    }
    .inner_sec_23 .box .para{
        text-align: left ;
    }
  }
  @media (max-width:767px) {
    .inner_sec_23 .box .fees_head {
        margin: 0px auto 20px;
        /* position: unset; */
        left: 0;
    }
    
    .inner_sec_23 .box {
        margin-top: 25px;
        padding: 20px;
        text-align: center;
    }
    .inner_sec_23 .box .para{
        text-align: center !important;
    }
    
  }
  /* inner_sec_23 ends  */

      /* inner_sec_bg2 */
.inner_sec_bg2{
    /* background: #F0F5FF; */
    border-radius: 16px;
  padding: 10px;
  background:transparent ;
  }
  .inner_sec_bg2 a{
    text-decoration: none;
  }
  .inner_sec_bg2 a:hover{
    color: #1468EF;
  }
  .inner_sec_2 .inner_sec_2_bg{
    background-color: #FFF8EC ;
    padding: 38px 10px;
    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; */
    border: 1px solid rgba(150, 188, 246, 0.65);
    border-radius: 100px;
    padding: 18px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 23%; */
    }
    .box_content li.blue_bg{
      /* background: rgba(20, 104, 239, 0.1); */
      border: 1px solid #7facff;
    }
    .box_content li.grn_bg{
      /* background: rgba(0, 214, 138, 0.1); */
      border: 1px solid #88e8c6;
    }
    .box_content li.org_bg{
      /* background: rgba(255, 156, 13, 0.1); */
      border: 1px solid #ffc362;
    }
    .box_content li.pink_bg{
      /* background: rgba(229, 48, 178, 0.1); */
      border: 1px solid #f8a3db;
    }
    .box_content li.vlt_bg{
        border: 1px solid rgba(144, 125, 236, 0.65);
    }
    .inner_sec_bg2 .box_content li:hover{
      /* color: #ea6fc8; */
    }
    .inner_sec_bg2 .box_content ul{
      margin: auto;
      padding-left: 0px !important;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 14px;
      justify-content: center;
      width: 100%;
    
        }
        @media (max-width: 1399px) {
          .inner_sec_bg2 .box_content li{
            font-size: 16px;
            /* width: 24%; */
            /* white-space: nowrap; */
          }
              }
        @media (max-width: 1199px) {
            .inner_sec_bg2 .box_content ul{
                gap: 10px;
              
                  }
                  .inner_sec_bg2 {
                    padding: 20px;
                  }
                
        }
    @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;
    /* width: 48%; */
      }
      .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;
        width: 100%;
      }
      .inner_sec_bg2 .box_content li{
        width: 100%;
      }
      .inner_sec_2 img {
        /* margin-bottom: 15px; */
      }
   
    }
    @media (max-width: 575px) {
     
     
    }
  
       /* inner_sec_bg2 */


         /* inner_sec23_new  */
  .inner_sec23_new {
    padding: 40px 0;
    background: #FFFBF4;
  }
  .inner_sec23_new .box {
    border: 1px solid #ffe4b9;
    border-radius: 16px;
    padding: 32px;
    /* padding-top: 40px; */
    position: relative;
    text-align: left;
    margin-top: 45px;
    
  }
  .inner_sec23_new .box:hover {
    /* border-color: transparent;   */
    /* box-shadow: 0 0 20px -10px #5a617e; */
  }
  .inner_sec23_new .box{
   
  }
  .inner_sec23_new .box .fees_head{
    /* background: #ffd9e4; */
    border-radius: 50px;
    padding: 3px 13px;
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 40px;
    right: 0;
    /* margin: 0 auto; */
    width: fit-content;
    font-size: 16px;
    background: #FFE4B9;
    color: #E38A06;
    transition: .3s;
  }
  .inner_sec23_new .box:hover .fees_head{
    background: #E38A06;
    color: #fff;
    transition: .3s;
  }
  .inner_sec23_new .box:hover {
    border: 1px solid #E38A06;
    transition: .3s;
  }
  .inner_sec23_new .box .fees_head.yellow{
    background: #ffff9f;
  }
  .inner_sec23_new .box .fees_head.blue{
    background: #c4d9ff;
  }
  .inner_sec23_new .box .fees_head.rose{
    background: #f1c7ff;
  } 
  .inner_sec23_new .svg_button {
    margin: 50px auto 10px;
  }
  .inner_sec23_new p{
    margin-bottom: 0px !important;
  }
  .awards_panel_1{
    background: #FFEBCB !important;
  }
  .inner_sec23_new .box .h5tag{
    font-size: 20px;
  }
  .awards_panel_1 .awards_list img{
box-shadow: none;
border-radius: 0px;
  }
  @media (max-width:1199px) {
    .inner_sec23_new .box .fees_head {
      font-size: 15px;
    }
    .awards_panel_1 .awards_list {
        margin-top: 0px !important;
    }
  }
  @media (max-width:991px) {
  
    .inner_sec23_new .box {
        width: 100%;
        text-align: center;
    }
    .card-text .category_list{
      text-align: center;
    }
  }
  @media (max-width:767px) {
    .inner_sec23_new .box .fees_head {
        margin: 0px auto 20px;
        /* position: unset; */
        left: 0;
    }
  
    .inner_sec23_new .box {
        margin-top: 25px;
        padding: 20px;
    }
    
  }
  /* inner_sec_23_new ends  */

  /* tech_stack */
.tech_stack{
    padding: 30px 0;
  }
  .tech_stack .bg{
    /* border-radius: 20px;
    background: #FFEBF8;
    padding: 70px 40px; */
  }
  .tech_stack .h5tag{
    font-size: 18px;
  }
  .tech_stack span{
    font-weight: 400;
    margin-bottom: 18px;
  }
  .tech_stack ul{
    padding-left: 25px;
  }
  .tech_stack .flx{
    display: flex;
    gap: 45px;
    flex-wrap: wrap;
    justify-content: start;
    margin-left: 30px;
  }
  .tech_stack .flx .box{
    text-align: center;
  }
  .tech_stack .box >div{
    background: #fff;
    box-shadow: -5px 2px 15px 0 #d7d7d7;
    width: 125px;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    margin-bottom: 15px;
  }
  .tech_stack .box  p{
    color: #717C8C;
    margin-bottom: 0;
    max-width: 130px;
    text-align: center;
  }
  .tech_stack .box:hover  p{
    color: #1E2237;
  }
  .pink {
    color: #E530B2;
  }
  @media (max-width:991px) {
    .tech_stack .bg{
      /* padding: 40px 20px; */
    }
    .tech_stack{
      text-align: center;
    }
    .tech_stack ul {
      text-align: left;
    }
    .tech_stack .flx{
    justify-content: center;
    }
    .tech_stack .flx{
        margin-left: 0px;
    }
    .tech_stack .flx{
        gap: 30px;
    }
  }
  @media (max-width:1399px) {
    .tech_stack .flx{
      /* gap: 15px; */
    }
  }
  /* tech_stack */

  /* inner_sec_2 inner_kraken_bg */
.inner_kraken_bg{
    background: #FFF2F2;
}
  .inner_app_dev{
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .inner_app_dev p{
    font-weight: 600;
    font-size:  24px;
text-transform: capitalize;
text-align: center;
color: #1e2237;
margin-bottom: 0px;
  }
 .inner_sec_2 .inner2_span{
    font-weight: 600;
    font-size:  24px;
text-transform: capitalize;
text-align: center;
color: #717c8c;
  }

  .inner_sec_2 .desktop_none{
    display: none;
  }
  @media (max-width:991px) {
    .inner_app_dev{
        justify-content: center;
    }
}
@media (max-width:767px) {
  .inner_sec_2 .inner2_span{
    font-size: 18px;
}
  .inner_app_dev p{
    font-size: 18px;
  }
  .inner_app_dev img{
    width: 50px;
  }
}
  /* inner_sec_2 inner_kraken_bg */

  /* inner_secbg */
.inner_secbg{
    background: #C4D9FF;
  border-radius: 20px;
  padding: 46px;  
}
.inner_sec_2{
    padding-top: 0px !important;
}
/* inner_sec_bg2 */
.inner_sec2_kraken{
  background: #F0F5FF;

}

.inner_sec2_kraken a{
  text-decoration: none;
}
.inner_sec2_kraken a:hover{
  color: #1468EF;
}
.inner_sec_2 .inner_sec2_kraken{
  background-color: #C4D9FF ;
  padding: 38px 0px;
  border-radius: 20px;
}
.inner_sec2_kraken .h3tag{
  max-width: 70%;
  margin: auto;
}
.inner_sec2_kraken .para{
  max-width: 78%;
  margin: auto;
}
.inner_sec2_kraken .box_content {
    max-width: 60%;
    margin: auto;
}
.inner_sec2_kraken .box_content li{
  text-align: left;
  list-style-type: none;
  box-shadow: 0 2px 35px 0 #e4e4e4;
background: #fff;
border-radius: 10px;
padding: 14px 35px;
font-size: 18px;
font-weight: 500;
  /* border-radius: 6px; */
text-align: center;
border: none;
  }
  .inner_sec2_kraken .box_content li:hover{
    color: #2c67d1;
  }
  .inner_sec2_kraken .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:1199px) {
        .inner_sec2_kraken .box_content {
            max-width: 100%;
        }
    }
  @media (max-width: 991px) {
    .inner_sec2_kraken{
      text-align: center;
    }
    .inner_sec2_kraken .box_content{
      display: flex;
     
    }
    .inner_sec2_kraken .box_content li{
  text-align: center;
    }
    .inner_sec2_kraken .box_content ul{
      margin: auto;
    
        }
        .inner_sec2_kraken .h3tag{
          max-width: 100%;
        }
        .inner_sec2_kraken .para{
          max-width: 100%;
        }
        
  }
  @media (max-width: 767px) {
    .inner_sec2_kraken .box_content ul{
      flex-direction: column;
      width: 100%;
    }
    .inner_sec2_kraken .box_content li{
      width: 100%;
    }
  
    .inner_sec2_kraken .box_content{
        max-width: 100%;
    }
  }
  @media (max-width: 575px) {
   
    .inner_sec2_kraken .box_content li{
   font-size: 16px;
    }
    .inner_secbg {
      padding: 15px;
    }
  }


  /* Projects Slider Section Starts */
.slider_website_wrapper {
  position: relative;
  overflow: hidden;
}
.slider_website_item {
  width: 200px;
  height: 120px;
  background-position: 50% 50%;
  display: inline-block;
  transition: 0.5s;
  background-size: cover;
  position: absolute;
  z-index: 1;
  top:unset;
  transform: translate(0, 0%);
  border-radius: 8px;
  bottom: 30px;
}
.slider_website_item:nth-child(1),
.slider_website_item:nth-child(2) {
  left: 0;
  top: 0;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
div#website_slide {
  position: relative;
  height: 700px;
  width: 100%;
  display: inline-block;
}
.slider_website_item:nth-child(n + 6) {
  left: calc(50% + 660px);
  opacity: 0;
}
.slider_website_item:nth-child(5) {
  left: calc(78% + 40px);
}
.slider_website_item:nth-child(4) {
  left: calc(62% + 20px);
}
.slider_website_item:nth-child(3) {
  left: 46%;
}
.slider_website_item {
  width: 17%;
}
.slider_website_item:nth-child(1) {
  z-index: 0;
}
.slider_website_item:nth-child(2) {
  z-index: 1;
}
.slider_website_item:nth-child(n + 6) {
  z-index: -1;
}
@media screen and (max-width: 1279px) {
  div#website_slide {
    height: 600px;
  }
  .slider_website_item {
    height: 100px;
    bottom: 10px;
  }
}
/* Projects Slider Section Ends */