.hero-section {
  position: relative;
  z-index: 2;
  overflow: hidden !important;
}
.hero-section .hero-mask-img {
  background-color: #000000;
  -webkit-mask-image: url(https://www.comvalitsolutions.com/wp-content/themes/cits/assets/images/hero-mask-img-4.png);
  mask-image: url(https://www.comvalitsolutions.com/wp-content/themes/cits/assets/images/hero-mask-img-4.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  max-width: 960px;
  width: 100%;
  height: 555px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1700px) {
  .hero-section .hero-mask-img {
    max-width: 650px;
  }
}
@media (max-width: 1200px) {
  .hero-section .hero-mask-img {
    max-width: 510px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-section .hero-mask-img {
    max-width: 389px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section .hero-mask-img {
    display: none;
  }
}
.hero-section .hero-mask-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section .hero-mask-img .overlay {
  /* background: rgba(30, 110, 231, 0.6); */
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-section .hero-mask-img .overlay-2 {
  /* background: rgba(11, 42, 88, 0.22); */
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.service-item-3 {
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #ECE7E7;
  -webkit-box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.08);
}
.service-item-3 .service-thumb {
  position: relative;
  height: 150px;
  width: 100%;
  overflow: hidden;
}
.service-item-3 .service-thumb .img-item {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: saturate(0) contrast(110%);
          filter: saturate(0) contrast(110%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	object-position: top;
}
.service-item-3 .service-thumb .icon {
  background-color: #0f519e8f;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item-3 .service-thumb .icon i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 70px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .service-item-3 .service-thumb .icon {
    width: 120px;
  }
  .service-item-3 .service-thumb .icon i {
    width: 100%;
    font-size:50px
  }
}
.service-item-3 .service-content {
    background-color: #fff;
    padding: 25px 25px;
    min-height: 210px;
}
@media only screen and (max-width: 767px) {
  .service-item-3 .service-content {
    padding: 30px;
  }
}
.service-item-3 .service-content .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 20px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
}
.service-item-3 .service-content p {
  font-size: 16px;
  margin-bottom: 0px;
  padding: 0px;
}
.service-item-3 .service-content .bz-primary-btn {
  font-size: 14px;
  padding: 16px 30px;
}
.service-item-3:hover .service-thumb .img-item {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.service-item-3:hover .service-thumb .icon {
  background-color: #e9222f99;
}

.ca-servic-2-ic span {
    background: #ffffff75;
    height: 70px;
    width: 70px;
    display: flex;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.ca-servic-2-title {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}



.ca-servic-2-ic span i {
    font-size:30px;
    color:#fff;
}
.ca-service-slier-2 {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -240px;
}

.ca-servic-2 {
    padding: 20px 16px;
    margin-right: 5px;
    min-height: 330px !important;
}
.ca-service-2-desc {
    transform: translateY(236px);
}

.ca-servic-2.slick-slide.slick-current.slick-active .ca-service-2-desc{
    transform: translateY(0);
}
.ca-servic-2.slick-slide.slick-current.slick-active .ca-service-2-desc p{
  font-size:16px;
  line-height:22px;
}
.ca-servic-2.slick-slide .ca-service-2-desc p {
    margin: 0;
    padding: 0;
}
.ca-servic-2.slick-slide.slick-current.slick-active .ca-servic-2-title{
    color: #0C0504;
}

.ca-servic-2.slick-slide.slick-current.slick-active .ca-servic-2-ic span {
    background: #D11207;
}


.ca-service-slier-2 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    color: #EEC4C2;
    background: #EEC4C2;
    border-radius: 50px;
    display: inline-block;
    line-height: 12px;
}

.ca-service-slier-2 li.slick-active {
    background: #EEC4C2;
    height: 28px;
    width: 28px;
    line-height: 25px;
    text-align: center;
    border-radius: 50px;
}

.ca-service-slier-2 .slick-dots .slick-active button {
    background: #D11207;
}


.ca-servic-2.slick-slide.slick-current.slick-active::after {
    height: 100%;
    transition: all .4s;
}
.ca-servic-2::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 0%;
    width: 100%;
    background: #fff;
    z-index: -1;
    transition: all .4s;
}

 .ca-servic-2 {
    position: relative;
    z-index: 1;
}
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.process-item .process-thumb {
  position: relative;
  height: 240px;
  border-radius: 15px 15px 0 15px;
}
.process-item-inner
{padding: 15px 10px;}
@media (max-width: 1200px) {
  .process-item .process-thumb {
    border-radius: 15px 15px 0 0;
  }
}
.process-item .process-thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 0px 15px;
}
.process-item .process-thumb span {
  background-color: #eb0205;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 0 15px 0 15px;
}
@media (max-width: 1200px) {
  .process-item .process-thumb span {
    border-radius: 0 15px 0 0;
  }
}
.process-item .process-content {
  background: #fff;
  -webkit-box-shadow: 0px 4px 46px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 9px 5px rgba(0, 0, 0, 0.08);
  border-radius: 0 0 15px 15px;
  padding: 20px 20px;
  max-width: 90%;
  width: 100%;
  margin-left: auto;
	min-height: 225px;
}
@media (max-width: 1200px) {
  .process-item .process-content {
    max-width: 100%;
  }
}
.process-item .process-content .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 10px;
}
.process-item .process-content p {
  margin-bottom: 0;
  padding: 0px;
  font-size: 16px;
  line-height: 22px;
}
.choose-feature {
    background-color: #ffffff;
    box-shadow: 0px 10px 50px rgba(204,204,204,0.32);
    border-radius: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
    padding: 15px;
    text-align: left
}

.choose-feature-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 0px;
}

@media (max-width: 1199px) {
    .choose-feature-wrap {
        max-width:750px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px
    }
}

@media (max-width: 575px) {
    .choose-feature-wrap {
        grid-template-columns:repeat(1, 1fr)
    }
}

@media (max-width: 767px) {
    .choose-feature {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.choose-feature .box-title {
    margin: -0.24em 0;
    max-width: 190px;
    color:#0A5480;
    font-size: 20px;
    line-height: 24px;
}
.box-icon-f i {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}
.choose-feature .box-icon-f i{
   font-size: 50px;
  color:#f68e20;
  transition: all 300ms 
ease;
}
.choose-feature:hover .box-icon-f i {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.cta-wrap-3 {
  background-color: #0A5480;
  border-radius: 15px;
  padding: 40px 40px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .cta-wrap-3 {
    padding: 50px 20px;
  }
}
.cta-wrap-3 .shapes .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cta-wrap-3 .shapes .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  opacity: 0.2;
}
@media only screen and (max-width: 767px) {
  .cta-wrap-3 .shapes .shape-2 {
    display: none;
  }
}
.cta-wrap-3 .cta-mask-img {
  background-color: #0A5480;
  -webkit-mask-image: url(https://www.comvalitsolutions.com/wp-content/themes/cits/assets/images/services/mask-img-2.png);
  mask-image: url(https://www.comvalitsolutions.com/wp-content/themes/cits/assets/images/services/mask-img-2.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: 100%;
  width: 690px;
  position: absolute;
  top: 0;
  right: -5px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .cta-wrap-3 .cta-mask-img {
    display: none;
  }
}
.cta-wrap-3 .cta-mask-img img {
  -webkit-filter: saturate(0) contrast(110%);
          filter: saturate(0) contrast(110%);
}
.cta-wrap-3 .cta-mask-img .overlay {
  background-color: #0a548066;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cta-wrap-3 .title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 12px;
  position: relative;
  z-index: 10;
  max-width: 500px;
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  .cta-wrap-3 .title {
    font-size: 32px;
  }
}
.cta-wrap-3 p {
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
  max-width: 500px;
}
.cta-wrap-3 p a
{
color:#fff;
}
.h6-slider-area {
    position: relative;
    overflow: hidden;
    margin: 80px 0 0;
}
.h6-slider-area::before {
    content: "";
    position: absolute;
    top: -2px;
    inset-inline-start: 0;
    width: 100%;
    height: 48px;
    background-color: #f7f7f7;
    -webkit-mask-image: url(https://www.comvalitsolutions.com/wp-content/themes/cits/assets/images/services/h6-slider-curve-1.svg);
    mask-image: url(https://www.comvalitsolutions.com/wp-content/themes/cits/assets/images/services/h6-slider-curve-1.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center top;
    mask-position: center top;
    -webkit-mask-size: cover;
    mask-size: cover;
    z-index: 2;
}
.h6-slider-area::after {
    content: "";
    position: absolute;
    bottom: -1px;
    inset-inline-start: 0;
    width: 100%;
    height: 48px;
    background-color: #f7f7f7;
    -webkit-mask-image: url(https://www.comvalitsolutions.com/wp-content/themes/cits/assets/images/services/h6-slider-curve-2.svg);
    mask-image: url(https://www.comvalitsolutions.com/wp-content/themes/cits/assets/images/services/h6-slider-curve-2.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    -webkit-mask-size: cover;
    mask-size: cover;
    z-index: 2;
}
.h6-slider-item {
    width: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 10px;
}
.h6-slider-item .slider-img {
    max-width: 442px;
    width: 100%;
}
.h6-slider-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
.h6-hero-slider {
    margin: 0 30px;
}
.key-content {
    position: absolute;
    padding: 20px;
    background: #fff;
    top: auto;
    margin: 20px;
    bottom: 42px;
    box-shadow: 0px 0px 17px 15px #2196f32e;
    border-radius: 20px;
}
.key-content h3
{
font-size:20px;
line-height:26px;
}
.key-content p
{
font-size:16px;
line-height:22px;
}
.work-step-process .slick-next {
    position: absolute;
    right: 45%;
    bottom: -80px;
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}
.work-step-process .slick-prev {
    position: absolute;
    left: 45%;
    bottom: -80px;
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}
/**************** 23-10-2025 start css blockchain-technology-solutions-new***************/
/***Start Banner**/
.blockchain-banner::before {
    content: "";
    position: absolute;
    left: -218px;
    top: 121px;
    width: 512px;
    height: 512px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #a7cbf5;
    filter: blur(75px);
    opacity: 0.1;
    z-index: -1;
}
.blockchain-banner::after {
    content: "";
    position: absolute;
    top: -177px;
    right: -210px;
    width: 515px;
    height: 515px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #FF7438;
    filter: blur(150px);
    opacity: 0.1;
    z-index: -1;
}
.blockchain-banner .banner__img-two {
    position: relative;
    text-align: right;
    padding-right: 30px;
}
.blockchain-banner .banner__img-two .main-img img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}
.blockchain-banner .business-growth-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    position: absolute;
    right: -20%;
    top: 20%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 20px 10px 10px;
}
.blockchain-banner .business-growth-box .icon {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background: #ffd900;
    color: #000;
    font-size: 40px;
}
.blockchain-banner .business-growth-box .content {
    text-align: left;
}
.blockchain-banner .business-growth-box .content .title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.2;
}
.blockchain-banner .business-growth-box .content .count {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1.2;
}
.blockchain-banner .rightToLeft {
    -webkit-animation: rightToLeft 3s ease-in-out 0s infinite alternate;
    animation: rightToLeft 3s ease-in-out 0s infinite alternate;
    animation-duration: 3s;
}
@keyframes rightToLeft {
0% {
    transform: translateX(-30px);
}
50% {
    transform: translateX(-10px);
}
100% {
    transform: translateX(-30px);
}
}
.blockchain-banner .rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.blockchain-banner .banner__img-two .shape-wrap img:nth-child(1) {
    left: 7%;
    top: 18%;
}
.blockchain-banner .banner__img-two .shape-wrap img:nth-child(2) {
    right: -19%;
    bottom: 29%;
}
.blockchain-banner .banner__img-two .shape-wrap img:nth-child(3) {
    right: -3%;
    bottom: -6%;
	-webkit-animation: jumpblockchain 7s linear infinite;
    animation: jumpAni 7s linear infinite;
	z-index: -1;
}
.blockchain-banner .banner__img-two .shape-wrap img:nth-child(4) {
    left: 30px;
    bottom: 34px;
    z-index: -1;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -o-border-radius: 11px;
    -ms-border-radius: 11px;
    border-radius: 11px;
}
.blockchain-banner .banner__img-two .shape-wrap img:nth-child(5) {
    left: 14%;
    bottom: 0;
    max-width: unset;
    z-index: -2;
}
.blockchain-banner .banner__img-two .shape-wrap img {
    position: absolute;
    z-index: 0;
}
@keyframes jumpblockchain {
0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}
/***end Banner**/
.block-chain-inner {
    position: relative;
    z-index: 1;
    left: -9px;
    width: 775px !important;
}
.blockchain-business-slider .service-item {
    position: relative;
    z-index: 1;
    padding: 0;
    border-radius: 10px;
    text-align: center;
    margin: 0px 10px;
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
    margin-top: 10px;
    margin-bottom: 20px;
}
.blockchain-business-slider .service-item .service-item-content {
    position: relative;
    z-index: 2;
    padding: 30px 10px 10px 10px;
    border-radius: 30px;
    background: #fff;
    min-height: 315px;
}
.blockchain-business-slider .service-item .service-item-content .service-item-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 23px;
}
.blockchain-business-slider .service-item .service-item-content .service-item-text {
    line-height: 22px;
    margin: 0;
    transition: all 300ms ease;
    font-size: 16px;
}
.blockchain-business-slider .service-item .service-item-content .service-item-icon {
    position: relative;
    z-index: 3;
    top: -11px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background-color: #0f519e;
    font-size: 25px;
    color: #fff;
    transition: all 500ms ease;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.08));
}
.blockchain-business-slider .service-item .service-item-content .service-item-icon:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    background: #0a548030;
    top: -5px;
    left: -5px;
    border-radius: 50%;
}
.blockchain-business-slider .service-item .service-item-content:before {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #fff;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.blockchain-business-slider .service-item:hover .service-item-content:before {
    background-color: #0f519e;
	 height: 100%;border-radius: 10px;
}
.blockchain-business-slider .service-item:hover .service-item-title, .blockchain-business-slider .service-item:hover .service-item-text, .blockchain-business-slider .service-item:hover .service-item-text .link-txt   {
	color:#fff !important;
}
.blockchain-business-slider .service-item:hover .service-item-content .service-item-icon {
    background-color: #fff;
    color: #0f519e;
}
.blockchain-business-slider .service-item:hover .service-item-content .service-item-icon:before {
    background: #e5e3d63b;
}
.blockchain-business-image .img-left  img {
    height: 650px !important;
    object-fit: cover;
}
.blockchain-business-image .img-left {
	position: relative;
}
.blockchain-business-image .img-left:before {
    content: "";
    background: #f7f7f7;
    position: absolute;
    z-index: 1;
    transform: rotate(148deg);
    left: 73%;
    width: 90px;
    height: 38px;
    bottom: -2px;
}
.blockchain-business-image .img-left:after {
    content: "";
    background: #ED212C;
    position: absolute;
    z-index: 1;
    transform: rotate(148deg);
    left: 73%;
    width: 84px;
    height: 5px;
    bottom: 24px;
    border-radius: 10px;
}
.blockchain-business-image .img-right:before {
    content: "";
    left: auto;
    background: #f7f7f7;
    position: absolute;
    z-index: 1;
    transform: rotate(45deg);
    right: -28px;
    top: -7px;
    width: 95px;
    height: 50px;
}
.blockchain-business-slider .slick-next {
    position: absolute;
    right: 43%;
    bottom: -70px;
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}
.blockchain-business-slider .slick-prev {
    position: absolute;
    left: 43%;
    bottom: -70px;
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}
/***************/
.blockchain-developing-slider .slick-next {
    position: absolute;
    right: 45%;
    bottom: -70px;
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}
.blockchain-developing-slider .slick-prev {
    position: absolute;
    left: 46%;
    bottom: -70px;
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}
.blockchain-developing-slider .developing-item {
    position: relative;
    margin: 0px 10px;
    margin-top: 10px;
}
.blockchain-developing-slider .developing-item .item-image {
    width: 270px;
    height: 240px;
    border-radius: 10px;
    padding: 0;
    margin: 0 auto;
    transition: 500ms ease;
    position: relative;
    margin-bottom: 25px;
	-webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.blockchain-developing-slider .developing-item .item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
   border-radius: 10px;
	-webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
	  border: 4px solid transparent;
}
.blockchain-developing-slider .developing-item .item-content .step-number {
    width: 50px;
    height: 50px;
    background-color: #0779BF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto;
    transition: 500ms ease;
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.blockchain-developing-slider .developing-item .item-content .item-title {
	 font-size: 20px;
    transition: 300ms ease;
    margin: 10px 0 5px;
    font-weight: 500;
}
.blockchain-developing-slider .developing-item .item-content .item-text {
	font-size: 16px;
    transition: 300ms ease;
    margin: 0px;
    font-weight: 300;
}
.blockchain-developing-slider:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 71%;
    background: #b6b6b6;
    top: 61%;
    left: 180px;
}
.blockchain-developing-slider .developing-item:hover .item-content .step-number {
transform: rotateY(180deg);	
background-color: #ed212c;	
}
.blockchain-developing-slider .developing-item:hover .item-content .step-number span {
transform: rotateY(-180deg);	
}
.blockchain-developing-slider .developing-item:hover .item-image img {
    border: 4px solid #fff;
    outline: #0779bf;
    outline-style: solid !important;
    outline-offset: 7px;
    outline-width: 2px !important;
	box-shadow: 2px 1px 15px 8px rgb(0 0 0 / .15);
}
.blockchain-image-left img {
    height: 550px !important;
    object-fit: cover;
}
.blockchain-image-right img {
    box-shadow: 2px 1px 15px 8px rgb(0 0 0 / .15);
    transform: rotateZ(
6deg);
    height: 370px !important;
    max-width: 300px !important;
    position: absolute;
    top: -439px;
}
.btn-machine-default {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
    text-shadow: 0;
	border:2px solid transparent;
}
.btn-machine-default:hover {
    border-color: #ed212d;
}
.blockchain-banner .business-growth-box.left {
    left: -4%;
    bottom: 13%;
    right: auto;
    top: auto;
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
    width: 220px;
}
.blockchain-banner .business-growth-box.left .icon {
    background: #1b5399;
    color: #fff;
}
/****************end css blockchain-technology-solutions-new***************/
/**************** 23-10-2025 start css smart-contract-new ***************/
/*Banner*/
.smart-contaract-banner::before {
    content: "";
    width: 72%;
    position: absolute;
    height: 100%;
    background: #0A5480;
    transform: skew(
20deg);
    left: -220px;
    top: 0;
    border-right: 5px solid #fff;
    opacity: 0.9;
}
.smart-contaract-banner .smart-circle p  {
    position: absolute;
    right: -229px;
    background: white;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: -181px;
    outline: #fff;
    outline-style: solid !important;
    outline-offset: 0px;
    outline-width: 4px !important;
    border: 4px solid #000;
	box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}
.smart-contaract-banner .smart-circle p {
	margin: 0;
    padding: 6px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
/*End Banner*/
.smart-contract-box {
    position: relative;
    background-color: #fff;
    border-radius: 30px;
    padding: 20px;
    transition: all 0.4s;
    margin: 0px 25px;
    min-height: 320px;
    text-align: center;
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
    outline: #0779bf;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.smart-contract-box:before {
    content: "";
    position: absolute;
    left: -18px;
    width: 110%;
    height: 150px;
    bottom: -18px;
    z-index: -1;
    border-radius: 0px 0px 30px 30px;
    background: #e8edf0;
}
.smart-contract-box-center:before {
    content: "";
    position: absolute;
    background: #e7ecef;
    bottom: unset;
    top: -18px;
    border-radius: 30px 30px 0px 0px;
}
.smart-contract-box:hover:before {
    background: #ed212c;
}
.smart-contract-box:after {
    content: "";
    position: absolute;
    left: -16px;
    width: 110%;
    height: 52px;
    bottom: 108px;
    z-index: -1;
    border-radius: 0px 0px 45px 35px;
    background: #fff;
}
.smart-contract-box-center:after {
   left: -18px;
    width: 110%;
    height: 52px;
    top: 99px;
    bottom: unset;
    z-index: -1;
    border-radius: 64px 64px 0px 0px;
    background: #fff;
}
.smart-contract-box .item__icon {
    font-size: 40px;
    padding: 15px 10px 15px 10px;
    transform: rotate(0deg);
    width: 90px;
    height: 90px;
    line-height: 56px;
    position: absolute;
    left: 36%;
    top: -39px;
    box-shadow: 2px 1px 15px 8px rgb(0 0 0 / .15);
    border-radius: 50%;
    background-color: #fff;
    color: #ED212C;
    border: 4px solid #e3e8eb;
}
.smart-contract-box-center .item__icon {
    bottom: -39px;
    top: unset;
    border: 4px solid #e3e8eb;
}
.smart-contract-box:hover .item__icon {
    border: 4px solid #ED212C;
    color: #000;
}
.smart-contract-box .item__content .item__name {
    text-transform: capitalize;
    font-size: 20px;
    color: #000;
    line-height: 26px;
    margin: 6px 0 10px;
    transition: all 0.3s;
    font-weight: 500;
}
.smart-contract-box .item__content .item__paragraph {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    margin: 0 0 0px;
    transition: all 0.3s;
}
/*****05-11-2025 Benefits Section**********/
.smart-benefits-items .smart-benefits-item {
    position: relative;
    padding: 0;
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.5s;
}
.smart-benefits-items .smart-benefits-item:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0,0,0,0.3);
    z-index: 1;
    border-radius: 0px;
}
.smart-benefits-items .smart-benefits-item:hover:before {
    background: linear-gradient(180deg, transparent 48.55%, #0f519e 100%);
}
.smart-benefits-items .smart-benefits-item .item-icon {
    position: absolute;
    top: auto;
    background: #ED212C;
    width: 85px;
    height: 64px;
    left: auto;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 2;
    bottom: 60px;
    right: 16px;
    clip-path: polygon(15px 0, calc(100% - 0px) 0%, 100% 100%, 0% 100%);
}
.smart-benefits-items .smart-benefits-item:hover .item-icon {
    position: absolute;
    top: auto;
    background: #fff;
    width: 85px;
    height: 64px;
    left: 0;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ED212C;
    z-index: 2;
    bottom: auto;
    right: auto;
    clip-path: none;
    top: 0;
}
.smart-benefits-items .smart-benefits-item .item-image {
    position: relative;
    height: 250px;
    border-radius: 0px;
}
.smart-benefits-items.smart-benefits-items-center .smart-benefits-item .item-image {
	  height: 510px;
}
.smart-benefits-items .smart-benefits-item .item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
}
.smart-benefits-items .smart-benefits-item .item-content {
    position: absolute;
    padding: 20px 20px;
    left: 15px;
    bottom: 60px;
    width: 90%;
    color: #fff;
    z-index: 1;
    transition: all 0.5s;
    text-align: left;
    background: #0f519e;
}
.smart-benefits-items .smart-benefits-item:hover .item-content {
    background: linear-gradient(180deg, transparent 48.55%, #0f519e 100%);
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px;
    border-radius: 10px;
}
.smart-benefits-items .smart-benefits-item  .item-content .item-title {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 24px;
    margin-bottom: 0px;
}
.smart-benefits-items .smart-benefits-item:hover .item-content .item-title {
	margin-bottom:10px;
}
.smart-benefits-items .smart-benefits-item .item-content .item-text {
    line-height: 22px;
    margin: 0;
    transition: all 300ms ease;
    font-size: 16px;
    display: none;
}
.smart-benefits-items .smart-benefits-item:hover  .item-content .item-text {
    display: block;
}
/***** Step Section**********/
.smart-steps-items .smart-steps-item {
    position: relative;
    padding: 0;
    transition: all 0.5s;
    margin: 12px 12px;
}
.smart-steps-items .smart-steps-item .item-icon {
    background: #0f519e;
    width: 40px;
    height: 40px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    margin: auto;
    box-shadow: 0px 1px 4px 4px rgb(0 0 0 / .15);
}
.smart-steps-items .smart-steps-item:hover .item-icon {
    background: #ED212C;
}
.smart-steps-items .smart-steps-item .item-image {
    position: relative;
    height: 265px;
    border-radius: 15px;
    max-width: 270px;
    margin: auto;
    margin-top: 45px;
    margin-bottom: 60px;
}
.smart-steps-items .smart-steps-item .item-image:before {
    content: "";
    position: absolute;
    height: 276px;
    border-radius: 15px;
    border: 2px solid #ddd;
    width: 276px;
    left: 6px;
    transform: rotate(
42deg);
    top: -20px;
    z-index: -1;
}
.smart-steps-items .smart-steps-item:hover .item-image:before {
    border: 2px solid #f8c6c9;
}
.smart-steps-items .smart-steps-item .item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.smart-steps-items .smart-steps-item .item-content {
    padding: 25px 20px;
    width: 100%;
    color: #000;
    transition: all 0.5s;
    background: #F5F9FE;
    text-align: center;
    border-radius: 10px;
}
.smart-steps-items .smart-steps-item:hover .item-content {
    color: #fff;
    background: #0F519E;
}
.smart-steps-items .smart-steps-item .item-content .item-title {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 24px;
    margin-bottom: 10px;
}
.smart-steps-items .smart-steps-item .item-content .item-text {
    line-height: 22px;
    margin: 0;
    transition: all 300ms ease;
    font-size: 16px;
}
#smart-steps-items-slider .slick-next, .three-items-slider .slick-next {
    position: absolute;
    right: 45%;
    bottom: -80px;
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}
#smart-steps-items-slider .slick-prev, .three-items-slider .slick-prev {
    position: absolute;
    left: 46%;
    bottom: -80px;
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}
.three-items-slider .slick-arrow {
	color:#000;
}
.three-items-slider .slick-arrow:hover i {
	color:#fff;
}
#smart-steps-items-slider .slick-arrow:hover, .three-items-slider .slick-arrow:hover {
    background: #0f519e;color:#fff;
}
.smart-border-img::before {
    content: "";
    position: absolute;
    width: 27%;
    height: 100%;
    border: 5px solid #ED212C;
    right: 30%;
    left: auto;
    margin: 0px auto;
    z-index: -1;
    top: -40px;
}
.smart-border-img .right-small img {
    height: 400px !important;
    object-fit: cover;
}
.smart-border-img .right-small:before {
    content: "";
    position: absolute;
    width: 27%;
    height: 75px;
    border-left: 4px solid #ED212C;
    right: auto;
    left: 177px;
    bottom: 0;
}
.smart-list-items-red {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.smart-list-items-red .list-item {
    margin-bottom: 15px;
    position: relative;
    padding: 0px 0px 0px 43px;
    counter-increment: c;
	  transition: all .15s ease-in-out;
}
.smart-list-items-red .list-item:before {
    content: counter(c);
    left: 0px;
    position: absolute;
    top: 3px;
    color: #fff;
    transition: all .15s ease-in-out;
    background: #0f519e;
    font-weight: 600;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #f4d4d4;
}
.smart-list-items-red .list-item:hover:before {
    color: #000;
    background: #ffd900;
    border: 2px solid #f4d4d4;
}
.smart-list-items-red .list-item .elementor-icon-list-text {
    font-size: 19px;
    font-weight: 500;
}
.smart-list-items-red .list-item:hover .elementor-icon-list-text {
    color:#0F519E;
}
.smart-cta-bg::before {
    content: "";
    background-color: #0779BF;
    position: absolute;
    bottom: auto;
    top: 0;
    width: 40%;
    height: 100%;
    left: 0;
}
/****************end css smart-contract-new ***************/
/**************** 11-11-2025 start css -new ***************/
/****************banner*/
.new-banner-section {
    overflow: hidden !important;
}
.new-banner-section .big-image .elementor-widget-container {
}
.new-banner-section .big-image img{
height: 700px !important;	
	clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.new-banner-section .left-col {
	position:relative;
}
.new-banner-section .left-col::after {
    content: "";
    position: absolute;
    left: 117px;
    top: 50%;
    transform: translateY(-68%) rotate(15deg);
    width: 180px;
    height: 200%;
    background: rgba(15, 81, 158, 0.95);
}
.new-banner-section .left-col::before {
    content: "";
    position: absolute;
    left: -108px;
    bottom: -30px;
    width: 70px;
    height: 105px;
    background: #002A96;
    clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
    transform: rotate(
-1deg);
    z-index: 1;
}
.new-banner-section .left-col .big-image::before {
    content: "";
    position: absolute;
    left: 23%;
    bottom: 12px;
    width: 158px;
    height: 243px;
    background: rgba(15, 81, 158, 0.9);
    clip-path: polygon(56% 0%, 100% 0%, 44% 100%, 0% 100%);
    transform: rotate(
356deg);
    z-index: 1;
}
/****************2nd points*/
.points-seven-services {
    display: flex;
    justify-content: center;
    column-gap: 65px;
}
.points-seven-services .info-point-center {
	width: 30%;
}
.points-seven-services .info-point-left ul, .points-seven-services .info-point-right ul {
    list-style: none;
    padding: 0px;
}
.points-seven-services .info-point-left ul li , .points-seven-services .info-point-right ul li {
   margin-bottom:40px;
}
.points-seven-services .info-point-left {
    display: flex;
    align-items: center;
}
.points-seven-services .info-point-left ul li .box {
    position: relative;
    min-height: 57px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    box-shadow: 2px 1px 15px 8px rgb(0 0 0 / .15);
    border-radius: 30px;
	min-width: 265px;
}
.points-seven-services .info-point-left ul li:nth-child(2) .box {
	left: -60px;
}
.points-seven-services .info-point-left ul li .box::before {
    content: "";
    width: 64px;
    height: 2px;
    position: absolute;
    background: #c6c1c1;
    right: -66px;
    top: 50%;
}
.points-seven-services .info-point-left ul li:nth-child(2) .box::before {
    width: 125px;
    right: -125px;
    height: 1px;
}
.points-seven-services .info-point-left ul li .box .heading-txt {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
}
.points-seven-services .info-point-center figure {
    height: 400px;
    border-radius: 5px 5px 0px 0px;
}
.points-seven-services .info-point-center figure img {
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0px 0px;
}
.points-seven-services .info-point-center .choose-growth-point {
    background-color: #ffffff;
    box-shadow: 0px 10px 50px rgba(204,204,204,0.32);
    border-radius: 12px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 18px;
    padding: 15px;
    text-align: left;
    top: -43px;
    z-index: 1;
    position: relative;
    width: 90%;
    margin: auto;
}
.points-seven-services .info-point-center .choose-growth-point .box-icon-f i {
    font-size: 50px;
    color: #f68e20;
    transition: all 300ms 
ease;
}
.points-seven-services .info-point-center .choose-growth-point .details p {
	font-size: 16px;
    padding: 0;
    margin: 0;
	margin-top: 0;
    margin-bottom: 0px;
}
.points-seven-services .info-point-center .choose-growth-point .details .box-title {
	font-size: 18px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    margin-bottom: 6px;
}
.points-seven-services .info-point-right {
    display: flex;
    align-items: center;
}
.points-seven-services .info-point-right ul li .box {
    position: relative;
    min-height: 57px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    box-shadow: 2px 1px 15px 8px rgb(0 0 0 / .15);
    border-radius: 30px;
    min-width: 265px;
}
.points-seven-services .info-point-right ul li:nth-child(2) .box {
	right: -60px;
}
.points-seven-services .info-point-right ul li .box::before {
    content: "";
    width: 64px;
    height: 2px;
    position: absolute;
    background: #c6c1c1;
    left: -66px;
    top: 50%;
}
.points-seven-services .info-point-right ul li:nth-child(2) .box::before {
	width: 125px;
    left: -125px;
    height: 1px;
}
.points-seven-services .info-point-right ul li .box .heading-txt {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
}
.points-seven-services .info-point-left ul li .box  .point, .points-seven-services .info-point-right ul li .box  .point {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    left: 12px;
    top: 15px;
    z-index: 1;
    background: #0f519e;
    color: #fff;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
}
/****************third slider*/
.three-items-slider .item {
    position: relative;
    padding: 0;
    text-align: center;
    margin: 12px 12px;
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.5s;
    margin-bottom: 65px;
    border-top: 4px solid #f68e20;
}
.three-items-slider .item:hover {
    border-top: 4px solid #0f519e;
}
.three-items-slider .item:before {
    width: 100%;
    height: 121%;
    content: "";
    position: absolute;
    left: 0;
    top: -204px;
    background: linear-gradient(180deg, transparent 47.55%, #fff 83%);
    z-index: 1;
}
.three-items-slider .item .item__image {
    position: relative;
    height: 260px;
    width: 100%;
}
.three-items-slider .item .item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.three-items-slider .item .item__content {
    position: relative;
    padding: 0px 20px 10px;
    background: #fff;
    border: 1px solid #f3e0e0;
    transition: all 0.5s;
    min-height: 195px;
    z-index: 2;
    border-top: 0px;
}
.three-items-slider .item .item__content .item__icon {
    position: absolute;
    z-index: 3;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f68e20;
    font-size: 36px;
    color: #fff;
    transition: all 500ms ease;
    border-radius: 50%;
    bottom: -27.5px;
    left: 50%;
    margin-left: -39.5px;
    box-shadow: 0px 8px 19px rgba(255, 76, 19, 0.3);
    border: 8px solid #fff;
}
.three-items-slider .item .item__content .title {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px;
    line-height: 24px;
}
.three-items-slider .item .item__content .text {
    line-height: 22px;
    margin: 0;
    transition: all 300ms ease;
    font-size: 16px;
    padding-right: 0;
}
.three-items-slider .item:hover .item__content .item__icon {
    background-color: #fff;
    color: #0f519e;
	border: 8px solid #f68e20;
    -webkit-animation: jumpIcon 1s linear infinite;
    animation: jumpIcon 1s linear infinite;
}
@keyframes jumpIcon {
0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}






/**************** 11-11-2025 start css -new ***************/

@media (max-width: 1024px)
{
.hero-section .hero-mask-img {
    max-width: 100%;
    position: static;
	-webkit-mask-image: none;
    mask-image: none;
}	
.work-step-process .slick-next i {
    background: none;
    color: #000;
}	
.work-step-process .slick-next {
    right: 42% !important;
}	
.work-step-process .slick-prev {
    left: 42% !important;
}	
.cta-wrap-3 .btn-spacing {
    position: relative;
    z-index: 10;
}
.cta-wrap-3 {
    text-align: center;
}
.cta-wrap-3 .title, .cta-wrap-3 p {
    max-width: 100%;
}	
.blockchain-banner .banner__img-two {
    text-align: center;
    padding-right: 0;
}	
.blockchain-banner .business-growth-box .icon {
    width: 40px;
    height: 40px;
    font-size: 25px;
}	
.blockchain-banner .business-growth-box .content .title {
    font-size: 12px;
}	
.blockchain-banner .business-growth-box .content .count {
    font-size: 15px;
}	
.blockchain-banner .business-growth-box {
    right: 0%;
}	
.blockchain-banner .banner__img-two .shape-wrap img:nth-child(2) {
    right: 0%;
}	
.block-chain-inner {
    position: static;
    width: 100% !important;
}	
.blockchain-business-slider .slick-next i, .blockchain-developing-slider .slick-next i, #smart-steps-items-slider .slick-next i, .three-items-slider .slick-next i  {
    background: none;
    color: #000;
}			
.blockchain-business-slider .slick-next, .blockchain-developing-slider .slick-next, #smart-steps-items-slider .slick-next, .three-items-slider .slick-next {
    right: 42% !important;
}	
.blockchain-business-slider .slick-prev, .blockchain-developing-slider .slick-prev, #smart-steps-items-slider .slick-prev, .three-items-slider .slick-prev {
    left: 42% !important;
}	
.blockchain-developing-slider:before {
    width: 50%;
}	
.smart-contaract-banner::before {
    width: 100%;
    height: 100%;
    transform: skew(0deg);
    left: 0;
    border-right: none;
}	
.smart-contaract-banner .smart-circle {
	display:none;	
}	
.smart-benefits-items .smart-benefits-item  .item-content .item-title {
    font-size: 16px;
    line-height: 20px;
}
.smart-benefits-items .smart-benefits-item .item-content {
    padding: 10px 10px;
    min-height: 66px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.smart-benefits-items .smart-benefits-item .item-icon {
    width: 50px;
    height: 67px;
    font-size: 20px;
    right: 10px;
}	
.smart-contract-box {
    min-height: 340px;
    padding-bottom: 0;
    justify-content: start;
    padding-top: 70px;
}
.smart-contract-box .item__content .item__name {
    font-size: 16px;
    line-height: 24px;
}	
.smart-border-img::before {
    height: 60%;
    top: -15px;
}	
.smart-contract-box-center .item__icon {
    bottom: unset;
    top: -39px;
}	
.smart-contract-box-center:before {
    bottom: -18px;
    top: unset;
    border-radius: 0px 0px 30px 30px;
}	
.smart-contract-box-center:after {
    top: unset;
    bottom: 108px;
    border-radius: 0px 0px 45px 35px;
}	
.smart-contract-box:before {
    left: -15px;
}
/**********/
.new-banner-section .left-col::after {
    left: 45px;
    top: 49%;
    transform: translateY(-59%) rotate(15deg);
    width: 139px;
    height: 119%;
}	
.points-seven-services .info-point-center figure {
    display: none;
}	
.points-seven-services {
    column-gap: 10px;
}	
.points-seven-services .info-point-left ul li:nth-child(2) .box {
    left: 0;
}	
.points-seven-services .info-point-right ul li:nth-child(2) .box {
    left: 0;
}	
.points-seven-services .info-point-left ul li .box::before , .points-seven-services .info-point-right ul li .box::before{
   display:none;
}	
.points-seven-services .info-point-center .choose-growth-point {
    gap: 10px;
    top: 10px;
    flex-wrap: wrap;
}	
	
	
}
@media(max-width:767px)
{ 
.service-item-3 .service-content {
    padding: 15px;
    min-height: auto;
}
.ca-service-slier-2 {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -56px;
}	
.ca-servic-2 {
    padding: 15px 15px;
    min-height: 310px !important;
    margin-bottom: 20px;
}	
.ca-servic-2-title, .choose-feature .box-title {
    font-size: 16px  !important;
   line-height: 24px !important;
}
.cta-wrap-3 .title {
    font-size: 22px !important;
    line-height: 27px !important;
    text-align: center;
}	
.ca-service-slier-2 .slick-dots li button {
    line-height: 9px;
}	
.process-item .process-content {
    padding: 15px 15px;
    min-height: 190px;
}
.work-step-process .slick-arrow {
    bottom: -50px !important;
}	
.work-step-process .slick-arrow i {
    font-size: 16px;
}	
.work-step-process .slick-arrow {
    width: 40px !important;
    height: 40px !important;
}	
.work-step-process .slick-next {
    right: 36% !important;
}	
.work-step-process .slick-prev {
    left: 36% !important;
}	
.cta-wrap-3 {
    padding: 20px 20px;
    text-align: center;
    margin: auto;
}
.choose-feature-wrap {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    margin-bottom: 25px;
}	
.choose-feature {
    gap: 7px;
    padding: 20px 10px;
    flex-wrap: wrap;
}	
.choose-feature .box-icon-f i {
    font-size: 40px;
}
.choose-feature-wrap {
    gap: 10px;
}	
.ca-servic-2 {
    min-height: 280px !important;
}	
.blockchain-banner::before, .blockchain-banner::after {
    background: transparent;
}	
.blockchain-banner .banner__img-two .main-img img, .blockchain-banner .banner__img-two .shape-wrap img, .blockchain-business-image .img-left:before, .blockchain-business-image .img-left:after, .blockchain-business-image .img-right:before, .blockchain-developing-slider:before {
    display: none;
}	
.blockchain-banner .business-growth-box, .blockchain-banner .business-growth-box.left {
    position: static;
    width: 100%;
}	
.blockchain-banner .business-growth-box {
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
	margin-bottom:15px;
}	
.h6-slider-area::before {
    top: -5px;height: 28px;
}
.blockchain-business-image .img-left  img, .blockchain-image-left img {
    height: auto !important;
    max-width: 100% !important;
}	
.blockchain-business-slider .slick-next, .blockchain-developing-slider .slick-next, #smart-steps-items-slider .slick-next, .three-items-slider .slick-next {
    right: 36% !important;
}	
.blockchain-business-slider .slick-prev, .blockchain-developing-slider .slick-prev, #smart-steps-items-slider .slick-prev, .three-items-slider .slick-prev {
    left: 36% !important;
}	
.blockchain-business-slider .slick-arrow, .blockchain-developing-slider .slick-arrow, #smart-steps-items-slider .slick-arrow, .three-items-slider .slick-arrow {
    bottom: -50px !important;
	width: 40px !important;
        height: 40px !important;
}	
.blockchain-image-right img {
    transform: rotateZ(0deg);
    height: auto !important;
    max-width: 100% !important;
    position: static;
}	
.blockchain-business-slider .service-item .service-item-content {
    min-height: 280px;
}	
.smart-contaract-banner .mobile-view-para::before {
    color: #fff;
}	
.smart-cta-bg::before, .smart-border-img::before {
    display:none;
}	
.smart-benefits-items .smart-benefits-item .item-image, .smart-benefits-items.smart-benefits-items-center .smart-benefits-item .item-image {
    height: 250px;
    object-fit: cover;
}	
.smart-steps-items .smart-steps-item .item-image img {
   
}	
.smart-steps-items .smart-steps-item .item-image {
    height: auto;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 0px;
}
.smart-steps-items .smart-steps-item .item-content {
    width: 93%;
    margin: auto;
    margin-top: -24px;
    z-index: 1;
    position: relative;
	padding: 15px 10px;
}	
.smart-steps-items .smart-steps-item .item-image:before {
    height: 56%;
    width: 100%;
    left: 65px;
    top: 48px;
    z-index: -1;
    border: 2px solid #ddd;
    border-width: 2px 0px 0px 2px;transform: rotate( 47deg);
}
	
	
	
}


