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%);
}



.link {
  color: #070d25;
  text-decoration: none;
}
.link:hover{
  color:#1468EF;
}
.link.blue{
  color: #1468EF !important;
}

.h2tag {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
}

.h2tag span {
  color: #f046b7;
}

.h3tag {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.h5tag {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.para {
  font-size: 18px;
}

.head {
  max-width: 82%;
  margin: 0 auto 15px;
  text-align: center;
}

.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;
  }
}

@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.p-0{
  padding: 0 !important;
} 
.inner_sec_1 .row{
  min-height: 100vh;
}




.inner_sec_2 {
  padding: 30px 0;
}

@media (max-width: 767px) {
  .inner_sec_2 img {
    margin-bottom: 15px;
  }
}

/* inner_sec_2 ends  */


.blue_box .box{
  background: #f0f5ff;
  border-radius: 20px;
  padding: 35px;
  text-align: center;
}
.blue_box .box >div{
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width:991px) {
  .blue_box .box{
    padding: 25px 20px;
  }
  .blue_box .box >div{
    max-width: 100%;
  }
}



.types_box{
  padding: 40px 0;
}
.types_box .box{
  border-radius: 20px;
  padding: 40px;
  margin-top: 24px;
}
.types_box .box.ylw{
  background: #fff4e3;
}
.types_box .box.blue{
  background: #eaf1ff;
}
@media (max-width:991px) {
  .types_box .box{
    padding: 24px;
  }
}



.vdo_box {
  padding: 40px 0;
}
.vdo_box img{
border: 15px solid #7788b3;
border-radius: 10px;
}
@media (max-width:991px) {
  .vdo_box img{
    border: 5px solid #7788b3;
    }
}



/* inner_sec_29 */
.inner_sec_29 {
  padding: 40px 0;
}
.inner_sec_29 #accordionExample{
  height: 300px;
}
.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-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;
}
.inner_sec_29 [aria-expanded="true"],
.inner_sec_29 .accordion-item:not(.collapsed) {
  border: 0;
  border-color: transparent;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 5px #0000000a;
}
.inner_sec_29 [aria-expanded="true"] + div ,
.inner_sec_29 .accordion-item:not(.collapsed) + div{  
  border: 0;
  border-color: transparent;
  border-radius: 0 0 20px 20px;
  margin-bottom: 5px;
}
.inner_sec_29 #accordionExample1{
  padding-top: 50px;
}
.inner_sec_29 #accordionExample1 .mCSB_container{
  padding: 15px;
  margin-right: 10px;
}
@media (max-width: 991px) {
.inner_sec_29{
  text-align: left !important;
}
.inner_sec_29 #accordionExample1{
  padding-top: 0;
}
.inner_sec_29 .accordion-button{
  padding: 20px 30px;
}
.inner_sec_29 .accordion-button::after{
  top: 20px;
}
}
@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  */



.features{
  padding: 40px 0;
}
.features .right_box{
  background: #f0f5ff;
  border-radius: 15px;
  padding: 25px 50px;
}
.features .right_box .nav-tabs{
  flex-direction: column;
  border: 0;
}
.features #feature{
  height: 300px;
  overflow-y: auto;
}
.features .nav-link{
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: #1e2237;
  border: 0;
  padding: 15px 0;
  width: 100%;
  text-align: left;
}
.features .nav-link.active{
  color: #1468ef;
  background-color: transparent;
}
.features .box{
  box-shadow: 0 2px 35px 0 #e4e4e4;
  background: #fff;
  border-radius: 20px;
  padding: 70px 40px;
  height: 100%;
}
.features .box span{
  color: #1468ef;
  font-weight: 600;
}
.features .box p{
  font-weight: 400;
font-size: 18px;
line-height: 178%;
margin-bottom: 0;
color: #1e2237;
}
.features .tab-pane{
  height: 100%;
}
@media (max-width:991px) {
  .features .box{
    margin-top: 15px;
    padding: 25px 20px;
  }
  .features .right_box{
    padding: 25px 20px;
  }
}



.security{
  padding: 40px 0;
}
.security .box{
  border-radius: 20px;
  padding: 40px;
  padding-right: 20px;
  text-align: left;
  background: #eaf1ff;
} 
.security .box.ylw{
  background: #fff4e3;
}
.security ul{
  list-style: none;
  padding: 0;
  padding-left: 20px;
  margin: 0;
}
.security li{
  position: relative;
  margin: 10px 0;
}
.security li::before{
  content: "";
  position: absolute;
  left: -20px;
  top: 11px;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
}
@media (max-width:991px) {
  .security .box{
    margin-top: 15px;
  }
}



.app{
  padding: 40px 0;
}
.app .box{
  background: #f0f5ff;
  border-radius: 20px;
  padding: 60px;
}
@media (max-width:991px) {
  .app{
    text-align: center;
  }
  .app .box{
    padding: 25px 20px;
  }
}





.choose_us{
  padding: 40px 0;
}
.choose_us .box{
  border-radius: 15px;
  padding: 35px 45px;
  background: #edfff9;
}
@media (max-width:991px) {
  .choose_us .box{
    padding: 25px 20px;
  }
}


.tech{
  padding: 40px 0;
}
.tech .flx{
  display: flex;
  gap: 15px;
}
.tech .box{
  box-shadow: 0 4px 11px 0 #cfe0ff;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width:991px) {
  .tech .box{
      width: auto;
      padding: 10px;
  }
  .tech .flx{
    flex-wrap: wrap;
    justify-content: center;
  }
}


/* home_style_4 starts */
.home_style_4 {
  padding: 30px 0;
}

.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 ends  */





/* home_style_8 starts  */
.home_style_8{
  padding: 30px 0;
}
.awards_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 0;
}
.awards_list li {
  transition: 0.2s all;
}
.awards_list li:hover {
  transform: translateY(-8px);
}
.awards_list li a {
  border-radius: 25px;
  width: 194px;
  height: 195px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 25px;
}
.awards_list li:nth-child(2) a {
  border: 1px solid #5ae5b4;
}
.awards_list li:nth-child(3) a {
  border: 1px solid #dd3948;
}
.awards_list li:nth-child(4) a {
  border: 1px solid #d4bd5f;
}
.awards_list li:nth-child(5) a {
  border: 1px solid #f152bb;
}

/* home_style_8 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 h4{
  background: #ffd9e4;
  border-radius: 8px;
  padding: 7px 20px;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
}
.inner_sec_23 .box h4.yellow{
  background: #ffff9f;
}
.inner_sec_23 .box h4.blue{
  background: #c4d9ff;
}
.inner_sec_23 .box h4.rose{
  background: #f1c7ff;
} 

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

  .inner_sec_23 .box {
      margin-top: 25px;
  }
}
/* inner_sec_23 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: 80%;
  margin: 0 auto 30px;
}
.head-title-center h3 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 h3 {
  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 h3 {
  background: #ccf7e8;
}
.pink-style h3 {
  background: #ffd9e4;
}
.blue-style h3 {
  background: #c4d9ff;
}
.violet-style h3 {
  background: #ebafff;
}
.orange-style h3 {
  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 {
  max-height: 580px;
  overflow: auto;
  padding-right: 15px;
}
.flex-title-left-content-1 {
  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;
}
.flex-title-left-content .svg_button {
  margin-left: calc(30% + 30px);
  margin-top: 15px;
}
@media (max-width: 1200px) {
  .head-title-center h3 {
    max-width: 100%;
  }
  .head-title-center p {
    max-width: 100%;
  }
}
/* @media (max-width: 991px) {
  .blog_side_menu {
    overflow-x: scroll !important;
  }
  .features .right_box .nav-tabs {
    display: flex;
    white-space: nowrap !important;
    align-items: center !important;
    flex-direction: row !important;
    gap: 25px;
  }
  .features .right_box .nav{
    flex-wrap: wrap;
  }
  .blog_side_menu .category_list::after {
    right: -35px;
  }
  .blog_views .blue_bg {
    text-align: center;
  }
  .features .nav-link {
    border: 1px solid #b0dce9;
    border-radius: 8px;
    padding: 10px 18px;
  }
  .features .nav-link:hover {
    border: 1px solid #b0dce9;
    border-radius: 8px;
  }
  .category_list_head:hover .category_list::after {
    background: none;
    transform: none !important;
    transition: none;
    opacity: 0;
  }
} */
@media (max-width: 767px) {
  .ftlc-card {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .ftlc-card h3 {
    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;
  }
}
  