@import url('https://fonts.googleapis.com/css2?family=Hepta+Slab:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700;800&display=swap');

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
}

  @font-face {
  font-family: 'Aeonik TRIAL BOLD';
  src: url("../library/fonts/aeonik-trial/aeoniktrial-bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
} 



body {
  font-family: 'Inter Tight', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

a {
  text-decoration: none;
}

.f40 {
  font-size: 40px;
}

.f35 {
  font-size: 35px;
  font-weight: 500;
}

.f25gry {
  font-size: 25px;
  color: #463F3F;
  font-weight: 400;
}

.f35yo {
  font-size: 35px;
   font-family: "Ysabeau Office";
}

.f20 {
  font-size: 20px;
}
.f25 {
  font-size: 25px;
}

.f18 {
  font-size: 18px;
}

.f12 {
  font-size: 12px;
}

.f11 {
  font-size: 11px;
}

.fntgry {
  color: #7A7A7A;
}


.fntdrkgry {
  color: #222831;
}
.f16 {
  font-size: 16px; 
}

.f52 {
  font-size: 52px;
}

.bggrey {
  background-color: #F7F7F7;
}

.bgdrkgrey {
  background-color: #595959
}


span.arrow-toggle i {
  font-weight: 700;
  font-size: 28px;
}

.arrow-toggle {
  cursor: pointer;
  transition: transform 0.3s ease;
  position: relative;
top: 14px;
color: #FF4D9E;
}

.arrow-rotated {
  transform: rotate(180deg);
}
/* 
    .navbar-nav {
      display: none;
      align-items: center;
      gap: 1rem;
      width: 100%;
      border: 1px solid #DEDEDE;
      border-radius: 5px;
      padding: 0px;
    } */

header {
  position: relative;
  z-index: 1000; /* ensure above rest of the page */
}

.navbar,
.navbar-nav,
.nav-item {
  overflow: visible !important;
}


#navbarMenu {
  position: absolute;
  top: 100%; /* just below the nav */
 width: 1298px;
  background-color: white;
  z-index: 999;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.4s ease;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#navbarMenu.show-menu {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
}


    /* .navbar-nav.show-menu {
      display: flex !important;
    } */

.dropdown-toggle::after {
  display: none;
  border: none;
}

.dropdown-menu {
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.nav-item.dropdown {
position: relative;
}

.navbar .dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  width: 200px;
}

.navbar-nav .nav-link {
  color: #212529;
  font-weight: 500;
  transition: all 0.3s ease;
  padding: 10px 48px;
  margin: 7px 20px 7px 20px;
  border-radius: 10px;
  padding: 10px 25px !important;
}

.navbar-nav .nav-link:hover {
  background-color: #fff;
  color: #FF4D9E;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);  
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  border-top: 0px;
  border-color:  #DEDEDE !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;

}

.dropdown-item {
  font-size: 14px;
  padding: 8px 10px;
}

.dropdown-item:hover {
  background: linear-gradient(90deg, #FF4D9E 0%, #F29249 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;  
}



/* Caret Icon */
.nav-item.dropdown .nav-link::after {
  content: '\f107'; /* Font Awesome down arrow */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 6px;
  transition: transform 0.3s ease;
  display: inline-block;
  position: relative;
  top: 4px;
}

.nav-item.dropdown:hover .nav-link::after {
  transform: rotate(180deg); /* flip the caret */
  color: #FF4D9E;
}

   
@media (max-width: 991px) {
  .navbar-nav {
  flex-direction: column;
  align-items: flex-start;
  }
}



.bannerhead {
  position: absolute;
  top: 10px;
  left: 0;
}

.bannertext{
  position: absolute;
  bottom: 30px;
  right: -40px;
  width: 50%;
  padding: 0px 60px 0px 0px;
}

.bannerhead h1 {
  font-family: 'Hepta Slab', serif;
  font-size: 35px;
  line-height: 48px; 
  color: #222831; 
  font-weight: 600;   
}


.contnumb 
  {
    font-size: 85px;
     white-space: pre-wrap;
     font-weight: 600;
}

.numbtxt
  {
    font-size: 25px;
       white-space: pre-wrap;
       color: #463F3F;
       font-weight: 400;
}
.aipoweredbg {
  background: url('../images/aipoweredbg.png') no-repeat;
  background-size: contain;
  width: 100%;
  height: 363px;
}

.aipoweredbg:hover {
  background: url('../images/aipoweredbghover.png') no-repeat;
   background-size: contain;
  color: #fff;
}

/* .flip-card {
  perspective: 700px;
  height: 100%;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
    transition: transform 0.5s;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}


.flip-card-front,
.flip-card-back {
   width: 100%;
  height: 100%;
  backface-visibility: hidden;
  position: absolute;  
}

.flip-card-front {
  z-index: 2;
}

.flip-card-back {
  transform: rotateY(180deg);
}

.flip-content-front {
  position: absolute;
  top: 100px;
  left: 0;
  padding: 1rem;
  height: 100%;
  width: 100%;
  color: #000;
}


.flip-content-back {
  position: absolute;
  top: 0;
  left: 0;
  padding: 41px 34px 20px 40px;
    line-height: 21px;
  height: 100%;
  width: 100%;
  color: #fff;
} */


.flip-card {
    perspective: 700px;
    background-color: var(--background-color);
    width: 100%;
    height: 100%;

}

 .flip-card-inner {
    width: 100%;
    height: 450px;
    transform-style: preserve-3d;
    transition: transform 0.5s;
    margin: 0 auto;
}
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
    cursor: pointer;
}
 .flip-card-front,
.flip-card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    backface-visibility: hidden;
}

.flip-card-front h5 {
    font-size: 16px;
    color: #7D7D7D;
    font-weight: 600;
}


.flip-card-front {
  
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../images/abtbox.png') no-repeat;
    background-size: cover;
}

.flip-card-back {
     background: url('../images/abtboxhover.png') no-repeat;
    background-size: cover;
    transform: rotateY(180deg);
     padding: 36px;
  text-align: left;
  color: #fff;
}




.slick-slide.slick-active .aipoweredbg{
   background: url('../images/aipoweredbghover.png') no-repeat;
   background-size: contain;
  color: #fff;
}



.itsoltxt {
    top: 0;
}

.aipoweredbg img.icon {
  transition: filter 0.3s ease;
}

.aipoweredbg:hover img.icon {
  filter: brightness(0) invert(1);
}

.slick-slide.slick-active .aipoweredbg img.icon 
{
  filter: brightness(0) invert(1);
}



.h1 {
  font-family: 'Hepta Slab', serif;
      font-size: 35px;
      line-height: 48px; 
      font-weight: 600; 
      color: #222831;
}

.whychoose {
  height: 600px;
  overflow: hidden;
}

.whychoose .card {
  border: none;
}

.hover-card a p  {
  color: #000;
}

.hover-card a:hover p  {
     background: linear-gradient(90deg, #FF4D9E 0%, #F29249 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
}


.hover-card .hover-img {
  display: none;
}
.hover-card:hover .default-img {
  display: none;  
}

.hover-card:hover .hover-img {
  display: block;
  color: #fff !important;
}

.whychoose-section {
  height: 90vh;
  overflow: hidden;
}

.card-scroll-wrapper {
  height: 100vh;
  overflow-y: auto;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
}

.scroll-area {
  padding-bottom: 160px; /* Add bottom padding to allow space for last card */
}

.card-scroll-wrapper::-webkit-scrollbar {
  display: none;
}
.card-scroll-wrapper {
  scrollbar-width: none; /* Firefox */
}

.scroll-area .card {
  height: auto;
  scroll-snap-align: start;
}

.sticky-left {
  position: sticky;
  top: 0;
}



.bankingtxt {
  top: 88%;
  width: 90%;
}

 .bankingtxt1 {
        top: 89%;
        width: 100%;
    }

 .form-control {
      background-color: #666;
      border: 1px solid #9f9f9f;
      color: #fff;
      padding: 10px;
    }

    .form-control::placeholder {
      color: #ccc;
    }

    .form-control:focus {
      border-color: #FF4D9E;
      box-shadow: none;
      background-color: transparent;
      color: #fff;
    }


/*******************Inner pages CSS *******************************/
@keyframes leFadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



     .innrbannertext{
      position: absolute;
      bottom: 8%;
      left: 11%;
      width: 50%;
      padding: 0px 60px 0px 0px;
     }

.banner .overlay-text {
        position: absolute;
    width: 100%;
    top: 34%;
    transform: translateY(-50%);
    text-align: left;
    color: #fff !important;
    left: 11%;
}

.banner .overlay-text p {
text-transform: uppercase;
}

.banner .overlay-text h1 {
      font-family: 'Hepta Slab', serif;
      font-size: 35px;
      line-height: 48px; 
       color: #fff; 
        font-weight: 600;   
    }

.mainbgwht {
  background: url('../images/innerbg.png') no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 600px;
  padding-top: 50px;
}

.mainbg {
  background: url('../images/innerbg.png') no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 1000px;
}

.mainbg1 {
  background: url('../images/innerbg.png') no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 700px;
}

.servofferd {
    background: url('../images/servoffbox.png') no-repeat;
    background-size: contain;
    width: 100%;
    height: 190px;
}

.servofferd:hover {
    background: url('../images/servoffboxhover.png') no-repeat;
    background-size: contain;
}

.servtxt  {
  padding: 30px;
   left: 4%;
}

.mumbertxt {
  color: #D9D9D9;
  font-size: 35px;
  bottom: 4%;
    left: 15%;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checklist li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 20px;
  font-weight: 400;
  color: #555252;
}



.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 22px;
  height: 22px;
  background: url('../images/check.png') no-repeat center center;
  background-size: contain;
}

.need {
    top: 20%;
    text-align: center;
    width: 100%;
}

.contact-btn, .submit-btn {
  display: inline-block;
  padding: 10px 25px;
  background-color: #fff;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.submit-btn {
  border: 1px solid #DCDADA;
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.contact-btn .gradient-text, .submit-btn .gradient-text {
  background: linear-gradient(to right, #FF4D9E, #F29249);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.4s ease;
  display: inline-block;
}

.contact-btn:hover, .submit-btn:hover  {
  background: linear-gradient(to right, #FF4D9E, #F29249);
}

.contact-btn:hover .gradient-text, .submit-btn:hover .gradient-text {
  -webkit-text-fill-color: #fff;
  background: none;
}


.discovertxt{
  top: 47%;
    text-align: center;
    width: 100%;
}

.hover-card:hover .discovertxt{
  color: #fff;
}



.techtext {
  position: relative;
   left: -11%;
}

  .custom-card {
      background: url('../images/box.png') no-repeat center;
      background-size: cover;
      border-radius: 20px;
      padding: 50px;
      height: 271px;
      transition: all 0.4s ease;
      overflow: hidden;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
    }

    .custom-card:hover {
      background: url('../images/boxhover.png') no-repeat center;
      background-size: cover;
      width: 469px;
    height: 373px;
    z-index: 10;
    }

    .custom-card .icon {
      width: 45px;
      margin-bottom: 10px;
    }


    .card-content {
      opacity: 0;
      visibility: hidden;
      max-height: 0;
      transition: all 0.4s ease;
      overflow: hidden;
    }

    .custom-card:hover .card-content {
      opacity: 1;
      visibility: visible;
      max-height: 400px;
      margin-top: 15px;
    }

    .card-content p {
      font-size: 0.9rem;
      margin: 0 0 8px;
    }

    .card-content ul {
      padding-left: 20px;
      margin: 0;
    }

    .card-content ul li {
      font-size: 0.9rem;
      margin-bottom: 5px;
    }

    .vissiontxt {
      width: 20%;
       top: 35%;
       color: #463F3F;
    }

    .ourvaluestxt {
      width: 30%;
       top: 0;
       right: 4%;
       line-height: 42px;
        color: #463F3F;
    }

    .leadtxt {
      bottom: -4%;
    }

    /* .testimotxt {
       top: 90%;
       padding: 0px 90px 0px 0px;
    } */


.testimotxt {
  padding: 20px;
  height: 100%;
  width: 81%;
  z-index: 2;
  margin-top: -67px;
}

/* .slick-prev, .slick-next {
   background: linear-gradient(90deg, #FF4D9E 0%, #F29249 100%);
} */

    .need1 {
    top: 12%;
    text-align: center;
    width: 100%;
}

    .abtf40 {
    font-family: 'Hepta Slab', serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
}

    .fina{
    font-family: 'Hepta Slab', serif;
    font-size: 25px;
    line-height: 48px;
    font-weight: 500;
}

    .abtf40n {
    font-family: 'Hepta Slab', serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
}

 .timeline-line {
      position: absolute;
      left: 18px;
      top: 0;
      bottom: 0;
      width: 2px;
      background-color: #eee;
      z-index: 0;
    }

    .timeline-point {
      width: 14px;
      height: 14px;
      background: #fff;
      border-radius: 50%;
      border: 3px solid #fff;
      box-shadow: 0 0 0 2px #ff4b8b88;
      position: absolute;
      left: 0;
      z-index: 1;
    }

    .capability-item {
      position: relative;
      padding-left: 50px;
      margin-bottom: 40px;
    }

    .heigh383 {
      height: 341px;
    }
   

    @media (max-width: 767px) {
      .capability-item {
        padding-left: 40px;
      }

      .timeline-line {
                left: 25px;
      }

      .timeline-point {
        left: 6px;
      }
    }


 .job-card{
    background: url(../images/jobbox.png) no-repeat;
    background-size: cover;
    width: 100%; 
    height: 326px;
}

.jobtext {
  top: 0;
    left: 0;
       padding: 40px;
    font-size: 13px;
    padding-right: 0 !important;
  }

.apply {
 bottom: 5%;
    left: 9%;
    position: absolute;
}



.apply-now {
  color: #000;
  font-weight: 600;
}

.pinklink {
  color: #000;
  font-weight: 600;
}


.apply-now i {
  margin: 5px 0px 0px 3px;
    font-size: 15px;
    display: inline-block;
    transform: rotate(-52deg);
}

.apply-now:hover, .apply-now:hover i, .pinklink:hover {
  background: linear-gradient(90deg, #FF4D9E 0%, #F29249 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
}


 .carerrformbg{
 position: absolute;
 top: 30px;
 left: 0;
 padding: 30px 120px 0px 40px;
}

.careerbgcolor
{
  background: linear-gradient(90deg, #FF4D9E 0%, #F29249 100%);
    border-radius: 15px;
    padding: 30px;
}

.custom-form {
padding-left: 60px;
font-size: 18px;
}

.form-group {
  margin-bottom: 15px;
}

label {
  display: block;
  margin-bottom: 5px;
}

.required {
  color: red;
}

input[type="text"],
textarea,
input[type="email"],
input[type="tel"],
select {
  width: 100%;
  padding: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

input[type="file"] {
  display: block;
  margin-top: 5px;
}

small {
  display: block;
  font-size: 12px;
  color: gray;
  margin-top: 5px;
}

.checkbox {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
}

.checkbox input {
  margin-right: 8px;
  margin-top: 3px;
  width: 20px;
  height: 20px;
}

.booster
{ position: absolute;
    top: 25%;
    left: 25%;
}

.industtxt {
  position: absolute;
  top: 4%;
  left: 5%;
  line-height: 28px;
  padding: 30px 60px 30px 35px;
}

.coretxt {
    position: absolute;
    top: 2%;
    left: 12%;
    line-height: 25px; 
    padding: 30px 60px 30px 35px;
}

.techtxt {
   position: absolute;
    top: 15%;
    left: 0;
    line-height: 25px;
    width: 32%;
    padding: 30px 60px 30px 16px;
}

.outcmetxt {
       position: absolute;
    top: 13%;
    right: -8%;
    line-height: 25px;
    width: 32%;
    padding: 20px 84px 30px 16px;
}

    .pdintop {
        margin-top: 100px;
    }


 .testimols .slick-prev, .testimols .slick-next {
 top: 37%;
background: linear-gradient(90deg, #f54ea2, #ff7676, #ffb76b);
  width: 28px;
  height: 31px;
  }

.gradientbtn {
background: linear-gradient(90deg, #FF4D9E 0%, #F29249 100%);
text-transform: uppercase;
font-family: 'Aeonik TRIAL BOLD';
font-size: 12px;
padding: 15px 18px;
color: #fff;
width: 200px;
}


.button::before,
.button::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

  .button {
    pointer-events: auto;
    cursor: pointer;
    margin: 0;
    position: relative;
    display: inline-block;
    border: 1px solid #FF4D9E;
}
  
.button--mimas {
	overflow: hidden;
	color: #fff;
	background: #e7e7e7;
}

.button--mimas:hover {
	color: #FF4D9E !important;
   border: 1px solid #FF4D9E !important;
}

.button--mimas span {
	position: relative;
 }

.button--mimas:before {
	content: '';
	background: linear-gradient(90deg, #f54ea2, #ff7676, #ffb76b);
	width: 120%;
	left: -10%;
 	transform: skew(30deg);
	transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.button--mimas:hover:before {
	transform: translate3d(100%,0,0);
}


.button1 {
  pointer-events: auto;
  cursor: pointer;
  margin: 0;
  position: relative;
  display: inline-block;
  border: none;
  padding: 10px 25px 9px 25px;
  border-radius: 0.5rem;
  font-size: 15px;
  text-decoration: none;
  z-index: 1;
}

.button--mimas1 {
  overflow: hidden;
  background: linear-gradient(90deg, #f54ea2, #ff7676, #ffb76b);
}

.button1::before,
.button1::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 0;
}

.button--mimas1::before {
  background: #fff;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.button--mimas1:hover::before {
  transform: translate3d(100%, 0, 0);
}

.button--mimas1 span {
  position: relative;
  z-index: 1;
  font-weight: 600;
  background: linear-gradient(90deg, #FF4D9E 0%, #F29249 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.4s ease;
}

.button--mimas1:hover span {
  -webkit-text-fill-color: #fff;
  background: none;
}


footer i {
  color: #888A8C;
  font-size: 25px;
}

footer a:hover, footer a:hover i {
     background: linear-gradient(90deg, #FF4D9E 0%, #F29249 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
}

.weserv .slick-current .default-img {
  display: none;
}

.weserv .slick-current .hover-img {
  display: block;
}


/****************** Mobile menu *****************************/

#menu {
  background: #fff;
  height: 100%;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  top: 0px;
  right: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-out;
  z-index: 1100;
text-align: left;
  
}

#menu.open {
  opacity: 1;
  visibility: visible;

}


#menu .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 50px 10px 0px 0px;
}

#menu .main-nav ul li {
  border-bottom: 0px solid #d9d9d9;
  padding: 10px 40px 10px 30px;
}

#menu .main-nav ul li ul  {
  padding: 10px 0px 0px 0px;
}

#menu .main-nav ul li ul li {
  border-bottom: 0px solid #d9d9d9;
  padding: 5px 0px;
}



#menu .main-nav ul li a {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
}

#menu .main-nav ul li a:hover {

  color: #FF4D9E;

}

#menu .main-nav ul li a[aria-expanded="true"]::after {
  content: "\f106";
  font-family: "FontAwesome";
  float: right;
  font-size: 18px;
  padding-left: 10px;
}

#menu .main-nav ul li a[aria-expanded="false"]::after {
  content: "\f107";
  font-family: "FontAwesome";
  float: right;
  padding-left: 10px;
  font-size: 14px;
}

#menu .main-nav ul li ul li a {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}


.toggle-menu {
 
  /* background-image: url('images/mobile-icon.png'); */
  background: none;
  border-radius: 5px;
  cursor: pointer;
  border: 0;
  position: relative;
  z-index: 1110;
  top: 0;
  right: 14px;
  padding: 0px;
}

.toggle-menu span {
  background-color: #000;
  content: "";
  display: block;
  height: 3px;
  left: calc(50% - 13px);
  position: absolute;
  top: calc(50% - 2px);
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
  width: 26px;
  right: 0;
  border-radius: 2px;

}

.toggle-menu span:before {
  background-color: #000;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
  width: 26px;
  border-radius: 2px;
}

.toggle-menu span:after {
  background-color: #000;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
  width: 26px;
  border-radius: 2px;
}

.toggle-menu span:before {
  top: 7px;
}

.toggle-menu span:after {
  top: -7px;
}

.toggle-menu.active span {
  background-color: transparent;
  transition: background 0.2s ease-out;

}

.toggle-menu.active span:before,
.toggle-menu.active span:after {
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
}

.toggle-menu.active span:before {
  top: 0;
  transform: rotate3d(0, 0, 1, -45deg);
}

.toggle-menu.active span:after {
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg);
}

@media (min-width: 821px) {
  .d-custmd-none {
    display: none !important;}
  }


  /******************************** MOBILE CSS ***************************/


@media (max-width: 575.98px) and (max-width: 767px) {

  .bannerhead h1 {
           font-size: 41px;
         line-height: 58px;
        padding: 27px 15px 50px 15px;
    }

  .banner .overlay-text {
    left: 8%;
}

.banner .overlay-text h1 {
        font-size: 20px;
        width: 50%;
        line-height: 23px;
    }
    

.bannertext {
    bottom: 17px;
        width: 89%;
        right: 19px;
        font-size: 17px;
        line-height: 26px;
        padding: 0px 0px 0px 0px;
}

.contnumb {
    font-size: 50px;
}

.numbtxt {
    font-size: 20px;}


.h1 {
    font-size: 25px;}

.aipoweredbg {
    width: 300px;}

  .f25gry, .f25  {
    font-size: 18px;}

.scroll-area {
   padding-bottom: 330px;
}

.scroll-area .card, .industries .card {
    height: 270px;}

.bankingtxt {
    top: 92%;
    width: 100%;
}

    .bankingtxt1 {
        top: 89%;
        width: 80%;
    }

.industries .slick-list {
     padding: 42px 0px;
}

.pdintop {
  padding-top: 150px;
}

.innrbannertext {
    position: absolute;
        top: 72%;
        left: 4%;
        width: 53%;
        padding: 0px 0px 0px 0px;
}

.whychoose {
        height: 90vh;
        margin-top: 350px !important;
    }

  .whychoose1 {
        height: 90vh;
        margin-top: 0px !important;
    }

.techtext {
     left: 13%;
        top: -109px;
        width: 90%;
}

.need {
    top: 7%;
}

  .need  .h1 {
        line-height: 27px;
    }
.job-card {
   height: 404px;
}

  .jobtext {
     padding: 45px !important;
     font-size: 15px;
}

.custom-form {
padding-left: 0px;
font-size: 18px;
}


.booster img {
         width: 75px;
}

.booster {
    position: absolute;
    top: 2%;
    left: 8%;
}

.booster .h1 {
  font-size: 20px;
  line-height: 32px;
}

.pdintop90 {
  padding-top: 90px;
} 

.pdintop100 {
  padding-top: 100px;
} 

.pdintop60 {
  padding-top: 70px;
} 

.pdintop140 {
  padding-top: 140px;
} 


.flip-card-inner{
    min-height: 513px;
    }
  

.ourvaluestxt, .vissiontxt {
    width: 82%;}

.abtimgtop {
  margin-top: 300px;
}
.ourvaluestxt {
           top: 95%;
        right: 0%;
      line-height: 36px;}
.vissiontxt {
      top: -5%;
    left: 15%;
  padding-right: 30px;}
.leadtxt {
    bottom: 2%;
}

.abtf40 {
   font-size: 18px;
        line-height: 22px;
      margin: 4px 0 !important;}
.abtf40n {
    font-size: 17px;
    line-height: 16px;
    margin: 4px 0 !important;
}

.contact-btn, .submit-btn {
    padding: 7px 15px;
  margin-top: 9px;}

  .banner .overlay-text p {
font-size: 12px;
}

.gradient-box {
  background: linear-gradient(90deg, #f54ea2, #ff7676, #ffb76b);
  color: #fff;
  padding: 20px 4px;
  border-radius: 0 40px 0 40px; /* Rounded top-right corner */
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  max-width: 400px;
}

.fina {
    font-family: 'Hepta Slab', serif;
    font-size: 18px;
    line-height: 32px;}

  .industtxt {
    font-size: 16px;
  }

.coretxt, .techtxt, .outcmetxt {
     position: inherit;
    left: 0;
  padding: 14px;}

  .techtxt, .outcmetxt {
     width: 90%;
     top: 3%;}
.mb195 {
  margin-bottom: 195px;
}

.bannerhead {
    top: 0px;}

.carerrformbg p.h1 {
    line-height: 26px;
}    
.carerrformbg {
top: 10px !important; }    

.mumbertxt {
    bottom: 13%;}
    
.servtxt .f18 {
  font-size: 16px;
}

.heigh383 {
    height: 383px;
}


.hover-card:hover .default-img {
  display: block;  
}

.hover-card:hover .hover-img {
  display: none;
  color: #fff !important;
}

.carerrformbg .f18 {
  font-size: 16px ;
}

.custom-card {
    background: url(../images/box-small.png) no-repeat center;
    background-size: cover;
  height: 214px;}


.mainbgwht {
    padding-top: 110px;
}

.ippadbtm1 {
  padding-bottom: 170px !important;
}

}

/*************************************** Ipad Air and Mini***********************/
@media screen and (min-width: 768px) and (max-width: 991px) {
.dispnone {
    display: none !important;}
 
     .bannerhead h1, .banner .overlay-text h1  {
        font-size: 21px;
        line-height: 29px;
        margin-bottom: 6px !important;
    }

.bannertext {
        bottom: -28px;
        right: 4px;
        font-size: 13px;
        line-height: 16px;
        width: 45%;
      }

  .gradientbtn {
      padding: 10px;
}

.scroll-area .card {
    height: auto;
  padding: 14px !important;}

.ippadbtm {
  padding-bottom: 170px !important;
}

.aipoweredbg, .servofferd, .job-card   {
    background: none;}

.itsoltxt {
   padding: 10px !important;
}

.mumbertxt {
    top: 12%;
    left: 0%;
}

.pdintop {
  padding-top: 60px;
}

.carerrformbg {
    top: 30px;
    left: 0;
    padding: 2px 19px 0px 24px;
}

.custom-form {
    padding-left: 13px;
    font-size: 14px;
}


.need .h1, .carerrformbg .h1 {
    font-family: 'Hepta Slab', serif;
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
}

input[type="text"], input[type="email"], input[type="tel"], select {
    padding: 8px;
 
}

.need {
    top: 2%;
    left: 20%;
}


.contnumb {
    font-size: 50px;
}

.numbtxt {
    font-size: 20px;}

    .innrbannertext {
    position: absolute;
    bottom: -21%;
    left: 11%;
    width: 45%;
    padding: 0px 0px 0px 0px;}

  .whychoose {
        height: 90vh;
    }

  .techtext {
    position: relative;
    left: 0;}

.techimg img, img.techimg {
  display: none !important;
}

.ipw100 {
  width: 100%;
}

.jobtext { 
  padding: 0 !important;
}

.jobtext .f18 {
    font-size: 14px;
}

.apply {
    bottom: 21px;
    left: 0;
    position: absolute;
}

.booster {
    top: 3%;
    left: 8%;
}

.ourvaluestxt {
    width: 50%;
    right: -7%;
    line-height: 31px;}
.vissiontxt {
    width: 50%;}
.leadtxt {
    bottom: -30%;
}

.abtf40 {
    font-size: 22px;
    line-height: 27px;}

.abtf40n {
    font-family: 'Hepta Slab', serif;
    font-size: 22px;
    line-height: 2px;}

  .custom-card {
    background: none;
  padding: 8px;
    height: 220px;}

      .custom-card p {
        font-weight: 400 !important;
      }

       .custom-card:hover {
        background: #fff;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        padding: 17px;
        height: 405px;
       }

.fina {
    font-size: 16px;
    margin: 0px !important;
    line-height: inherit;}

    .abtf40 {
        font-size: 22px;
        line-height: 2px;
    }


.innrbannertext1 {
        position: absolute;
        bottom: 9%;
        left: 11%;
        width: 45%;
        padding: 0px 0px 0px 0px;
    }
.testimotxt {
    padding: 0px 25px 0px 0px;
}


}

/* For Large screens */

@media (min-width: 1500px) {
 .booster
{ position: absolute;
    top: 25%;
    left: 31%;
}


}

