*{
  /*for firefox*/
  scroll-behavior: smooth
}
/*
------------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 

---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url('satoshi.css');

/* 

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
:root {
  --orange: #0062A3;
  --black: #000000;
  --blue: #0076B9;
  --light-orange: #FFE797;
  --light-green: #E3EAA7;
  --light-blue: #C1E5F9;
  --fs-medium:1rem;
  --fs-xx-medium:1.75rem;
  --fs-large:2.25rem;
  --fs-xx-large: 2.50rem;
  --hsHeadingTop: 100px;
  --clr1: #fb5457;
    --clr2: #5857f9;
    --clr3: #9c34f0;
    --service1Height: 120vh;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: var(--fs-medium);
  line-height: 20px;
  color: var(--black);
  font-family: 'Satoshi-Medium';
}

html,
body {
  font-family: 'Satoshi-Medium';
  font-size: var(--fs-medium);
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

img {
  width: 100%;
}

.title-latest {
  font-family: 'Satoshi-Medium';
  font-size: 1.45rem;
  color: white;
  margin-bottom: 10px;
  align-items: left;
  background: rgb(4,47,129);
  background: linear-gradient(90deg, rgba(4,47,129,1) 0%, rgba(0,9,27,1) 100%);
  border-radius: 50px;
  width: 185px;
  padding: 5px 20px;
  position: relative;
  left: 14px;
}
.title-latest > img{
  margin-bottom: 3px;
}
.title{
  font-family: 'Satoshi-Bold';
  font-size: var(--fs-xx-large);
  color: var(--black);
  margin-bottom: 10px;
}
@media (max-width: 450px){
  .title{
    font-size: 2rem !important;
    padding: 15px !important;
  }
}



/* 
----------------------------------------------
Header Area
----------------------------------------------
*/
.header-area .main-nav {
  background: transparent;
}

.header-area .main-nav .logo {
  margin-left: 20px;
  width: 12%;
  line-height: 80px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav {
  float: right;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding: 0 25px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-family: 'Satoshi-Medium';
  font-size: 15px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 32px;
  line-height: 32px;
  border: transparent;
}

.header-area .main-nav .nav li:hover a {
    color: #0062A3;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 25px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 999;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: white;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: white;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: black;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: black;
}


.header-area.header-sticky {
  height: 13vh;
  width: 100%;
  background-color: rgba(0, 9, 23, 0.3);
  backdrop-filter: blur(10px);
  z-index: 10000;
  position: fixed;
  top: 0px;
  nav ul li a{
    color: white;
  }
  }

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  font-family: 'Satoshi-Bold';
  color: var(--orange);
}


@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-area .main-nav:before {
    display: none;
  }
}



@media(max-width: 991px) {
    .header-area .main-nav .logo {
      position: relative;
      z-index: 9999;
      color: #1e1e1e;
    }
  .header-area .nav {
    margin-top: 0 !important;
  }

  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }

  .header-area {
    background-color: #f7f7f7;
    box-shadow: none;
    text-align: center;
    height: 13vh;
  }

  .header-area .container {
    padding: 0px;
  }

  .header-area .logo {
    width: 150px !important;
  }

  .header-area .menu-trigger {
    display: block !important;
  }

  .header-area .main-nav {
    overflow: hidden;
  }

  .header-area .main-nav .nav {
    position: absolute;
    float: none;
    width: 100%;
    height: 103vh;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
    padding: 15vh 0 0 0;
  }

  .header-area.header-sticky .nav {
    background-color: white;
    flex-direction: column;
  }

  .header-area .main-nav .nav li {
    height: min-content;
    width: 100%;
    background: #fff;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .header-area .main-nav .nav li a {
    text-align: left;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 10vw !important;
    border: none !important;
    color: #000000;
  }

  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }

  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }

  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }

  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }

  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }

  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 767px) {
  /* .header-area .main-nav .nav {
    display: flex !important;
  } */
  .addressImage p {
    font-size: 14px; /* Adjust font size for smaller screens */
  }
}


/* 
New hero session styles
*/
.hero-font {
  font-size: 45px;
  line-height: 1.4;
  font-family: 'Satoshi-Bold' !important;
  font-weight: bold;
  text-align: center;
  font-size: 2.5rem;
  margin-top: 2%;
}

.text-gradient {
  background: rgb(246, 145, 43);
  background: linear-gradient(90deg, rgba(246, 145, 43, 1) 0%, rgba(149, 204, 45, 1) 32%, rgba(11, 130, 217, 1) 64%, rgba(0, 98, 163, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* .background-logo::before {
  content: '';
  background-image: url(../images/hero/orange_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0%;
  width: 34%;
  height: 100vh;
} */

.background-logo {
  height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.careers_bg{
  width: 32%;
  right: 0px;
  position: absolute;
  z-index: -1;
}
.orange_bg{
  width: 32%;
  right: -20%;
  top: -2%;
  position: absolute;
  /* animation-name: orange_bg_aniamtion ;
  animation-duration: 2.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; */
}
@keyframes orange_bg_aniamtion {
  from {right: 40%;rotate:-120deg;}
  to {right: -17%;rotate: 0deg;top: -2%;}
}
.green_bg{
  width: 30%;
  left: -20%;
  bottom: 3%;
  position: absolute;
  /* animation-name: greeen_bg_aniamtion ;
  animation-duration: 2.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; */

}
@keyframes greeen_bg_aniamtion {
  from {left: 40%;rotate:120deg;}
  to {left: -15%; bottom:3%; rotate: 0deg;}
}

.blue_bg{
  width: 30%;
  right: -20%;
  bottom: -30%;
  position: absolute;
  /* animation-name: blue_bg_aniamtion ;
  animation-duration: 4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; */
}
@keyframes blue_bg_aniamtion {
  from {right: 40%; bottom: -110px;rotate:100deg;}
  to {right: -15%; bottom: -110px;rotate:0deg;}
}
.hero-icons {
  max-width: 9rem;
  height: auto;
  & img{
    width: 65px;
  }
}



.background-header {
  z-index: 10000;
  height: 13vh !important;
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.5) !important;
  nav ul li a {
    color: black !important;
  }
  .main-nav .menu-trigger span,
  .main-nav .menu-trigger span:before,
  .main-nav .menu-trigger span:after {
    background-color: black;
  }
  .main-nav .menu-trigger.active span:before,
  .main-nav .menu-trigger.active span:after {
    background-color: black;
  }
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.service-icon {
  padding-left: 4%;
  padding-right: 4%;
  justify-content: space-evenly;
  display: flex;
  margin-top: 20px;
  margin-bottom: 2%;
}

.hero-container{
  position: relative;
  display: grid;
  width: 100%;
  margin: 3% auto 0 auto;
  text-align: center;
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 767px) and (max-width: 1023px) {
  .contactDetails > p{
    font-size: 15px;
  }
  .hero-font {
    font-size: 34px;
    line-height: 1.6;
    font-family: 'Satoshi-Bold' !important;
    font-weight: bold;
  }

  .background-logo {
    height: auto !important;
    display: block;
    flex-direction: column;
    justify-content: space-evenly;
}
.green_bg {
  width: 25%;
  position: absolute;
  top: 15%;
  }

  .blue_bg {
    width: 25%;
    right: -125px;
    bottom: 50%;
    position: absolute;
}




  .service-icon {
    flex-wrap: wrap;
    justify-content: space-evenly;

  }
}

/* Media Query for Mobile Devices */
@media (max-width: 480px) {
  .contactDetails > p{
    font-size: 13px;
  }
  .addressImage p {
    font-size: 14px; /* Adjust font size for smaller screens */
  }
  .hero-container {
    width: 100%;
    margin: 0;
    text-align: center;
}

  .hero-font {
    font-size: 26px;
    line-height: 1.4;
    font-family: 'Satoshi-Bold' !important;
    font-weight: bold;
    width: 100%;
    text-align: left;
    padding-left: 5vw;
  }

  .service-icon {
    width: 100%;
    display: flexbox;
    flex-wrap: wrap;
    /* flex-direction: column; */
    align-items: center;
  }

  .background-logo {
    height: auto;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-top: 100px;
  }
  .service-icon{
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-icons {
    display: flex;
    align-items: center;
    max-width: unset;
    p{
      padding-left: 6px;
      text-align: left;
    }
  }
  .hero-icons  img{
    width: 65px;
  }

  .service-wrapper {
    flex-direction: column;
  }
}

@media (max-width:425px) {
  .hero-font {
    margin-top: 40px;
  }
}
@media (max-width:425px) {
  .service-icon {
    display: flex;
    flex-wrap: wrap;
    a{
      margin: 4px 0;
    }
  }
}


/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/
/* .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0px 0px 120px 50px;
  position: relative;
  left: 0px;
} */

/* .main-banner:before {
  content: '';
  background-image: url(../images/Layer_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 65px;
  width: 375px;
  height: 535px;
} */

.banner_item {
  display: flex;
  height: 100vh;
}

.banner_item div:first-child {
  width: 100%;
  /* padding-top: 15%; */
  padding-left: 6%;
  align-self: center;
}

/* .banner_item div:nth-child(2) {
  width: 70%;
  padding-top: 39px;
} */

.pl-5 {
  padding-left: 15px !important;
}

.main-banner .banner_item h6 {
  text-transform: uppercase;
  font-size: 25px;
  font-family: 'Satoshi-Bold';
  color: #FFBA34;
  margin-bottom: 15px;
}

.main-banner .banner_item h2 {
  padding: 2% 0;
  font-size: 50px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: url('../images/text gradient.webp');
  background-repeat: repeat;
  animation: moveBackground 15s linear infinite;
}

.main-banner .banner_item p {
  color: white;
  margin: 25px 0px;
  font-family: 'Satoshi-Regular';
  width: 85%;
  font-size: 18px;
  line-height: 32px;
}

.main-blue-button a {
  position: relative;
  display: inline-block;
  border-radius: 4px;
  background-color: var(--blue);
  font-family: 'Satoshi-Black';
  color: #fff;
  text-transform: uppercase;
  padding: 10px 80px;
  letter-spacing: 0.25px;
  transition: all 0.5s ease;
}

.main-blue-button a::before {
  content: '';
  position: absolute;
  border-radius: 4px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #F68515,#FFB936);
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.5s ease;
  z-index: -1;
}
.main-blue-button a:hover::before{
    transform: scaleX(1);
}
.main-blue-button a:hover {
  background-color: transparent;
  color: #ffffff;
  border-radius: 4px;
  transition: all 0.5s ease;
}

.main-banner .owl-dots {
  width: max-content;
  display: flex;
  align-items: center;
  margin-top: -16vh;
  text-align: left;
  margin-left: 22vw;
  position: relative;
}

.main-banner .owl-dots .owl-dot {
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: white;
  opacity: 0.3;
  margin: 5px;
}

.padding-bottom {
  padding-bottom: 25px;
}

.font-vertical {
  font-size: 20px;
}

.main-banner .owl-dots .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}

@media (max-width: 770px) {
  .contactDetails > p{
    font-size: 13px;
  }
  .banner_item div:first-child {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 15%;
    width: 100%;
  }

  .banner_item div:nth-child(2) {
    display: none;
  }

  /* .main-banner:before {
    content: '';
    background-image: url(../images/Layer_1.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 10px;
    width: 375px;
    height: 535px;
  } */
}


/* 
----------------------
Services
----------------------
*/

.services-header {
  font-size: 3rem;
}

.service {
  font-size: 50px;
}

.service-container {
  display: grid;
  gap: 1ch;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(2, 1fr);

  &>* {
    border-radius: 0.4ch;
    color: hsl(215, 75%, 10%);
    container-type: inline-size;
    grid-column: var(--gc, auto);
    grid-row: var(--gr, auto);
    padding: 1.4rem;

    & h2 {
      margin-block: 0 1ch;
    }
  }
}

.wrapper {
  display: grid;
  margin: 0 auto;
  height: 45rem;
  /* grid-row: 1 / span 2; */
  grid-row: var(--gr, auto);
  max-width: 70rem;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-gap: 30px;
}

.our-service {
  background: border-box;
  padding: 40px !important;
}

.flex {
  display: flex;
}

.ai-consulting {
  --gc: span 6;
  background: linear-gradient(-90deg, #FEC877, #FFFEDA);
  border: 1px solid #FEC877;
  position: relative;
  background-size: 100% 100%;
  overflow: hidden;
  z-index: 0;
  & h2 {
    font-size: var(--fs-xx-medium);
    font-family: 'Satoshi-Bold';
  }
  & p{
    font-size: var(--fs-medium);
    font-family: 'Satoshi-Medium';
    line-height: 30px;
    width: 90%;
    text-align: left;
  }
}

.ai-consulting-img {
  width: 19rem;
  height: 15rem;
  align-self: flex-end;
}

.width-60 {
  width: 60%;
}

.digital_transformation {
  --gc: span 3;
  --gr: span 2;
  background: linear-gradient(-60deg, #8AD2FA, #ffffff);
  border: 1px solid #8AD2FA;
  position: relative;
  background-size: 100% 100%;
  overflow: hidden;
  z-index: 0;

  & h2 {
    font-size: var(--fs-xx-medium);
    font-family: 'Satoshi-Bold';
  }
  
  & p{
    font-size: var(--fs-medium);
    font-family: 'Satoshi-Medium';
    line-height: 30px;
    text-align: left;
  }
}

.product-developement {
  bottom: 0%;
  position: absolute;
  left: 0%;
  left: 12%;
    width: 75%;
}

.digital-transformation {
  bottom: 0%;
  left: 0%;
  position: absolute;
  object-fit: cover;
  border-radius: 17px
}

.support-services {
  right: 5%;
  width: 5rem;
  bottom: 10%;
  position: absolute;
  object-fit: cover;
}

.enterprise_consulting {
  --gc: span 3;
  --gr: span 2;
  background: linear-gradient(-9deg, #AEE569, #FFFDD4);
  border: 1px solid #AEE569;
  position: relative;
  background-size: 100% 100%;
  overflow: hidden;
  z-index: 0;
  justify-content: space-between;
  flex-direction: column;
  display: flex;
  & h2 {
    font-size: var(--fs-xx-medium);
    font-family: 'Satoshi-Bold';
  }
  & p{
    font-size: var(--fs-medium);
    font-family: 'Satoshi-Medium';
    line-height: 30px;
    width: 90%;
    text-align: left;
  }
  .service-img{
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.product_development {
  --gc: span 4;
  --gr: span 2;
  background: linear-gradient(-90deg, #F8FCFF, #D1EFFF);
  border: 1px solid #F8FCFF;
  position: relative;
  background-size: 100% 100%;
  overflow: hidden;
  z-index: 0;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  & h2 {
    font-size: var(--fs-xx-medium);
    font-family: 'Satoshi-Bold';
  }
  
  & p{
    font-size: var(--fs-medium);
    font-family: 'Satoshi-Medium';
    line-height: 30px;
    width: 90%;
    text-align: left;
  }
}

.support_service {
  --gc: span 4;
  background: linear-gradient(-90deg, #FEC877, #FFFEDA);
  border: 1px solid #FEC877;
  position: relative;
  background-size: 100% 100%;
  overflow: hidden;
  z-index: 0;

  & h2 {
    font-size: var(--fs-xx-medium);
    font-family: 'Satoshi-Bold';
  }
  
  & p{
    font-size: var(--fs-medium);
    font-family: 'Satoshi-Medium';
    line-height: 30px;
    width: 70%;
    text-align: left;
  }
}

/* Hover transition css for services */

.ai-consulting::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-9deg, #FFFEDA, #FEC877);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.ai-consulting:hover::after {
  opacity: 1;
}

.digital_transformation::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, #8AD2FA, #ffffff);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.digital_transformation:hover::after {
  opacity: 1;
}

.enterprise_consulting::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(100deg, #AEE569, #FFFDD4);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.enterprise_consulting:hover::after{
  opacity: 1;
}

.support_service::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-9deg, #FFFEDA, #FEC877);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.support_service:hover::after{
  opacity: 1;
}

.product_development::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-9deg, #D1EFFF, #F8FCFF);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.product_development:hover::after{
  opacity: 1;
}

/* End of hover css */

@media (max-width: 767px) {
  .ai-consulting-img{
    left: 30%;
  }
  .service-container{
    grid-template-columns: unset;
    grid-template-rows: unset;
    &>* {
      /* background: var(--bg, #ffffff); */
      border-radius: 0.4ch;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
      color: hsl(215, 75%, 10%);
      container-type: inline-size;
      grid-column: var(--gc, auto);
      grid-row: var(--gr, auto);
      padding: 1ch;
  
      & h2 {
        margin-block: 0 1ch;
      }
    }
  }
  .product-developement,.digital-transformation{
    position: unset;
  }
  .product_development,.enterprise_consulting,.support_service,.digital_transformation{
    --gc: span 6;
  }
  .width-60 {
    width: 100%;
  }
  .support_service p {
    width: 100%;
  }
}

/* 
Latest News Start
*/
.latest-news-wrapper-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  img{
    transition: transform 0.3s ease;
  }
}
.latest-news-wrapper-item:hover img{
  transform: scale(1.1);
}

.our-latest-news {
  padding: 40px;
  margin-top: 2%;
}


.our-latest-news .item {
  margin: 15px;
}

.our-latest-news,
.owl-carousel-wrapper {
  position: relative;
}

.custom-nav {
  position: absolute;
  top: 50%;
  left: 1%;
  right: 1%;
  z-index: 1;
  transform: translateY(-50%);
}

@media (min-width: 900px){
  .nav1 {
    right: 51%;
  }
}

.owl-prev,
.owl-next,
.owl-prev-hero,
.owl-next-hero {
  background-color: transparent;
  border: none;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  box-shadow: 1px 1px 18px #898686;
}

.owl-prev,
.owl-next {
  background-color: white;
  transition: background-color 0.3s;
}
.owl-prev-hero,
.owl-next-hero {
  background-color: #001E36;
  transition: background-color 0.3s ease;
}

.owl-next,
.owl-next-hero {
  float: right;
}

.owl-prev-hero:hover,
.owl-next-hero:hover {
  background-color: #033156;
  transition: background-color 0.3s ease;
}


.ln-desc {
  text-decoration: none;
  color: #000000;
}

/* 
    Latest News End
    */


/* 
  Verticals
  */
  .vertical-item:hover {
    transition: all 0.3s ease;
    box-shadow: 0px 6px 18px #ddd8d8;
    border-radius: 25px;
  }
  .vertical-item h2 {
    line-height: 2;
  }
.our-market-support {
  background: border-box;
   padding: 40px 15px; 
}

.our-market-support h3 {
  padding: 30px;
}

.careers {
  background: border-box;
   padding: 20px; 
   width: 75%;
}

.careers h3 {
  text-align: left;
}
.careers .title{
  padding: 0 20px;
}

.careers p {
  text-align: left;
}
.vertical-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
    align-content: space-between;
    align-items: center;
}
.vertical-wrapper .vertical-item{
  color: #000000;
  width: 30%;
  margin-bottom: 1rem;
  text-align: center;
  p{
    color: #385566;
  }
}
.careers-vertical-wrapper{
  display: flex;
  flex-wrap: wrap;
    align-content: space-between;
    align-items: left;
}

.careers-vertical-wrapper .careers-vertical-item
{
  background-color: #ffffff;
  width: 43%;
  box-shadow: 0px 1px 15px -3px rgba(0, 0, 0, 0.38);
  margin: 20px;
  text-align: left;
  border-radius: 10px;
}

.careers-vertical-wrapper .careers-vertical-item .careers-item-content
{
  p{
    color:#385566;
  }
  width: 90%;
  padding-left: 30px;
  padding-top: 30px;
}
.careers-vertical-item p{
  font-family: 'Satoshi-Medium';
  font-size: 16px;
    line-height: 28px;
}
.careers-link{
  text-align: right;
  background: #0062A3;
  background: linear-gradient(to top, #0062A3 0%, #83CDFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.vertical-item lottie-player{
  width: 30%;
  margin: 0 auto;
}

.vertical-item p{
  font-family: 'Satoshi-Medium';
  line-height: 2;
  padding: 5%;
}

/* Media Query for Mobile Devices */
@media (max-width: 480px) {
  .vertical-wrapper 
  { 
    gap: 5vh;
    .vertical-item {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-shadow: 5px 5px 15px 5px #ddd8d8;
    border-radius: 10px;
  }
  }
  .careers {
    padding: 20px;
    overflow-x: auto;
    h3{
      position: sticky;
      left: 0;
    }
  }
  .careers::-webkit-scrollbar{
    display: none;
  }
  .careers-vertical-wrapper{
    width: 390%;
    flex-wrap: nowrap;
  }
  .careers-vertical-wrapper .careers-vertical-item {
    margin-left: 0;
    margin-right: 2%;
    box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.25);
  }
  .cv-itm1{
    box-shadow: unset !important;
    border: 2px solid #0B709D;
    div{
      width: 100% !important;
      margin-top: 12%;
      padding-left: 0 !important;
      padding-top: 0 !important;
    }
  }
}
.cv-itm1{
  box-shadow: unset !important;
  border: 2px solid #0B709D;
}
.cv-itm1:hover{
  background-color: #f4fbfe;
}
.careers-item-content > img.smallImg{
  width: 15%;
  margin-bottom: 20px;
}
@media (max-width: 1023px) { 
  .careers{
    width: 100%;
  }
  .careers > img{
    display: none;
  }
  .careers-vertical-wrapper .careers-vertical-item{
    width: 100%;
  }
}


/* Product  Start*/
.r1{
  background: linear-gradient(180deg, rgba(0,23,68,1) 0%, rgba(9,51,131,1) 100%);
  p{
    padding-top: 10px;
  }
}
.ag{
  background: #001744;
}
.cdi{
  background: #003C82 ;
}
.test_n4{
  background: linear-gradient(180deg, rgba(233, 241, 245, 1) 0%, rgba(159, 188, 204, 1) 100%);
}
.n4pic{
  background: linear-gradient(180deg, rgba(239, 254, 255, 1) 0%, rgba(102, 169, 178, 1) 100%);
  p{
    padding-top: 10px;
  }
}

.img-fluid-product-n4pic-body{
  width: 78.3%;
}

.product-item {
  text-align: center;
}

.our-products-title {
  padding: 30px;
}

.img-fluid-r1 {
  width: 150px;
  height: 150px;
}

.img-fluid-ag {
  width: 275px;
  margin: 0 auto;
  padding-top: 20px;
}

.img-fluid-cdi {
  margin-bottom: 38px;
  width: 120px;
  padding-top: 22px;
}

.products-grid-align {
  padding: 0px;
}

.our-products-pha {
  margin: 0 auto;
  padding-bottom: 25px;
  color: #fff;
  font-size: 25px;
}

.our-products-black {
  margin: 0 auto;
  padding-bottom: 25px;
  font-size: 25px;
}



.products-ag-text-wrap {
  padding-top: 26px;
}

.our-products-row {
  padding-bottom: 10px;
}

.img-fluid-product-r1-body {
  margin: 0 auto;
}

.img-fluid-product-cdi-body {
  margin: 0 auto;
}
.products-arrow {
  margin: 0 auto;
  width: 35px;
}
.products-arrow-ag {
  margin: 0 auto;
  width: 35px;
  padding-bottom: 60px;
}

.products-arrow-r1 {
  margin: 0 auto;
  width: 35px;
  padding-bottom: 60px;
}

.prod-arrow-cdi {
  margin: 0 auto;
  width: 35px;
  padding-bottom: 41px;
}

.prod-arrow-height {
  padding-bottom: 40px;
}

/* Product End*/
/* 
---------------
Loader
---------------
 */
.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 99999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body {
  overflow: hidden;
}

/* 
service page
*/
.service-bg {
  background: linear-gradient(120deg, rgba(246, 145, 43, 1) 33%, rgba(149, 204, 45, 1) 33%, rgba(11, 130, 217, 1) 33%, rgba(0, 98, 163, 1) 100%);
  height: 40vh;
  object-fit: cover;
}

.service-header-text {
  position: absolute;
  left: 5%;
  top: 20%;
  font-size: 4rem;
  color: #fff;
  font-family: 'Satoshi-Black';
}

.service-wrapper {
  display: flex;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin: 30px auto;
  list-style-type: none;
}

.service-wrapper li {
  border: 1px solid;
  padding: 10px;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(120deg, rgba(246, 145, 43, 1) 33%, rgba(149, 204, 45, 1) 33%, rgba(11, 130, 217, 1) 33%, rgba(0, 98, 163, 1) 100%);
}

.service-container-page {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  /* display: flex; */
  /* align-items: center; */
}

.service-container-page img {
  width: 50%;
}

.faq-bg {
  width: 100%;
  background-color: #020246;
  display: flex;
  justify-content: center;
}

/* .details-section-image {
  wid
} */

.sample{
  transition: width .5s ease, background-color .5s ease;
}

.d-inline-grid {
  display: inline-grid;
}

/* Technology */

.design{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 32%;
  border: 1px solid #C7C7C7;
  border-radius: 20px;
  padding: 1%;
  .tech-icon{
    margin: 0.2em;
    width: 1em;
  }
}

.design-item-wrapper {
  padding: 5px;
  display: flex;
  flex-direction: column;
  width: 60px;
  align-items: center;
  p{
    align-items: center;
  }
}

.design-images{
  display: flex;
  column-gap: 15px;
  width: 100%;
  text-align: center;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 10px;
  justify-content: space-evenly;
}

.short-tech{
  position: absolute;
  right: 0px;
  list-style: none;
  transition: all 1s ease;
  li{
    padding: 5px;
    background: white;
    margin-top: 10px;
  }
}

.header-tech{
  font-family: 'Satoshi-Bold';
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

/* .design:hover .design-images{
  display: flex;
  flex-wrap: wrap;
  bottom: 10px;
} */

/* .design:hover .short-tech {
  right: -220px;
}
.design:hover .header-tech {
  top: 20px;
} */

.tech-container{
  display: flex;
  flex-wrap:wrap;
  overflow: hidden;
  justify-content: space-between;
  row-gap: 16px;
}


.technology{
  padding: 40px;
  .title{
    padding: 20px 20px 20px 0px;
  }
}

.tech-left{
  animation: scroll-by ease-in;
  animation-delay: 1s;
  animation-timeline: view();
  animation-range-end: 30%;
}

.tech-right{
  animation: scroll-by-left ease-in;
  animation-delay: 1s;
  animation-timeline: view();
  animation-range-end: 30%;
}

.scroller-inner{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}


@keyframes scroll-by-left {
  from  {
    padding-right: 60%;
  }

  to{
    padding-right: 0%;
  }
}

@keyframes scroll-by {
  from  {
    padding-left: 60%;
  }

  to{
    padding-left: 0%;
  }
}

@media (min-width: 330px) and (max-width: 1024px) { 
  .design{
    width: 100%;
  }
}

@media (min-width:1024px){
  .design{
    width: 32%;
  }
}

/** Site  Map**/

.flex-container {
  display: flex;
  flex-wrap: wrap;
  background-color: #001E32;
justify-content: space-evenly;
}

.flex-container > div {
  background-color: #001E32;
  width: 20%;
  margin: 1rem;
  line-height: 35px;
}

.flex-container > div >ul {
  list-style-type: none;
  font-size: 0.8rem;
  text-align: left;
  font-family: 'Satoshi-Medium';
  color: #ffffff;

}

.flex-container > div >ul >li >a {
  color: #ffffff;
}

.list-title {
  font-size: 1rem;
  color: #ffffff;
  text-align: left;
  font-family: 'Satoshi-Bold';
  line-height: 50px;
}

/** Footer **/
.footer-container {
  display: flex;
  background-color: #001421;

}
.footer-container > div {
  background-color: #001421;
  width: 400px;
  font-size: 1.25rem;
  color: #ffffff;
  padding-top: 15px;
  gap: 40px;
  display: flex;
  align-items: center;
}

.footer-container > div > span {
  /* color: #ffffff; */
  padding-right: 10px;
  font-size: 0.90rem;
  text-align: left;
  font-family: 'Satoshi-Regular';
  padding: 10px;
}

.footer {
  background-color: #001421;
  height: 75px;
  font-size: 1.25rem;
  padding-left: 10px;
}

.footer-image {
  width: 40%;
}

.icon-image {
  width: 25px;
}

@media (min-width: 430px) and (max-width: 1024px) { 
  .flex-container {
    display: flex;
    flex-wrap: wrap;
    background-color: #001E32;
    justify-content: space-between;
}


  .flex-container > div {
    width: auto;
}
}

@media (max-width: 480px) {
  /* .icon{
    left: 5px !important;
  } */
   .list-title{
    margin-bottom: 8%;
    width: 108%;
    line-height: normal;
   }
  .flex-container > div {
    width: 30%;
}
.footer-image {
  width: 120px;
}
.footer-container {
  display: flex;
  background-color: #001421;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
}
.footer-container > div{
  width: auto;
}
.footer{
  height: auto;
  padding-left: unset;
}
}



/* 
Showcase css start
*/

.showcase {
  padding: 20px;
  .title{
    padding: 15px;
  }
}
.showcase-image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 20px auto;
}
.showcase-image-container div {
  max-width: 48%;
  margin: 1%;
}
.showcase-image-container img {
  max-width: 100%;
  height: auto;
  width: 100%;
  filter: grayscale(100%);
  transition: filter 0.5s;
}

.showcase-image-container img:hover {
  filter: grayscale(0%);
  transition: filter 0.5s;
}

@media (max-width: 767px) {
  .showcase-image-container div {
    max-width: 90%;
    padding: 20px 0px;
    margin: 0;
  }
  .showcase-image-container div img {
  filter: grayscale(0%) !important;
  }
  .service-container img {
    display: none !important;
  }
}
/* Showcase css end*/

/* Management css start */
  .our-management {
    background: border-box;
    padding: 20px;
    padding-bottom: 0px !important; 
  }
  
  .our-management h3 {
    padding-bottom: 20px;
  }

  .our-management .management-wrapper{
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .management-wrapper > div {
    margin: 40px;
    height: 460px;
  }

  .founder1 .thumb {
    width:auto;
    height:460px;
    background: url('../images/Mahesh.webp') no-repeat center;
    background-size:cover;
    border-radius:3px;
    background-position: top;
  }
  .founder1:hover .infomation{
    display: block;
    overflow: auto;
  }
  .founder1:hover .name-background{
    transform:translate(0%, -100%);
    transition:.5s .25s cubic-bezier(.17,.67,.5,1.03);
    height: 460px;
    overflow: auto;
  }
   .infomation {
    display: none;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    transition: .5s .25s cubic-bezier(.17,.67,.5,1.03);
    color: #ffffff;
    font-family: 'Satoshi-Medium';
    font-size: 17px;
}

  .name-background{
    padding:10px;
    background-color: rgba(22, 101, 146, 0.7);
    color: white;
    transform:translate(0%, -100%);
  }
  .name {
    margin: 10px 0;
    letter-spacing: 3px;
    color:#ffffff;
    font-family: 'Satoshi-Medium';
    font-size: 1rem;
    text-transform: uppercase;
    text-shadow: 0 0 0px #4E7781;
  }
  .role {
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: .85rem;
    color:#b7fffb;
    font-family: 'Satoshi-Medium';
  }
  
  
  /* .management-wrapper .founder {
    width:350px;
    height:350px;
    transform:translate(19%, 7%);
    border-radius:3px;
    box-shadow:0 1px 4px rgba(0,0,0,.3);
    overflow:hidden;
  }
  .management-wrapper .founder .thumb {
    width:auto;
    height:460px;
    background: url('../images/Mahesh.webp') no-repeat center;
    background-size:cover;
    border-radius:3px;
  }
  .management-wrapper .founder .name-background {
    width:auto;
    height:350px;
    position:relative;
    padding:14px 24px;
    background:#166592;
    opacity : 0.7;
    backdrop-filter: blur(10px);
    transition:.4s .15s cubic-bezier(.17,.67,.5,1.03);
  }

  .management-wrapper .founder:hover .name-background {
    transform:translateY(-460px);
  }

  .management-wrapper .founder .name-background .name {
    position:relative;
    margin: 10px 0;
    letter-spacing: 3px;
    color:#ffffff;
    font-family: 'Satoshi-Medium';
    font-size: 1rem;
    text-transform: uppercase;
    text-shadow: 0 0 0px #4E7781;
  }
  .management-wrapper .founder .name-background .role {
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: .85rem;
    color:#b7fffb;
    font-family: 'Satoshi-Medium';
  }
  .management-wrapper .founder .name-background .information {
    display:inline-block;
    margin-bottom: 24px;
    padding-bottom:24px;
    border-bottom:1px solid rgba(0,0,0, .2);
    opacity:0;
    transition:.5s .25s cubic-bezier(.17,.67,.5,1.03);
    color:#ffffff;
    font-family: 'Satoshi-Medium';
    font-size: 17px;
  }
  .management-wrapper .founder:hover .name-background .information, .founder:hover .name-background .information {
    opacity:1;
  } */

  /* .vp {
    position:absolute;
    left:50%;
    top:50%;
    width:350px;
    height:350px;
    transform:translate(-52%, -50%);
    border-radius:3px;
    box-shadow:0 1px 4px rgba(0,0,0,.3);
    overflow:hidden;
  } */
  .vp .thumb {
    width:auto;
    height:460px;
    background: url('../images/Sripad.webp') no-repeat center;
    background-size:cover;
    border-radius:3px;
  }
  .vp:hover .infomation{
    display: block;
  }
  .vp:hover .name-background{
    transform:translate(0%, -100%);
    transition:.5s .25s cubic-bezier(.17,.67,.5,1.03);
    height: 460px;
    overflow: auto;
  }
  /* .vp .name-background {
    width:auto;
    height:350px;
    padding:14px 24px;
    background:#166592;
    opacity : 0.7;
    backdrop-filter: blur(10px);
    transition:.4s .15s cubic-bezier(.17,.67,.5,1.03);
  }
  .vp .name-background .name {
    position:relative;
    margin: 10px 0;
    letter-spacing: 3px;
    color:#ffffff;
    font-family: 'Satoshi-Medium';
    font-size: 1rem;
    text-transform: uppercase;
    text-shadow: 0 0 0px #4E7781;
  } 

  .vp:hover .name-background {
    transform:translateY(-460px);
  }

  .vp .name-background .role {
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: .85rem;
    color:#b7fffb;
    font-family: 'Satoshi-Medium';
  }
  .vp .name-background .information {
    display:inline-block;
    margin-bottom: 24px;
    padding-bottom:24px;
    border-bottom:1px solid rgba(0,0,0, .2);
    opacity:0;
    transition:.5s .25s cubic-bezier(.17,.67,.5,1.03);
    color:#ffffff;
    font-family: 'Satoshi-Medium';
    font-size: 17px;
  }
  
  .vp:hover .name-background .information, .vp:hover .name-background .information {
    opacity:1;
  }*/

  /* .director {
    position:absolute;
    left:80%;
    top:50%;
    width:350px;
    height:350px;
    transform:translate(-50%, -50%);
    border-radius:3px;
    box-shadow:0 1px 4px rgba(0,0,0,.3);
    overflow:hidden;
  } */
  .director .thumb {
    width:auto;
    height:460px;
    background: url('../images/Srini.webp') no-repeat center;
    background-size:cover;
    border-radius:3px;
  }
  .director:hover .infomation{
    display: block;
  }
  .director:hover .name-background{
    transform:translate(0%, -100%);
    transition:.5s .25s cubic-bezier(.17,.67,.5,1.03);
    height: 460px;
  }
  /* .director .name-background {
    width:auto;
    height:350px;
    position:relative;
    padding:14px 24px;
    background:#166592;
    opacity : 0.7;
    backdrop-filter: blur(10px);
    transition:.4s .15s cubic-bezier(.17,.67,.5,1.03);
  }
  .director .name-background .name {
    position:relative;
    margin: 10px 0;
    letter-spacing: 3px;
    color:#ffffff;
    font-family: 'Satoshi-Medium';
    font-size: 1rem;
    text-transform: uppercase;
    text-shadow: 0 0 0px #4E7781;
  }

  .director:hover .name-background {
    transform:translateY(-460px);
  }

  .director .name-background .role {
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: .85rem;
    color:#b7fffb;
    font-family: 'Satoshi-Medium';
  }
  .director .name-background .information {
    display:inline-block;
    margin-bottom: 24px;
    padding-bottom:24px;
    border-bottom:1px solid rgba(0,0,0, .2);
    transition:.5s .25s cubic-bezier(.17,.67,.5,1.03);
    color:#ffffff;
    font-family: 'Satoshi-Medium';
    font-size: 17px;
  }
  
  .director:hover .name-background .information, .director:hover .name-background .information {
    opacity:1;
  } */

  @media (max-width: 480px) {
    .our-management .management-wrapper{
      flex-direction: column;
    }
    .management-wrapper > div {
      margin: 0px;
  }
  }
  /* Management css end*/

/* contact us start */

.contactUsTitle{
  font-family: 'Satoshi-Bold';
  font-size: var(--fs-xx-large);
  color: var(--black);
  /* margin: 0% 0% 0% 4%; */
  padding-bottom: 3%;
  padding-left: 1%;
}
.contactDetails div {
  display: flex;
  gap: 5%;
} 
/* .contactDetails p {
  color: white !important ;
} */
.contactDetails img {
  padding-top: 4px;
  align-self: baseline;
  width: 1em;
}
.pingUsCard {
  box-shadow: 0px 1px 10px 0px  rgba(0, 0, 0, 0.3);
  background-color: white;
  border-radius: 15px;
}
.pingUsImg{
  position: relative;
  width: 5%;
  top: -1px;
  margin-left: 1%;
  margin-right: 1%;
}
.pingUsContainer {
  padding:30px 30px;

}
.pingUsBox{
  flex-grow: 1;
  padding-left: 4.8%;
  /* padding-bottom: 5%; */
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.inputFields{
  border: 1px solid #C7C7C7;
  width: 100%;
  background-color: #FAFBFD;
  border-width: 1px;
  border-radius: 5px;
  padding: 2% 0% 3% 9%;
}
.pingUsContainer{
  textarea{
    padding-left: 10px;
  }
}
.inputFields::placeholder {
  color: #7B8A8F;
}
.pingUsSubmit{
  /* background-color: #58a4eb; */
  background-color: #0076B9;
  border-radius: 5px;
  border: none;
  color: white;
  padding: 7px 40px 7px 40px;
}
.icon {
  position: absolute;
  top: 30%;
  left: 10px;
  transform: translateY(-50%);
  width: 17px;
}

.submitButton{
  display: flex;
  justify-content: end;
  padding: 35px 0px 20px 0px;
}
.addressSection{
  margin: 0px 0px 25px 0px;
  /* height: 144px; */
  border-radius: 10px;
  /* background-image: url('../images/UsBackground.jpg'); */
  border: thin;
}
.pingUsSection{
  display: flex;
  flex-wrap: wrap;
}

.addressImage{
  padding: 0px 3px 0px 32px;
}
.contactDetails > p{
  color: black;
  padding-bottom: 10px;
  font-family: 'Satoshi-Medium';
}
.contactDetails{
  overflow: hidden;
  flex-wrap: wrap;
  margin-top: 1em;
  margin-left: 1em;
  margin-bottom: 1em;
  width: 100%;
}
.city{
  display: flex;
  margin-left: 1em;
  margin-top: 1em;
  img{
    position: relative;
    align-self: baseline;
    margin-top: 4px;
    margin-left: 8px;
    width: 2em;
    border-radius: 5px !important;
  }
}



.user-input-container{
  position: relative;
}

@media (min-width: 300px) and (max-width: 900px) {
  .contactDetails img{
    width: 10%;
    height: 1%;
    padding: 5px 15px 0px 0px;
  }
  .addressImage{
    padding: 0px;
  }
}



.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}


.hs-service-in {
  position: sticky;
  position: -webkit-sticky;
  top: var(--hsHeadingTop)
}

.hs-service {
  height: var(--service2Height);
  position: relative
}

.hs-service h2,.hs-service h4 {
  font-size: 72px;
  color: var(--myClrDark);
  line-height: 1.3;
  margin-bottom: 0;
  font-family: 'Satoshi';
  font-weight: 900;
  text-transform: capitalize;
  position: relative;
  padding: 20px 0;
  padding-left: 120px
}

.hs-service h2.hsTrigBtn,.hs-service h4.hsTrigBtn {
  position: absolute
}

.hs-service h2.hsTrigBtn:nth-last-of-type(1),.hs-service h4.hsTrigBtn:nth-last-of-type(1) {
  top: 240px
}

.hs-service h2.hsTrigBtn:nth-last-of-type(2),.hs-service h4.hsTrigBtn:nth-last-of-type(2) {
  top: 120px
}

.hs-service h2 b,.hs-service h4 b {
  font-weight: 900;
  text-transform: capitalize
}

.hs-service h2 {
  font-size: 45px;
  padding: 6px 0;
  padding-left: 80px
}

.hs-service h4 {
  font-size: 45px;
  padding: 6px 0;
  padding-left: 80px
}


.hsDotBox {
  width: 32px;
  height: 32px
}

.hsDotBox {
  width: 64px;
  height: 64px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.hsDotBox:before {
  content: '';
  position: absolute;
  left: -15px;
  top: -15px;
  background: url(https://ik.imagekit.io/2eribsa8w/round_sVony6uRCE5.svg) no-repeat center center / contain;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  border-radius: 50%;
  -webkit-animation: rotation 5s linear infinite;
  animation: rotation 5s linear infinite
}

@-webkit-keyframes rotation {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }

  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}

@keyframes rotation {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }

  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}

.hsdot-2 {
  background: var(--clr2)
}

.hsdot-3 {
  background: var(--clr3)
}
.hsdot,.hsdot-3a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  background: var(--clr1);
  top: 0;
  opacity: 0
}
.ln-40{
  line-height: 40px;
  font-size: 20px;
}
/* .carousel-img{
    position: relative;
    top: 50px;
    width: 300px;
    height: 300px;
    -webkit-mask-image: url('../images/hero/Mask\ group.png'); //The desired shape goes here
    mask-image: url('../images/hero/Mask\ group.png');
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel-img img{
  position: relative;
  top: 20px;
  /* width: 100%;
  height: 100%;
  object-fit: cover;
} */

/* for mobile devices only */
@media (max-width: 425px) {
  .main-banner .banner_item p {
    padding-right: 5%;
  }
  .nav1{
    position: absolute !important;
    top: 85%;
    margin: 0 1%;
    button{
      box-shadow: 1px 1px 18px #898686;
    }
  }
  .main-banner{
    display: flex;
    flex-direction: column;
  }
  .main-banner .owl-stage-outer{
    flex: 1;
  }
  .owl-item .banner_item{
    display: grid;
  }
  .owl-item .banner_item .header-text{
    margin-top: -40px;
    margin-left: 0;
    padding: 0 7%;
    position: relative;
    overflow:hidden;
    display: grid;
    width: 100%;
    h2{
      font-size: 40px;
      line-height: normal;
    }
    h6{
      text-align: center;
      font-size: 20px;
    }
    p{
      padding-left: 8%;
    }
  }
  .owl-item .banner_item .carousel-img{
    display: none;
  }
  .service-container a{
    padding-bottom: 1ch !important;
    h2,p{
      position: relative;
      text-align: center;
    }
  }
  .our-latest-news .item{
    margin: 0;
  }
  .title-latest{
    position: static;
  }
  .nav2{
    gap: 1rem;
    justify-self: center;
    display: flex;
    margin-top: 10%;
    position: relative;
    button{
      position: relative !important;
      box-shadow: none;
      display: flex;
      border: 2px solid #165888;
      padding: 0;
    }
  }
  .our-products-row{
    p{
      line-height: 30px;
    }
  }
  .technology{
    padding: 20px;
  }
  .popup-content{
    margin-top: 50% !important;
  }
  .close-btn{
    display: none;
  }
}

/* for tablets and iPads only */
@media (min-width:450px) and (max-width:770px){
  .hero-container{
    position: relative;
    margin-top: 12px;
  }
  .itm3,
  .itm5{
    padding-top: 15% !important;
    padding-left: 0;
    .header-text{
      margin: 0;
    }
  }
  .header-text{
    h6,
    h2,
    div{
      text-align: center;
      justify-self: center;
    }
    p{
      padding: 20px;
      text-align: center;
    }
  }
  .service-container{
    a{
      img{
        display: none;
      }
    }
    grid-template-rows: none;
    gap: 5px;
    /* .digital_transformation{
      padding-left: 3px;
    } */
  }
  .design{
    width: 49%;
    padding: 10px;
    .design-images{
      column-gap: 30px !important;
    }
  }
  .bottom-address{
    .contactDetails
    {
      padding-right: 2px;
      img{
        padding: 4px;
      }
    }
  }
  .pingUsContainer{
    padding-bottom: 14%;
  }
  .pingUsBox{
    padding-right: 0;
  }
  .usaImg{
    margin-bottom: 4px;
  }
  .indiaImg{
    margin-right: 4px !important;
  }
  .user-input-container{
    input::placeholder{
      padding-left: 10px !important;
    }
  }
  .main-banner .owl-dots{
    margin-top: -10vh;
    margin-left: 0;
    justify-self: center;
  }
}

@media (max-width: 450px){
  .main-banner .owl-dots{
    justify-self: center;
    margin-left: 0;
    margin-top: -15vh;
  }
  .nav1{
    display: none !important;
  }
}

.addressImage{
  flex-grow: 1;
  color: black;
  line-height: 24px;
  width: 55%;
  .usaImg,
  .dubaiImg,
  .indiaImg{
    flex-grow: 1;
    border: 1px solid #C7C7C7;
    background-color: white;
  }
  .usaImg{
    display: flex;
    .contactDetails{
      position: relative;
      margin-left: 4rem;
      p{
        font-family: 'Satoshi-Medium';
      }
    }
  }
  .usaImg .contactDetails >div >p{
    color: black;
  }
  .indiaImg .contactDetails >div >p{
    color: black;
  }
  .dubaiImg .contactDetails >div >p{
    color: black;
  }
}

.bottom-address{
  .pb-2{
    margin-right: 16px;
  }
  .mail p{
    overflow-wrap: anywhere;
    margin-right: 15px;
  }
  display: flex;
  .indiaImg{
    margin-right: 1em;
    display: grid;
    position: relative;
  }
  .dubaiImg{
    display: grid;
    position: relative;
  }
  .addressSection{
    flex: 1;
  }
}

.tech-container .design-images{
  justify-content: center;
  column-gap: 35px;
  p{
    width: 95px;
    font-family: 'Satoshi-Regular';
  }
}
@media (max-width:991px){
  .slide-text {
    opacity: 0;
    transform: translateX(30%);
    transition: transform 0.5s ease-in;
  }
  .owl-item.active .slide-text {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.5s ease-in;
  }
}
@media (max-width:430px){
  .tech-container{
    row-gap: 15px;
    .design-images{
    column-gap: 20px;
    p{
      width: 75px;
      font-size: smaller;
    }
    }
  }
  .design{
    width: 100%;
    padding: 2%;
    border-radius: 8px;
  }
  .pingUsImg{
    width: 8%;
  }
  .contactUsTitle{
    padding-bottom: 8%;
  }
  .user-input-container{
    input::placeholder{
      padding-left: 8px;
    }
  }
  .bottom-address{
    flex-direction: column;
  }
  .addressImage{
    position: relative;
    width: 100%;
    .pb-2{
      margin-right: 10px;
    }
  }
  .usaImg{
    display: block !important;
  }
  .indiaImg{
    width: 100%;
  }
  .city > img{
    margin-left: 4px;
    width: 1.5em;
  }
  .addressSection{
    .contactDetails{
      margin-left: 3% !important;
      img{
        width: 10%;
      }
      div{
        gap: 0;
      }
    }
  }
  .pingUsCard{
    box-shadow: none;
    .pingUsContainer{
      padding: 0;
    }
  }
  .submitButton{
    padding-top: 10px !important;
  }
  .pingUsSubmit{
    width: 100%;
  }
}

/* for bigger screens */
@media (min-width:1500px){
  .our-latest-news,
  .our-service,
  .our-market-support,
  .our-products-title,
  .technology,
  .showcase,
  .careers,
  #contactus
  {
    margin-left: 12%;
    margin-right: 12%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .showcase-image-container{
    justify-content: initial;
  }
  .careers_bg{
    width: 25%;
  }
  .addressImage{
    width: 46%;
    max-width: 55%;
  }
  .main-banner .banner_item .header-text{
    padding-top: 0;
    align-self: center;
    h6{
      font-size: 35px;
    }
    h2{
      font-size: 100px;
      line-height: 100px;
    }
    p{
      margin: 30px 0px;
      font-size: 30px;
      line-height: 40px;
    }
    .main-blue-button a{
      font-size: xx-large;
    }
  }
  .nav1{
    top: 60%;
  }
  .nav2{
    left: -3%;
    right: -3%;
  }
  .main-banner{
    padding-bottom: 0;
  }
  .service-icon{
    padding-left: 6%;
    padding-right: 6%;
  }
}

#management{
  display: none !important;
}

.service-container > a{
  padding-bottom: 0;
  overflow: hidden;
  position: relative;
}
.support_service > div{
  padding-bottom: 10%;
}
.digital_transformation > img{
  position: absolute;
  left: 0;
  bottom: 0;
}

.enterprise_consulting img{
  position: relative;
  left: 0;
}

@media (min-width:768px){
  .ai-consulting h2{
    width: 110%;
  }
}
/* @media (max-width:768px){
  .owl-prev-hero, .owl-next-hero{
    box-shadow: 1px 1px 18px #898686 !important;
  }
} */
a:hover{
  color: #000000;
}

.our-products-row p {
  line-height: 30px;
}

/* Chatbot button */
#bp-web-widget-container{
  display: none;
}

.error{
  color: red;
  font-size: 14px;
}
#pingForm{
  margin-top: 4%;
}
.design-item-wrapper{
  img{
    width: 80%;
  }
}

/* Consent Box */
@media (max-width: 800px){
  #consentContent{
    flex-direction: column;
    /* padding-bottom: 10px; */
    p{
      width: 100%;
    }
    .buttons{
      position: relative;
      margin: 0;
      justify-content: space-evenly;
    }
  }
}
@media (min-width: 801px){
  .rejectButton{
    /* margin-right: 10px; */
  }
}
/* CSS for popups */
.pop-up {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.popup-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 6px;
  width: 80%;
  max-width: 400px;
}
.close-btn {
  color: black;
  font-size: 25px;
  position: absolute;
  top: 170px;
  right: 473px;
  cursor: pointer;
}
.nav2{
  display: flex;
  top: 38%;
  .owl-prev{
    position: absolute;
    left: 0;
    padding: 0 2px 0 0;
  }
  .owl-next{
    position: absolute;
    right: 0;
    padding: 0 0 0 2px;
  }
}
.nav1{
  display: flex;
  .owl-prev-hero{
    align-items: center;
    position: absolute;
    justify-content: center;
    display: flex;
    left: 0;
  }
  .owl-next-hero{
    align-items: center;
    position: absolute;
    justify-content: center;
    display: flex;
    right: 0;
  }
}

@media (min-width:760px) and (max-width:1024px) {
  .img-fluid-product-r1-body {
    height: unset;
  }
}

.new-hero-banner{
  height: 100vh;
  overflow: hidden;
}
.vid-background{
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  filter: brightness(12%);
}
@media (min-width: 1500px){
  .vid-background video{
    width: 100vw;
  }
}
.main-banner{
  position: absolute;
  top: 0;
  overflow: hidden;
  height: 100vh;
}
@media (min-width:1440px) {
  .banner_item div:nth-child(2) {
    width: 70%;
  }
}
@media (max-width: 900px) {
  .slide-image{
    display: none !important;
  }
  .banner_item .header-text{
    h2,p,div {
      padding: 0 !important;
      width: 100%;
    }
    .main-blue-button a{
      width: 100%;
      text-align: center;
    }
  }
}

.owl-prev-hero, .owl-next-hero{
  box-shadow: unset;
}
@media (min-width:1000px){
  .slide-image{
    flex: 1.5;
  }
.slide-image img {
  top: 0;
  left: 0;
  width: -webkit-fill-available;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  margin-bottom: unset;
}
.owl-item.active .slide-image img {
  opacity: 1;
}
.owl-item:not(.active) .slide-image img {
  opacity: 0;
}

.slide-text {
  flex: 1;
  opacity: 0;
  transform: translateX(40%);
  transition: transform 0.5s ease-in-out;
}
.owl-item.active .slide-text {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.5s ease-in-out;
  h6, h2, p{
    width: 100%;
  }
}
}
.img-container{
  overflow: hidden;
  margin-bottom: 4%;
  img{
    margin-bottom: unset !important;
  }
}

@media (min-width: 770px) and (max-width: 900px){
  .header-text div {
    justify-self: center;
  }
}

@keyframes moveBackground {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}

/* for firefox */
.inputFields[type="number"] {
  -moz-appearance: textfield;
}

/* job details page */
#roles, #skill {
  padding-left: 20px;
}

#roles, #skill, #desc, #loc {
  margin: 15px 0 40px 0;
  line-height: 26px;
}

.explore{
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 0 10vh 0;
  .other-jobs{
    display: flex;
    justify-content:space-evenly;
    align-items: center;
    .job-box{
      width: 30%;
      padding: 20px;
      box-shadow: 5px 10px 18px #ddd8d8;
      border-radius: 20px;
      text-align: left;
      .job-icon{
        margin-bottom: 15px;
        width: 60px;
      }
      div a{
        background: linear-gradient(to top, #0062A3 0%, #83CDFF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
      div .mail-link{
        margin-top: 10px;
        gap: 10px;
        align-items: center;
        display: flex;
        justify-self: right;
      }
      div h4,p{
        margin-bottom: 10px;
      }
    }
  }
}

@media (max-width: 800px){
  .explore {
    .other-jobs{
      gap: 35px;
      flex-direction: column;
      .job-box{
        width: 70%;
      }
    }
  }
}

@media (max-width: 500px){
  .explore::-webkit-scrollbar {
    display: none;
  }
  .explore{
    overflow-x: scroll;
    padding: 20px 25px;
    text-align: left;
    h2{
      position: sticky;
      left: 0;
    }
    .other-jobs{
      width: 250%;
      flex-direction: row;
    }
  }
}

ul.nav li.active-link a{
  font-weight: bold !important;
  color: #0062A3 !important;
}

.aboutus{
  color: black !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 25px;
  background-image: url(../images/aboutimg.webp);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease-out;
  h4{
    font-family: 'Satoshi-Bold';
  }
  .image-container img{
    transition: transform 0.3s ease;
  }
}
@media (min-width: 1000px){
  .aboutus:hover{
    background-size: 110%;
    transition: background-size 0.5s ease-out;
  }

  .aboutus:hover .image-container img {
    transform: translateX(10px);
    transition: transform 0.3s ease;
  }
}
@media (max-width: 1000px){
  .aboutus{
    align-items: flex-end;
    background-size: unset;
    background-position: unset;
  }
}
@media (max-width: 430px){
  .owl-item{
    padding: 0 10px;
  }
}

.whatsapp-button {
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  position: fixed;
  bottom: 65px;
  right: 0;
  width: 8%;
  z-index: 99;
}

@media (max-width: 768px){
  .whatsapp-button{
    padding: 0 !important;
    margin-right: 26px;
  }
}
