html,
body,
.carousel {
  height: 100%;
}
.cv-bg {
  background: url('../img/cimage/bg-min.png') no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.carousel-indicators li,
.carousel .carousel-indicators li {
  border-radius: 0px;
}
.carousel,
.carousel .carousel-inner,
.carousel .carousel-inner .active,
.carousel .carousel-inner .carousel-item,
.view,
body,
html {
  height: 100%;
}
.logo-img {
  width: 90%;
}
.navbar {
  box-shadow: none;
  webkit-box-shadow: none;
}
.top-nav-collapse {
  background-color: none;
}
.page-footer {
  background-color: #080c27;
}
.mbold {
  font-family: 'proxima_novaextrabold';
  margin-bottom: 0rem;
  line-height: 1;
}
.mlight {
  font-weight: 100 !important;
  font-family: 'proxima_nova_thin';
  margin-bottom: 0rem;
  line-height: 1;
}
.moutline {
  font-weight: 1000 !important;
  font-size: 65px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  -webkit-text-fill-color: none;
  margin-bottom: 0rem;
  line-height: 1;
}
.contact-subtitle {
  font-weight: 600;
}
.ltr-spacing {
  letter-spacing: 7px;
  /* font-size: 20px;*/
  color: white;
  font-family: "proxima_nova_thin";
}
.d-md-block {
  font-size: 1.rem;
  margin-top: 20px;
}
a.ltr-button {
  opacity: 0.8;
  font-size: 18px;
}
a.ltr-button:hover {
  color: #fff;
  opacity: 1;
  letter-spacing: 10px;
}
svg {
  font: bold 65px proxima_novaextrabold, Arial;
  width: 45%;
  height: 100%;
}
text {
  fill: none;
  stroke: #fff;
  stroke-width: .5px;
  stroke-linejoin: round;
  animation: 3s pulsate infinite;
  /*animation       :3s blueset infinite;*/
}
@keyframes pulsate {
  25% {
    stroke-width: 1px;
    stroke: #478DFF;
  }
  50% {
    stroke-width: 0.5px;
    stroke: #fff;
  }
  100% {
    stroke-width: 1px;
    stroke: #CD3F8B;
  }
}
.view:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 1;
  width: auto;
  min-width: 100%;
  height: 100%;
  /*
background: -moz-linear-gradient(top,  rgba(29,34,97,1) 0%, rgba(125,185,232,0.23) 100%); 
background: -webkit-linear-gradient(top,  rgba(29,34,97,1) 0%,rgba(125,185,232,0.23) 100%);  
background: linear-gradient(to bottom,  rgba(29,34,97,1) 0%,rgba(125,185,232,0.23) 100%);  
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2261', endColorstr='#3b7db9e8',GradientType=0 );  */
  /* Updated gradient: black → blue (#0065CE) → green (#34F5C5) at a diagonal with reduced opacity */
  background: -moz-linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 101, 206, 0.7) 50%,
    rgba(52, 245, 197, 0.7) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 101, 206, 0.7) 50%,
    rgba(52, 245, 197, 0.7) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 101, 206, 0.7) 50%,
    rgba(52, 245, 197, 0.7) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* Legacy IE filter can be adjusted or removed if not needed */
}
.view .mask {
  z-index: 1;
}
.carousel .carousel-indicators li {
  width: 2rem;
  height: 2px;
  cursor: pointer;
  border-radius: 1%;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: left;
  justify-content: left;
  padding: 20px;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
}
.nav-wrapper {
  padding: 0px 15px;
}
.navbar-toggler li .fas {
  font-size: 20px;
  margin-right: 10px;
}
#menuToggle {
  display: block;
  position: absolute;
  /* top: 50px;
  right: 50px;*/
  top: 30%;
  right: 2%;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  /*top: -7px;
  left: -5px;*/
  top: 1%;
  left: 13%;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}
/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 33px;
  height: 2px;
  margin-bottom: 7px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
}
#menuToggle span:first-child {
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(3) {
  width: 25px;
  left: 20%;
}
#menuToggle span:nth-last-child(2) {
  width: 15px;
  left: 50%;
}
#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked~span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fff;
}
/*
 * But let's hide the middle one.
 */
#menuToggle input:checked~span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked~span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
  width: 33px;
  left: 0;
}
/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  width: 400px;
  height: 100%;
  margin: 0 auto;
  padding: 50px !important;
  padding-top: 100px !important;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background: #080c27;
  list-style-type: none;
  justify-content: center;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
  overflow: auto;
}
#menu li {
  padding: 20px 20px;
  font-size: 22px;
  font-family: 'proxima_nova_thin';
}
#menu a {
  color: #fff;
  opacity: 0.8;
}
#menu a:hover,
#menu li.active a {
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-color: #d12553;
  text-decoration-thickness: 3px;
  line-height: 1;
  color: #46a8ff;
}
/*
 * And let's fade it in from the left
 */
#menuToggle input:checked~ul {
  transform: scale(1.0, 1.0);
  opacity: 1;
}
.services {
  height: 100%;
}

/* AI services hero (Transform your Workflow with AI) */
.ai-services-hero {
  position: relative;
  border-radius: 0;
  padding: 15px 5vw 80px;
  margin-top: -80px;
  margin-bottom: 0;
  background: #ffffff;
  overflow: hidden;
}

.ai-services-hero .row {
  position: relative;
  z-index: 2;
}

.ai-services-hero .pt-top {
  padding-top: 0 !important;
}

/* Cybersecurity section */
.cyber-hero-section {
  position: relative;
  background: #ffffff;
  padding: 80px 5vw;
  overflow: hidden;
}

.cyber-hero {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
}

.cyber-row {
  position: relative;
  z-index: 2;
}

.cyber-visual-col {
  position: relative;
}

.cyber-bg {
  position: absolute;
  top: -140px;
  left: -120px;
  width: 50%;
  height: 140%;
  pointer-events: none;
  z-index: 0;
}

.cyber-bg-layer {
  position: absolute;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

.cyber-bg-lb1 {
  left: 0%;
  bottom: -60%;
  top: auto;
  width: 150%;
  max-width: none !important;
  min-width: 150%;
}

.cyber-bg-lb1-top {
  left: 30%;
  top: 20%;
  width: 35%;
}

.cyber-visual {
  position: relative;
  display: inline-block;
}

.cyber-main-img {
  max-height: 420px;
  width: auto;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.35));
}

.cyber-copy-col {
  position: relative;
}

.cyber-title {
  font-family: 'proxima_nova_rgbold';
  font-weight: 800;
  font-size: 32px;
  line-height: 1.3;
  color: #050921;
}

.cyber-subtitle {
  max-width: 520px;
}

/* rdback glow behind cybersecurity text */
.cyber-copy-col::before {
  content: "";
  position: absolute;
  right: 20%;
  top: -40%;
  width: 80%;
  height: 180%;
  background: url("../img/rdback.png") no-repeat center;
  background-size: contain;
  opacity: 0.9;
  filter: blur(8px);
  z-index: -1;
  pointer-events: none;
}

/* Key Challenges We Solve section */
.challenges-section {
  background: 
    radial-gradient(ellipse 40% 35% at top, #0679F1 0%, transparent 50%),
    radial-gradient(ellipse 50% 45% at center, #0679F1 0%, #020618 50%);
  padding: 100px 5vw;
  position: relative;
  overflow: hidden;
}

.challenges-container {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.challenges-title {
  font-family: 'proxima_nova_rgbold';
  font-weight: 800;
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 60px;
  line-height: 1.2;
}

.challenges-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 12px;
  min-height: 850px;
  width: 100%;
}

.challenge-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.challenge-card-1 {
  grid-row: span 3 / span 3;
}

.challenge-card-2 {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
}

.challenge-card-3 {
  grid-row: span 2 / span 2;
  grid-column-start: 4;
  grid-column: span 1 / span 1;
}

.challenge-card-4 {
  grid-row: span 2 / span 2;
  grid-column-start: 1;
  grid-row-start: 4;
}

.challenge-card-5 {
  grid-row: span 3 / span 3;
  grid-column-start: 2;
  grid-row-start: 3;
}

.challenge-card-6 {
  grid-row: span 3 / span 3;
  grid-column-start: 3;
  grid-row-start: 3;
}

.challenge-card-7 {
  grid-row: span 3 / span 3;
  grid-column-start: 4;
  grid-row-start: 3;
  grid-column: span 1 / span 1;
}

.challenge-card-3 {
  background: linear-gradient(to bottom right, rgba(52, 245, 197, 0.18) 0%, rgba(62, 156, 255, 0.18) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.challenge-card-4 {
  background: linear-gradient(to bottom right, #34F5C5 0%, #0065CE 38%, #001122 87%);
}

.challenge-card-4 .challenge-card-bg {
  display: none;
}

.challenge-card-3-icon {
  width: 64px;
  height: auto;
  display: block;
  margin: 0 auto 14px;
  object-fit: contain;
}

.challenge-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.challenge-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  /*background-position: center;*/
  filter: blur(0) brightness(1.2);
  opacity: 1;
  z-index: 0;
  transform: scale(1.05);
}

.challenge-card-6 .challenge-card-bg {
  filter: none;
  opacity: 1;
  background-size: 100% auto;
  background-repeat: no-repeat;
  /*background-position: center;*/
  transform: none;
}

.challenge-card-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
}

.challenge-card-content {
  position: relative;
  z-index: 2;
  padding: 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

.challenge-card-3 .challenge-card-content,
.challenge-card-4 .challenge-card-content {
  justify-content: center;
}

.challenge-card-title {
  font-family: 'proxima_nova_rgbold';
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 12px;
  line-height: 1.3;
  text-align: center;
  background: linear-gradient(to right, #9CFFE6 0%, #ffffff 50%, #9CFFE6 100%);
  background-size: 200% auto;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.challenge-card-desc {
  font-family: 'proxima_nova_thin';
  font-weight: 700;
  font-size: 19px;
  line-height: 1.5;
  margin: 0;
  text-align: center;
  background: linear-gradient(to right, rgba(156, 255, 230, 0.85) 0%, #ffffff 50%, rgba(156, 255, 230, 0.85) 100%);
  background-size: 200% auto;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.challenge-card-7 .challenge-card-title,
.challenge-card-7 .challenge-card-desc {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: #000000;
  color: #000000;
}

@media (max-width: 991.98px) {
  .challenges-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 12px;
  }

  .challenge-card-1 {
    grid-row: span 2 / span 2;
  }

  .challenge-card-2 {
    grid-column: span 2 / span 2;
    grid-row: span 1 / span 1;
  }

  .challenge-card-3 {
    grid-row: span 1 / span 1;
    grid-column-start: 3;
  }

  .challenge-card-4 {
    grid-row: span 1 / span 1;
    grid-column-start: 1;
    grid-row-start: 3;
  }

  .challenge-card-5 {
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 2;
  }

  .challenge-card-6 {
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 2;
  }

  .challenge-card-7 {
    grid-row: span 1 / span 1;
    grid-column-start: 1;
    grid-row-start: 4;
    grid-column: span 3 / span 3;
  }

  .challenges-title {
    font-size: 36px;
  }
}

@media (max-width: 767.98px) {
  .challenges-section {
    padding: 60px 18px;
  }

  .challenges-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 12px;
  }

  .challenge-card-1,
  .challenge-card-2,
  .challenge-card-3,
  .challenge-card-4,
  .challenge-card-5,
  .challenge-card-6,
  .challenge-card-7 {
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 1;
    grid-column-start: auto;
    grid-row-start: auto;
    min-height: 200px;
  }

  .challenges-title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .challenge-card-content {
    padding: 24px;
  }

  .challenge-card-title {
    font-size: 24px;
  }

  .challenge-card-desc {
    font-size: 17px;
  }
}

@media (max-width: 991.98px) {
  .cyber-hero-section {
    padding: 60px 3vw;
  }

  .cyber-main-img {
    max-height: 340px;
  }
}

@media (max-width: 767.98px) {
  .cyber-hero-section {
    padding: 50px 18px;
  }

  .cyber-visual-col {
    margin-bottom: 32px;
  }

  .cyber-bg {
    top: -80px;
    left: -60px;
    width: 70%;
  }

  .cyber-title {
    font-size: 26px;
  }
}

.ai-services-bg {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.ai-services-bg-layer {
  position: absolute;
  pointer-events: none;
  border: none;
  outline: none;
  -webkit-mask-image: radial-gradient(ellipse at center, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
  mask-image: radial-gradient(ellipse at center, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
}

.ai-bg-r3 {
  right: 5%;
  top: -8%;
  width: 45%;
  max-width: 600px;
  height: auto;
  opacity: 0.85;
  z-index: 0;
  filter: blur(2px);
  -webkit-mask-image: radial-gradient(ellipse 100% 100% at 40% center, rgba(0,0,0,1) 30%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.2) 70%, rgba(0,0,0,0) 100%);
  mask-image: radial-gradient(ellipse 100% 100% at 40% center, rgba(0,0,0,1) 30%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.2) 70%, rgba(0,0,0,0) 100%);
}

.ai-bg-r2 {
  right: 8%;
  top: -5%;
  width: 42%;
  max-width: 580px;
  height: auto;
  opacity: 0.4;
  z-index: 1;
  filter: blur(1.5px);
  -webkit-mask-image: radial-gradient(ellipse 100% 100% at 35% center, rgba(0,0,0,1) 25%, rgba(0,0,0,0.4) 45%, rgba(0,0,0,0.15) 65%, rgba(0,0,0,0) 100%);
  mask-image: radial-gradient(ellipse 100% 100% at 35% center, rgba(0,0,0,1) 25%, rgba(0,0,0,0.4) 45%, rgba(0,0,0,0.15) 65%, rgba(0,0,0,0) 100%);
}

.ai-services-title {
  max-width: none;
  font-family: 'proxima_nova_rgbold';
  font-weight: 1000;
  white-space: nowrap;
}

.ai-services-subtitle {
  margin-top: 20px;
  margin-bottom: 32px;
  max-width: 480px;
  color: #4b4f66;
  font-size: 16px;
  line-height: 1.7;
}
/* Override hero title color on white background */
.ai-services-hero .service-title-light {
  color: #050921;
}

.ai-services-apps {
  position: relative;
  margin-bottom: 32px;
  max-width: 480px;
}

.ai-apps-logos {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.ai-app-orb {
  position: absolute;
  pointer-events: none;
  max-width: 520px;
  opacity: 0.9;
  filter: blur(2px);
  transform-origin: center;
  z-index: 0;
}

.ai-app-orb-1 {
  left: -120px;
  top: -140px;
}

.ai-app-orb-2 {
  left: -60px;
  top: -40px;
  transform: rotate(-12deg) scale(1.1);
}

.ai-service-logo {
  max-width: 110px;
  height: auto;
  display: block;
  border-radius: 20px;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.18);
}

.ai-services-search {
  max-width: 520px;
}

.ai-search-input-wrapper {
  display: flex;
  align-items: center;
  border-radius: 999px;
  padding: 10px 10px 10px 18px;
  /* Glassmorphism effect */
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.30);
  border: 1px solid rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.ai-search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.ai-search-icon svg {
  width: 18px;
  height: 18px;
}

.ai-search-icon svg path {
  fill: url(#icon-gradient);
}

.ai-search-input {
  flex: 1;
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 14px;
  outline: none;
}

.ai-search-input::placeholder {
  color: #76788B;
}

.ai-search-mic,
.ai-search-send {
  border: none;
  background: #ffffff;
  border-radius: 999px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.ai-search-mic i {
  background-image: linear-gradient(180deg, #34F5C5 0%, #0065CE 38%, #001122 87%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.ai-search-send {
  position: relative;
  overflow: hidden;
}

.ai-search-send::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background: linear-gradient(180deg, #34F5C5 0%, #0065CE 38%, #001122 87%);
  -webkit-mask-image: url("../img/next.png");
  mask-image: url("../img/next.png");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  z-index: 2;
}

.ai-search-mic:hover,
.ai-search-send:hover {
  background: #ffffff;
  transform: translateY(-1px);
}

.ai-search-mic:hover i {
  -webkit-text-fill-color: #ffffff;
  background-image: none;
}

.ai-search-send img {
  width: 18px;
  height: auto;
  transform: rotate(0deg);
  opacity: 0;
  position: relative;
  z-index: 1;
}

.ai-services-robot-col {
  position: relative;
}

.ai-services-robot {
  position: relative;
  display: inline-block;
}

.ai-robot-img {
  max-height: 460px;
  width: auto;
}

@media (max-width: 991.98px) {
  .ai-services-hero {
    padding: 10px 24px 48px;
    margin-top: -60px;
    margin-bottom: 40px;
  }

  .ai-bg-r3 {
    width: 48%;
    right: 2%;
    top: -6%;
    max-width: 500px;
    filter: blur(2px);
    -webkit-mask-image: radial-gradient(ellipse 100% 100% at 40% center, rgba(0,0,0,1) 30%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.2) 70%, rgba(0,0,0,0) 100%);
    mask-image: radial-gradient(ellipse 100% 100% at 40% center, rgba(0,0,0,1) 30%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.2) 70%, rgba(0,0,0,0) 100%);
  }

  .ai-bg-r2 {
    width: 45%;
    right: 6%;
    top: -3%;
    max-width: 480px;
    opacity: 0.3;
    filter: blur(1.5px);
    -webkit-mask-image: radial-gradient(ellipse 100% 100% at 35% center, rgba(0,0,0,1) 25%, rgba(0,0,0,0.4) 45%, rgba(0,0,0,0.15) 65%, rgba(0,0,0,0) 100%);
    mask-image: radial-gradient(ellipse 100% 100% at 35% center, rgba(0,0,0,1) 25%, rgba(0,0,0,0.4) 45%, rgba(0,0,0,0.15) 65%, rgba(0,0,0,0) 100%);
  }

  .ai-services-apps {
    max-width: 100%;
  }

  .ai-services-robot-col {
    margin-top: 40px;
  }

  .ai-robot-img {
    max-height: 360px;
  }
}

@media (max-width: 767.98px) {
  .ai-services-hero {
    padding: 10px 18px 36px;
    margin-top: -50px;
    margin-bottom: 32px;
  }

  .ai-services-search {
    max-width: 100%;
  }

  .ai-bg-r3 {
    width: 50%;
    right: 0%;
    top: -4%;
    max-width: 450px;
    filter: blur(2px);
    -webkit-mask-image: radial-gradient(ellipse 100% 100% at 40% center, rgba(0,0,0,1) 30%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.2) 70%, rgba(0,0,0,0) 100%);
    mask-image: radial-gradient(ellipse 100% 100% at 40% center, rgba(0,0,0,1) 30%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.2) 70%, rgba(0,0,0,0) 100%);
  }

  .ai-bg-r2 {
    width: 48%;
    right: 4%;
    top: -2%;
    max-width: 430px;
    opacity: 0.25;
    filter: blur(1.5px);
    -webkit-mask-image: radial-gradient(ellipse 100% 100% at 35% center, rgba(0,0,0,1) 25%, rgba(0,0,0,0.4) 45%, rgba(0,0,0,0.15) 65%, rgba(0,0,0,0) 100%);
    mask-image: radial-gradient(ellipse 100% 100% at 35% center, rgba(0,0,0,1) 25%, rgba(0,0,0,0.4) 45%, rgba(0,0,0,0.15) 65%, rgba(0,0,0,0) 100%);
  }

  .ai-robot-img {
    max-height: 300px;
  }
}

@media (max-width: 575.98px) {
  .ai-services-hero {
    border-radius: 18px;
  }
}

.services .hover_box {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-size: 100% !important;
  /* background: transparent;
    border: 10px solid;
    border-width: 1px;
    border-image: linear-gradient(128deg, #ffffff, #000000) 100; */
}
.services .hover_box h1 {
  font-size: 24px;
  margin-top: 10px;
  opacity: 0.5;
}
.services .hover_box h2 {
  color: #fff;
  margin-top: 20px;
  font-size: 24px;
  margin-bottom: 25px;
}
.remove-link {
  color: inherit;
}
.services .hover_box .svg_icon {
  text-align: right;
}
.services .hover_img_1:hover {
  background: linear-gradient(to right, #FF3558 0%, #D81B60 100%) url(../img/hover_1.png) right bottom no-repeat;
  transition: all 800ms;
}
.services .hover_img_2:hover {
  background: linear-gradient(to right, #FF3558 0%, #D81B60 100%) url(../img/hover_2.png) right bottom no-repeat;
  transition: all 800ms;
  animation: tool 1s linear;
}
.services .hover_img_3:hover {
  background: linear-gradient(to right, #FF3558 0%, #D81B60 100%) url(../img/hover_4.png) right bottom no-repeat;
  transition: all 800ms;
}
.services .hover_img_4:hover {
  background: linear-gradient(to right, #FF3558 0%, #D81B60 100%) url(../img/hover_3.png) right bottom no-repeat;
  transition: all 800ms;
}
.services .hover_img_5:hover {
  background: linear-gradient(to right, #FF3558 0%, #D81B60 100%) url(../img/hover_5.png) right bottom no-repeat;
  transition: all 800ms;
}
.services .hover_img_6:hover {
  background: linear-gradient(to right, #FF3558 0%, #D81B60 100%) url(../img/hover_6.png) right bottom no-repeat;
  transition: all 800ms;
}
.services .service_right:not(.hovered) .highlight.hover_img_1 {
  background: linear-gradient(to right, #FF3558 0%, #D81B60 100%) url(../img/hover_1.png) right bottom no-repeat;
  transition: all 800ms;
}
.services .service_right:not(.hovered) .highlight.hover_img_2 {
  background: linear-gradient(to right, #FF3558 0%, #D81B60 100%) url(../img/hover_2.png) right bottom no-repeat;
  transition: all 800ms;
  animation: tool 1s linear;
}
.services .service_right:not(.hovered) .highlight.hover_img_3 {
  background: linear-gradient(to right, #FF3558 0%, #D81B60 100%) url(../img/hover_4.png) right bottom no-repeat;
  transition: all 800ms;
}
.services .service_right:not(.hovered) .highlight.hover_img_4 {
  background: linear-gradient(to right, #FF3558 0%, #D81B60 100%) url(../img/hover_3.png) right bottom no-repeat;
  transition: all 800ms;
}
.services .service_right:not(.hovered) .highlight.hover_img_5 {
  background: linear-gradient(to right, #FF3558 0%, #D81B60 100%) url(../img/hover_5.png) right bottom no-repeat;
  transition: all 800ms;
}
.services .service_right:not(.hovered) .highlight.hover_img_6 {
  background: linear-gradient(to right, #FF3558 0%, #D81B60 100%) url(../img/hover_6.png) right bottom no-repeat;
  transition: all 800ms;
}
.services .hover_box:hover .svg_icon {
  /* display:none; */
  visibility: hidden;
}
.services:not(.hovered) .hover_box.highlight .svg_icon {
  /* display:none; */
  visibility: hidden;
}
.see_m {
  display: none;
}
.services .hover_box:hover .see_m {
  display: block;
}
.header-text-spacing {
  font-family: "proxima_nova_thin";
  z-index: 2;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .6rem;
  /*margin-right: -.6rem;*/
  /*color: hsla(0,0%,100%,.46);*/
  /*margin-bottom: 90px;*/
  position: relative;
}
.services .hover_img_2:nth-child(1) {
  animation: anim 1s linear;
}
h1.service-title-light {
  color: #fff;
  font-family: "proxima_nova_rgbold";
  font-weight: 700;
  line-height: 1.3;
}
.bg-white h1.service-title-light {
  color: #212529;
}
.creative_txt {
  left: 25px;
}
.testi.creative_txt {
  top: 270px;
}
.work.creative_txt {
  top: 200px;
}
.client.creative_txt {
  top: 280px;
}
.blog.creative_txt {
  top: 400px;
}
.text-uppercase {
  text-transform: uppercase;
}
h1.service-title-bold,
.service-title-bold {
  color: #fff;
  font-weight: 1000 !important;
  font-family: 'proxima_nova_rgbold';
  margin-bottom: 0rem;
  line-height: 1.3;
}
.sideways-text {
  letter-spacing: 2px;
  font-family: 'proxima_novaextrabold';
  opacity: 0.5 !important;
  margin: 0;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: #fff;
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  position: absolute;
}
.bg-white .sideways-text {
  -webkit-text-stroke-color: #212529;
}
/*Testimonial*/
.card-main {
  padding: 10px;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 4px 8px 0px #283593;
  background: none;
}
.new.testi_slider .card-main {
  margin-bottom: 45px !important;
}
.card-0 {
  color: #fff;
  background-color: #536DFE;
  position: relative;
  margin-left: 70px;
  border-radius: 10px;
  height: 320px;
}
.carousel-indicators li {
  cursor: pointer;
  width: 10px;
  height: 10px
}
.profile {
  color: #000;
  background-color: #FFD54F;
  position: absolute;
  left: -70px;
  top: 17%;
  border-radius: 8px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px
}
.profile-pic {
  width: 100px;
  height: 100px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px
}
.open-quotes {
  margin-left: 130px;
  margin-top: 100px
}
.testi_slider .content {
  margin-left: 150px;
  margin-right: 80px;
  font-size: 18px;
}
.new.testi_slider .content {
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  font-style: italic;
  min-height: 80px;
}
.new.testi_slider {
  overflow-y: hidden;
}
.testi-carousel .slick-list,
.work-carousel .slick-list {
  margin-left: -125px;
}
.close-quotes {
  margin-bottom: 100px;
  margin-right: 60px
}
.testi_slider .carousel-control-next .fas,
.testi_slider .carousel-control-prev .fas {
  font-size: 40px;
}
.testi_slider .carousel-control-next {
  right: 0px;
  top: 170px;
  position: absolute;
  width: 40px;
  height: 40px;
}
.testi_slider .carousel-control-prev {
  right: 40px;
  left: auto;
  top: 170px;
  position: absolute;
  width: 40px;
  height: 40px;
}
.text__background {
  left: 84px;
  top: -30px;
  position: absolute;
  color: rgba(225, 225, 225, 0.05);
  font-size: 140px;
  font-family: 'proxima_novaextrabold';
}
/*mouse*/
.mouse_center {
  width: 100%;
  text-align: center;
  position: relative;
  color: #fff;
  position: absolute;
  bottom: 10px;
  z-index: 10000;
  width: 30%;
  left: 34%;
}
.mouse {
  background: #838896 linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
  position: relative;
  width: 42px;
  height: 68px;
  border-radius: 100px;
  background-size: 100% 200%;
  -webkit-animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
  animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
  left: 44%;
}
.mouse_center p {
  margin-top: 15px;
  color: #838896;
}
.mouse:before,
.mouse:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.mouse:before {
  width: 36px;
  height: 62px;
  background-color: #838896;
  border-radius: 100px;
}
.mouse:after {
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation: trackBallSlide 5s linear infinite;
  animation: trackBallSlide 5s linear infinite;
}
@-webkit-keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%,
  100% {
    background-color: #ffffff;
  }
}
@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%,
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  15%,
  19% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  28%,
  29.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  45%,
  49% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  58%,
  59.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  60% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  75%,
  79% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  88%,
  100% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  15%,
  19% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  28%,
  29.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  45%,
  49% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  58%,
  59.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  60% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  75%,
  79% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  88%,
  100% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
}
@-webkit-keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(8px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(8px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(8px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(8px);
  }
  90% {
    transform: translateY(0);
  }
}
@-webkit-keyframes nudgeText {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(2px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(2px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(2px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(2px);
  }
  90% {
    transform: translateY(0);
  }
}
@-webkit-keyframes colorText {
  21% {
    color: #4e5559;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #4e5559;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #4e5559;
  }
  90% {
    color: #ffffff;
  }
}
@keyframes colorText {
  21% {
    color: #4e5559;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #4e5559;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #4e5559;
  }
  90% {
    color: #ffffff;
  }
}
/**/
.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.slider-wrapper div {
  position: relative;
}
.slider-wrapper {
  margin-top: 5vw;
  overflow: hidden;
}
.slider_out {
  overflow: hidden;
  min-height: 500px;
}
.slide-image {
  height: 34vw;
}
.slide-image img {
  width: 24vw;
  cursor: pointer;
}
.slide-content {
  color: #fff;
}
.slide-date {
  color: #0a8acb;
  font-size: 1.1vw;
  font-weight: 400;
  letter-spacing: 0.1vw;
  padding-bottom: 1.4vw;
  color: #ffffff;
}
.pr-23 {
  padding-right: 60px;
}
.pr-24 {
  padding-right: 62px;
}
.slide-title {
  font-size: 1.2vw;
  font-weight: 400;
  letter-spacing: 0.1vw;
  line-height: 1.55vw;
  padding-bottom: 1.8vw;
}
.slide-text {
  font-size: 0.80vw;
  line-height: 1.2vw;
  opacity: 0.8;
  padding-bottom: 4vw;
}
.slide-more {
  font-weight: 400;
  letter-spacing: 0.1vw;
  float: left;
  font-size: 0.9vw;
}
.slide-bullet {
  width: 0.5vw;
  height: 0.5vw;
  background-color: #0b8bcc;
  border-radius: 200%;
  position: relative;
  margin-left: 1.2vw;
}
.slide-nav {
  margin-left: 64vw;
  margin-top: -5.5vw;
}
div.overlay-blue {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: 0.5s ease all;
}
div.overlay-blue:hover {
  background-color: rgba(13, 27, 43, 0.5);
}
.arrows {
  width: 3.5vw;
  margin-top: -5.8vw;
  margin-left: 72vw;
  position: relative;
}
.arrow {
  display: inline-block;
  position: absolute;
  width: 1.2vw;
  height: 1.2vw;
  background: transparent;
  text-indent: -9999px;
  border-top: 0.15vw solid #fff;
  border-left: 0.15vw solid #fff;
  transition: all .1s ease-in-out;
  text-decoration: none;
  color: transparent;
}
.pt-top {
  padding-top: 3rem !important;
}
.arrow:hover {
  border-color: #0A8ACB;
  border-width: 0.25vw;
}
.arrow:before {
  display: block;
  height: 200%;
  width: 200%;
  margin-left: -50%;
  margin-top: -50%;
  content: "";
  transform: rotate(45deg);
}
.arrow.prev {
  transform: rotate(-45deg);
  left: 0;
}
.arrow.next {
  transform: rotate(135deg);
  right: 0;
}
.our_product {
  padding-right: 0px;
  overflow: hidden;
}
*-------------------------------------------------------------- #Footer --------------------------------------------------------------*/ #footer {
  color: #444444;
  font-size: 14px;
  font-family: 'proxima_nova_thin';
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}
#footer .footer-top {
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #ffffff;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
}
#footer .footer-top p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #ffffff;
}
.copy_out {
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  font-family: 'proxima_nova_thin';
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-family: 'proxima_nova_thin';
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #2487ce;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #eaebf600;
  border: 1px solid #fff;
  color: #ffffff;
  line-height: 1.3;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #fff;
  color: #090d28 !important;
  text-decoration: none;
}
/*menu border*/
.animatedBorderBottom {
  position: relative;
}
.animatedBorderTop:hover:after {
  right: 0;
}
.animatedBorderBottom:after {
  content: '';
  position: absolute;
  border-bottom: 3px solid #e01e42;
  bottom: 0;
  left: 0;
  right: 100%;
  transition: all 500ms;
}
.animatedBorderBottom:hover:after {
  right: 0;
}
.foot_terms,
.foot_terms li {
  list-style: none;
}
.foot_terms li a {
  color: #fff;
  float: right;
  margin-right: 10px;
}
.foot_terms {
  float: right;
  width: 100%;
}
.foot_terms li a:hover {
  color: #0056b3;
}
/*animayions*/
.service_right {
  padding-top: 3rem;
}
/*round-button*/
.full-learn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* cursor: pointer; */
}
.arrow-btn {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  justify-content: center;
}
.arrow-btn,
.arrow-parent {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
}
.arrow-parent:hover .arrow-bg {
  width: calc(100% + 22.5px);
}
.arrow-bg {
  position: absolute;
  border-radius: 20rem;
  background-color: #e01e42;
  left: 0;
  width: 45px;
  height: 45px;
  transition: width .4s ease-in-out;
}
.full-learn p {
  font-weight: 500;
  margin-left: 1rem;
  /* text-transform: uppercase;*/
  font-size: 13px;
  letter-spacing: 7px;
  line-height: 80px;
  text-align: left;
  color: white;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 1;
  font-family: "proxima_nova_thin";
}
.pull-right {
  justify-content: flex-end;
}
/*end round-button*/
/* contact form button */
.wrapper {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(-50%, -50%);
  width: fit-content;
  height: auto;
}
.contact-button {
  width: 100%;
  background-color: transparent;
  border-style: none;
  color: #fff;
  font-size: 13px;
  letter-spacing: 3px;
  font-family: "proxima_nova_thin";
  font-weight: 600;
  outline: none !important;
  cursor: pointer;
  position: relative;
  padding: 10px 15px;
  overflow: hidden;
  transition: all .5s;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
  border-radius: 20px;
}
.contact-button span {
  position: absolute;
  display: block;
}
.contact-button span:nth-child(1) {
  height: 1px;
  width: 200px;
  top: 0px;
  left: -200px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #e01e42);
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  animation: span1 2s linear infinite;
  animation-delay: 1s;
}
@keyframes span1 {
  0% {
    left: -200px
  }
  100% {
    left: 200px;
  }
}
.contact-button span:nth-child(2) {
  height: 20px;
  width: 3px;
  top: -70px;
  right: 0px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #e01e42);
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  animation: span2 2s linear infinite;
  animation-delay: 2s;
}
@keyframes span2 {
  0% {
    top: -70px;
  }
  100% {
    top: 70px;
  }
}
.contact-button span:nth-child(3) {
  height: 1px;
  width: 200px;
  right: -200px;
  bottom: 0px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0), #e01e42);
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  animation: span3 2s linear infinite;
  animation-delay: 3s;
}
@keyframes span3 {
  0% {
    right: -200px;
  }
  100% {
    right: 200px;
  }
}
.contact-button span:nth-child(4) {
  height: 15px;
  width: 3px;
  bottom: -70px;
  left: 0px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0), #e01e42);
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
  animation: span4 2s linear infinite;
  animation-delay: 4s;
}
@keyframes span4 {
  0% {
    bottom: -70px;
  }
  100% {
    bottom: 70px;
  }
}
.contact-button:hover {
  transition: all .5s;
  transform: rotate(-3deg) scale(1.1);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, .4);
}
.contact-button:hover span {
  animation-play-state: paused;
}
/*end contact form button */
/* contact-form */
#abc {
  width: 100%;
  height: 100%;
  opacity: .95;
  top: 0;
  left: 0;
  display: none;
  position: fixed;
  background-color: rgba(5, 11, 43, .6);
  overflow: auto;
  z-index: 1031;
}
div#popupContact {
  position: absolute;
  left: 50%;
  top: 90px;
  transform: translateX(-50%);
  font-family: "proxima_nova_thin";
  padding-bottom: 25px;
}
img#close {
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
}
.g-recaptcha {
  padding-bottom: 20px;
}
#abc form {
  max-width: 400px;
  min-width: 250px;
  padding: 10px 40px 20px;
  border-radius: 10px;
  font-family: "proxima_nova_thin";
  background-color: #090d28;
  /* border: 1px solid #7e7e7e; */
}
#abc p {
  /*margin-top:30px;*/
  text-align: center;
}
#abc h3 {
  background-color: #000000;
  padding: 20px 35px;
  margin: -10px -50px;
  color: #fff;
  text-align: center;
  border-radius: 10px 10px 0 0
}
#abc hr {
  margin: 10px -50px;
  border: 0;
  border-top: 1px solid #ccc
}
#abc input,
#abc select {
  width: 100%;
  padding: 12px;
  margin-bottom: 25px;
  font-size: 13px;
  font-family: "proxima_nova_thin";
  font-weight: 700;
  color: #ccc;
  background-color: transparent;
  outline: none;
  /*border:1px solid #7e7e7e;
border-radius: 2rem; */
  border-width: 0px 0px 1px 0px;
  border-bottom: 1px solid #7e7e7e;
  border-radius: 0;
}
#abc textarea {
  /* background-image:url(../img/msg.png); */
  background-repeat: no-repeat;
  background-position: 10px 10px;
  width: 100%;
  height: auto;
  padding: 12px;
  resize: none;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 700;
  font-family: "proxima_nova_thin";
  margin-bottom: 20px;
  background: transparent !important;
  color: #ccc !important;
  outline: none;
  /* border:1px solid #7e7e7e;
  border-radius: 2rem; */
  border-width: 0px 0px 1px 0px;
  border-bottom: 1px solid #7e7e7e;
  border-radius: 0;
}
/* #abc input[type=phone] {
  width:100%;
  padding:12px;
  margin-bottom: 25px;
  border:1px solid #7e7e7e;
  border-radius: 2rem;
  font-size:13px;
  font-family: "proxima_nova_thin";
  font-weight:700;
  background-color: transparent;
  color: #ccc;
}
#abc input[type=email] {
  width:100%;
  padding:12px;
  margin-bottom: 25px;
  border:1px solid #7e7e7e;
  border-radius: 2rem;
  font-size:13px;
  font-family: "proxima_nova_thin";
  font-weight:700;
  background-color: transparent;
  color: #ccc;
}
#abc select {
  width: 100%;
  padding: 10px;
  padding-left: 10px;
  margin-bottom:  25px;
  border: 1px solid #7e7e7e;
  border-radius: 2rem;
  font-size: 16px;
  font-weight:700;
  font-family: "proxima_nova_thin";
  background-color: transparent;
  color: #ccc;
} */
#abc #name {
  /* background-image:url(../img/name.png); */
  background-repeat: no-repeat;
  background-position: 10px 10px;
}
#abc #mobile {
  /* background-image:url(../img/mobile.png); */
  background-repeat: no-repeat;
  background-position: 10px 10px;
}
#abc #email {
  /* background-image:url(../img/mail.png); */
  background-repeat: no-repeat;
  background-position: 10px 10px;
}
#popup {
  cursor: pointer;
}
#abc #submit {
  text-decoration: none;
  width: 100%;
  text-align: center;
  display: block;
  background-color: #ef473a;
  color: #fff;
  padding: 10px 0;
  font-size: 20px;
  cursor: pointer;
  border-radius: 5px
}
select::after {
  vertical-align: top;
  padding-right: 20px;
  margin-right: 20px;
}
.popup-heading {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 20px 0;
}
#show_message {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  /*  padding: 20px;*/
}
input {
  color: #ccc
}
#abc select option {
  background-color: #313131;
  color: #7e7e7e;
}
#abc select option:hover {
  background-color: red !important;
  color: #fff !important;
}
/* end contact-form */
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  opacity: .5;
  outline: 0;
  /* top:120px;
  right: 0;*/
  left: auto;
  position: absolute;
}
/*.carousel-control-prev:hover{
   color: #fff;
  text-decoration: none;
  opacity: .5;
  outline: 0;
  top:120px;
  right: 40;
  left:auto;
  }*/
.carousel-button {
  top: 60px;
  right: 70px;
  bottom: 0;
  position: absolute;
}
a.carousel-control-prev:hover {
  top: 170px;
  right: 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
  left: auto;
}
a.carousel-control-next:hover {
  top: 170px;
  right: 0px;
  height: 40px;
  width: 40px;
  position: absolute;
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
/*.logo-name img{
  width:50% !important;
}
.logo-name{  
  display: none;
}
.navbar-brand{
  margin-right:0px !important; 
}
.navbar-brand:hover +span{  
  display: inline-block;
  transform-origin: left !important;
  transition: transform 10s !important;
}*/
.dailog_button img {
  position: relative;
  left: -5px;
}

/* engineering sub page  starts*/
.main-heading {
  color: #fff;
  margin-top: 50px;
  font-size: 3rem;
}
.sub-quoate {
  margin-top: 60px;
  color: #fff;
  font-size: 1.5rem;
  padding: 30px;
}
.m-top {
  margin-top: 200px;
}
.sub__text__background {
  top: 0px;
  position: absolute;
  color: rgba(225, 225, 225, 0.05);
  font-size: 100px;
  font-family: 'proxima_novaextrabold';
  line-height: 0.5;
}
.sub__text__background_top {
  top: 0px;
  position: absolute;
  color: rgba(225, 225, 225, 0.05);
  font-size: 100px;
  font-family: 'proxima_novaextrabold';
  line-height: 0.5;
}
.common_scroll {
  position: absolute;
  bottom: 8rem;
  opacity: 1;
  color: rgb(255 255 255 / 80%);
}
.common_scroll_text {
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 5px;
}
.common_scroll_icon {
  width: 20px;
  height: 30px;
  -webkit-animation: arrow-scroll 1s ease-in-out infinite alternate;
  animation: arrow-scroll 1s ease-in-out infinite alternate;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  margin-top: 40px;
  font-size: 22px;
  position: absolute;
}
.common_scroll_icon svg {
  width: 30px;
  height: 15px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 5px;
}
.header-text {
  font-size: 15px;
  font-weight: 400;
  /*letter-spacing: 0.1vw;*/
  padding-bottom: 1.4vw;
  text-transform: uppercase;
  letter-spacing: .6rem;
  color: #ffffff;
  margin-left: 6px;
}
.service-title {
  font-size: 75px;
  color: #fff;
  font-weight: 1000 !important;
  font-family: 'proxima_nova_rgbold';
  margin-bottom: 0rem;
  line-height: 1;
}
.service-title.medium {
  margin-top: 15px;
}
.service-title.medium-40 {
  font-size: 36px;
  margin-top: 15px;
}
.text-color {
  color: #FF3558;
}
.service_1 {
  background-color: white !important;
  padding-top: 100px;
  padding-bottom: 100px;
  /* overflow: hidden;*/
}
h1.sub-service-title-bold {
  font-size: 2.5rem;
  color: black;
  font-weight: 1000 !important;
  font-family: 'proxima_nova_rgbold';
  margin-bottom: 0rem;
  line-height: 1.3;
  margin-bottom: 30px;
}
p.sub_content {
  font-size: 20px !important;
  color: #9e9e9e;
}
.pd {
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer-content {
  margin-top: 80px;
  /*    margin-bottom: 80px;*/
}
.footer-content h1 {
  color: white !important;
}
.servicebox {
  margin-top: 50px;
}
.section-2 {
  margin-top: 100px;
}
.service-box_1 {
  background: #fff url("../img/android-grey.svg") top;
  background-size: 100px 100px;
  background-origin: content-box;
  background-repeat: no-repeat;
  color: #000;
  padding: 30px 15px;
  border-radius: 25px;
  box-shadow: 1px 11px 68px -20px rgba(0, 0, 0, 0.25) !important;
  margin: 0 auto;
}
.service-box_1:hover {
  background: linear-gradient(to right, #FF3558 0%, #D81B60 100%) url("../img/android-white.svg") top;
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-origin: content-box;
  color: white;
}
.service-box_2 {
  background: #fff url("../img/apple-grey.svg") top;
  background-size: 100px 100px;
  background-origin: content-box;
  background-repeat: no-repeat;
  color: #000;
  padding: 30px 15px;
  border-radius: 25px;
  box-shadow: 1px 11px 68px -20px rgba(0, 0, 0, 0.25) !important;
  margin: 0 auto;
}
.service-box_2:hover {
  background: linear-gradient(to right, #FF3558 0%, #D81B60 100%) url("../img/apple-white.svg") top;
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-origin: content-box;
  color: white;
}
.service-box_3 {
  background: #fff url("../img/smartwatch-grey.svg") top;
  background-size: 100px 100px;
  background-origin: content-box;
  background-repeat: no-repeat;
  color: #000;
  padding: 30px 15px;
  border-radius: 25px;
  box-shadow: 1px 11px 68px -20px rgba(0, 0, 0, 0.25) !important;
  margin: 0 auto;
}
.service-box_3:hover {
  background: linear-gradient(to right, #FF3558 0%, #D81B60 100%) url("../img/smartwatch-white.svg") top;
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-origin: content-box;
  color: white;
}
.service-sub-titile {
  font-size: 1.3rem;
  max-width: 600px;
  width: 100%;
  margin-top: 30px;
}
.service-box_1 h4 {
  margin-top: 45px;
}
.service-box_2 h4 {
  margin-top: 45px;
}
.service-box_3 h4 {
  margin-top: 45px;
}
.boxing {
  transition: .5s all;
}
.sicon-img {
  /*padding: 15px 0 0;*/
  /* background: ; */
}
.slide-sub-text {
  margin-bottom: 0.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.sub-title {
  font-size: 18px;
  line-height: 1.2;
  margin: 15px 0 20px 0;
  position: relative;
  top: 70px;
  padding: 0 10px 50px 10px;
}
.service-slogan {
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.6rem;
}
.center-mar {
  margin: 50px;
}
/*sub page round-button*/
.rounded-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.rounded-arrow-btn {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  justify-content: center;
}
.rounded-arrow-btn,
.rounded-button-parent {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.rounded-button-parent {
  color: #9e9e9e !important;
}
.rounded-button-parent:hover .rounded-button-bg {
  color: #fff !important;
  width: calc(100% + 22.5px);
}
.rounded-button-bg {
  position: absolute;
  border-radius: 20rem;
  background-color: #e01e42;
  left: 0;
  width: 45px;
  height: 45px;
  transition: width .4s ease-in-out;
}
.rounded-button p {
  font-weight: 600;
  margin-left: 1rem;
  font-size: 15px;
  letter-spacing: 7px;
  line-height: 80px;
  text-align: left;
  /*   color: white;*/
  margin-top: auto;
  margin-bottom: auto;
  z-index: 1;
  font-family: "proxima_nova_thin";
}
.pull-right {
  justify-content: flex-end;
}
a:hover {
  color: white !important;
}
/*end sub page round-button*/
.banner-img {
  position: relative;
  text-align: center;
}
.section-img-1 img {
  max-width: 50%;
  /*margin-top: 5%;*/
  position: relative;
  /* left: 150px; */
}
.section-img-2 img {
  /* margin-top: 10%;*/
  max-width: 75%;
}
footer#footer {
  background-color: #090d28;
}
/* Aboutus page*/
.about-us-header {
  margin-bottom: 60px;
}
.about-us-header {
  padding-bottom: 5rem;
}
h1.subpage-side-header {
  font-size: 1.9rem;
  color: black;
  font-weight: 400 !important;
  font-family: 'proxima_nova_rgbold';
  margin-bottom: 0rem;
  line-height: 1.3;
  margin-bottom: 15px;
}
p.subpage_sub_content {
  font-size: 18px !important;
  color: #9e9e9e;
}
.c-image img {
  width: 100%;
  filter: grayscale(100%);
}
.founders-image img {
  position: relative;
  filter: grayscale(100%);
  width: 100%;
  left: 15px;
}
.Pillar-img {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.visson {
  text-align: right;
}
.vision-img img, .Mission-img img {
  max-width: 100%;
}
.solution-button {
  padding-top: 10%;
  text-align: center;
  padding-bottom: 30px;
}
.footer-button {
  position: absolute;
  left: 43%;
}
h1.aboutus-center-header {
  font-size: 1.9rem;
  color: black;
  font-weight: 400 !important;
  font-family: 'proxima_nova_rgbold';
  margin-bottom: 0rem;
  line-height: 1.3;
  margin-bottom: 10px;
}
.section-bg {
  background-color: white !important;
}
.service_2 {
  padding-top: 5px;
}
#contactform form {
  padding: 0px 50px;
  border-radius: 10px;
  font-family: "proxima_nova_thin";
}
#contactform p {
  text-align: center;
}
#contactform h3 {
  /* background-color:#000000; */
  padding: 20px 35px;
  margin: -10px -50px;
  /* color:#fff; */
  text-align: center;
  border-radius: 10px 10px 0 0
}
#contactform hr {
  margin: 10px -50px;
  border: 0;
  border-top: 1px solid #ccc
}
#contactform input {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 30px;
  font-family: "proxima_nova_thin";
  font-weight: 700;
  outline: none;
  /* color: #9e9e9e;
  background-color: #ffffff;
  border:1px solid #ffffff;
  border-radius: 2rem; */
  color: #000000;
  background-color: #ffffff00;
  border-width: 0px 0px 1px 0px;
  border-bottom: 1px solid #b9b9b9;
  border-radius: 0;
}
#contactform select {
  width: 100%;
  padding: 10px;
  padding-left: 10px;
  margin-bottom: 27px;
  font-weight: 700;
  font-family: "proxima_nova_thin";
  background-position-x: 98%;
  outline: none;
  /* color: #9e9e9e;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 2rem; */
  color: #000000;
  background-color: #ffffff00;
  border-width: 0px 0px 1px 0px;
  border-bottom: 1px solid #b9b9b9;
  border-radius: 0;
}
#contactform textarea {
  /* background-image:url(../img/msg.png); */
  background-repeat: no-repeat;
  background-position: 10px 10px;
  width: 100%;
  height: auto;
  padding: 12px;
  resize: none;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: "proxima_nova_thin";
  outline: none;
  /* color: #9e9e9e !important;
    background: #ffffff !important;
    border:1px solid #ffffff;
    border-radius: 2rem; */
  color: #000000 !important;
  background-color: #ffffff00 !important;
  border-width: 0px 0px 1px 0px;
  border-bottom: 1px solid #b9b9b9;
  border-radius: 0;
}
#contactform #name {
  background-image: url(../img/name.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
}
#contactform #mobile {
  background-image: url(../img/mobile.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
}
#contactform #email {
  background-image: url(../img/mail.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
}
#popup {
  cursor: pointer;
}
#contactform #submit {
  text-decoration: none;
  width: 100%;
  text-align: center;
  display: block;
  background-color: #ef473a;
  color: #fff;
  padding: 10px 0;
  font-size: 20px;
  cursor: pointer;
  border-radius: 5px
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 10.127L12 18.127L20 10.127H4Z" fill="%238E8E93"/></svg>');
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: 96%;
  background-size: 18px 18px;
}
.contact-section {
  background-color: #EFEFF2;
  border-radius: 20px;
  padding: 40px 0 40px;
}
#contactform select option {
  /* background-color: #313131; */
  color: #9e9e9e;
}
#contactform select option:hover {
  background-color: red !important;
  color: #fff !important;
}
.footer-contact {
  background: #fff;
  padding: 50px 0px !important;
  margin-top: 50px !important;
  margin-bottom: 50px !important;
  border-radius: 15px;
}
#form label.error { 
  display: block;
  color: #ff0000;
  position: absolute;
  bottom: 6px;
  font-size: 14px;
  margin: 0;
 }
 #popupForm div, #contactform div {
  position: relative;
 }
#popupForm label.error { 
  display: block;
  color: #ff0000;
  position: absolute;
  bottom: 3px;
  left: 10px;
  font-size: 14px;
  margin: 0;
 }
#contactform label.error { 
  display: block;
  color: #ff0000;
  position: absolute;
  bottom: 6px;
  left: 0px;
  font-size: 14px;
  margin: 0;
 }
#contactform label {
  padding-left: 12px;
  font-weight: 600;
}
/* end aboutus page */
@-webkit-keyframes arrow-scroll {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    opacity: 1
  }
}
@keyframes arrow-scroll {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    opacity: 1
  }
}
.scroll-content {
  height: 100%;
}
.project-item {
  margin: 0;
  margin-bottom: 60px;
  position: relative;
  width: 100%;
  padding-left: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  outline: none;
}
.project-item-image-wrp {
  width: 100%;
  height: 285px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}
.project-item-logo-wrp {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
}
.project-item-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  position: relative;
  z-index: 1;
}
.project-item-logo {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 50%;
  height: auto;
  z-index: 2;
  color: #fff;
  -webkit-transition: opacity 1.2s cubic-bezier(.43, .195, .02, 1), -webkit-transform 1.2s cubic-bezier(.43, .195, .02, 1);
  transition: opacity 1.2s cubic-bezier(.43, .195, .02, 1), -webkit-transform 1.2s cubic-bezier(.43, .195, .02, 1);
  transition: transform 1.2s cubic-bezier(.43, .195, .02, 1), opacity 1.2s cubic-bezier(.43, .195, .02, 1);
  transition: transform 1.2s cubic-bezier(.43, .195, .02, 1), opacity 1.2s cubic-bezier(.43, .195, .02, 1), -webkit-transform 1.2s cubic-bezier(.43, .195, .02, 1);
  max-width: 220px;
}
.project-item-bg {
  position: absolute;
  bottom: -10%;
  left: -7%;
  width: 107%;
  height: 70%;
  z-index: 0;
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(.43, .195, .02, 1);
  transition: -webkit-transform 1.2s cubic-bezier(.43, .195, .02, 1);
  transition: transform 1.2s cubic-bezier(.43, .195, .02, 1);
  transition: transform 1.2s cubic-bezier(.43, .195, .02, 1), -webkit-transform 1.2s cubic-bezier(.43, .195, .02, 1);
}
.project-item-bg.bg-1 {
  background: #9bb1c5;
}
.project-item-bg.bg-2 {
  background: #c9e6de;
}
.project-item-bg.bg-3 {
  background: #edebeb;
}
.project-item-bg.bg-4 {
  background: #dbdbef;
}
.project-item-bg.bg-4 {
  background: #d7c9eb;
}
.project-item-title {
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: color 1.2s cubic-bezier(.43, .195, .02, 1);
  transition: color 1.2s cubic-bezier(.43, .195, .02, 1);
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.project-item-title .subpage-side-header {
  margin-top: 50px;
}
.project-list-title {
  position: absolute;
  left: 0;
  top: 50px !important;
  transform: rotate(0deg);
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: #0d0d0d;
}
.full-learn.hit-btn p {
  font-weight: 600;
  font-size: 16px;
  color: #212121;
}
.full-learn.hit-btn a:hover p {
  color: #fff;
  transition: width .4s ease-in-out;
}
.banner-sec {
  background-color: #eaebf6;
  margin-top: -150px !important;
  z-index: 1;
  border-radius: 15px;
  padding-bottom: 10px;
}
.banner-sec h1 {
  color: #b9b9d0;
  font-weight: 600;
  margin-bottom: 0;
}
.banner-sec h4 {
  font-weight: 600;
  font-size: 18px;
}
.center-banner {
  border-left: 1px solid #b9b9d0;
  border-right: 1px solid #b9b9d0;
}
.bg-blue {
  background-color: #1a205e;
}
.industry-item-image-wrp {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}
.industry-item-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  position: relative;
  z-index: 1;
}
.slideritem {
  padding: 30px;
  border: 1px solid #414679;
  border-radius: 15px;
  margin: 10px 20px;
}
.home-industry-slider .slideritem,
.home-blog-slider .slideritem,
.slider-single .slideritem {
  padding: 15px;
  border-radius: 15px;
  margin: 0.5px;
  height: 100%;
  transition: all .3s ease-in-out;
  border: 1px solid rgb(65 70 121 / 50%);
}
.home-industry-slider .slideritem,
.slider-single .slideritem {
  align-items: center;
  display: grid;
  border-width: 1px 2px 8px 1px;
  border-style: solid;
  border-color: transparent;
}
.home-blog-slider .slideritem {
  padding-bottom: 50px !important;
}
h3.slidetitle {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.slider-single h3.slidetitle {
  font-size: 18px !important;
  font-weight: 500;
  margin-bottom: 10px !important;
  color: #212529;
  transition: all .3s ease-in-out;
}
.home-industry-slider h3.slidetitle {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #212529;
  transition: all .3s ease-in-out;
}
.home-blog-slider h3.slidetitle {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 15px;
}
p.slidetext {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}
.industry-slider .slick-current.slick-active.slick-center .slideritem {
  background: linear-gradient(to right, #FF3558 0%, #D81B60 100%);
}
.industry-slider .slick-current.slick-active.slick-center .slideritem path,
.industry-slider .slick-current.slick-active.slick-center .slideritem rect {
  fill: #ffffff;
}
.industry-slider .slick-next {
  bottom: -50px;
  top: auto;
  right: auto;
  left: calc(50% + 0px);
}
.industry-slider .slick-prev {
  bottom: -50px;
  top: auto;
  right: auto;
  left: calc(50% - 40px);
}
.industry-slider .slick-prev:before,
.industry-slider .slick-next:before {
  font-size: 35px;
}
.industry-slider {
  padding-top: 40px;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
.industry-carousel {
  /* padding-top: 40px; */
  padding-bottom: 10px;
  margin-bottom: 50px;
}
.carouselitem {
  padding: 20px 50px;
  /* border: 1px solid #414679; */
  border-radius: 15px;
  margin: 15px 20px;
  background-color: #1a205e;
}
.carouselitem .carouselimg img {
  width: 80%;
  display: initial !important;
}
.industry-carousel .slick-current.slick-active.slick-center .carouselitem,
.testi-carousel .slick-current.slick-active.slick-center .carouselitem {
  background-color: #faa61a;
}
.industry-carousel .rounded-button p {
  color: rgb(255 255 255 / 90%);
}
.industry-carousel .rounded-button .rounded-button-parent:hover p {
  color: #ffffff;
}
.testi-carousel .carouselitem {
  padding: 50px 50px 30px;
}
.quote-icon {
  position: absolute;
  margin-top: -70px;
}
#navbar.sticky {
  background-color: rgb(19 18 78 / 80%);
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 75%);
}
.contact-address {
  line-height: 1.7;
}
.service_1 a:hover {
  color: #007bff !important;
}
.testi-profile-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.author-name {
  font-weight: 600;
  font-size: 18px;
}
.testi-carousel .slick-next {
  bottom: -50px;
  top: auto;
  right: auto;
  left: calc(0% + 70px);
}
.testi-carousel .slick-prev {
  bottom: -50px;
  top: auto;
  right: auto;
  left: calc(0% + 30px);
}
.testi-carousel .slick-prev:before,
.testi-carousel .slick-next:before {
  font-size: 35px;
}
.home-clients-slider .slideritem {
  padding: 0;
  border: 1px solid #ffffff00;
  border-radius: 15px;
  margin: 10px 20px;
  overflow: hidden;
}
.work-card {
  width: 100%;
  position: relative;
  overflow: hidden;
  /* height: 610px; */
}
.work-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 27, 43, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
}
.work-link {
  opacity: 0;
  /* transform: translateX(-50px); */
  /* transition: all .3s ease-in-out; */
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-card:hover .work-overlay {
  visibility: visible;
  opacity: 1;
}
.work-card:hover .work-link {
  opacity: 1;
  /* transform: scale(.99) translateX(0); */
  /* transition: opacity .5s cubic-bezier(.5,0,1,1) 500ms,transform 1.8s cubic-bezier(0,0,.2,1) 500ms; */
}
.work-card-img {
  width: 100%;
  height: 320px;
  position: relative;
  object-fit: cover;
  overflow: hidden;
  transition: all .3s ease-in-out;
}
.work-content .work-details img {
  max-width: 155px;
}
.work-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.work-content .work-head {
  font-size: 20px;
  text-transform: uppercase;
  text-shadow: 0 2px 5px rgb(0 0 0 / 70%);
}
.work-details {
  position: absolute;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  transition: opacity 0s .5s;
}
.work-content .work-details {
  opacity: 1;
  transition: opacity 1.4s ease 875ms;
}
.work-details p {
  min-height: inherit;
  margin: 15px 0 0;
  color: #fff;
}
.work-details p span {
  margin-right: 15px;
  padding-right: 15px;
  font-size: 18px;
  position: relative;
  display: inline-block;
}
.work-details p span:first-child::after {
  display: none;
}
.work-details p span:after {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  position: absolute;
  left: -15px;
  border-radius: 50%;
  top: 11px;
  background-color: #ffffff;
}
.home-clients-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  list-style-type: none;
}
.home-clients-slider .slick-dots li {
  margin: 0 0.25rem;
  display: flex;
  align-items: center;
}
.home-clients-slider .slick-dots button {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #ffffff66;
  text-indent: -9999px;
}
.home-clients-slider .slick-dots li.slick-active button {
  background-color: #ffffffcc;
  width: 1rem;
  height: 1rem
}
.link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.home-industry-slider .slideritem:hover,
.slider-single .slideritem:hover {
  background: #ffffff;
  border-color: #FF3558;
  border-top-color: transparent;
  border-bottom: 8px solid #FF3558;
  border-left-color: transparent;
  box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
}
.home-industry-slider .slideritem:hover .slidetitle,
.slider-single .slideritem:hover .slidetitle {
  /* color: #fff; */
}
/* .slider-single .slideritem path, .slider-single .slideritem rect, */
.home-industry-slider .slideritem path,
.home-industry-slider .slideritem rect {
  fill: #212529;
}
/* .slider-single .slideritem:hover path, .slider-single .slideritem:hover rect, */
.home-industry-slider .slideritem:hover path,
.home-industry-slider .slideritem:hover rect {
  fill: #FF3558;
}
.home-industry-slider .slideritem:hover .link-overlay,
.slider-single .slideritem:hover .link-overlay {
  visibility: visible;
  opacity: 1;
}
.home-industry-slider .slideritem .svg_icon svg,
.slider-single .slideritem .svg_icon svg {
  max-width: 100%;
  width: 60px;
  height: 60px;
  filter: grayscale(1);
}
.home-industry-slider .slideritem .svg_icon {
  min-height: 60px;
}
.home-industry-slider .slideritem .svg_icon img,
.slider-single .slideritem .svg_icon img {
  filter: grayscale(1);
  margin: auto;
}
.home-industry-slider .slideritem:hover .svg_icon img,
.home-industry-slider .slideritem:hover .svg_icon svg,
.slider-single .slideritem:hover .svg_icon svg,
.slider-single .slideritem:hover .svg_icon img {
  filter: none;
}
.slide-pretext {
  font-size: 18px;
  margin-top: 10px;
  opacity: 0.5;
  margin-bottom: 20px;
}
.home-blog-slider .slideritem.first-blog {
  padding: 0;
  /* overflow: hidden; */
  /* border: none; */
}
.home-blog-slider .slideritem.first-blog img {
  width: calc(100% + 2px);
  max-width: calc(100% + 2px);
  margin-top: -1px;
  margin-left: -1px;
  border-radius: 15px 15px 0 0;
  max-height: 70vh;
  object-fit: cover;
  object-position: top;
}
.home-blog-slider .slideritem.first-blog .blog-content {
  padding: 15px 15px 0px;
  /* border: 1px solid rgb(65 70 121 / 50%); */
  /* border-radius: 0 0 15px 15px; */
  /* position: relative; */
}
.home-blog-slider .slide-more {
  position: absolute;
  bottom: 25px;
}
.home-blog-slider a.ltr-button {
  font-size: 16px;
  letter-spacing: 4px;
}
.home-blog-slider .slideritem:hover {
  background: linear-gradient(to right, #FF3558 0%, #D81B60 100%);
}
.home-blog-slider .slideritem:hover .slide-pretext {
  opacity: 1;
}
.home-blog-slider .slideritem:hover a.ltr-button {
  letter-spacing: 7px;
  color: #fff;
  opacity: 1;
}
.contact-center-header {
  font-size: 1.9rem;
  font-family: 'proxima_nova_rgbold';
  line-height: 1.3;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
}
#stack .js .slider-single>div:nth-child(1n+2) {
  display: none
}
#stack .js .slider-single.slick-initialized>div:nth-child(1n+2) {
  display: block
}
#stack .slider-nav h3 {
  font-size: 1.25rem;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #b9b9d0;
}
#stack .slider-nav h3::before {
  content: "";
  display: block;
  padding-top: 25%;
}
#stack .slider-nav h3 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#stack .slider-nav .slick-slide {
  cursor: pointer;
}
.slider-single .slick-slide {
  border-right: 1px solid transparent;
}
#stack .slick-slide.is-active h3 {
  color: #FF3558;
  font-weight: 600;
  border-bottom: 1px solid #FF3558;
  /* background-color: #fff */
}
.slider-nav .slick-prev:before,
.slider-nav .slick-next:before {
  opacity: .5;
  color: #212529;
}
.testi_slider {
  margin-top: 0px;
  margin-left: auto;
}
.banner-img img {
  max-width: 75%;
}
.h-min-100 {
  min-height: 100vh;
}
.service-page .rounded-button p {
  line-height: normal;
}
.servicebox_1 {
  margin-top: 60px;
  margin-bottom: 30px;
}
.service-box_2 {
  margin-bottom: 30px;
}
.servicebox_3 {
  margin-left: 50px;
}
.blog-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.resp-height {
  padding-top: 150px;
  padding-bottom: 100px;
}
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background: linear-gradient(to right, #FF3558 0%, #D81B60 100%) !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
}
/*responsive*/
@media only screen and (max-width: 1920px) {
  .project-list {
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width:1100px) {
  .footer-top .footer-links {
    max-width: 22%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-top .footer-form {
    max-width: 34%;
    flex-basis: 34%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .work-content .work-head {
    font-size: 16px;
  }
  #footer.px-7 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width:1024px) {
  #products h1.subpage-side-header {
    font-size: 1.4rem;
  }
  #products .project-item-title .subpage-side-header {
    margin-bottom: 50px;
  }
  .carouselitem {
    padding: 20px 20px;
  }
  .slideritem {
    padding: 20px;
    margin: 10px 10px;
  }
  .small-top-margin {
    /* margin-top: 75px; */
  }
  .service-title {
    font-size: 60px;
  }
  .sub__text__background {
    font-size: 82px;
  }
  #contactform form {
    padding: 0 15px;
  }
  .services .hover_box .svg_icon svg {
    width: 60px !important;
    height: 60px !important;
    display: inline-flex;
  }
}
@media only screen and (max-width:980px) {
  .service-sub-titile {
    font-size: 1.1rem;
  }
  .m-top {
    margin-top: 150px;
  }
  h1.subpage-side-header, h1.aboutus-center-header {
    font-size: 24px;
  }
  p.sub_content {
    font-size: 18px !important;
  }
  .cv-bg {
    background: url('../img/bg.png') no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  /* .services .col-md-5 {
    width: 100%;
    min-width: 100%;
    flex: none;
    max-width: 100%;
  } */
  /* .services .col-md-7 {
    width: 86%;
    min-width: auto;
    flex: none;
    max-width: 90%;
    margin-left: 12%;
  } */
  .sideways-text {
    position: absolute;
    left: 25px;
  }
  .service-title-light br {
    display: none;
  }
  .pb-5, .py-5 {
    padding-bottom: 2.5rem!important;
  }
  .pt-5, .py-5 {
      padding-top: 2.5rem!important;
  }
  .mt-5,
  .my-5 {
    /* margin-top: 20px !important; */
  }
  /* .services .col-md-7 .col-md-2 {
    display: none;
  } */
  /* .services .col-md-7 .col-md-5 {
    margin-bottom: 20px;
    float: left;
    width: 47%;
    min-width: 47%;
    margin: 0px 10px 20px 10px;
  } */
  .pt-top {
    padding-top: 20px !important;
  }
  .slider_out {
    min-height: auto;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width:900px) {
  /* .services .col-md-7 .col-md-5 {
    margin-bottom: 20px;
    float: left;
    width: 45%;
    min-width: 45%;
    margin: 0px 10px 20px 10px;
  } */
  .emptey {
    display: none;
  }
  .our_value_vissions {
    max-width: 100%;
    min-width: 100%;
  }
  .responsive-aboutus-foot {
    text-align: center;
    max-width: 100%;
    min-width: 100%;
  }
}
@media only screen and (max-width:800px) {
  .our-vissions {
    display: none;
  }
  /* .services .col-md-7 .col-md-5 {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    min-width: 100%;
    margin: 0px 0px 20px 0px;
  } */
  .footer-top .col-md-6 {
    width: 100%;
    min-width: 100%;
    flex: none;
    max-width: 100%;
  }
  .service-title {
    font-size: 50px;
  }
}
@media only screen and (max-width:768px) {
  .project-item:last-child {
    margin-bottom: 50px;
  }
  .project-item-title .subpage-side-header {
    margin-top: 20px;
  }
  .industry-carousel .carouselitem .carouselimg img {
    display: none !important;
  }
  .industry-carousel .carouselitem .rounded-button p {
    line-height: normal;
  }
  .industry-container {
    max-width: 100%;
  }
  .servicebox_1 {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .service-box_2 {
    margin-bottom: 30px;
    margin-top: 40px;
  }
  .servicebox_3 {
    margin-left: 0px;
    margin-bottom: 30px;
  }
  .service-content {
    order: 1;
  }
  .service-image {
    order: 2;
  }
  .visson {
    text-align: center;
  }
  .sub__text__background_top, .sub__text__background {
    font-size: 60px;
  }
  .copy_out .col-md-6 li a {
    float: left;
  }
  .containerd .row,
  #testimonials .row,
  #our_product .row,
  #services .row {
    margin: 0px;
  }
  .carousel-indicators {
    bottom: 26px;
    left: 36px;
    width: 80%
  }
  /* .services .col-md-7.service_right {
    width: 80%;
    max-width: 80%;
    margin-left: 10%;
  } */
  .our_product .sideways-text {
    left: 0px;
  }
  /* .navbar {
    background-color: #1C2331;
  } */
  .Service-heading {
    padding-left: 30px;
  }
  .responsive-padd {
    padding-left: 30px;
  }
  .section-img-2 img {
    /* justify-content: center;
    margin-left: 100px; */
  }
  .section-2 {
    margin-top: 30px;
  }
  .sub__text__background {
    left: 19px;
  }
  .service_1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer-content {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .section-img-2 {
    padding-bottom: 50px;
  }
  .servicebox {
    margin-top: 0px;
  }
  .our-vissions {
    display: none;
  }
  .max-p-0 {
    padding-left: 0 !important;
    padding-right: 0;
    padding-bottom: 1rem !important;
  }
  #footer .footer-top {
    padding: 60px 0 0px 0;
  }
  #footer .footer-links, #footer .footer-form {
    padding-bottom: 30px;
  }
  .footer-top .footer-links {
    padding-right: 10px;
    padding-left: 10px;
  }
  .px-7 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .service_right {
    padding: 0rem;
  }
  .sm-order {
    order: 1;
  }
  .hover_img_1, .hover_img_3, .hover_img_5 {
    order: 2;
  }
  .hover_img_2, .hover_img_4, .hover_img_6 {
    order: 2;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .sm-order {
    display: none;
  }
  .hover_img_1, .hover_img_3, .hover_img_5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .hover_img_2, .hover_img_4, .hover_img_6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width:767px) {
  .foot_terms {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 0;
  }
  .remove-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media only screen and (max-width:700px) {
  .work.creative_txt {
    top: 200px;
  }
  .client.creative_txt {
    top: 200px;
  }
  .blog.creative_txt {
    top: 200px;
  }
  .testi.creative_txt {
    top: 210px;
  }
  .new.testi_slider .card-main {
    padding-top: 0;
  }
  .home-industry-slider .slideritem .svg_icon img, .slider-single .slideritem .svg_icon img {
    width: 40px !important;
  }
}
@media only screen and (max-width: 600px) {
  .home-industry-slider .slideritem,
  .home-blog-slider .slideritem,
  .slider-single .slideritem {
    padding: 15px 10px;
  }
  .card-main {
    padding: 50px 10px
  }
  .card-0 {
    min-height: 432px
  }
  .profile {
    top: 24%
  }
  .profile-pic {
    width: 90px;
    height: 90px
  }
  .open-quotes {
    margin-left: 100px
  }
  .content {
    margin-left: 120px;
    margin-right: 50px
  }
  .close-quotes {
    margin-right: 30px
  }
  .testi-carousel .slick-list,
  .work-carousel .slick-list {
    margin-left: 0px;
  }
  .wrapper {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    height: auto;
  }
  .footer-contact {
    max-width: 100%;
    padding: 30px 0px !important;
    margin-top: 30px !important;
  }
  #our_product .slide-content .service-title-bold {
    margin-bottom: 5px !important;
  }
  #our_product .slide-content p {
    font-size: 15px;
  }
  #our_product .row {
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 576px) {
  .banner-sec {
    margin-top: -100px !important;
  }
  .industry-slider {
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: 50px;
  }
  .project-item {
    padding-left: 0;
  }
  .industry-carousel .carouselitem {
    margin-top: 0;
    margin-bottom: 0;
  }
  .industry-slider p.slidetext {
    font-size: 16px;
    line-height: 1.5;
  }
  .remove-padding h5 {
    font-size: 1.1rem;
  }
  .servicebox_1 {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .service-box_2 {
    margin-bottom: 30px;
  }
  .servicebox_3 {
    margin-left: 50px;
  }
  .service-slogan {
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 1.4rem;
  }
  .service-title {
    font-size: 45px;
  }
  p.sub_content {
    font-size: 16px !important;
  }
  .sub__text__background_top, .sub__text__background {
    font-size: 55px;
  }
  .testi-carousel .carouselitem {
    padding: 35px 20px 20px;
    margin: 10px 0 0;
  }
  .quote-icon {
    position: absolute;
    margin-top: -51px;
  }
  #stack .slider-nav h3 {
    font-size: 1rem;
  }
  .work-card-img {
    height: 350px;
  }
  .creative_txt {
    display: none;
  }
  .testi-carousel .slick-prev, .testi-carousel .slick-next {
    width: 26px;
    height: 26px;
  }
  .testi-carousel .slick-prev {
    left: calc(50% - 40px);
  }
  .testi-carousel .slick-next {
    left: calc(50% - 0px);
  }
  .testi-carousel .slick-prev:before, .testi-carousel .slick-next:before {
    font-size: 28px;
  }
  .services .hover_box {
    max-width: 75%;
    margin: auto;
  }
  .tech-slider {
    max-width: 90%;
    margin-left: 5%;
  }
  .mbold {
    font-size: 34px;
  }
  .mlight {
    font-size: 42px;
  }
  .mcolor {
    font-size: 60px;
    width: 250px;
  }
  .service-title.medium {
    font-size: 26px;
    padding-left: 0 !important;
    padding-bottom: 25px !important;
  }
  .service-title.medium-40 {
    font-size: 26px;
  }
  .service-title.medium.pb-0 {
    padding-bottom: 0 !important;
    padding-left: 8px !important;
  }
  .service-sub-titile {
    margin-top: 0;
    font-size: 1rem;
  }
  h1.service-title-bold,
  .service-title-bold {
    font-size: 32px;
  }
  .header-text-spacing {
    font-size: 14px;
  }
  .contact-subtitle {
    font-size: 22px;
  }
  #contactform form {
    padding: 0px 20px;
  }
  .slide-sub-text {
    font-size: 1.1rem;
  }
  .sideways-text {
    font-size: 32px;
  }
  .services .hover_box .svg_icon svg {
    width: 60px !important;
    height: 60px !important;
    display: inline-flex;
  }
  .services .hover_box h2 {
    font-size: 16px;
  } 
  .creative-text {
    left: 0px;
    top: 400px;
  }
  .common_scroll {
    left: 2rem;
  }
  .slider-wrapper {
    margin-left: 0vw;
  }
  .creative_txt {
    top: 200px;
  }
  .slide-content {
    width: 65vw;
    padding: 1vw 2vw 3vw 2vw;
  }
  .slide-image img {
    width: 30vw;
  }
  .slide-image {
    height: 45vw;
  }
  .arrows {
    width: 4.5vw;
    margin-top: -5.8vw;
    margin-left: 84vw;
    position: relative;
  }
  .home-blog-slider .slide-more {
    position: absolute;
    bottom: 10px;
  }
  .slide-pretext {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .home-blog-slider h3.slidetitle {
    font-size: 20px;
  }
  .pt-5, .py-5 {
    padding-top: 2rem!important;
  }
  .pb-5, .py-5 {
    padding-bottom: 2rem!important;
  }
  .contact-page .full-learn p {
    line-height: normal;
  }
  .logo-img {
    width: 80%;
  }
  .nav-wrapper {
    padding: 0;
  }
  .Pillar-img img  {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .founders-image img {
    width: calc(100% + 30px);
    left: 15px;
  }
  .remove-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width:550px) {
  .wrapper {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    height: auto;
  }
}
@media only screen and (max-width:480px) {
  .Pillar-img img  {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .px-7 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .our_product {
    padding: 0px;
    padding-left: 15px;
  }
  .sideways-text {
    display: none;
  }
  .sideways-text {
    left: 6px;
    font-size: 1.5rem;
  }
  h1.service-title-bold,
  .service-title-bold {
    font-size: 2rem;
  }
  .slide-content p,
  .slide-date {
    font-size: 12px;
  }
  .our_product .col-md-7 {
    width: 100%;
    max-width: 100%;
    text-align: left !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
  }
  .header-text-spacing {
    padding-left: 0px !important;
  }
  .our_product .creative_txt {
    top: 92px;
  }
  #testimonials .col-md-7 {
    width: 100%;
    max-width: 100%;
    text-align: left !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px;
  }
  #testimonials .creative_txt {
    top: 92px;
  }
  #testimonials .card-0 {
    margin-left: 0px;
  }
  .profile {
    top: 0px;
    left: 30%;
  }
  .testi_slider .content {
    margin: 0px;
  }
  .carousel-indicators {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .testi_slider .carousel-control-next {
    top: auto;
    bottom: 40px;
  }
  .testi_slider .carousel-control-prev {
    top: auto;
    bottom: 40px;
  }
  .card-main {
    padding: 0;
    margin: 20px 0px;
  }
  .open-quotes {
    margin-top: 200px;
    margin-left: 20px;
  }
  .services .hover_box h1 {
    font-size: 20px;
  }
  .services .hover_box h2 {
    font-size: 20px;
    margin-top: 20px;
  }
  .services svg {
    width: 50px !important;
    height: 50px !important;
  }
  .services .hover_box:hover h2 {
    font-size: 20px;
    margin-top: 35px;
  }
  .arrows {
    margin-left: 85vw;
    width: 3.8vw;
    height: 3.8vw;
  }
  .arrow {
    width: 3.8vw;
    height: 3.8vw;
  }
  .arrow.prev {
    left: -10px;
  }
  a.ltr-button {
    font-size: 13px;
  }
  a.ltr-button svg {
    width: 20px;
    height: 8px;
  }
  .services .hover_box:hover {
    background-size: 50%;
  }
  .h1,
  h1 {
    font-size: 1.5rem;
  }
  .header-text-spacing {
    padding-top: 0px !important;
    margin-bottom: 0px;
  }
  #services .header-text-spacing {
    padding-left: 10px !important;
    padding-top: 0 !important;
  }
  #services .service-title-light {
    padding-top: 0 !important;
  }
  .our_product .sideways-text {
    left: 12px;
  }
}
@media screen and (max-width:380px) {
  #menuToggle {
    right: 5px;
  }
  .navbar {
    padding: 8px 10px;
  }
  .contact-button {
    font-size: 12px;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 576px) {
  #stack .slider-nav h3 {
    font-size: 1rem;
  }
  .tech-slider {
    max-width:97%;
    margin-left:1%;
  }
  .mbold {
    font-size: 34px;
  }
  .mlight {
    font-size: 42px;
  }
  .mcolor {
    font-size: 60px;
  }
  .service-title.medium {
    font-size: 30px;
  }
  h1.service-title-bold,
  .service-title-bold {
    font-size: 32px;
  }
  .header-text-spacing {
    font-size: 14px;
  }
  .contact-subtitle {
    font-size: 26px;
  }
  .footer-contact {
    max-width: 80%;
  }
  #contactform form {
    padding: 0px 30px;
  }
  .slide-sub-text {
    font-size: 1.1rem;
  }
  .sideways-text {
    font-size: 32px;
  }
  .services .hover_box .svg_icon svg {
    width: 60px !important;
    height: 60px !important;
    display: inline-flex;
  }
  .services .hover_box h2 {
    font-size: 16px;
  } 
  .creative-text {
    left: 0px;
    top: 400px;
  }
  .common_scroll {
    left: 3rem;
  }
  .slider-wrapper {
    margin-left: 8vw;
  }
  .creative_txt {
    top: 200px;
  }
  .slide-content {
    width: 59vw;
    padding: 0vw 4vw 2vw 4vw;
  }
  .slide-image img {
    width: 30vw;
  }
  .slide-image {
    height: 45vw;
  }
  .arrows {
    width: 4.5vw;
    margin-top: -5.8vw;
    margin-left: 84vw;
    position: relative;
  }
  .sideways-text {
    /* position: absolute;
    left: 15px; */
  }
}
@media only screen and (min-width: 768px) {
  .project-item-title {
    padding: 10px 20px 30px 30px;
  }
  .project-item-logo {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  .project-item {
    padding-left: 0;
    margin-bottom: 0;
  }
  .project-item-bg {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scale(.65, 1);
    -ms-transform: scale(.65, 1);
    transform: scale(.65, 1);
    top: 0;
    left: 0;
    bottom: auto;
    height: 100%;
    width: 100%;
  }
  .project-item-info {
    position: relative;
  }
  .project-item-title .subpage-side-header {
    margin-bottom: 70px;
    margin-top: 0;
  }
  .mbold {
    font-size: 40px;
  }
  .mlight {
    font-size: 50px;
  }
  .mcolor {
    font-size: 60px;
  }
  .service-title.medium {
    font-size: 30px;
  }
  h1.service-title-bold,
  .service-title-bold {
    font-size: 34px;
  }
  .header-text-spacing {
    font-size: 14px;
  }
  .contact-subtitle {
    font-size: 26px;
  }
  .footer-contact {
    max-width: 600px;
  }
  #contactform form {
    padding: 0px 30px;
  }
  .slide-sub-text {
    font-size: 1.1rem;
  }
  .sideways-text {
    font-size: 32px;
  }
  .services .hover_box .svg_icon svg {
    width: 60px !important;
    height: 60px !important;
    display: inline-flex;
  }
  .services .hover_box h2 {
    font-size: 18px;
  } 
  .creative-text {
    left: 15px;
    top: 400px;
  }
  .slider-wrapper {
    margin-left: 8vw;
  }
  .creative_txt {
    top: 210px;
  }
  .slide-content {
    width: 54vw;
    padding: 4vw 4vw 3vw 4vw;
  }
  .slide-image img {
    width: 24vw;
  }
  .slide-image {
    height: 34vw;
  }
  .arrows {
    width: 3.5vw;
    margin-top: -5.8vw;
    margin-left: 72vw;
    position: relative;
  }
  .sm-order,.hover_img_1, .hover_img_3, .hover_img_5,
  .hover_img_2, .hover_img_4, .hover_img_6 {
    order: inherit;
  }
  .service-content {
    order: inherit;
  }
  .service-image {
    order: inherit;
  }
}
@media only screen and (min-width: 769px) {
  .px-7 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .px-7.pr-0 {
    padding-right: 0rem;
  }
  .stack.creative_txt {
    top: 220px;
  }
  .work.creative_txt {
    top: 200px;
  }
  .common_scroll {
    left: 4rem;
  }
}
@media (min-width: 800px) and (max-width: 850px) {
  .navbar:not(.top-nav-collapse) {
    background: #1C2331 !important;
  }
}
@media only screen and (min-width: 992px) {
  #stack .slider-nav h3 {
    font-size: 1.1rem;
  }
  .mbold {
    font-size: 40px;
  }
  .mlight {
    font-size: 50px;
  }
  .mcolor {
    font-size: 60px;
  }
  .service-title.medium {
    font-size: 34px;
  }
  h1.service-title-bold,
  .service-title-bold {
    font-size: 34px;
  }
  .header-text-spacing {
    font-size: 14px;
  }
  .contact-subtitle {
    font-size: 26px;
  }
  .footer-contact {
    max-width: 650px;
  }
  #contactform form {
    padding: 0px 30px;
  }
  .slide-sub-text {
    font-size: 1.1rem;
  }
  .sideways-text {
    font-size: 34px;
  }
  .services .hover_box .svg_icon svg {
    width: 60px !important;
    height: 60px !important;
    display: inline-flex;
  }
  .services .hover_box h2 {
    font-size: 20px;
  } 
  .creative-text {
    left: 15px;
    top: 400px;
  }
  .px-7 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .common_scroll {
    left: 4rem;
  }
  .slider-wrapper {
    margin-left: 8vw;
  }
  .creative_txt {
    top: 260px;
  }
  .slide-content {
    width: 48vw;
    padding: 5vw 16vw 3vw 6vw;
  }
  .stack.creative_txt {
    top: 290px;
  }
  .work.creative_txt {
    top: 235px;
  }
}
@media only screen and (min-width: 1024px) {
  .project-item-image-wrp {
    height: 35vw;
  }
  .project-item-logo {
    left: 0vw;
    bottom: 1.46413vw;
    top: 0vw;
  }
  .project-item-title {
    padding-left: 5.5vw;
    line-height: 1.6;
    padding-bottom: 0;
  }
  .project-item .slide-more {
    margin-bottom: 4.39239vw;
  }
  .testi_slider {
    margin-left: 100px;
  }
  .slider-wrapper {
    margin-left: 8vw;
  }
  .mbold {
    font-size: 40px;
  }
  .mlight {
    font-size: 50px;
  }
  .mcolor {
    font-size: 60px;
  }
  .service-title.medium {
    font-size: 34px;
  }
  h1.service-title-bold,
  .service-title-bold {
    font-size: 34px;
  }
  .header-text-spacing {
    font-size: 14px;
  }
  .contact-subtitle {
    font-size: 26px;
  }
  .footer-contact {
    max-width: 700px;
  }
  #contactform form {
    padding: 0px 30px;
  }
  .slide-sub-text {
    font-size: 1.1rem;
  }
  .sideways-text {
    font-size: 34px;
  }
  .services .hover_box .svg_icon svg {
    width: 60px !important;
    height: 60px !important;
    display: inline-flex;
  }
  .services .hover_box h2 {
    font-size: 20px;
  } 
  .creative-text {
    left: 15px;
    top: 400px;
  }
}
@media only screen and (min-width: 1025px) {
  .project-item-logo-wrp {
    width: 80%;
    height: 80%;
    top: 10%;
    left: 7%;
  }
  .project-item:hover .project-item-logo {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .project-item:hover .project-item-bg {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .project-item-icon {
    transition: transform .3s ease-out;
    display: inline-block;
  }
  .project-item:hover .project-item-icon {
    transform: translate(10px, 0)
  }
  .banner-sec {
    margin-top: -200px !important;
  }
  .banner-sec h1 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  #stack .slider-nav h3 {
    font-size: 1.25rem;
  }
  .testi_slider {
    margin-left: 100px;
  }
  .slider-wrapper {
    margin-left: 8vw;
  }
  .mbold {
    font-size: 45px;
  }
  .mlight {
    font-size: 55px;
  }
  .mcolor {
    font-size: 65px;
  }
  .service-title.medium {
    font-size: 40px;
  }
  h1.service-title-bold,
  .service-title-bold {
    font-size: 40px;
  }
  .header-text-spacing {
    font-size: 16px;
  }
  .contact-subtitle {
    font-size: 26px;
  }
  .footer-contact {
    max-width: 800px;
  }
  #contactform form {
    padding: 0px 30px;
  }
  .slide-sub-text {
    font-size: 1.15rem;
  }
  .sideways-text {
    font-size: 40px;
  }
  .services .hover_box .svg_icon svg {
    width: 75px !important;
    height: 75px !important;
    display: inline-flex;
  }
  .creative-text {
    left: 25px;
    top: 470px;
  }
  .px-7 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .common_scroll {
    left: 6rem;
  }
  .creative_txt {
    top: 330px;
  }
}
@media only screen and (min-width: 1300px) {
  .testi_slider {
    margin-left: 150px;
  }
  .slider-wrapper {
    margin-left: 10vw;
  }
  .creative_txt {
    left: 25px;
  }
  .mbold {
    font-size: 60px;
  }
  .mlight {
    font-size: 65px;
  }
  .mcolor {
    font-size: 70px;
  }
  .service-title.medium {
    font-size: 46px;
  }
  .slide-sub-text {
    font-size: 1.25rem;
  }
  h1.service-title-bold,
  .service-title-bold {
    font-size: 3rem;
  }
  .header-text-spacing {
    font-size: 18px;
  }
  .contact-subtitle {
    font-size: 36px;
  }
  .footer-contact {
    max-width: 900px;
  }
  #contactform form {
    padding: 0px 50px;
  }
  .services .hover_box .svg_icon svg {
    width: 90px !important;
    height: 90px !important;
    display: inline-flex;
  }
  .services .hover_box h2 {
    font-size: 24px;
  } 
}
@media (hover: none) and (pointer: coarse) {
  #products .project-item .project-item-bg {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  @media screen and (orientation:portrait) {
    .view video.video-intro {
      min-width: 100%;
      max-width: 100%;
      height: 126%;
      object-fit: cover;
      min-height: 50vh;
    }
    .carousel, .carousel .carousel-inner, .carousel .carousel-inner .active,
    .carousel .carousel-inner .carousel-item, .view {
      height: 60vh;
    }
    .common_scroll {
      display: none;
    }
    .pad-top {
        margin-top: 70px !important;
    }
  }
}
/* @media screen and (orientation:landscape) {
  video {
      min-width: 100%;
      min-height: 100vh;
      max-width: 100%;
      max-height: 100vh;
      height: 100%;
      object-fit: cover;
      top: 0;
  }
} */
.erp-hero-section {
  background: transparent;
  border-radius: 32px;
  box-shadow: none;
  color: #fff;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px 20px 80px 20px;
  z-index: 2;
}
.erp-icons-top span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /*background: rgba(20,30,40,0.7);*/
  border-radius: 12px;
  padding: 8px 12px;
  margin: 0 8px;
}
.erp-hero-title {
  font-size: 2.1rem;
  font-family: 'proxima_novaextrabold', Arial, sans-serif;
  color: #fff;
  margin-bottom: 18px;
  margin-top: 10px;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: none;
}
.erp-hero-title span {
  color: #00e6ff !important;
  font-family: 'proxima_novaextrabold', Arial, sans-serif;
}
.erp-hero-subtitle {
  font-size: 1rem;
  color: #fff;
  max-width: 700px;
  margin: 0 auto 24px auto;
  font-family: 'proxima_nova_thin', Arial, sans-serif;
  letter-spacing: 7px;
  text-transform: uppercase;
}
.erp-hero-section .sub_content {
  color: #bfc9d1;
  font-size: 1.1rem;
  font-family: 'proxima_nova_thin', Arial, sans-serif;
  margin-bottom: 32px;
  font-weight: normal;
  line-height: 1.6;
}
.erp-hero-section .full-learn {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.erp-hero-section .arrow-parent {
  background: rgb(255, 0, 68) !important;
  border-radius: 12px;
  color: #fff;
  min-width: 180px;
  padding: 0 32px;
  border: none;
}
.erp-hero-section .arrow-parent .arrow-bg {
  background: rgb(255, 0, 68) !important;
}
.erp-hero-section .arrow-parent p {
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 1.1rem;
  color: #fff;
}
.erp-logos {
  width: 100%;
  height: 0;
  position: relative;
  min-height: 120px;
}
.erp-logo {
  width: 100px;
  height: 100px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  object-fit: contain;
  position: absolute;
  /*box-shadow: 0 4px 24px rgba(0,0,0,0.3);*/
  padding: 16px;
  /*border: 3px solid #181c22;*/
  transition: transform 0.2s, box-shadow 0.2s;
  z-index: 3;
}
.erp-logo:hover {
  transform: scale(1.08) rotate(-3deg);
  box-shadow: 0 8px 32px rgba(0,230,255,0.18);
}
.erp-logo-top-left { top: 20px; left: 12%; }
.erp-logo-top-right { top: 20px; right: 12%; }
.erp-logo-oracle { top: 60px; left: 18%; }
.erp-logo-bottom-right { bottom: 60px; right: 18%; }
.erp-logo-bottom-left { bottom: 60px; left: 18%; }
@media (max-width: 1200px) {
  .erp-logo-top-left { left: 2%; }
  .erp-logo-top-right { right: 2%; }
  .erp-logo-oracle { top: 60px; left: 8%; }
  .erp-logo-bottom-right { right: 8%; }
}
@media (max-width: 900px) {
  .erp-logo { width: 70px; height: 70px; padding: 8px; }
  .erp-logo-top-left, .erp-logo-oracle { left: 0; }
  .erp-logo-top-right, .erp-logo-bottom-right { right: 0; }
}
@media (max-width: 600px) {
  .erp-hero-section { padding: 30px 5px 60px 5px; }
  .erp-hero-title { font-size: 1.2rem; }
  .erp-logo { width: 44px; height: 44px; padding: 4px; }
  .erp-logos { min-height: 60px; }
  .erp-logo-top-left, .erp-logo-oracle { left: 0; }
  .erp-logo-top-right, .erp-logo-bottom-right { right: 0; }
  .erp-logo-top-left, .erp-logo-top-right { top: -10px; }
  .erp-logo-oracle, .erp-logo-bottom-right { top: 30px; bottom: auto; }
}
.erp-icons-top span svg {
  width: 56px !important;
  height: 56px !important;
  animation: erpIconFloat 2.2s ease-in-out infinite alternate;
}
@keyframes erpIconFloat {
  0% { transform: translateY(0); }
  100% { transform: translateY(-16px); }
}