.contact-us-main {
  padding-top: 100px;
}

.nav-bg {
  height: 458px;
  width: 100vw;
  flex-shrink: 0;
  background: #c0e9fb;
  position: relative;
  z-index: 1;
}

.nav-bg .nav-text {
  padding: 240px 0px 0 270px;
  display: inline-flex;
  align-items: flex-start;
}

.nav-bg .nav-text .header-theme {
  /* width: 300px; */
  position: absolute;
  bottom: -44px;
  left: 100px;
  z-index: -1;
  opacity: 0.4;
}

.nav-bg .header-design {
  position: absolute;
  right: 230px;
  bottom: 0;
  width: 415px;
  height: 308px;
  flex-shrink: 0;
  /* background: url(../images/enterprise.png); */
  /* background-repeat: no-repeat; */
}

.nav-bg .header-design.digit {
  width: 450px;
  height: 278px;
}

.nav-bg .header-design.api {
  width: 450px;
  height: 290px;
}

.nav-bg .header-design.demand {
  width: 305px;
  height: 315px;
}

.nav-bg .header-design.cross {
  width: 405px;
  height: 356px;
}

.nav-bg .header-design.web {
  width: 450px;
  height: 330px;
}

/* About us */

.about-us {
  position: relative;
  z-index: 1;
  background: white;
  padding-bottom: 20px;
}

.about-main .who-discr p {
  font-size: 1.125rem;
  font-weight: 500;
}

.about-main .who-discr p span {
  color: #000;
  font-size: 1.25rem;
  font-weight: bold;
  font-style: italic;
  line-height: 150%;
}

/* service */

.ctl-service {
  padding: 20px 0 50px;
}

.ctl-service .inner .service-content {
  width: auto;
  position: sticky;
  top: 160px;
  padding: 0;
  padding-bottom: 30px;
}

.ctl-service .service-cards {
  padding: 0 0 0 0px;
  position: relative;
  margin: -10px 0 0;
}

.ctl-service .service-content p {
  font-size: 1.125rem;
  font-weight: 500;
  padding-left: 40px;
}

.ctl-service .service-content .service-extras {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
  padding-top: 30px;
}

.ctl-service .service-content .apps-count {
  padding: 14px;
  width: auto;
  height: auto;
  flex-shrink: 0;
  border-radius: 15px;
  background: #6AD4CE;
  display: flex;
  gap: 20px;
  align-items: center;
  max-width: 195px;
}

.ctl-service .service-content .apps-count i {
  font-size: 2.5rem;
}

.ctl-service .service-content .apps-count .count {
  color: #000;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 150%;
}

.ctl-service .service-content .free-btn {
  display: inline-flex;
  padding: 10px 20px;
  align-items: center;
  gap: 30px;
  border-radius: 10px;
  background: #2376bc;
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.14);
}

.ctl-service .service-content .free-btn:hover {
  background: #155c97;
}

.ctl-service .service-content .service-btn a {
  text-decoration: none;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
}

.service-cards .card-heading h4 {
  color: #000;
  font-size: 26px;
  font-weight: bold;
  line-height: 150%;
  padding-bottom: 30px;
}

.service-cards .app-plate {
  /* width: 533px; */
  /* height: 292px; */
  flex-shrink: 0;
  align-items: center;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  justify-content: space-between;
  gap: 39px;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
}

.app-plate .icon-box,
.app-plate .icon-box-two,
.app-plate .icon-box-three,
.app-plate .icon-box-four {
  height: 90px;
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: mover 3s linear infinite;
}

.app-plate .icon-box {
  background: #6AD4CE80;
}

.app-plate .icon-box-two {
  background: #F9708080;
}

.app-plate .icon-box-three {
  background: #968BFF80;
}

.app-plate .icon-box-four {
  background: #FFAF8780;
}

.app-plate i {
  font-size: 2.5rem;
  position: relative;
  bottom: 59px;
  left: 26px;
}

@media (max-width: 576px) {
  .ctl-service .service-content p {
    padding-left: 0;
  }

  .service-cards .app-plate {
    width: auto;
    gap: 10px;
    padding: 20px;
  }

  .app-plate .icon-box img {
    width: 85px;
  }

  .ctl-service .service-content .apps-count {
    width: 150px;
    height: 80px;
    padding: 10px 10px 11px 12px;
    gap: 15px;
    margin-bottom: 15px;
  }

  .ctl-service .service-content .apps-count .count {
    font-size: 1rem;
  }

  .ctl-service .service-content .service-btn a {
    font-size: 1rem;
  }

  .ctl-service .service-content .free-btn {
    gap: 10px;
  }
}

.service-cards .service-alt .plate-1::after {
  background: #6AD4CE;
  border-radius: 10px 10px 0 0;
  bottom: 0;
  content: "";
  width: 14rem;
  height: 0.6rem;
  left: 30px;
  position: absolute;
}

.service-cards .service-alt .plate-2::after {
  background: #F97080;
  border-radius: 10px 10px 0 0;
  bottom: 0;
  content: "";
  width: 14rem;
  height: 0.6rem;
  left: 30px;
  position: absolute;
}

.service-cards .service-alt .plate-3::after {
  background: #968BFF;
  border-radius: 10px 10px 0 0;
  bottom: 0;
  content: "";
  width: 14rem;
  height: 0.6rem;
  left: 30px;
  position: absolute;
}

.service-cards .service-alt .plate-4::after {
  background: #FFAF87;
  border-radius: 10px 10px 0 0;
  bottom: 0;
  content: "";
  width: 14rem;
  height: 0.6rem;
  left: 30px;
  position: absolute;
}

.service-cards .service-alt .plate-5::after {
  background: #6AD4CE;
  border-radius: 10px 10px 0 0;
  bottom: 0;
  content: "";
  width: 14rem;
  height: 0.6rem;
  left: 30px;
  position: absolute;
}

.service-cards .app-plate h3 {
  padding-bottom: 25px;
  color: #000;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 150%;
}

.service-cards .app-plate p {
  font-size: 1.125rem;
  font-weight: 500;
}

/* domain section */

.domain-section {
  padding-bottom: 50px;
}

.industires-infocus-boxes ul {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 40px
}

@media screen and (max-width: 850px) {
  .industires-infocus-boxes ul {
    row-gap: 20px
  }
}

@media screen and (max-width: 567px) {
  .industires-infocus-boxes ul {
    gap: 15px
  }
}

.industires-infocus-boxes ul li {
  align-items: center;
  background: #fff;
  box-shadow: 0px 0px 7.2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: calc(16% - 10px);
  padding: 30px 20px 25px 20px;
  transition: all 0.3s ease-in;
}

.industires-infocus-boxes ul li:hover {
  background: #2376BC;
  transition: all .2s ease-in-out
}

.industires-infocus-boxes ul li:hover i {
  color: #fff;
  transition: all .2s ease-in-out
}

.industires-infocus-boxes ul li:hover p,
.industires-infocus-boxes ul li:hover span {
  color: #fff;
  transition: all .2s ease-in-out
}

.industires-infocus-boxes ul li:hover .infocus-box-img {
  opacity: 20%;
}

.industires-infocus-boxes ul li .infocus-box-img {
  background: url(../images/solution/industries-icon-bg.svg) no-repeat;
  width: 45px;
  height: 42px;
  position: relative;
  animation: mover 3s linear infinite;
}

@-webkit-keyframes mover {

  0%,
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  35% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }

  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  65% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    transform: translate3d(0, -5px, 0) rotateZ(0.01deg);
  }
}

@keyframes mover {

  0%,
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  35% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }

  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  65% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    transform: translate3d(0, -5px, 0) rotateZ(0.01deg);
  }
}

@media screen and (max-width: 1200px) {
  .industires-infocus-boxes ul li {
    width: calc(15% - 2px)
  }
}

@media screen and (max-width: 991px) {
  .industires-infocus-boxes ul li {
    width: calc(25% - 15px)
  }
}

@media screen and (max-width: 567px) {
  .industires-infocus-boxes ul li {
    width: calc(50% - 10px)
  }
}



/* .industires-infocus-boxes ul li:hover:after {
  height: 100%
} */



/* .industires-infocus-boxes ul li:after {
  background: #2376bc;
  bottom: 0;
  content: "";
  height: 4px;
  position: absolute;
  transition: all .4s ease;
  width: 100%
} */

/* .industires-infocus-boxes ul li a {
  text-decoration: none;
  height: 100%;
  position: relative;
  transition: all .2s ease-in-out;
  width: 100%;
  z-index: 2
} */

.industires-infocus-boxes ul li i {
  position: absolute;
  top: 37px;
  color: #000;
  font-size: 2rem;
  z-index: 2;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.industires-infocus-boxes ul li p {
  font-weight: 600;
  margin: 5px 0 0;
  transition: all .2s ease-in-out;
  z-index: 2;
}

.industires-infocus-boxes ul li span {
  color: #757575;
  font-size: 0.75rem;
  font-weight: 400;
}

/* Look at our work */

.quick-look .portfolio-btn {
  display: flex;
  justify-content: end;
  padding-bottom: 30px;
}

.portfolio-cards {
  position: relative;
  z-index: 1;
  background: #fff;
}

.card-container {
  perspective: 1000px;
  display: inline-block;
  margin: 3%;
  transition: all 0.5s ease-in-out;
}

.card-container:hover .flipper {
  transform: rotateY(180deg);
}

.card-container,
.front,
.back {
  width: 326px;
  height: 326px;
}

.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.front,
.back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 326px;
  height: 326px;
}

.front {
  z-index: 2;
}

.back {
  transform: rotateY(180deg);
  background: #E6F7FF;
  border-radius: 16px;
  box-shadow: 4px 11px 49px 0px rgba(145, 182, 212, 0.6);
  transform-style: preserve-3d;
  transition: all 0.5s ease-in-out;
}

.back a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  transition: all 0.5s ease-in-out;
  transform: translate3d(0px, 0px, 150px) scale(0.8);
}


.portfolio-main .portfolio-card .portfolio-image {
  /* width: 344px; */
  position: relative;
}

.portfolio-main .portfolio-card .portfolio-image img {
  /* width: 344px; */
  height: 326px;
  flex-shrink: 0;
  box-shadow: 4px 11px 49px 0px rgba(145, 182, 212, 0.6);
  border-radius: 5%;
  opacity: 1;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

/* .portfolio-main .portfolio-card .portfolio-detail {
  padding: 40px 0 30px 0;
} */

.portfolio-main .portfolio-card .portfolio-detail span {
  display: inline-flex;
  padding: 3px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  border: 1px solid #757575;
  color: #2376bc;
  font-size: 1rem;
  font-weight: 600;
}

.portfolio-main .portfolio-card .portfolio-detail h4 {
  padding: 15px 0;
  color: #000;
  font-size: 1.75rem;
  font-weight: 600;
}

.portfolio-detail .abt {
  display: inline-flex;
  gap: 20px;
}

.portfolio-detail .port-link {
  background: #2376BC;
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 89px;
  height: 45px;
  border-radius: 150px 150px 0 0;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolio-detail .port-link i {
  color: #fff;
  font-size: 2rem;
}

.portfolio-detail .web {
  padding: 3px 15px;
  gap: 10px;
  border-radius: 5px;
  background: #6AD4CE80;
  color: #000 !important;
  font-size: 1rem;
  font-weight: 500;
  border: none !important;
}

.portfolio-detail .mobile {
  padding: 3px 15px;
  gap: 10px;
  border-radius: 5px;
  background: #968BFF80;
  color: #000 !important;
  font-size: 1rem;
  font-weight: 500;
  border: none !important;
}

.portfolio-detail .ui-ux {
  padding: 3px 15px;
  gap: 10px;
  border-radius: 5px;
  background: #F9708080;
  color: #000 !important;
  font-size: 1rem;
  font-weight: 500;
  border: none !important;
}

@media (max-width: 1200px) {

  .card-container,
  .front,
  .back {
    width: 284px;
    height: 286px;
  }

  .portfolio-main .portfolio-card .portfolio-image img {
    /* width: 294px; */
    height: 286px;
  }
}


@media (max-width: 1024px) {
  /* .portfolio-main .portfolio-card .portfolio-image {
    width: 344px;
  } */


}

/* Newsletter */

.newsletter {
  padding: 100px 0 0 0;
}

.newsletter-bg {
  width: auto;
  height: 250px;
  flex-shrink: 0;
  border-radius: 30px;
  background: linear-gradient(288deg, #85e1ff 0.23%, #237bff 99.44%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newsletter-bg .news {
  padding-left: 50px;
}

.newsletter-bg .news h2 {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 12px;
}

.newsletter-bg .news h4 {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

  font-size: 1.375rem;

  font-weight: 500;

}

.newsletter-bg .btn-wrap {
  padding-right: 50px;
}

.newsletter-bg .btn-wrap a {
  text-decoration: none;
  color: #000;

  font-size: 1.125rem;

  font-weight: 600;

  transition: 0.6s ease-in-out;
}

.newsletter-bg .btn-wrap .news-btn {
  display: inline-flex;
  padding: 10px 20px;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  background-color: #000000;
  background-image: #000000;
  background-image: -moz-linear-gradient(top, #fff 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #fff 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #ffffff 100%);
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.14);
}

.newsletter-bg .btn-wrap .news-btn:hover {
  color: #fff;
  background-position: -1700%;
  transition: 0.6s ease-in-out;
}

@media (max-width: 992px) {
  .newsletter {
    padding: 100px 0 0 0;
  }

  .newsletter-bg .news {
    text-align: center;
    padding-left: 12px;
  }

  .newsletter-bg .btn-wrap a {
    font-size: 0.75rem;
  }

  .newsletter-bg .btn-wrap .news-btn img {
    height: 20px;
    width: 20px;
  }

  .newsletter-bg .btn-wrap .news-btn {
    width: 200px;
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .newsletter-bg .news h2 {
    font-size: 1.375rem;
    padding-top: 15px;
  }

  .newsletter-bg .news h4 {
    font-size: 1rem;
  }

  .newsletter-bg .btn-wrap {
    padding: 15px 0 15px 0;
  }

  .newsletter-bg .btn-wrap .news-btn {
    width: auto;
  }

  .newsletter-bg {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}