body {
  font-family: 'Satoshi', sans-serif;
}

.bannerheading {
  font-size: 3.6rem !important;
  line-height: 1.3 !important;
}

p {
  font-size: 18px;
}

html {
  scroll-behavior: smooth;
}

.submenu-service i,
.submenu-service span {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.mob-show-marketing {
  opacity: 0;
  visibility: hidden;
  display: none;
  position: absolute;
  left: -10px;
}

.submenu-service2:hover .mob-show-marketing {
  opacity: 1;
  visibility: visible;
  display: inline-block;
}

.submenu-service span {
  position: absolute;
  left: -10px;
}

.submenu-service:hover .mob-show {
  opacity: 1;
  visibility: visible;
  display: inline-block;
}

.img-clr-change:hover img {
  -webkit-filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8);
  filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8);
}

.card {
  position: sticky;
  top: 100px;
}

.card__inner {
  will-change: transform;
  background: white;
  border-radius: 14px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px hsla(265.3, 20%, 10%, 35%);
  transform-origin: center top;
}

.cards {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-rows: repeat(var(--cards-count), var(--card-height));
  gap: 40px 0;
}

.shadow-global {
  box-shadow: 3px 3px 20px #d9d9d9;
  cursor: default;
  transition: all ease-in-out .3s !important;
  -webkit-transition: all ease-in-out .3s !important;
  -moz-transition: all ease-in-out .3s !important;
  border: solid thin #fff !important;
}

.shadow-global:hover {
  box-shadow: 0px 0px 10px #d9d9d9;
  border: solid thin 4457e1 !important;
}


/* line animation effect */
.cool-link {
  display: inline-block;
  text-decoration: none;
  position: relative;
}

.cool-link::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #4457e1;
  transition: width 1s;
  position: ABSOLUTE;
  bottom: 0;
  left: 0;
}

.cool-link:hover::after,
.cool-link:active::after {
  width: 100%;
  transition: width 1s;
}
/* 
.img-joinpageup {
  top: 25%;
  left: 50%;
  margin-left: -150px;
} */

/* .contactinfo {
  top: 45%;
  left: 50%;
  margin-left: -150px;
} */

html {
  scroll-behavior: smooth;
}

@media (max-width:574px) and (min-width:320px) {
  p {
    font-size: 15px;
  }

  .slider .slide {
    height: 60px !important;
    width: 170px !important;
  }

  .slider {
    height: 50px !important;
  }
  .logo-pic {
    -webkit-filter: none !important;
    filter: none !important;
}
}

@media (max-width:991px) and (min-width:768px) {
  p {
    font-size: 15px;
  }

}

/* scroll top */
.topbutton {
  display: inline-block;
  background-color: #4457e1;
  width: 50px;
  cursor: pointer;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  /* border-radius: 4px; */
  position: fixed;
  bottom: 30px;
  left: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

.topbutton.show {
  opacity: 1;
  visibility: visible;
}

.topbutton svg {
  transform: rotate(90deg);
  margin: 0px auto;
  margin-top: 15px;
}

@media (max-width:575px) and (min-width:320px) {
  .topbutton {
    right: 10px;
    width: 35px;
    height: 35px;
  }

  .topbutton svg {
    margin-top: 8px;
  }

  .mob-menu {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    background: #fff;
    padding-bottom: 5px;
    box-shadow: 0px 0px 3px #ccc;
  }

  .banner {
    padding-top: 55px;
  }
}

/*Text Animation*/

/*change image color gray to normal*/
.logo-link {
  display: inline-block;
}

.logo-pic {
  width: 100%;
  height: auto;
  /* -webkit-filter: grayscale(100%) brightness(135%) contrast(120%);
  filter: grayscale(100%) brightness(135%) contrast(120%);
  transition: filter 0.3s, box-shadow 0.3s;
  -webkit-transition: filter 0.3s, -webkit-filter 0.3s, box-shadow 0.3s; */
}
/* .black-white{
  -webkit-filter: grayscale(100%) brightness(135%) contrast(120%);
  filter: grayscale(100%) brightness(135%) contrast(120%);
  transition: filter 0.3s, box-shadow 0.3s;
  -webkit-transition: filter 0.3s, -webkit-filter 0.3s, box-shadow 0.3s;
} */
/* 
.logo-link:hover .logo-pic,
.logo-link:focus .logo-pic, .black-white:hover, .black-white:focus {
  -webkit-filter: none;
  filter: none;
} */
.black-white:hover, .black-white:focus {
  opacity: 0.5 !important;
}


.image-display {
  max-width: 100%;
  max-height: 100%;
  transition: opacity 0.5s ease;
  position: absolute;
  top: 70%;
  left: 5%;
  transform: translate(0%, -50%);
  opacity: 0; /* Initially hidden */
}
.number-philosphy{
  font-size: 40px;
  font-weight: 500;
  display: inline-block;
  float: right;
}
.image-active {
  opacity: 1;
}

.reqest-btn-howwework{
  width: 380px;
    font-size: 24px;
    height: 50px;
    line-height: 35px;
}

.iti--allow-dropdown {
  width: 100%
}

#contact-modal .iti__selected-flag .iti__selected-dial-code {
  color: white;
}
.z-100{
  z-index: 100;
}
.learnmore:hover span{
  margin-left: 5px;
}
.learnmore span{
  display: inline-block;
  transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  -webkit-transition: all ease-in-out .2s;
}
.bg-lightblue{
  background-image: url('../images/light-blue-bg.png');
  height: 100%;
  background-size: cover;
  background-position: 0px 0px;
  position: relative;
}
.bg-blugradient:hover{
  border-color: transparent !important;
  background: linear-gradient(45deg, #4b58e5, #313fde);

}
.bg-blugradient{
  position: relative;
  overflow: hidden;
  transition: all ease-in-out .5s !important;
  -webkit-transition: all ease-in-out .5s !important;
  -moz-transition: all ease-in-out .5s !important;
}
.bg-blugradient::before{
position: absolute;
content: '';
background-image: url('../images/data-bg-hover.png');
height: 100%;
width: 100%;
background-size: cover;
opacity: 0.4;
}
.bg-blugradient:hover p, .bg-blugradient:hover a, .bg-blugradient:hover h5{
  color: #fff;
}
.bg-blugradient a{
  color:4457e1;
  z-index: 100;
  position: relative;
}
.gradient-text{
  background-image: -webkit-linear-gradient(45deg, #8f91f3 0%, #4457e1 29%, #7577c7 50%, #755bc3 73%, #181818 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*Testimonial*/
.testimonials-wrap {
  padding: 40px 0;
}

.testimonial-container{
  position: relative;
  padding: 50px 30px 20px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.03);
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .08);
  overflow: hidden;
  min-height: 370px;  
}
.testimonial-container::before{
  content: '';
  background-image: url('../images/testimonial-inner-shape.png');
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    background-size: cover;
}
.testimonial-box {
    display: block;
}
.user-img {
  position: relative;
  min-width: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.carousel-testimonial .item {
  padding: 0px 30px 30px;
}

.name {
  margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}
.position {
  color: #adadad;
  font-size: 14px;
}
.carousel-testimonial .owl-nav {
  display: none;
}
.carousel-testimonial .owl-nav button.owl-next, 
.carousel-testimonial .owl-nav button.owl-prev {
    padding: 0 12px !important;
}
.carousel-testimonial .owl-nav button {
  outline: none;
  padding: 0;
}
.carousel-testimonial .owl-nav button.owl-next span, 
.carousel-testimonial .owl-nav button.owl-prev span {
  display: block;
    font-size: 40px;
    width: 25px;
    height: 25px;
    vertical-align: 0px;
    line-height: 16px;
}
.carousel-testimonial .owl-nav button.owl-next.disabled, 
.carousel-testimonial .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}

 .owl-carousel button.owl-dot {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #ffffff !important;
  margin: 10px;
  border: solid 2px #ccc !important;
}
.owl-carousel .owl-dots{
  text-align: center;
}
.owl-carousel button.owl-dot.active{
  background: #4457e112 !important;
  border: solid 2px #4457e1 !important;
}
.testimonial-box .quote-img{
  position: absolute;
  background: #4457e1;
  width: 25px !important;
  height: 25px !important;
  border-radius: 50%;
  right: -10px;
  top: -40px;
}

 /* animation */
 .right-animation-ai {
  position: absolute;
  top: 35%;
  right: -25%;
}

.animation-ai {
  position: relative;
  top: 50%;
  left: 50%;
  height: 450px;
  width: 450px;
  transform: translatex(-50%);
}

.animation-ai g {
  transform-origin: center;
  transform-box: fill-box;
}

#a {
  animation: clockwise 8s linear infinite;

}

#b {
  animation: clockwise 10s linear infinite;
}

#d {
  animation: clockwise 12s linear infinite;
}

#f {
  animation: clockwise 9s linear infinite;
}

#c {
  animation: anticlockwise 9s linear infinite;
}

#e {
  animation: anticlockwise 11s linear infinite;
}


/* for 0 to 360deg rotation */
@keyframes clockwise {
  from {
      transform: rotatez(0deg);

  }

  to {
      transform: rotatez(360deg);
  }
}

/* for 0 to -360deg rotation */
@keyframes anticlockwise {
  from {
      transform: rotatez(0deg);

  }

  to {
      transform: rotatez(-360deg);
  }
}

/* for smart-phone */
@media only screen and (max-width: 600px) {
  .animation-ai {
      width: fit-content;
      margin: 10px;
  }
}

/* text animation */
.content {
  position: relative;
  z-index: 10;
  width: 450px;
  text-align: center;
}
.values-section {
  width: 450px;
  height: 450px;
  line-height: 450px;
  display: inline-block;
  text-align: center;
  position: absolute;
}

#dynamic-word {
  font-weight: 700;
  color: #000000;
  display: inline-block;
  font-size: 30px;
  position: absolute;
  transition: opacity 0.8s ease-in-out;
  width: 100%;
  left: 0;
}

.fade-out {
  opacity: 0;
}

.fade-in {
  opacity: 1;
}

.active {
  transform: translateX(0);
  opacity: 1;
}

.empower-digital-product {
  background-color: #333333;
}
.lh-desktop45{
  line-height: 45px !important;
}
.disabled:disabled {
  background: #7b6d3c;
}
.disabled:disabled:hover {
  background: #7b6d3c;
}
.bg-contact-common {
    background-image: url(../images/home-contact-bg.png);
    background-size: cover;
    background-position: center;
    background-color: #4457e1;
}
@media (max-width:575px) and (min-width:320px){
  .content {
    width: 200px;
  }
  .values-section {
    width: 200px;
    height: 200px;
    line-height: 200px;
    left: -20%;
    top:5%;
  }
  .banner-home{
    height: 420px !important;
  }
  .banner-home img {
    height: 100%;
  }
  .right-animation-ai {
    top: 50%;
    right: -20%;
  }
  .animation-ai {
    left: 20%;
    height: 200px;
    width: 200px;
  }
  #dynamic-word{
    font-size: 18px;
  }
  .topbutton {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 5px;
}
}
@media (max-width:767px) and (min-width:320px){
  .number-philosphy{
    font-size: 20px;
  }
  .testimonial-box{
    flex-direction: column;
  }
  .testimonial-container{
    min-height: auto;
    text-align: left;
      padding: 45px 15px 20px;  
  }
  .testimonials-wrap{
    height: auto;
  }
  .user-img {
    height: 50px;
    margin-bottom: 15px;
}
.mob-mx-auto{
  margin: 0px auto;
}
}
@media (max-width:767px) and (min-width:575px){
  .content {
    width: 250px;
  }
  .values-section {
    width: 250px;
    height: 250px;
    line-height: 250px;
    left: -30%;
    top:5%;
  }
  .banner-home{
    height: 400px !important;
  }
  .banner-home img {
    height: 100%;
  }
  .right-animation-ai {
    top: 50%;
    right: -10%;
  }
  .animation-ai {
    left: 10%;
    height: 250px;
    width: 250px;
  }
  #dynamic-word{
    font-size: 24px;
  }
}

@media (max-width:1023px) and (min-width:768px){
  .content {
    width: 300px;
  }
  .values-section {
    width: 300px;
    height: 300px;
    line-height: 300px;
    left: -40%;
    top:2%;
  }
  .banner-home{
    height: 450px !important;
  }
  .banner-home img {
    height: 100%;
  }
  .right-animation-ai {
    top: 20%;
    right: -25%;
  }
  .animation-ai {
    left: 10%;
    height: 300px;
    width: 300px;
  }
  #dynamic-word{
    font-size: 30px;
  }
}
@media (max-width:1279px) and (min-width:1024px){
  .content {
    width: 300px;
  }
  .values-section {
    width: 300px;
    height: 300px;
    line-height: 300px;
    left: -40%;
    top:2%;
  }
  .banner-home{
    height: 450px !important;
  }
  .banner-home img {
    height: 100%;
  }
  .right-animation-ai {
    top: 20%;
    right: -25%;
  }
  .animation-ai {
    left: 10%;
    height: 300px;
    width: 300px;
  }
  #dynamic-word{
    font-size: 30px;
  }
}
@media (max-width:1440px) and (min-width:1280px){
  .marketingclients{
height: 450px !important;
object-fit: contain !important;
  }
  .marketingclienttext span{
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }
  .marketingclienttext h3{
    font-size: 24px !important;
  }
  .marketingclienttext p{
    margin-top: 10px;
    font-size: 16px !important;
  }
  .marketingclienttext h4{
    font-size: 20px !important;
  }
  .marketingclienttext ul li{
    font-size: 16px !important;
  }
}