.logoimage{ 
  position: absolute !important;
  margin-left: -60px;
  width: 50px !important;
}
.navbar .logo {
  width: 200px !important;
}
.Typewriter__cursor {
  display: none !important;
}
.services .item {
  padding: unset !important;
}
.number-sec .item {
  text-align: center;
  padding: 25px !important;
  border: 2px solid rgba(255, 255, 255, 0.05);
}
.number-sec .item-boxs { 
  background: -webkit-gradient( linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59) );
  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
}
.item-boxs:after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  background: -webkit-gradient( linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59) );
  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  z-index: -4;
}
.clients .brands .img img {
  max-width: fit-content !important;
  padding:15px;
}
.work-carousel.caroul .content .item-img {
  height: 605px !important;
}
.work-carousel .swiper-slide {
  width: 350px !important;
}