@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
font-family: 'Lexend', sans-serif !important;
margin: 0px;
  width: 100%;
  height: 100%;
}

*,     
::after,
::before {
  box-sizing: border-box;
}
html{
      scroll-behavior: smooth;
}
a:hover{
  text-decoration: unset !important;
  color: #6C4DD5;
}
.displayFlex {
  display: flex !important;
}
.displayInlineFlex {
  display: inline-flex !important;
}
.deskFlex_mobileBlock{
  display: flex;
}

.displayBlock {
  display: block;
}
.justify_content_end {
  justify-content: flex-end;
}
.justify_content_center {
  justify-content: center;
}
.AlignItem_center{
  align-items: center;
}
.AlignItem_stretch{
  align-items: stretch;
}
.AlignItem_baseline{
  align-items: baseline;
}
.AlignItem_start{
  align-items:flex-start;
}
.justifyContent_spacebetween{
  justify-content: space-between;
}
.justifyContent_spaceEvenly{
  justify-content: space-evenly;
}
.flexDirection_column {
  flex-direction: column;
}
.flexWrap{
  flex-wrap: wrap;
}
.textAlign_center{
  text-align: center;
}
.textAlign_right{
  text-align: right;
}
.height100per{
  height: 100%;
}
.width100per{
  width: 100%;
}
.width200{
  width: 200px;
}
.width18{
  width: 18px !important;
}
.width20{
  width: 20px !important;
}
.width24{
  width: 24px !important;
}
.width28{
  width: 28px !important;
}
.gap_12{
  gap: 12px;
}
.gap_20{
  gap: 20px;
}
.gap_30{
  gap: 30px;
}
.gap_6{
  gap: 6px;
}
.emptyList{
  margin: 0px;
  list-style: none;
  padding: 0px;
}
.positionRelative{
  position: relative;
}

button:focus{
  outline: unset;
}
.width297{
  width: 297px;
}
.width60{
  width: 60px;
}
.whiteText{
   color: #FFFFFF;
  line-height: 1.5;
  margin: 0px;
}

.rightZero{
  right: 0px;
}
.leftZero{
  left: 0px;
}
.blackText{
   color: #000;
  line-height: 1.5;
  margin: 0px;
}

.aconitePurpleText{
  color: #6C4DD5;
  line-height: 1.5;
  margin: 0px;
}
.steelWoolText{
  color: #777;
  line-height: 1.5;
  margin: 0px;
}
.steelWoolFilter{
filter: brightness(0) saturate(100%) invert(44%) sepia(0%) saturate(0%) hue-rotate(91deg) brightness(105%) contrast(93%);

}
.neroText{
color: #252525;
  line-height: 1.5;
  margin: 0px;
}
.byzantineText{
  color: #BF37A3 !important;
  line-height: 1.5;
  margin: 0px;
}
.hydrargyrumText{
 color: #9C9B9B;
  line-height: 1.5;
  margin: 0px;
}
.fontSize14{
  font-size: 14px;
}
.fontSize15{
  font-size: 15px;
}
.fontSize16{
  font-size: 16px;
}
.fontSize18{
  font-size: 18px;
}
.fontSize20{
  font-size: 20px;
}
.fontSize22{
  font-size: 22px;
}
.fontSize24{
  font-size: 24px;
}
.fontSize28{
  font-size: 28px;
}
.fontSize30{
  font-size: 30px;
}
.fontSize34{
  font-size: 34px;
}
.fontSize40{
  font-size: 40px;
}
.fontSize44{
  font-size: 44px;
}
.fontWeight300{
  font-weight: 300;
}
.fontWeight400{
  font-weight: 400;
}
.fontWeight500{
  font-weight: 500;
}
.fontWeight600{
  font-weight: 600;
}
.fontWeight700{
  font-weight: 700;
}
.cursorPointer{
  cursor: pointer;
}
.margin_auto{
  margin: auto;
}
.ml_min34{
  margin-left: -34px;
}
.mb_24{
  margin-bottom: 24px !important;
}
.mb_20{
  margin-bottom: 20px !important;
}
.mb_34{
 margin-bottom: 34px !important; 
}
.mb_40{
  margin-bottom: 40px !important;
}
.mb_50{
  margin-bottom: 50px !important;
}
.mb_32{
 margin-bottom: 32px !important; 
}
.mb_12{
  margin-bottom: 12px !important;
}
.pb_12{
  padding-bottom: 12px;
}
.pb50{
  padding-bottom: 50px;
}
.mb_16{
  margin-bottom: 16px !important;
}
.paddinglr_50{
  padding: 0px 50px;
}
.textDecoration_underline{
  text-decoration: underline !important;
}.textDecoration_underline_unset{
  text-decoration: unset !important;
}
.plr_24{
  padding:0px 24px;
}
.plr20_ptb8{
  padding: 8px 20px;
}
.deskNone_mobBlock{
  display: none;
}
.cerebralGrey_borderBottom{
  border-bottom: 1px solid #CCC;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
}
}
#header{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
header{
  background: #FFFFFF;
  padding: 24px 0px;
}
header .navbar-brand {
  padding: 0px;
  margin: 0px;
}

header nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px !important;
}
header ul.navbar-nav{
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
header  ul.navbar-nav li.dmenu.show{
  position: unset !important;
  /* z-index: 999999; */
}
header  ul.navbar-nav li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #252525;
  margin-right: 32px;
  text-decoration: none !important;
  /* display: flex;
  align-items: center; */
  gap: 4px;
  position: relative;
      -webkit-transition: .5s;
    transition: .5s;
}


header  ul.navbar-nav li:hover .mega-menu-content{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

header  ul.navbar-nav li:last-child a {
  margin-right: 0px;
}



.header ul li a.active{
   background-color: #6C4DD5;
  color: #FFFFFF;
}

header ul.navbar-nav li a:hover::before, header ul.navbar-nav li a.active::before{
	width: 100%;
}
header ul.navbar-nav li a::before{
	content: "";
	height: 3.5px;
	background: #252525;
	position: absolute;
	left: 0px;
	bottom: -16px;
	width: 0px;
  display: block;
	border-radius: 12px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}


.dmenu.show a{
  position: relative;
  cursor: pointer;
}
.dmenu.show a::before{
	width: 100% !important;

}
/* .dmenu.show a::before{
	content: "";
	height: 3.5px;
	background: #252525;
	position: absolute;
	left: 0px;
	bottom: -16px;
	width: 0px;
  display: block;
	border-radius: 12px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
} */
li.singleDropdown{
  position: relative !important;
}
.singleDropdown.show a::before{
	width: 100% !important;

}

/* .singleDropdown.show a::before{
	content: "";
	height: 3.5px;
	background: #252525;
	position: absolute;
	left: 0px;
	bottom: -16px;
	width: 0px;
  display: block;
	border-radius: 12px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
} */
.singleDropdown .dropdown-menu.show{
    right: auto!important;
    left: 50%!important;
    transform: translate(-50%)!important;
    top: 30px;
    padding: 6px 0;
}
.singleDropdown:hover .dropdown-menu{
      right: auto!important;
    left: 50%!important;
    transform: translate(-50%)!important;
    top: 100%;
    padding: 6px 0;
}
.singleDropdown ul li a:hover{
  padding-left:30px !important;
  transition: all 0.5s ease;
}
.singleDropdown:hover .dropdown-menu{
    display: block;
}
.singleDropdown .dropdown-menu.show .dropdown-item {
color: #777 !important;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    padding: 8px 12px;
    margin: 0px !important;
    transition: all 0.5s ease;
        -webkit-transition: .5s;
    /* transition: .5s; */
}

 
.singleDropdown:hover .dropdown-menu .dropdown-item img{
  filter: brightness(0) saturate(100%) invert(49%) sepia(6%) saturate(3%) hue-rotate(21deg) brightness(93%) contrast(90%);
}
.singleDropdown:hover .dropdown-menu .dropdown-item::before{
  content: unset !important;
}
 .singleDropdown:hover .dropdown-menu .dropdown-item{
color: #777 !important;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    padding: 8px 20px;
    margin: 0px !important;
    display: flex;
    align-items: center;
    gap: 12px;
}
 /* .singleDropdown:hover .dropdown-menu .dropdown-item:hover{
  padding-right: 12px;
 } */


.singleDropdown ul.dropdown-menu.show li a.dropdown-item::before{
  content: unset !important;
}
.singleDropdown:hover ul.dropdown-menu:hover li a.dropdown-item::before{
  content: unset !important;
}
.singleDropdown .dropdown-menu.show .dropdown-item:active{
  background: #f8f9fa !important;
}
.singleDropdown .dropdown-menu:hover .dropdown-item:active{
  background: #f8f9fa !important;
}

/*
header ul li  .dropdown-toggle::after{
content: unset !important;
}

header ul li  .dropdown-menu{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 5px;
    border: unset !important;
} */
.dropdown-menu.megamenu.sm-menu.show{
  width: 100%;
}
.mega-menu-content {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
   box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 5px;
  border: unset !important;
    z-index: 1000; 
    min-width: 100%; 
}
.mega-menu:hover .mega-menu-content {
    display: block;
}
    .mega-menu{
        position: unset;
    }






header .dropdown-menu{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 5px;
  border: unset !important;
}
/* .megaMenu{
  display: flex;
} */
.MenuList{
  border-right:1px solid #CCCCCC;
  border-bottom: unset !important;
  /* width: 216px; */
  /* padding: 16px 0px; */
  padding-right:0px;
}

.MenuContent{
  /* width: calc(100% - 216px); */
  padding: 24px 16px;

}
.MenuList ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: block;
  border: unset !important;
}

.MenuList ul li a{
  display: flex;
  align-items: center;
  gap: 12px !important;
  font-size: 14px !important;
font-style: normal;
font-weight: 400 !important;
color: #252525;
    width: 100%;
    padding: 12px 34px !important;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    border-radius: 0px !important;
} 

.MenuList ul li a:hover{
  background-color: #6C4DD5;
  color: #FFFFFF;
}
.MenuList ul li a:hover img{
  filter: brightness(0) saturate(100%) invert(79%) sepia(100%) saturate(0%) hue-rotate(32deg) brightness(107%) contrast(101%);
}


.MenuList ul li a.active{
   background-color: #6C4DD5 !important;
  color: #FFFFFF !important;
  border: 1px solid transparent;
}
.MenuList ul li a::before{
  content: unset !important;
}
.MenuList ul li a.active img{
  filter: brightness(0) saturate(100%) invert(79%) sepia(100%) saturate(0%) hue-rotate(32deg) brightness(107%) contrast(101%);
}

.MenuList ul li a sup{
  font-size: 6px !important;
  top: -1.5em !important;
}




.MenuList ul li a.active::after{
  content: "";
  background:url("../slices/active_circle.svg") ;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 0px;
      right: -8px;
    width: 15px;
    height: 15px;
}
.MenuList ul li a:hover::after{
  content: "";
  background:url("../slices/active_circle.svg") ;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 0px;
      right: -8px;
    width: 15px;
    height: 15px;
}


.MenuList_subItem a{ 
  font-size: 14px !important;
font-style: normal;
font-weight: 400 !important;
color: #252525;
    width: 100%;
    padding: 0px !important;
    text-align: inherit;
    position: relative;
    margin: 0px !important;
}
.MenuList_subItem a::before{
  content: unset !important;
} 
.MenuList_subItem{
 border-radius: 5px;
    padding: 16px;
    text-align: left;
    transition: .5s;
}
.MenuList_subItem:hover{
    background: #f5f5f5;
     transform: translateY(-7px);

}


.MenuList_subItem a h4{
  color: #BF37A3;
  font-size: 16px;
font-style: normal;
font-weight: 400;
margin-bottom: 12px;
} 
 .MenuList_subItem a p{
  color: #777;
font-size: 14px;
font-weight: 300;
margin: 0px;
 }
/* .megaMenu .tab-content{
  padding: 0px 50px;
} */

 .statusMessage{
border-radius: 25px;
background: #F5F5F5; 
  display: inline-block;
color: #424242;
    font-size: 10px;
    padding: 2px 10px;
font-weight: 500;
line-height: 1.5; 
 }
.sectionheader{
    padding-bottom: 50px;
    width: 80%;
    margin: auto;
}
 .sectionheader h1{
color: #252525;
font-size: 34px;
font-weight: 400;
line-height: 1.5;
margin: 0px;
 }

/*
header ul li  .dropdown-menu .nav-item .nav-link:hover {
    color: #FF4E00;
    padding-left: 25px
}

header ul li  .dropdown-menu .nav-item .nav-link:hover::before {
    width: 10px
}

header ul li  .dropdown-menu .nav-item .nav-link:hover::after {
    width: 0
}
header ul li  .dropdown-menu .nav-item .nav-link::before {
    position: absolute;
    content: '';
    background: #FF4E00;
    width: 0;
    height: 1px;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transition: .5s;
    transition: .5s
}

header ul li  .dropdown-menu .nav-item .nav-link.active {
    color: #FF4E00
}

header ul li  .dropdown-menu .nav-item .nav-link:hover {
    color: #FF4E00
}

header ul li  .dropdown-menu .nav-item .dropdown-menu {
    left: -100%;
    top: 0!important;
    opacity: 0;
    visibility: hidden
}

header ul li  .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
    color: #FF4E00;
    padding-left: 25px
}

header ul li .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover::before {
    width: 10px
}

header ul li  .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover::after {
    width: 0
}

header ul li .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link::before {
    position: absolute;
    content: '';
    background: #FF4E00;
    width: 0;
    height: 1px;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transition: .5s;
    transition: .5s
}

header ul li .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active {
    color: #FF4E00
}

header ul li .dropdown-menu .nav-item:hover .dropdown-menu {
    opacity: 1!important;
    visibility: visible;
    top: 0!important
}

header ul li .dropdown-menu:last-child .nav-link {
    border-bottom: 0
}

header ul li .dropdown-toggle::after {
    display: none
}

header ul li:hover .dropdown-menu {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    display: block;
} */

.navbar-area.sticky-top {
    -webkit-animation: .5s ease-in-out fadeInDown;
    animation: .5s ease-in-out fadeInDown;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    padding: 12px 0px;
}
















/* .topHeader{
  background-color: #080C3B;
  padding: 12px 0px;
}
.topHeader .container > div{
  display: flex;
  align-items: center;
  justify-content: space-between;
} */
.emptybtn{
  background:transparent;
  border: 1px solid transparent;
  padding: 0px;
  outline: none;
}
.Mainbutton {
  padding: 0px 24px;
  height: 40px;
  border-radius: 90px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  outline: unset;
}




.Mainbutton {
  --text: #FFFFFF;
  --font-size: 14px;
  --duration: .44s;
  --move-hover: -4px;

  --font-shadow: var(--font-size);
  line-height: var(--font-size);
  display: block;
  outline: none;
  text-decoration: none;
  font-size: var(--font-size);
  letter-spacing: 0.5px;
  color: var(--text);
  transform: translateY(var(--y)) translateZ(0);
  transition: transform var(--duration) ease, box-shadow var(--duration) ease;
}
.Mainbutton div {
  display: flex;
  overflow: hidden;
  justify-content: center;
  text-shadow: 0 var(--font-shadow) 0 var(--text);
}
a.Mainbutton:hover{
color: #FFFFFF;
}
.Mainbutton div span {
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-style: normal;
  transition: transform var(--duration) ease;
  transform: translateY(var(--m)) translateZ(0);
}
.Mainbutton div span:empty{
  padding-right: 8px;
  display: block;
}



.Mainbutton div span:nth-child(1) {
  transition-delay: 0.05s;
}
.Mainbutton div span:nth-child(2) {
  transition-delay: 0.1s;
}
.Mainbutton div span:nth-child(3) {
  transition-delay: 0.15s;
}
.Mainbutton div span:nth-child(4) {
  transition-delay: 0.2s;
}
.Mainbutton div span:nth-child(5) {
  transition-delay: 0.25s;
}
.Mainbutton div span:nth-child(6) {
  transition-delay: 0.3s;
}
.Mainbutton div span:nth-child(7) {
  transition-delay: 0.35s;
}
.Mainbutton div span:nth-child(8) {
  transition-delay: 0.4s;
}
.Mainbutton div span:nth-child(9) {
  transition-delay: 0.45s;
}
.Mainbutton div span:nth-child(10) {
  transition-delay: 0.5s;
}
.Mainbutton div span:nth-child(11) {
  transition-delay: 0.55s;
}
.Mainbutton:hover {
  --y: var(--move-hover);
  --shadow: var(--shadow-hover);
}
.Mainbutton:hover span {
  --m: calc(var(--font-size) * -1);
}
.Mainbutton.reverse {
  --font-shadow: calc(var(--font-size) * -1);
}
.Mainbutton.reverse:hover span {
  --m: calc(var(--font-size));
}






































.primary_clr{
 background: #6C4DD5;
 border: 2px solid #6C4DD5;
 color: #FFFFFF;
}
/* .primary_clr:hover{
background: transparent;
   color: #252525;
    border: 2px solid #6C4DD5;
} */



.primaryHover_clr{
 background: transparent;
 border: 2px solid #6C4DD5;
 color: #6C4DD5;
}
.primaryHover_clr:hover{
 background: #6C4DD5;
 border: 2px solid #6C4DD5;
 color: #FFFFFF;
}
.secondary_clr{
  background: #BF37A3;
  border: 2px solid #BF37A3;
   color: #FFFFFF;

}
/* .secondary_clr:hover{
background: transparent;
   color: #252525;
   border-color: linear-gradient(to right,#6C4DD5 ,  #BF37A3);
   border-width: 2px;
   border-style: solid;
} */
.gradient_clr{
background: linear-gradient(90deg, #6C4DD5 47.32%, #BF37A3 100%);
 border: 2px solid transparent;
   color: #FFFFFF;
}

.MoreBlog{
  position: relative;
}
.MoreBlog a{
background: #BF37A3;
  border: 2px solid #BF37A3;
   color: #FFFFFF;
   border-radius: 50%;
   width: 40px;
   height: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   position: absolute;
   right: 0;
   top: 0;
}
.MoreBlog a:hover{
background: transparent;
  border: 2px solid #BF37A3;
}
.MoreBlog a:hover img{
filter: brightness(0) saturate(100%) invert(34%) sepia(50%) saturate(3048%) hue-rotate(288deg) brightness(79%) contrast(87%);}
.bannerSection{
  padding: 100px 0px;
}
.bannerBgImage{
 background: url("../slices/bannerBg.png"); 
width: 350px;
height: 450px;
background-position: right;
background-size: contain;
margin-left: auto;
    background-repeat: no-repeat;
display: flex;
    align-items: center;
    justify-content: center;
     position: relative;
}

/* .bannerlab{
  position: relative;
} */
.bannerBgImage img{
  width: 500px;
  position: absolute;
  right: 13%;
}
.bannerContent h2{
font-size: 46px;
font-style: normal;
font-weight: 400;
line-height: 1.5;
}
.bannerContent{
  position: relative;
  z-index: 999;
}


.circlerotate_animation{
    border: 2px dashed #6C4DD5;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
     animation-name: rotate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    left: -60%;
}

@keyframes rotate{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}








.client_sec{
  padding: 70px 0px 40px;
}
.platformSec{
  padding: 70px 0px;
  position: relative;
}

  .platformSec::before{
    content: "";
    background: url(../slices/platformtext_img.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 854px;
    display: block;
    background-position: left;
    position: absolute;
    top: 20%;
    left: 10px;
    background-size: contain;
 }
.platformName{
  background: #252525;
  height: 57px; 
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
}


.aboutUsText{
  position: relative;
}
  .aboutUsText::before{
    content: "";
    background: url(../slices/aboutus_text.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 854px;
    display: block;
    background-position: right;
    position: absolute;
    top: 20%;
    right: 10px;
    background-size: contain;
 }
.shapeAnimationRightTop  , .shapeAnimationLeftTop , .shapeAnimationCenterSecTop{
  position: relative;
    -webkit-animation: translatey 10s infinite linear;
    animation: translatey 10s infinite linear;
}

.circle_gradient{
position: relative;
}
.circle_gradient::before{
  content: "";
  right: 0px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100px;

    background: url(../slices/platform_bigrec.svg);
}

.shapeAnimationLeftTop{
  top: 50px;
}
.shapeAnimationCenterSecTop{
  top: 300px;
}
.shapeAnimationRightTop::before {
    content: "";
    background: url(../slices/platform_bigrec.svg);
    position: absolute;
    -webkit-animation: translatey 5s infinite linear;
    animation: translatey 5s infinite linear;
    display: block;
    width: 100px;
    height: 155px;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0px;
    margin-left: auto;
}
.shapeAnimationRightTop::after {
    content: "";
    background: url(../slices/plat_smallRec.svg);
    position: absolute;
    right: 0;
    bottom: 0;
  
    display: block;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    right: 10px;
    margin-left: auto;
    top: 180px;
        -webkit-animation: translatey 5s infinite linear;
    animation: translatey 5s infinite linear;
}
@-webkit-keyframes translatey {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    10% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes translatey {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    10% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}



.shapeAnimationLeftTop::before {
    content: "";
    background: url(../slices/countingBig_rec.svg);
    position: absolute;
   -webkit-animation: translatey 5s infinite linear;
    animation: translatey 5s infinite linear;
    display: block;
       width: 100px;
    height: 165px;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0px;
    margin-right: auto;
  background-position: center;
  }
.shapeAnimationLeftTop::after {
    content: "";
    background: url(../slices/plat_smallRec.svg);
    position: absolute;
    top: 180px;
   -webkit-animation: translatey 5s infinite linear;
    animation: translatey 5s infinite linear;
    display: block;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
     left: 16px;
    margin-right: auto;
}

.shapeAnimationCenterSecTop::before {
    content: "";
    background: url(../slices/countingBig_rec.svg);
    position: absolute;
   -webkit-animation: translatey 5s infinite linear;
    animation: translatey 5s infinite linear;
    display: block;
       width: 100px;
    height: 165px;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0px;
    margin-right: auto;
  background-position: center;
  }
.shapeAnimationCenterSecTop::after {
    content: "";
    background: url(../slices/plat_smallRec.svg);
    position: absolute;
    right: 0;
    bottom: 0;
   -webkit-animation: translatey 5s infinite linear;
    animation: translatey 5s infinite linear;
    display: block;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
     left: 16px;
    margin-right: auto;
    top: 180px;
}






/* videoBg_shape */


.videoBg{
  position: relative;
    -webkit-animation: translatey 10s infinite linear;
    animation: translatey 10s infinite linear;
}

.videoBg::before {
    content: "";
    background: url(../slices/single_video_animation.png);
    position: absolute;
   -webkit-animation: translatey 5s infinite linear;
    animation: translatey 5s infinite linear;
    display: block;
       width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
   left: -50px;
    background-position: center;
    top: -40%;
  }

.videoPlay_icon{
  position: relative;
}
.videoPlay_icon::before {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    border: 3px solid #BF37A3 ;
    -webkit-animation: pulse 2s ease-out infinite;
    animation: pulse 2s ease-out infinite;
    left: 0;
    right: 0;
    bottom: 0;
    top: -50px;
    border-radius : 50%;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: opacity(.9);
        filter: opacity(.9)
    }

    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: opacity(0);
        filter: opacity(0)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: opacity(.9);
        filter: opacity(.9)
    }

    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: opacity(0);
        filter: opacity(0)
    }
}


.videopopup .modal-content{
  background: transparent;
  border: unset !important;
  padding: 0px;
}
.videopopup .modal-header{
  border-bottom: unset !important;
  padding: 0px;
  justify-content: end;
  margin-bottom: 24px;
}
.videopopup .modal-body{
  padding: 0px;
  border: unset;
}
.videopopup video{
  border-radius: 10px;
}

/* .videoBg_shape span:first-child::before {
    content: "";
    background: url(../slices/countingBig_rec.svg);
    position: absolute;
   -webkit-animation: translatey 5s infinite linear;
    animation: translatey 5s infinite linear;
    display: block;
       width: 100px;
    height: 165px;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0px;
    margin-right: auto;
  background-position: center;
  }
.videoBg_shape span:first-child::after {
    content: "";
    background: url(../slices/plat_smallRec.svg);
    position: absolute;
    right: 0;
    bottom: 0;
   -webkit-animation: translatey 5s infinite linear;
    animation: translatey 5s infinite linear;
    display: block;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
     left: 16px;
    margin-right: auto;
    top: 180px;
}

.videoBg_shape span:nth-child(2)::before {
    content: "";
    background: url(../slices/countingBig_rec.svg);
    position: absolute;
   -webkit-animation: translatey 5s infinite linear;
    animation: translatey 5s infinite linear;
    display: block;
       width: 100px;
    height: 165px;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0px;
    margin-right: auto;
  background-position: center;
  }
.videoBg_shape span:nth-child(2)::after {
    content: "";
    background: url(../slices/plat_smallRec.svg);
    position: absolute;
    right: 0;
    bottom: 0;
   -webkit-animation: translatey 5s infinite linear;
    animation: translatey 5s infinite linear;
    display: block;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
     left: 16px;
    margin-right: auto;
    top: 180px;
}
.videoBg_shape span:nth-child(3)::before {
    content: "";
    background: url(../slices/countingBig_rec.svg);
    position: absolute;
   -webkit-animation: translatey 5s infinite linear;
    animation: translatey 5s infinite linear;
    display: block;
       width: 100px;
    height: 165px;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0px;
    margin-right: auto;
  background-position: center;
  }
.videoBg_shape span:nth-child(3)::after {
    content: "";
    background: url(../slices/plat_smallRec.svg);
    position: absolute;
    right: 0;
    bottom: 0;
   -webkit-animation: translatey 5s infinite linear;
    animation: translatey 5s infinite linear;
    display: block;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
     left: 16px;
    margin-right: auto;
    top: 180px;
}


.videoBg_shape span:nth-child(4)::before {
    content: "";
    background: url(../slices/countingBig_rec.svg);
    position: absolute;
   -webkit-animation: translatey 5s infinite linear;
    animation: translatey 5s infinite linear;
    display: block;
       width: 100px;
    height: 165px;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0px;
    margin-right: auto;
  background-position: center;
  }
.videoBg_shape span:nth-child(4)::after {
    content: "";
    background: url(../slices/plat_smallRec.svg);
    position: absolute;
    right: 0;
    bottom: 0;
   -webkit-animation: translatey 5s infinite linear;
    animation: translatey 5s infinite linear;
    display: block;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
     left: 16px;
    margin-right: auto;
    top: 180px;
} */


.firstPlatform{
  padding-bottom:100px ;
}

.videoBg{
background: url(../slices/video_img.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 600px;
    height: 400px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
        z-index: 999;
    position: relative;
} 

.videoBg img{
  margin-top: -60px;
  width: 70px;
}


.whiteSmoke_bg{
  margin-top: -80px;
  background-color: #F5F5F5;
  padding: 80px 0px;
}
.whiteSmoke_bg>div{
  width: 100%;
    margin: auto;
}
.whiteSmoke_bg h3{
color: #252525;
text-align: center;
font-size: 34px;
font-weight: 400;
line-height: 1.5;
margin-bottom: 16px;
}
.whiteSmoke_bg h3 span{
  color: #6C4DD5;
}
 .videoSection{
  padding: 70px 0px;
 }


.solutionSec{
  position: relative;
  padding: 100px 0px;
}
  .solutionSec::after {
    content: "";
    background: url(../slices/solutiontext_img.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 180px;
    height: 100%;
    display: block;
    background-position: right;
    position: absolute;
    top: 10%;
    right: 20px;
    background-size: contain;
}
.solutionSec::before{
  content: "";
  background: url("../slices/solution_bg.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
/* height: 474.174px; */
height: 100%;
    display: block;
    background-position-x: 1px;
    background-position-y: -25px;
    position: absolute;
}

.solutionparent{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 35px;
}
.solutionItem{
border-radius: 26.733px;
background: #FFF;
width: 200px;
height: 170px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 26px;
text-decoration: unset !important;
border: 3px solid transparent;
  overflow: hidden;
  position: relative;
    transition: .5s;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);

 /* border-width:5px;
 border-style: solid;
    border-image:linear-gradient(#6C4DD5, #BF37A3, #FFFFFF00) 1;
    animation:rotate 2.5s ease-in infinite;
      animation: borderColor 10s linear infinite; */
}

.solutionItem:hover {
    transform: translateY(-7px);
}
/* .solutionItem::after{
  content: "";
  border: 2px solid #6C4DD5;
  animation:rotate 2.5s ease-in infinite; 
      animation: borderColor 3s linear infinite;
      position: absolute;
      width: 100%;
      height: 100%;
     border-radius: 26.733px;
  z-index: 999;
} */


/* .solutionItem::before, .solutionItem::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  border: 2px solid transparent;
  width: 0;
  height: 0;
} */
/* .solutionItem::before {
  top: 0;
  left: 0;
  border-top-color: #60daaa;
  border-right-color: #60daaa;
  animation: border 2s infinite;
}
.solutionItem::after {
  bottom: 0;
  right: 0;
  animation: border 2s 1s infinite, borderColor 2s 1s infinite;
} */

/* @keyframes border {
  0% {
    width: 0;
    height: 0;
  }
  25% {
    width: 100%;
    height: 0;
  }
  50% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
} */
@keyframes borderColor {
  0% {
    /* border-image:linear-gradient(#6C4DD5, #BF37A3, #FFFFFF00) 1; */
    border: 2px solid #6C4DD5;
  }
  50% {
    /* border-image:linear-gradient(#6C4DD5, #BF37A3, #FFFFFF00) 1; */
    border: 2px solid #6C4DD5;

  }
  51% {
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  100% {
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
}

.active.solutionItem , .solutionItem:hover{
  /* background: linear-gradient(90deg, #6C4DD5 47.32%, #BF37A3 100%); */
  border: 3px solid #6C4DD5;
}
.active.solutionItem h5 , .solutionItem:hover h5{
  color: #BF37A3 !important;
}
.countparent{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 34px;
  gap: 130px;
}

.countItem{
  width: 193px;
height: 150px;
    border-radius: 20px;
    position: relative;
      display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.countItem h5{
text-align: center;
font-size: 44px;
line-height: 1.5;
font-weight: 400;

}

.countItem::before{
  content: "";

    position: absolute;
    display: inline-block;
    border-top: 15px solid #fff;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    content: "";
    bottom: -10px;
    right: 50%;
    z-index: 999;
    /* margin-top: -8px; */
    transform: translate(50%);
}
.countItem::after{
  content: "";

    position: absolute;
    display: inline-block;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    bottom: -16px;
    right: 50%;
    /* margin-top: -8px; */
    transform: translate(50%);
}

.countItem:first-child {
border-bottom: 5px solid #6C4DD5;
&:after{
    border-top: 15px solid #6C4DD5;
}
>h5{
  color: rgba(108, 77, 213, 0.60);

}
}
  .countItem:nth-child(2) {
border-bottom: 5px solid #BF37A3;
&:after{
    border-top: 15px solid #BF37A3;
}
>h5{
color: rgba(191, 55, 163, 0.60);

}
  }  

 .countItem:nth-child(3) {
border-bottom: 5px solid #777;
&:after{
    border-top: 15px solid #777;
}
>h5{
  color: rgba(119, 119, 119, 0.60);


}
  } 
   .countItem:nth-child(4) {
border-bottom: 5px solid #252525;
&:after{
    border-top: 15px solid #252525;
}
>h5{
  color: #252525;


}


  }
  
  .counterSection{
    padding: 100px 0px;
  }

  .counterSectionpoint ul{
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0px;
    justify-content: space-between;
    list-style: none;
  }
    .counterSectionpoint ul li{
         flex: 1 1 0;
         position: relative;
         display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 9px;
    }
    .counterSectionpoint ul li::after , .counterSectionpoint ul li::before {
      content: "";
      border-bottom: 1px solid #CCC;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 50%;
      left: 53%;
    }

    
    .counterSectionpoint ul li:last-child::after , .counterSectionpoint ul li:last-child::before{
      border-bottom: unset;
    }





  .counterSectionpoint ul li span{
 
    width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block;
  /* z-index: 9999; */
  position: relative;
  }
 .counterSectionpoint ul li:first-child span{
background: rgba(108, 77, 213, 0.60);
 }
 .counterSectionpoint ul li:nth-child(2) span{
  background: rgba(191, 55, 163, 0.60);

 }
 .counterSectionpoint ul li:nth-child(3) span{
  background: rgba(119, 119, 119, 0.60);

 }
 .counterSectionpoint ul li:nth-child(4) span{
  background: #252525;

 }



 .serviceSec{
  position: relative;
  padding: 70px 0px;
 }



  .serviceSec::before{
  content: "";  
  background: url("../slices/serviceText_img.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 230px;
height: 100%;
display: block;
background-position: right;
margin-right: auto;
position: absolute;
top: 0px;
left: 0;
 }
 .serviceSec::after{
  content: "";
  
  background: url("../slices/service_bg.png");
  width: 82%;
height: 500px;
display: block;
background-position: right;
margin-left: auto;
position: absolute;
top: 0px;
right: 0;
 }

.serviceSec .owl-stage-outer{
  padding: 0px 0px 16px;
}

.indWeServe_item:hover .weServe_img img{
  -webkit-transform: scale(1.1);
    transform: scale(1.1);
       
}
.weServe_img {
  position: relative;
        overflow: hidden;
}
.indWeServe_item .weServe_img img {
   -webkit-transition: .5s;
    transition: .5s;
    border-radius: 0px;
    min-height: 427px;
    max-height: 427px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.indWeServe_item:hover::after{
    content: "";
    background: linear-gradient(90deg, #6C4DD5 0%, #BF37A3 100%);
    height: 10px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -20px;
}

.indWeServe_item{
    position: relative;
    z-index: 999;
}

.indWeServe_item .weServe_img:before {
    content: "";
    position: absolute;
    top: 140px;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #1c1d1e,transparent);
    transition: .5s;
}

.indWeServe_item:hover .weServe_img::after {
	content: "";
	position: absolute;
	top: 100px;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, #1c1d1e,transparent);
	transition: .5s;
}



.industryWeserve_caption {
    width: 100%;
    z-index: 999;
    position: absolute;
    bottom: 30px;
    padding: 0 16px;
    transition: .5s;
}
.industryWeserve_caption h3 {
    font-size: 18px;
font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
 color: #FFF;
 margin-bottom: 10px;
}
.clientlogo_img img{
  width: 100px !important;
  /* height: 60px; */
}
.insights_sec{
  padding: 70px 0px;
}
.insights_sec a.blogTitle{
  min-height: 50px;
}
.insights_sec .owl-nav , .insights_sec .owl-dots{
  display: none;
}
.insights_sec .item{
  padding: 12px;
  /* box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.10) ; */
}
.blog_img img{
  width: 100% !important;
  height: 220px;
  object-fit: cover;
  margin-bottom: 20px;
}


.soc_img img{
width: 150px;
}



img.footerLogo{
  width: 150px;
}
footer{
  padding: 40px 0px;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);

position: relative;
}
footer::after {
    content: "";
    background: linear-gradient(90deg, #6C4DD5 0%, #BF37A3 100%);
    height: 6px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0px;
}

.copyRightSec{
border-top: 1px solid #6c4dd52b;
padding: 16px 0px;
}

ul.policy_Condition{
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 0px;
  padding: 0px;
  gap: 50px;
}
ul.policy_Condition li::marker{
  color: #6C4DD5;
}
ul.policy_Condition li a:hover{
  color: #6C4DD5;
  text-decoration: none;
}
 

.common_bnr {
    /* height: 450px; */
    padding: 50px 0px 70px;
}
.common_bnr_img{
  position: relative;
}




.common_bnr_img::after{
      content: "";
      background: url("../slices/common_bnr.png");
      background-repeat: no-repeat;
      background-size: contain;
         background-position: right;
    width: 100%;
    height: 450px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin-left: auto;
    /* transform: translateX(114px); */
}









.sayshopbnr_img{
  position: relative;
}

.sayshopbnr_img::after{
      content: "";
      background: url("../slices/sayshop_bnr.png");
      background-repeat: no-repeat;
      background-size: contain;
         background-position: right;
    width: 100%;
    height: 450px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
    margin-left: auto;
    /* transform: translateX(114px); */
}
.commonSec_spacing{
  padding: 0px 0px 70px;
}

.rotatePertext{
  transform: rotate(270deg);
  position: relative;
}
.rotatePertext::after{
    content: "";
    background: linear-gradient(90deg, #6C4DD5 0%, #BF37A3 100%);
   height: 10px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -12px;
}

.ourServices{
    padding: 100px 0px 70px;
}
.ourServices .item{
  padding: 0px 34px;
}
.ourServicesItem{
border-radius: 10px;
border: 2px solid #6C4DD5;
background: rgba(217, 217, 217, 0.00);
padding: 34px;
height: 100%;
min-height: 340px;
max-height:  340px;
}
.ourServicesItem_img{
  margin-bottom: 24px;
}
.ourServicesItem_img img{
  width: 75px;
   height: 75px;
}

.ourServicesItem p{
  color: #777;
text-align: center;
font-size: 16px;
font-weight: 300; 
margin: 0px;
}

.ourServicesItem h4{
color: #252525;
font-size: 20px;
font-weight: 400;
line-height: 1.5;
margin-bottom: 12px;
text-align: center;
}
.ourServices .owl-carousel .owl-stage{
  padding: 50px 0px;
}
.ourServices .owl-item.active.center .ourServicesItem{
 height: 100%;
min-height:400px;
margin-top: -32px;
}
.ourServices .owl-item.active.center .ourServicesItem{
  border-radius: 10px;
  border: 2px solid transparent;
background: rgba(108, 77, 213, 0.15);
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
 }
 .ourServices .owl-item.active.center .ourServicesItem h4{
  color: #6C4DD5; 
}
 .ourServices .owl-item.active.center .ourServicesItem p{
  color: #252525; 
}
 .ourServices .owl-dots{
  display: block !important;
 }

 .ourServices .owl-theme .owl-dots .owl-dot span{
  border-radius: 20px;
background: rgba(108, 77, 213, 0.30);
}
 .ourServices  .owl-dot.active span{
    background: #6C4DD5 !important;
    width: 88px !important;
}


.marketing_box{
background: rgba(108, 77, 213, 0.30); 
height: 134px; 
padding: 16px;
}



.socialMenu li a{
  position: relative;
}


.socialMenu li a:hover::before{
    content: "";
    background: linear-gradient(90deg, #6C4DD5 0%, #BF37A3 100%);
    height: 5px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -24px;
    border-radius: 10px;
}


.gradient_border{
  position: relative;
}
.gradient_border::after {
    content: "";
    background: linear-gradient(90deg, #6C4DD5 0%, #BF37A3 100%);
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -8px;
}



/* .ourStoryBook{
  position: relative;
} */
.ourStoryBook{
  /* content: ""; */
  background: url("../slices/book_img.png");
  width: 100%;
  height: 600px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 70px 100px 70px 70px;
  /* position: absolute; */
}

.ourStoryBook div{
  margin-bottom: 50px;
}

.ourStoryBook div p::first-letter{
  font-size: 24px;
}



.shapeTomorrow{
border-radius: 10px;
background: rgba(108, 77, 213, 0.10);
padding: 50px;

}
.shapeTomorrow h1{
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 34px;
  color: #252525;
}

.fintechItem{
border-radius: 10px;
background: #FFF;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
position: relative;
width: 100%;
padding: 40px 24px;
height: 100%;
min-height: 390px;
max-height: 390px;
border-bottom: 3px solid  #6C4DD5;
-webkit-transition: .5s;
    transition: .5s;
}
.fintechItem:hover{
  background: #F5F5F5;
      margin-top: -10px;
}

.fintechItemImg{
  display: flex;
  justify-content: center;
  margin-bottom: 34px;
}
/* .fintechItem::after{
 content: "";
    background: linear-gradient(90deg, #6C4DD5 0%, #BF37A3 100%);
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0px;
       border-top-left-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 0px;
    left: 0;
    right: 0;
} */

.SupplyChainItem{
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  border-radius: 10px;
  height: 100%;
  min-height: 350px;
      display: flex;
    align-items: center;
    -webkit-transition: .5s;
    transition: .5s;
}
.SupplyChainItem:hover{
  background: #F5F5F5;
      margin-top: -10px;
}
.SupplyChainItem>div{
  padding: 24px;
}



.logistics_bg{
  background: url("../slices/bg_logistics.svg");
  background-repeat: no-repeat;
}


.blockchain_bg{
background: url("../slices/big_blockChain.svg");
  background-repeat: no-repeat;

}


.ecommerce_bg{
background: url("../slices/big_ecommerce.svg");
  background-repeat: no-repeat;
}



.soltionpageText{
  position: relative;
}
  .soltionpageText::before{
    content: "";
    background: url(../slices/solutionpage_text.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 100%;
    display: block;
    background-position: left;
    position: absolute;
    top: 20%;
    left: 10px;
 }


.industriesLeftSpace{
  padding-left: 200px;
}

.workingConceptParent{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;

}
.workingConceptItem{
padding: 20px;
display: flex;
align-items: center;
flex-direction: column;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  border-radius: 10px;
gap: 12px;
width: 180px;
height: 100%;
min-height: 110px;

}
.workingConceptItem img{
  width: 40px;
  filter: brightness(0) saturate(100%) invert(46%) sepia(22%) saturate(6%) hue-rotate(344deg) brightness(97%) contrast(97%);
  /* filter: brightness(0) saturate(100%) invert(0%) sepia(6%) saturate(2460%) hue-rotate(316deg) brightness(101%) contrast(104%); */
}
.workingConceptItem h5{
color: #BF37A3;
font-size: 14px;
font-weight: 400;
line-height: 1.5;
margin: 0px;
text-align: center;
}






.servicespageText{
  position: relative;
}
  .servicespageText::before{
    content: "";
    background: url(../slices/servicestext.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 100%;
    display: block;
    background-position: center;
    position: absolute;
    top: 0px;
    left: 15px;
 }



.Condition_bnr{
  padding: 50px 0px 0px;
}

.Condition_Sec{
  padding: 0px 0px 70px;
}

.mouse-cursor{
	position: fixed;
	left: 0;
	top: 0;
	pointer-events: none;
	border-radius: 50%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	visibility: hidden;
  }
  .cursor-inner {
	margin-left: -3px;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	z-index: 100;
	background-color: #BF37A3;
	-webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
	transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
  }
  .cursor-inner.cursor-hover {
	margin-left: -40px;
	margin-top: -40px;
	width: 80px;
	height: 80px;
	background-color: #bf37a333;
	opacity: .3;
  z-index: 9999;
  }
  .cursor-outer.cursor-hover{
    border: unset !important;
  }
  .cursor-outer {
	margin-left: -15px;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	border: 2px solid #BF37A3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 100;
	opacity: .5;
	-webkit-transition: all .08s ease-out;
	transition: all .08s ease-out;
  }
  
  .cursor-outer.cursor-hover{opacity: 0;}
  .dodo_tm_all_wrap[data-magic-cursor="hide"] .mouse-cursor{
	  display: none;
	  opacity: 0;
	  visibility: hidden;
	  position: absolute;
	  z-index: -1111;
  }


/* ====================== [ Start progress-wrap ] ====================== */
 .progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "";
    background: url("../slices/toparrow_icon.svg");
      background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.lightScrollIcon::after {
  color: #ecedf3 !important;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  content: '';
  background: url("../slices/toparrow_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  opacity: 0;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #6C4DD5;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* ====================== [ End progress-wrap ] ====================== */


.hightligtText{
    background: #BF37A3;
    color: #fff;
    border-radius: 0px 20px 0px 0px;
    padding: 2px 12px 2px 12px;
}
ul.companyStoryTab{
  gap: 20px;
  margin-bottom: 50px;
}
ul.companyStoryTab li{
}


ul.companyStoryTab li  a{
    background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 26px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: #000000;
    transition: 0.3s;
    display: block;;
}
ul.companyStoryTab li  a.active{
    background: #f4f1fc;
    border: 1px solid #f4f1fc;
    color: #6C4DD5;
}

ul.companyStoryFooter{
  display: flex;
  align-items: center;
  /* gap: 24px; */
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 400px;
}
ul.companyStoryFooter li{
  display: flex;
  align-items: center;
  gap: 12px;
}
ul.companyStoryFooter li img{
  border-radius: 5px;
  border: 1px solid #6C4DD5;
  padding: 6px;
}




.about-image img {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    /* -webkit-box-shadow: 0 0 11px 0 rgba(0,0,0,.35); */
    /* box-shadow: 0 0 11px 0 rgba(0,0,0,.35); */
    z-index: 1;
    -webkit-animation: wrep 10s infinite linear;
    animation: wrep 10s infinite linear;
    width: 100%;
    max-width: unset;
}

.whatWeDo_img img{
 border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    /* -webkit-box-shadow: 0 0 11px 0 rgba(0,0,0,.35); */
    /* box-shadow: 0 0 11px 0 rgba(0,0,0,.35); */
    z-index: 1;
    -webkit-animation: wrep 10s infinite linear;
    animation: wrep 10s infinite linear;
    width: 100%;
    max-width: unset;
}

@-webkit-keyframes wrep {
    0% {
        border-radius: 55% 45% 38% 62%/52% 57% 43% 48%
    }

    35% {
        border-radius: 67% 33% 39% 61%/48% 63% 37% 52%
    }

    70% {
        border-radius: 40% 60% 62% 38%/32% 41% 59% 68%
    }

    100% {
        border-radius: 55% 45% 38% 62%/52% 57% 43% 48%
    }
}

@keyframes wrep {
    0% {
        border-radius: 55% 45% 38% 62%/52% 57% 43% 48%
    }

    35% {
        border-radius: 67% 33% 39% 61%/48% 63% 37% 52%
    }

    70% {
        border-radius: 40% 60% 62% 38%/32% 41% 59% 68%
    }

    100% {
        border-radius: 55% 45% 38% 62%/52% 57% 43% 48%
    }
}




.riskandcompliance_text::before{

  content: "";

  background: url(../slices/Riskandcompliance_text.png);

  background-repeat: no-repeat;

  background-size: contain;

  width: 100px;

  height: 854px;

  display: block;

  background-position: right;

  position: absolute;

  top: 100%;

  right: 10px;

  background-size: contain;

}

.clientLogo_sec .owl-nav{
  display: none;
}
.clientLogo_sec .owl-dots{
  display: none;
}
/*mobile 767*/
@media (max-width: 767px) {
  .navbar-brand{
    display: none;
  }
.deskNone_mobBlock{
  display: block;
}
  .deskblock_mobnone{
    display: none;
  }
.team_boxes .col{
  flex: unset;
 }
/* .mean-container .mean-nav ul li a{
  width: 100%;
  float: unset;
}
.mean-container .mean-nav ul li li a{
  width: 100%;
} */
.MenuList_subItem{
  padding: 0px !important;
}
/* .navbar-area .mobile-nav .navbar-nav{
  overflow-x: hidden;
} */
.mega-menu:hover .mega-menu-content {
    display: unset;
}
 .mega-menu-content.show{
  display: block !important;
  box-shadow: unset;
  position: static;
}
 .mega-menu-content{
    top: 58px;
 }

.progress-wrap{
  right: 16px;
  bottom: 16px;
}
  /* .megaMenu {
    display: block;
} */
.MenuList{
  width: 100%;
  padding: 0px;
}
.MenuContent{
  width: 100%;
  padding: 0px;
}
  .mega-menu:focus  .dropdown-toggle .mega-menu-content {
    display: block;
    position: static;
}
.solutionItem h5{
  font-size: 16px;
}

  .solutionparent{
    justify-content: unset;
    gap: 24px;
  }
  .solutionItem{
    width: 150px;
    height: 130px;
    gap: 16px;
  }
  
    .solutionItem img{
      width: 38px;
    }


  .flexDirection_columnReverse{
    flex-direction: column-reverse;
  }
  img.footerLogo{
    width: 120px;
  }
.ourStoryBook{
  background: unset;
  padding: 0px;
  height: auto;
}
.ourStoryBook div:last-child{
  margin: 0px;
}
.ourStoryBook div {
    margin-bottom: 24px;
}
.common_bnr {
    height: auto;
    margin-top: 50px;
    padding: 40px 0px 0px;
}
.commonSec_spacing{
  padding: 40px 0px;
}

.deskFlex_mobileBlock{
  display: block;
}
  .navbar-area .mean-container .mean-bar {
    background: #fff !important;
}
.mobile-nav .logo img{
  width: 120px;
  /* filter: brightness(0) saturate(100%) invert(96%) sepia(74%) saturate(2%) hue-rotate(83deg) brightness(112%) contrast(100%); */
}
.mean-container .mean-nav ul{
  display: block;
  position: static;
}
header{
  padding: 0px;
}
.navbar-area.sticky-top{
  padding: 0px;
}
.navbar{
  padding: 0px;
}
.optionMenu{
  display: none;
}
  .mobSpace_mb24{
    margin-bottom: 24px;
  }
.mobSpace_mb16{
  margin-bottom: 16px;
}

  .mobSpace_mb34{
    margin-bottom: 34px;
  }


.bannerContent h2{
  font-size: 28px;
}
.bannerSection {
    padding: 40px 0px;
}
.bannerSection .row{
  flex-direction: column-reverse;
}
.common_bnr .row{
  flex-direction: column-reverse;

}
.videoBg{
  width: 100%;
  height: 330px;
}
.solutionSec::before{
  width: 100%;
}

.bannerBgImage{
  width: 100%;
  height: 250px;
}
.bannerBgImage img{
  width: 250px;
}
.circlerotate_animation{
  width: 120px;
  height: 120px;
  left: 0px;
}
.bannerSection .col-md-6{
  margin-bottom: 40px;
}
:root {
    --radius: 10vmin !important;
  }
  .circleText .logo{
    background-size: 25px !important;
  }
  .whiteSmoke_bg{
    margin-top: -100px;
    padding: 24px 0px 0px;
  }
  .whiteSmoke_bg>div{
    width: 100%;
    padding: 0px 24px 24px;
  }
  .whiteSmoke_bg h3{
    font-size: 20px;
  }

  .videoSection{
    padding: 40px 0px;
  }
  .solutionSec{
    padding: 40px 0px;
  }
  .solutionSec::after{
    background-position: top;
    width: 50px;
    top: 50%;
    right: 10px;
  }
  .sectionheader{
    width: 100%;
    padding-bottom: 24px;
  }
  .sectionheader h1{
    font-size: 28px;
  }

  .platformSec::before {
    top: 17%;
    right:10px;
    left: unset;
    background-position:right;
    width: 60px;
}
.counterSectionpoint{
  display: none;
}
.countparent {
  gap: 30px;
}
.counterSection {
    padding: 40px 0px;
}
.serviceSec::after{
  width: 100%;
}
.serviceSec::before{
  content: unset !important;
}
.serviceSec{
  padding: 40px 0px 0px;
}
.client_sec{
   padding: 40px 0px;
}
.clientlogo_img img {
    width: 80px !important;
    /* height: 60px; */
}
.insights_sec{
  padding: 40px 0px 40px;
}
footer{
  padding: 40px 0px 20px;
}
.videoBg img {
    margin-top: -40px;
    width: 50px;
}
.videoPlay_icon::before{
  width: 50px;
  height: 50px;
  top: -30px;
}
.videoBg::before {
    left: 0px;
    top: -30%;
}
.platformSec{
  padding: 40px 0px;
}
.firstPlatform{
  padding-bottom: 40px;
}
header ul.navbar-nav li a::before{
  content: unset;
}

.mean-container a.meanmenu-reveal span{
  height: 3px;
    margin-top: 5px;
    border-radius: 3px;
    background: linear-gradient(180deg, #694ED6 0%, #C137A2 100%);
}
.meanclose{
  color: #000 !important;
}
.mean-container a.meanmenu-reveal span:nth-child(2){
  width: 20px;
}
/* .mean-container a.meanmenu-reveal span:nth-child(3){
  width: 20px;
} */

.shapeTomorrow{
  padding: 24px;
}
.shapeTomorrow h1{
  font-size: 18px;
  margin-bottom: 24px;
}
ul.policy_Condition {
    padding-left: 20px;
    gap: 8px 16px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.aboutUsText::before{
  height: 500px;
  top: 0px;
}
.parent_circleSection {
    top: -78px !important;
    left: 30px;
}
  .platformName {
    height: 50px;
    padding: 0px 12px;
}
.industriesLeftSpace{
  padding: 0px;
}

.clientLogo_sec .owl-dot.active span{
background-color: #6C4DD5 !important;
width: 24px !important;
}
.clientLogo_sec .owl-nav{
  display: none;
}
.clientLogo_sec .owl-stage-outer{
  padding-bottom: 24px;
}

.common_bnr_img::after{
  position: unset;
  height: 300px;
}
.sayshopbnr_img{
  display: flex;
  flex-direction: column-reverse;
 
}

.ourServices {
    padding: 40px 0px;
}
.ourServices .item{
  padding: 0px;
}
.ourServices .owl-item.active.center .ourServicesItem  , .ourServicesItem{
    height: 100%;
    min-height: 350px !important;
       max-height: 350px !important;
    margin-top: 0px;
}
.ourServices .owl-carousel .owl-stage {
    padding: 24px 0px;
}
.sayshopbnr_img::after {
    position: unset;
    background-position: top;
    width: 100%;
    height: 260px;
    background-size: contain;
}
.workingConceptItem{
  width: 100%;
}

.fintechItem{
  padding: 24px;
}
.fintechItemImg{
  margin-bottom: 24px;
}
.soltionpageText::before{
  top: 60%;
}
.singleDropdown:hover .dropdown-menu{
    display: unset !important;
}
/* .mean-container .mean-nav ul li li a{
  width: 100% !important;
} */
/* .singleDropdown:hover .dropdown-menu .dropdown-item{
      color: unset !important;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    padding: unset;
    margin: 0px !important;
    
} */
.singleDropdown:hover .dropdown-menu .dropdown-item{
  display: unset;
}
.singleDropdown ul li a:hover{
  padding: unset !important;
  transition: unset !important;
}
.singleDropdown:hover .dropdown-menu .dropdown-item{
  width: 90%;
}
.singleDropdown:hover .dropdown-menu .dropdown-item img{
  display: none;
}
.singleDropdown ul li a:hover{
  padding: 1em 5% !important;
}
.singleDropdown:hover .dropdown-menu .dropdown-item{
	width: 80%;
	padding: 1em 10%;
	color: #677294 !important;
	border-top: 1px solid #dbeefd;
	opacity: 1;
  font-weight: 400 !important;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
	text-transform: none;
	font-size: 14px;

}
.singleDropdown a img{
  display: none;
}
img.retail_img{
  width: 100%;
}
}

/*tablet 768-991*/
@media (min-width: 768px) and (max-width: 991px) {

  
}

/*system 992-1200*/
@media (min-width: 992px) and (max-width: 1200px) {

}



@import url("https://fonts.googleapis.com/css2?family=Inconsolata:wght@500&display=swap");
:root {
	/* --radius: 35vmin; */
  --radius: 10vmin;
	--frame-size: calc(var(--radius) / 3);
	--d-outer: calc(var(--radius) * 2);
	--d-inner: calc(var(--d-outer) - var(--frame-size));
	--font-size: calc(var(--radius) / 10);
}

.parent_circleSection{
  position: absolute;
  top: -70px;
}

.circleText {
	position: relative;
	width: var(--d-outer);
	height: var(--d-outer);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}.circleText p {
	font-size: var(--font-size);
}
.circleText .logo {
	position: absolute;
	width: var(--d-inner);
	height: var(--d-inner);
	background: url("../slices/gradientTheecode_logo.svg");
	background-size: 50px;
	border-radius: 50%;
	filter: contrast(1.5);
      background-repeat: no-repeat;
    background-position: center;
}
.circleText .text, .circleText .text1 {
	position: absolute;
	width: 100%;
	height: 100%;
	animation: rotateText 10s linear infinite;
}
@keyframes rotateText {
	0% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
.circleText .text p span, .circleText .text1 p span {
	position: absolute;
	left: 50%;
	font-size: 1.2em;
	transform-origin: 0 var(--radius);
}
















/* 
.sm-menu{
    border-radius: 0px;
    border: 0px;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
} */

/* .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2196F3;
} */

/* .megamenu-li {
	position: static;
}

.megamenu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
} */





.tabcontent {
  display: none;
}


























.whoweare{
        background: var(--lightgray);
        padding: 70px 0px;





}


.linebg{

background-image: url("../slices/line.svg");

  min-height: 500px;
  width: 100%;
    background-repeat: no-repeat;
      /* background-size: cover; */
}
/* .whowearegreenBox{


    background: #f5f5f5;
border-radius: 10px;
padding: 15px;
width: 200px;
height: 160px;
} */
.whowearegrayBox{

/* padding: 15px; */
    background: #ffffff;
border-radius: 10px;
width: 200px;
height: 160px;
border: 1px solid #cccccc;
border-bottom: 3px solid #BF37A3;
/* margin-top: -20px; */
box-shadow: rgb(204, 204, 204) 1px 0px 10px -2px;
}
.whowearecircle {
    background: #ffffff;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    box-shadow: rgb(204, 204, 204) 1px 0px 10px -2px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -27px;
    position: relative;
}
.mt150px{
    margin-top: 150px;
}
.mt70px{
    margin-top: 70px;
}
.boxcontent{

    padding: 10px;
    margin-top: -25px;
    font-size: 13px;
    text-align: center;
}
.pb100px{ padding-bottom: 100px;}
 








/* 

.mouseDown {
  font-size: 0.9em; 
  border: 2px solid rgba(255,255,255,1);
  display: block;
  width: 1.7em;
  height: 2.8em;
  border-radius: 0.9em;
  margin: 0 auto;
  text-decoration: none;
  transition: border 0.2s ease-out;
}

.mouseDown:hover {border: 2px solid rgba(255,255,255,0.7);}

.mouseDown span {
  display: block;
  background: #fff;
  width: 0.2em;
  height: 0.3em;
  margin: 0.7em auto 0;
  border-radius: 0.4em;
}

.mouseDown span {
  -webkit-animation-name: scroll;
  animation-name: scroll;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
  animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  will-change: transform;
}

.mouseDown:hover span {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
} */

/* @-webkit-keyframes scroll {
  0%, 20% {
    -webkit-transform: translateY(0) scaleY(1);
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1.2em) scaleY(1.5);
    opacity: 0.01;
  }
}

@keyframes scroll {
  0%, 20% {
    transform: translateY(0) scaleY(1);
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateY(1.2em) scaleY(1.5);
    opacity: 0.01;
  }
} */

.listdisc {
    list-style: disc !important;
}

.tmtext{
 font-size: 15px;
    top: -35px;
}
.gap50{
  gap: 50px;
}

.whowearecircle img{
filter: brightness(0) saturate(100%) invert(29%) sepia(14%) saturate(7316%) hue-rotate(234deg) brightness(107%) contrast(92%);
}

.decisionAI_img{
 height: 500px;
    border-radius: 10px;
    z-index: 999;
    position: relative;
}
.decisionAI_bg{
  position: relative;
}
.decisionAI_bg::after {
    content: "";
    width: 100%;
    height: 490px;
    background-color: rgb(108 77 213 / 40%);
    display: block;
    border-radius: 10px;
    position: absolute;
    top: 27px;
    right: -17px;
    border-bottom-left-radius: 35px;
    border-top-right-radius: 35px;
}

.width300{
width: 300px;
}

.team_spring{
  background: url("../slices/spring_team.png"); 
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.blogoverflow{
  min-height: 200px;
  max-height: 200px;
  overflow: auto;
}




.showmorecontent .more{display: none;}
.showmorecontent a.showLink, a.hideLink{
   text-decoration: none;
   color: #6C4DD5;
  font-weight: 400;
}


