.main-banner-sec {
  position: relative;
  padding-top: 85px;
}

.inner-wraper {
  padding-top: 0;
}

.main-banner-sec .container {
  padding: 0 0 50px 0;
}

.main-banner-sec::after {
  background-image: url(../images/banner-shape.png);
  position: absolute;
  content: "";
  top: 0;
  z-index: -1;
  width: 373px;
  height: 260px;
  left: 0;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.banner-text-in {
  padding-bottom: 35px;
}

.banner-text-in h6 {
  font-size: 22px;
  color: #000;
  font-family: OpenSans-Bold;
  margin-bottom: 5px;
}

.banner-text-in h1,
.banner-text-in h2 {
  font-size: 60px;
  color: #181b1b;
  font-family: Cambria-Bold;
  margin-bottom: 10px;
}

.banner-text-in h3 {
  margin: 20px 0;
  font-size: 23px;
  color: #ec7211;
}

.banner-text-in p {
  color: #5a5c7d;
  font-size: 16px;
  line-height: 30px;
}

.main-banner-sec .row .col-md-6 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-img-info {
  position: relative;
}

.banner-img-info .btn.lets-btn {
  border: 1px solid transparent;
}

.banner-img-info .btn.lets-btn.web-d {
  position: absolute;
  bottom: 90px;
  left: 10px;
}

.banner-img-info .btn.lets-btn.app-d {
  position: absolute;
  top: 140px;
  right: -50px;
}

.connect-with ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.purple-btn {
  background: #933ff4;
  border: 1px solid #933ff4;
  color: #fff;
}

.shape-b {
  animation-name: float_up_down;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float_up_down;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float_up_down;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float_up_down;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float_left_right;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes float_up_down {
  0% {
    transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

  100% {
    transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.shape-c {
  animation-name: float_down_up;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float_down_up;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float_down_up;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float_down_up;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float_left_right;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes float_down_up {
  0% {
    transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 1;
  }

  100% {
    transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.service-content-box {
  background: #fffaf7 url(../images/serviceBg.svg);
  background-size: cover;
  padding: 25px;
  border-radius: 10px;
  transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  margin-bottom: 30px;
}

.service-content-box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.service-content-box figure {
  background: #fff;
  border-radius: 50%;
  border: 1px dashed #e7612c;
  width: 60px;
  height: 60px;
  padding: 7px;
  text-align: center;
  position: relative;
}

.service-content-box figure img {
  width: 40px;
  margin: 0 auto;
  transform: translate(3px, -4px);
}

.service-content-box figcaption {
  padding-top: 15px;
}

.service-content-box p {
  color: #5a5c7d;
  font-size: 15px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.service-link-btn {
  font-size: 16px;
  letter-spacing: 0;
  font-family: "OpenSans-SemiBold";
  color: #000;
  margin-top: 10px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.service-link-btn::before {
  content: "\f301";
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  position: absolute;
  right: -19px;
  z-index: 7;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  width: 12px;
  height: 100%;
  top: 6px;
}

.exploreLink i {
  padding-left: 7px;
  transition: all 0.3s ease-in-out;
}

.exploreLink:hover i {
  transform: translateX(10px);
  opacity: 1;
}

/* 
.exploreLink::before{ content: '\f301';
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    position: absolute;
    right: -19px;
    z-index: 7;
    opacity: 1;
    transition: all .3s ease-in-out;
    width: 12px;
    height: 100%;
    top: 6px;}

    .exploreLink:hover::before,
    .exploreLink:hover::before {
        transform: translateX(10px);
        opacity: 1
    } */

.service-content-box:hover .service-link-btn::before,
.service-content-card:hover .service-link-btn::before {
  transform: translateX(10px);
  opacity: 1;
}

.service-content-box h3 {
  font-size: 18px;
  letter-spacing: 0;
  font-family: OpenSans-Bold;
  color: #000;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.service-link .service-content-box {
  padding: 11px 25px;
}

.service-element {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.service-content-card figure {
  height: 60px;
  width: 60px;
  padding: 2px;
}

.service-content-card figure img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.service-content-card figcaption {
  padding-top: 15px;
}

.service-content-card p {
  color: #5a5c7d;
  font-size: 15px;
  line-height: 24px;
}

.producat-section-rw .row.product-result-div {
  min-height: 830px;
}

.service-list-right .col-md-6 {
  display: flex;
  margin-bottom: 20px;
}

.service-list-right .col-md-6 > div {
  height: 100%;
  width: 100%;
}

.service-link {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.customised-solution-in .main-heading-box {
  max-width: 100%;
  margin-bottom: 0;
  color: #fff;
}

.customised-solution-in .main-heading-box h2,
.customised-solution-in .main-heading-box h3 {
  color: #fff;
  margin-bottom: 15px;
  max-width: 700px;
}

.main-heading-box p {
  color: #000716;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 26px;
}

.main-heading-box p:last-child {
  margin-bottom: 0;
}

.customised-solution-in .main-heading-box p {
  color: #fff;
}

.customised-solution-in {
  padding: 100px;
  padding-right: 0;
  position: relative;
}

.customised-solution-in:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 150%;
  height: 100%;
  background: url(../../images/2021-new/bg-blue.webp) no-repeat;
  z-index: -1;
  border-radius: 55px;
  background-size: cover;
}

.cta-1 a {
  margin-top: 15px;
}

.servicesContent-wrap {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 10px rgb(218 218 218);
  padding: 30px;
  margin-top: -100px;
  position: relative;
  margin-left: 28px;
  margin-right: 28px;
}

/* .services-box:hover .servicesContent-wrap:after{
    content: "";
    position: absolute;
    width: 92%;
    height: 98%;
    z-index: -1;
   
} */

.servicesContent-wrap:after {
  content: "";
  position: absolute;
  width: 92%;
  height: 98%;
  z-index: -1;
}

.servicesContent-wrap:after {
  background: #ffffff;
  top: 20px;
  left: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 0 8px 10px rgb(218 218 218);
  border-bottom-right-radius: 20px;
  transition: 0.3s;
}

.testimonial-box article:after,
.testimonial-box article:before {
  content: " ";
  width: 10px;
  height: 10px;
  position: absolute;
  border: 0px solid #fff;
  transition: all 1s;
}

.testimonial-box article:before {
  bottom: -1px;
  right: -1px;
  border-bottom: 3px solid #ec7211;
  border-right: 3px solid #ec7211;
}

.testimonial-box article:after {
  top: -1px;
  left: -1px;
  border-top: 3px solid black;
  border-left: 3px solid black;
}

.testimonial-box article:hover:before,
.testimonial-box article:hover:after {
  width: 100%;
  height: 100%;
}

.services-box {
  margin-bottom: 65px;
}

.services-box :hover {
  cursor: pointer;
}

.workimg img {
  width: 100%;
}

.services-box figure {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 40px rgb(245 245 245);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 454px;
  overflow: hidden;
}

.services-box h4 {
  font-size: 20px;
  font-family: Cambria-Bold;
  margin-bottom: 10px;
}

.services-box p {
  font-size: 14px;
  font-family: OpenSans-Regular;
  line-height: 22px;
  color: #636678;
  margin-bottom: 20px;
}

.appContent {
  margin-top: 15px;
  display: flex;
  width: 100%;
}

.appContentTitle h6 {
  font-size: 13px;
  color: #636678;
}

.appContentTitle h5 {
  font-size: 16px;
  margin-top: 7px;
}

.linkwork {
  display: flex;
  align-items: end;
}

.appContentTitle {
  flex: 1 auto;
}

.services-box .workimg {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.appRelatedarea a {
  margin-right: 16px;
}

.our-services .col-md-3 {
  display: flex;
}

.our-services .main-heading-box {
  margin-bottom: 50px;
}

.industries-images a {
  transition: 0.3s ease-in-out;
  display: block;
  position: relative;
  height: 220px;
  overflow: hidden;
  border-radius: 20px;
}

.industries-images figure {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}

.industries-images figure img {
  transition: 0.3s ease-in-out;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.industries-images .row .col {
  padding: 13px;
}

.mt-22px {
  margin-top: 25px;
}

.industries-images figcaption h1 {
  font-size: 20px;
  margin-bottom: 10px;
}

.industries-images figcaption p {
  font-size: 14.5px;
  -webkit-line-clamp: 2;
  opacity: 0.8;
  overflow: hidden;
  white-space: nowrap;
  text-transform: capitalize;
  text-overflow: ellipsis;
}

.text-right {
  text-align: right;
}

.industriesBigImg {
  height: 465px !important;
}

.industries-images figcaption {
  transition: 0.3s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0px;
  /* height: 60px; */
  /* display: flex; */
  /* align-items: center; */
  width: 100%;
  font-size: 20px;
  color: #fff;
  z-index: 1;
  font-family: Cambria-Bold;
  padding: 0px 25px 25px;
}

.industries-images a:after {
  transition: 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(0deg, #000000 0, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  opacity: 0.7;
  border-radius: 20px;
}

.home-industries {
  position: relative;
  padding-top: 30px;
  background: #fffaf7;
}

.opacity3 {
  opacity: 0.3;
}

.home-industries:after {
  content: "";
  background: #fffaf7;
  height: 300px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.industries-images a:hover:after {
  transition: 0.3s ease-in-out;
  height: 100%;
  background: linear-gradient(0deg, #000000 0, rgba(0, 0, 0, 0) 100%);
}

.industries-images a:hover {
  border-radius: 20px;
}

.d-flex {
  display: flex;
}

.portfolio-home .col-md-5 {
  display: flex;
  align-items: center;
  padding: 50px 70px;
}

.portfolio-home .row {
  margin-bottom: 160px;
  justify-content: space-between;
  position: relative;
}

.portfolio-home .row:after {
  content: "";
  position: absolute;
  left: -45%;
  width: 50%;
  height: 100%;
  background: url(../../images/2021-new/fff.svg) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.portfolio-home .row:nth-child(even):after {
  right: -45%;
  left: auto;
  transform: rotate(180deg);
}

.portfolio-home figure {
  overflow: hidden;
  border-radius: 30px;
  height: 100%;
}

.portfolio-home figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.portfolio-home .col-md-7 {
  display: flex;
}

.portfolio-home .main-heading-box {
  margin-bottom: 0;
}

.portfolio-home .main-heading-box p {
  font-size: 14px;
  line-height: 22px;
  color: #636678;
}

.portfolio-home .main-heading-box a {
  margin-top: 30px;
}

.cta-animation {
  background: #181818;
}

.cta-animation-in {
  padding-bottom: 60px;
  padding-top: 30px;
}

.cta-animation .main-heading-box h3,
.cta-animation .main-heading-box p {
  color: #fff;
}

.cta-animation .main-heading-box h2,
.cta-animation .main-heading-box p {
  color: #fff;
}

.gry-pra {
  font-size: 16px;
  line-height: 22px;
  color: #636678;
  font-family: OpenSans-Semibold;
}

.statistics-text h2,
.statistics-text h3 {
  font-size: 40px;
  font-family: Cambria-Bold;
  margin-bottom: 10px;
}

.statistics-text h3,
.statistics-text h5 {
  font-size: 30px;
  font-family: Cambria-Bold;
  margin-bottom: 10px;
}

.statistics-text p {
  margin-bottom: 40px;
}

.statistics-text p:last-child {
  margin-bottom: 0;
}

.cta-animation video {
  width: 100%;
}

.statistics-ul li h3 {
  margin-bottom: 0;
  font-size: 50px;
  position: relative;
  display: inline-block;
}

.statistics-ul li h3 span {
  position: absolute;
  right: -17px;
  font-size: 22px;
  top: 5px;
}

.statistics-ul li p {
  padding-right: 10px;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 26px;
  font-family: OpenSans-Semibold;
  padding-left: 40px;
}

.statistics-ul li {
  position: relative;
  margin: 25px 0;
  cursor: pointer;
}

.statistics-ul li:after {
  transition: 0.3s ease-in-out;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -3px;
  left: 8px;
  background: red;
  content: "";
  z-index: -1;
}

.statistics-ul li:nth-child(1):after {
  background: #f9dada;
}

.statistics-ul li:nth-child(2):after {
  background: #f9f7da;
}

.statistics-ul li:nth-child(3):after {
  background: #daf9e8;
}

.statistics-ul li:nth-child(4):after {
  background: #daf8f9;
}

.statistics-ul li:nth-child(5):after {
  background: #e0daf9;
}

.statistics-ul li:nth-child(6):after {
  background: #f9daf5;
}

.statistics-ul li > div {
  min-width: 80px;
}

.statistics-ul li:hover:after {
  width: 100%;
}

.testimonial-home {
  position: relative;
}

.testimonial-home:before {
  /* content: "";
    width: 50%;
    height: 100%;
    background: #fffaf7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px; */
}

.appDownloadingCount .itemsEnd {
  align-items: flex-end;
}

.testimonial-home.section-padding .container {
  position: relative;
  z-index: 1;
}

.testimonial-box article {
  position: relative;
  border-radius: 10px;
  background: #fff;
  padding: 30px;
  box-shadow: 0 2px 12px rgb(218 218 218);
  margin: 12px;
}

.testimonial-box article p {
  font-size: 14px;
  font-family: OpenSans-Regular;
  line-height: 22px;
  color: #636678;
}

.testimonial-info figure {
  width: 65px;
  height: 65px;
  border-radius: 0px;
  overflow: hidden;
  border: 3px solid #fffaf7;
  /* box-shadow: 0 10px 30px rgb(62 62 62 / 23%); */
}

.testimonial-info figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.testimonial-info {
  margin-bottom: 15px;
}

.testimonial-info h4 {
  font-size: 16px;
  font-family: OpenSans-Bold;
  color: #000;
}

.testimonial-info span i {
  color: #05d305;
}

.testimonial-info figcaption {
  margin-left: 15px;
  position: relative;
  top: 5px;
}

.testimonial-box {
  margin-bottom: 40px;
}

.testimonial-box article:after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  font-size: 100px;
  font-family: "inherit;";
  background: url(../images/quotesIco.svg) no-repeat;
  width: 55px;
  height: 53px;
  background-size: 100%;
  opacity: 0.5;
}

.case-home {
  background: linear-gradient(0deg, #f6f8fc 0, #fff 100%);
}

.case-home-in article {
  margin: 15px 0;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 450px;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.case-home-in article figure {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.case-home .container {
  max-width: 1050px;
}

.case-home-in {
  position: relative;
  margin-top: -30px;
}

.case-home-in figcaption {
  padding: 40px 20px;
  text-align: center;
}

.case-home-in figcaption span {
  font-size: 16px;
}

.case-home-in figcaption h3,
.case-home-in figcaption h4 {
  font-size: 22px;
  font-family: OpenSans-Bold;
}

.tag-list li {
  display: inline-block;
  background-color: #eee;
  padding: 4px 15px;
  border-radius: 20px;
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
}

ul.tag-list {
  margin-bottom: 30px;
}

.url-list li {
  display: inline-block;
}

.url-list li a.url-items {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  background-color: #000;
  padding: 10px;
  border-radius: 40px;
}

.url-list li a.url-items span {
  opacity: 0;
  font-size: 0;
  transition: ease 0.5s;
  margin-left: 0;
}

.url-list li a.url-items:hover span {
  opacity: 1;
  font-size: 16px;
  margin-left: 10px;
}

.url-list li a.url-items:hover {
  background-color: #f89b20;
}

.statistics-ul .row {
  margin-right: -5px;
  margin-left: -5px;
}

.branding-logo a {
  display: inline-block;
}

.customised-solution,
.portfolio-home {
  overflow: hidden;
}

/* About Us CSS Start Here */

.aboutus-content h1 {
  font-size: 38px;
  color: #000;
  font-family: Cambria-Bold;
  text-transform: uppercase;
}

.main-heading-box h1 {
  font-size: 38px;
  color: #000;
  font-family: Cambria-Bold;
  text-transform: uppercase;
}

.main-heading-box h3 {
  font-size: 18px;
  color: #181b1b;
  font-family: opensans-bold;
  margin: 10px 0;
  line-height: 30px;
}

.aboutus-content h3 {
  font-size: 18px;
  color: #181b1b;
  font-family: opensans-bold;
  margin: 10px 0;
  line-height: 30px;
}

.aboutus-content p {
  color: #5a5c7d;
  font-size: 15px;
  line-height: 24px;
}

.aboutus-content p + p,
.aboutus-content p {
  margin-bottom: 25px;
}

.firstCard {
  background: #fff3e6;
  border: 1px solid #6d44131a;
}

.thirdCard {
  background: #effdff;
  border: 1px solid #136d6d1a;
}

.secondCard {
  background: #f3f5ff;
  border: 1px solid #13376d1a;
  position: relative;
  top: -120px;
}

.fourthCard {
  background: #fbeefd;
  border: 2px solid #61136d1a;
  margin-inline: 204px !important;
  margin-block: -53px;
}

.bannerCard {
  padding: 20px;
  border-radius: 6px;
  margin-inline: 10px;
  min-height: 200px;
  text-align: center;
  -ms-flex: 0 0 175px;
  flex: 0 0 175px;
  max-width: 175px;
  box-shadow: 0px 5px 11px 0px #0000001a;
}

.banner-img-info {
  background: url(../images/heroRight.svg);
  background-size: cover;
  height: 570px;
}

.bannerCardWrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30%;
}

.countNumber {
  font-size: 37px;
  font-family: Cambria-Bold;
}

.countsubTitle {
  font-size: 14px;
}

.mb-10 {
  margin-bottom: 10px;
}

.bookCallIndustryWrap {
  position: relative;
  padding: 0 70px;
  width: 100%;
}

.bookCallIndustry {
  position: absolute;
  left: 0;
  top: 4px;
  text-align: center;
  padding-left: 15px;
  width: 100%;
}

.bookCallIndustryInner {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 6px 7px #f1e8d9;
  position: relative;
  z-index: 1;
  text-align: center;
}

.bookCallIndustryInner figure {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  overflow: hidden;
  margin: auto;
}

.bookCallIndustryInner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px;
}

.bookCallIndustryInner figcaption {
  padding: 20px 0 0;
}

.bookCallIndustryInner figcaption h4 {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}
.bookCallIndustryInner p {
  font-size: 14px;
  color: #000716;
  margin: 18px 0;
}
.bookCallIndustryInner ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bookCallIndustryInner ul li {
  margin-right: 10px;
}
.bookCallIndustryInner ul li a {
  display: flex;
  align-items: center;
}
.bookCallIndustryInner ul li a img {
  margin-right: 5px;
}
.bookCallIndustryInner ul li a span {
  font-size: 13px;
  color: #504d4d;
  font-weight: 600;
}
.book-call a {
  width: 100%;
  background: #ec7211;
  box-shadow: 0 2px 10px rgb(248 155 32/30%);
  color: #fff;
  border: 0;
  padding: 10px 20px;
  justify-content: center;
  border-radius: 25px;
}

.industryRelatedAppBox {
  border: 1px dashed #f5a733;
  background: #fffaf7 url(../images/inboxBG.svg) no-repeat;
  padding: 25px;
  border-radius: 10px;
  transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  margin-bottom: 30px;
}

.industryRelatedAppBox figure {
  width: 60px;
  height: 60px;
  position: relative;
  margin-bottom: 10px;
}

.industryRelatedAppBox h3 {
  font-size: 18px;
  letter-spacing: 0;
  font-family: OpenSans-Bold;
  color: #000;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.industryRelatedAppBox p {
  color: #5a5c7d;
  font-size: 15px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.industryRelatedAppBox:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.industryRelatedApp {
  margin-top: 40px;
}

.insolutionContent-wrap {
}

.insolutionContent-wrap h4 {
  font-size: 34px;
  font-family: Cambria-Bold;
  margin-bottom: 10px;
}

.insolutionContent-wrap p {
  font-size: 14px;
  font-family: OpenSans-Regular;
  line-height: 22px;
  color: #636678;
  margin-bottom: 20px;
}

.flexDirectionReverse {
  flex-direction: row-reverse;
}

@media (max-width: 1366px) {
  .portfolio-home .row {
    align-items: center;
  }

  .portfolio-home figure {
    height: auto;
  }

  .portfolio-home .col-md-5 {
    padding: 50px 15px;
  }

  .statistics-ul li p {
    font-size: 16px;
    padding-left: 30px;
  }
}

@media (max-width: 1280px) {
  .main-banner-sec .container {
    padding: 50px 40px;
  }

  .testimonial-box article::after {
    bottom: 10px;
    width: 64px;
    height: 44px;
    background-size: 80%;
    z-index: 0;
  }

  .our-partners {
    padding: 0 5%;
  }

  .our-partners {
    margin-bottom: 35px;
  }

  .btn-link-arrow img {
    width: 24px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .needAssistance .transformPosition {
    transform: translate(0, 0%) !important;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .needAssistance {
    height: 311px !important;
  }
  .main-banner-sec .container .row {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 40px;
  }

  .banner-text-in h6 {
    font-size: 20px;
  }

  .banner-text-in h1,
  .banner-text-in h2 {
    font-size: 58px;
    line-height: 58px;
  }

  .banner-text-in p {
    font-size: 16px;
  }

  .banner-img-info .btn.lets-btn.app-d {
    right: 0;
  }

  .cta-pink .container::after {
    right: 55px;
  }

  .cta-pink .container::before {
    left: 55px;
  }

  .services-box p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1180px) and (max-width: 1280px) {
  .mobileCountContent {
    width: 70% !important;
  }
  .whyhirestepsWrap .whyhiresteps li:nth-child(5) {
    margin-left: 18px !important;
  }
  .bannerCardWrap {
    margin-top: 11%;
    justify-content: space-between;
  }

  .bannerCard {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }

  .firstCard,
  .secondCard {
    margin-bottom: 20px;
  }

  .secondCard {
    top: 0;
  }

  .fourthCard {
    /* margin-inline:inherit !important; margin-block:inherit !important; */
    margin-block: -2px !important;
    margin-inline: 10px !important;
  }
}

@media (max-width: 1120px) {
  .customised-solution-in {
    padding: 50px;
  }

  .main-banner-sec .container {
    padding: 80px 15px;
  }

  .banner-img-info .btn.lets-btn.app-d {
    top: 150px;
    right: 0;
    font-size: 14px;
  }

  .banner-img-info .btn.lets-btn.web-d {
    bottom: 70px;
    left: 0;
    font-size: 14px;
  }

  .section-padding {
    padding: 45px 0;
  }

  .portfolio-home .col-md-5 {
    padding: 30px 15px;
  }

  .main-heading-box {
    max-width: 650px;
  }

  .statistics-ul li h3 {
    font-size: 42px;
  }

  .portfolio-home .row {
    margin-bottom: 100px;
  }
}

@media (max-width: 1024px) {
  .banner-img-info {
    display: none;
  }

  .main-banner-sec .row .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .about-us .row {
    align-items: center;
  }

  .statistics-ul li p {
    font-size: 15px;
    padding-left: 10px;
  }

  .statistics-ul li h3 {
    font-size: 36px;
  }

  .service-content-box {
    padding: 15px;
  }

  .customised-solution-in::after {
    border-radius: 35px;
  }

  .testimonial-info figcaption {
    top: 0;
  }
}

@media (max-width: 991px) {
  .needAssistance {
    text-align: center;
    height: 295px !important;
    background-color: #392000 !important;
    background-image: none !important;
  }

  .needAssistance .transformPosition {
    transform: translate(0, 0%) !important;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main-banner-sec .container .row {
    max-width: 100%;
    margin: 0 auto;
  }

  .banner-text-in h6 {
    font-size: 18px;
  }

  .banner-text-in h1,
  .banner-text-in h2 {
    font-size: 52px;
    line-height: 52px;
  }

  .banner-img-info .btn.lets-btn.app-d {
    right: 0;
  }

  .main-banner-sec .container {
    padding: 40px 15px;
  }

  .banner-img-info .btn.lets-btn.app-d {
    top: 100px;
    right: 0;
    height: 45px;
    padding: 10px 15px;
  }

  .banner-img-info .btn.lets-btn.web-d {
    bottom: 50px;
    left: -20px;
    height: 45px;
    padding: 10px 15px;
  }

  .banner-text-in h1,
  .banner-text-in h2 {
    font-size: 35px !important;
    line-height: 35px !important;
  }

  .service-link .service-content-box {
    padding: 10px 15px;
    margin-bottom: 20px;
  }

  .service-link .service-content-box:last-child {
    margin-bottom: 0;
  }

  .service-content-box p {
    font-size: 16px;
    line-height: 22px;
  }

  .service-content-card p {
    font-size: 16px;
    line-height: 22px;
  }

  .customised-solution .container {
    padding: 0;
  }

  .customised-solution-in::after {
    max-width: 100%;
    border-radius: 0;
  }

  .our-services.section-padding .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 25px;
  }

  .industries-images figcaption {
    font-size: 16px;
  }

  .portfolio-home .row {
    margin-bottom: 40px;
  }

  .row.service-list-top .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 912px) and (max-width: 1024px) {
  .bookCallIndustryWrap {
    padding: 0;
  }

  .needAssistanceindustry {
    height: 370px !important;
  }

  .mobileCountContent {
    width: 60% !important;
  }
  .owl-nav .owl-prev {
    left: 91.5% !important;
  }
  .why-hire-section .col-md-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .mobileDevlopmentTool .col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mobileProcessList li figure {
    width: 60px !important;
    height: 60px !important;
  }
}

@media only screen and (min-width: 820px) and (max-width: 896px) {

  .service-global-client::before{content: inherit !important;}

.serviceInner-wrapper .service-banner-area {
  padding-bottom: 80px;
}

  
  .service-banner-area .mr-15 {
    margin-right: 10px !important;
  }

  .needAssistanceindustry h3 {
    font-size: 40px !important;
  }

  .bookCallIndustryInner ul li a span {
    font-size: 12px;  text-align: left;
  }

  .bookCallIndustryInner {
    padding: 25px;
  }

  .needAssistanceindustry {
    height: 335px !important;
  }

  .bookCallIndustryWrap {
    padding: 0;
  }

  .mobileCountContent {
    width: 60% !important;
  }

  .mobileProcessList .col-md-2 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .mobileProcessListBox article {
    margin-bottom: 25px;
  }

  .why-hire-section .col-md-7,
  .why-hire-section .col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .whyhirestepsWrap .whyhiresteps li {
    background-size: 100% !important;
  }

  .why-hire-section .col-md-5 {
    text-align: center;
  }

  .owl-nav .owl-prev {
    left: 90.5% !important;
    top: 58px;
  }

  .owl-nav .owl-next {
    top: 58px;
  }

  .mobileDevlopmentTool .col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mobileProcessListBox:before {
    content: inherit !important;
  }

  .mobileProcessListBox article {
    transform: translate(0%, 0%) !important;
    height: 150px !important;
  }
  .mobileProcessList figcaption h4 {
    line-height: 23px;
    font-size: 15px;
  }
  .mobileProcessList li figure {
    width: 60px !important;
    height: 60px !important;
  }
  .mobileProcessList figcaption h4 {
    font-size: 15px !important;
    line-height: 23px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 819px) {
  .owl-nav .owl-prev {
    left: 89.5% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .footer-tit {
    font-size: 15px;
  }

  .office-location-box article {
    min-height: 190px;
  }

  .toolTitle {
    justify-content: flex-start !important;
    margin-bottom: 25px;
  }

  .appDownloadingCount .col-md-10,
  .appDownloadingCount .col-md-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .appDownloadingCount .btn-link {
    margin-top: 10px;
  }

  .devlopmentToolBox .col-md-5,
  .devlopmentToolBox .col-md-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .services-box figure {
    height: 320px;
  }
}

@media only screen and (min-width: 740px) and (max-width: 768px) {
.mobileDevlopmentTool .col-md-4 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.mobileProcessList .col-md-2 {
  flex: 0 0 33%;
  max-width: 33%;
}
.mobileProcessListBox article {
  margin-bottom: 25px;
}
}

@media only screen and (min-width: 740px) and (max-width: 766px) {
  .mobileProcessList .col-md-2 {
    flex: 0 0 33%;
    max-width: 33%;
  }

  .whyhirestepsWrap .whyhiresteps li:nth-child(5) {
    margin-left: 0 !important;
  }
  .bannerCardWrap {
    margin-top: 20%;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .contactFormInner{margin-bottom: 25px;}
  .bookCallIndustryWrap {
    margin-top: 25px;
    padding: 0;
  }
  .service-global-client::before {
    content: inherit !important;
  }
  .serviceInner-wrapper .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .servicebanner-img {
    margin-top: 40px;
  }

  .why-hire-section .col-md-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .serviceInner-wrapper .row {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  

  .bookCallIndustryInner {
    padding: 25px;
  }

  .needAssistanceindustry h3 {
    font-size: 27px !important;
  }

  .dNone {
    display: none;
  }

  .needAssistanceindustry {
    height: 270px !important;
  }

  .service-banner-area {
    padding-bottom: 80px !important;
  }

  .service-global-client::before {
    content: inherit !important;
  }

  .why-hire-section .col-md-5 {
    text-align: center;
  }
  .mobileProcessListBox:before {
    content: inherit !important;
  }
  .mobileProcessListBox article {
    transform: translate(0%, 5%) !important;
    margin-bottom: 15px;
  }
  .mobileCountWrap .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .mobileCountContent {
    width: 70% !important;
  }

  .service-global-client {
    padding-bottom: 50px !important;
  }

  .owl-nav .owl-prev {
    left: 88.5% !important;
  }

  .toolTitle {
    justify-content: flex-start !important;
    margin-bottom: 25px;
    flex: 0 0 50%;
  }

  .toolInnerCategory {
    margin-bottom: 25px;
  }

  .devlopmentToolBox .col-md-6 {
    flex: 0 0 50%;
  }

  .appDownloadingCount .btn-link {
    text-align: right;
  }

  /* .owl-nav .owl-prev {
        left:79.5% !important;
    } */
  .office-location-box {
    margin-top: 0 !important;
  }

  .mobileView {
    display: block;
  }

  .desktopView {
    display: none;
  }

  .servicesContent-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .get-in-touch {
    padding: 20px;
    margin-block: 30px;
  }

  .office-location-box article {
    margin-bottom: 20px;
  }

  .section-padding {
    padding: 50px 0;
  }

  .main-banner-sec .container .row {
    flex-direction: column-reverse;
  }

  .main-banner-sec .container .row .col-md-6 {
    width: 100%;
    max-width: 100%;
  }

  .banner-img-info .btn.lets-btn.app-d {
    right: -50px;
  }

  .banner-img-info .btn.lets-btn.web-d {
    left: 0;
  }

  .banner-text-in h2 br {
    display: none;
  }

  .banner-head-info {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
  }

  .our-services .col-md-3 {
    max-width: 50%;
    flex: 0 0 50%;
    margin-top: 10px;
  }

  .our-services .col-md-3:first-child,
  .our-services .col-md-3:nth-child(2) {
    margin-top: 0;
  }

  .portfolio-home .row {
    flex-direction: column;
    margin-bottom: 30px;
    border-bottom: 5px solid #fafafa;
  }

  .portfolio-home .row:last-child {
    border: none;
  }

  .portfolio-home .row .col-md-5,
  .portfolio-home .row .col-md-6 {
    max-width: 100%;
  }

  .portfolio-home .row:nth-child(even) {
    flex-direction: column-reverse;
  }

  .portfolio-home figure {
    max-width: 500px;
    margin: 0 auto;
  }

  .portfolio-home .row::after {
    left: 0;
    background-size: 100% 50%;
  }

  .portfolio-home .row:nth-child(even)::after {
    right: 0;
    background-size: 100% 150%;
  }

  .portfolio-home .main-heading-box.text-left {
    text-align: center !important;
  }

  .statistics-text h2,
  .statistics-text h3 {
    font-size: 28px;
    text-align: center;
  }

  .statistics-ul li {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }

  .testimonial-home.section-padding {
    padding: 30px 0;
  }

  .testimonial-box .col-md-4 {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 80px;
  }

  .row.testimonial-box {
    justify-content: center;
    margin-bottom: 0;
  }

  .case-home-in article {
    height: 320px;
  }

  .portfolio-modal-body .row {
    flex-direction: column;
    height: 100%;
    position: relative;
  }

  .menu-btn.portfolio-close {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 80px;
    padding: 3px;
    right: 15px;
    top: 15px;
  }

  .portfolio-modal-text {
    height: 100%;
    overflow: auto;
  }

  .menu-btn img {
    margin-left: 10px;
  }

  .case-home-in {
    margin-top: 0;
  }

  .main-heading-box h2,
  .main-heading-box h3 {
    text-align: center;
    font-size: 24px !important;
  }

  .main-heading-box p {
    text-align: center;
  }

  .our-services.section-padding .col-md-3 {
    padding-bottom: 25px;
  }

  .portfolio-home .col-md-5 article {
    margin: auto;
  }

  .portfolio-home .main-heading-box a {
    margin-top: 10px;
  }

  .connect-with-sec {
    padding: 40px 0;
  }

  .row.service-list-top .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .service-list-right {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  h3.blue-head {
    font-size: 14px;
  }

  .industries-images .row .col-md-4.col:nth-child(10) {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .industries-images .row .col:nth-child(11) {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .industries-images .row .col-md-4.col {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .industries-images .row .col-md-2.col {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }

  .industries-images .row .col {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .connect-with li {
    padding: 0 10px;
  }

  .case-home-in figcaption h3,
  .case-home-in figcaption h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .case-home-in figcaption {
    padding: 20px;
  }

  .btn-link-arrow {
    font-size: 15px;
  }

  .btn-link-arrow img {
    width: 20px;
  }

  .statistics-text p {
    margin-bottom: 40px;
    text-align: center;
  }

  .statistics-text h3,
  .statistics-text h5 {
    font-size: 28px;
    text-align: center;
  }

  .statistics-ul li h3 {
    font-size: 28px;
  }

  .statistics-ul li > div {
    min-width: 75px;
  }

  .statistics-ul li p {
    font-size: 14px;
    padding-left: 10px;
    text-align: left;
    line-height: initial;
  }

  .main-heading-box h5 {
    text-align: center;
  }

  .btn-link {
    text-align: center;
  }

  .services-box p {
    font-size: 16px;
  }

  .portfolio-home .main-heading-box p {
    font-size: 16px;
  }

  .testimonial-box article p {
    font-size: 14px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 660px) {
  .mobileProcessList .col-md-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .whyhirestepsWrap .whyhiresteps li:nth-child(5) {
    margin-left: 0 !important;
  }
}

@media (max-width: 576px) {
  .bookCallIndustryInner ul li a img {
    width: 10px;
  }

  .bookCallIndustryInner ul li a span {
    font-size: 11px;
    text-align: left;
  }

  .whyhirestepsWrap .whyhiresteps li:nth-child(3),
  .whyhirestepsWrap .whyhiresteps li:nth-child(5) {
    margin-left: 0 !important;
  }

  .whyhirestepsWrap .whyhiresteps li {
    width: 47% !important;
  }

  .mobileCountWrap .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mobileApp-content .h1Heading {
    font-size: 30px;
  }

  .service-global-client .h1Heading {
    font-size: 30px;
  }

  .owl-nav .owl-prev {
    left: 84.5% !important;
  }

  .appContent {
    flex-wrap: wrap;
  }

  .appContentTitle {
    flex: 0 auto;
    width: 50%;
    margin-bottom: 20px;
  }

  .services-box .workimg {
    height: 100%;
    object-fit: contain;
  }

  .services-box:last-child {
    margin-bottom: 0;
  }

  .main-banner-sec .container {
    padding: 20px 0;
  }

  .banner-img-info .btn.lets-btn.app-d {
    font-size: 14px;
    height: 36px;
    top: 80px;
    right: -40px;
  }

  .banner-img-info .btn.lets-btn.web-d {
    font-size: 14px;
    height: 36px;
    bottom: 30px;
  }

  .banner-text-in h1,
  .banner-text-in h2 {
    font-size: 36px;
    line-height: initial;
  }

  .connect-with-sec {
    padding: 50px 0;
  }

  .connect-with ul {
    flex-flow: wrap;
  }

  .connect-with li {
    max-width: 33.33%;
    padding: 10px;
  }

  .connect-with li a {
    display: block;
    width: 100%;
    height: 60px;
  }

  .connect-with li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .service-list-top > .col-md-4,
  .service-list-top > .col-md-8 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }

  .service-list-right .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .service-list-right .col-md-6:last-child {
    margin-bottom: 0;
  }

  .service-link .service-content-box {
    margin-bottom: 20px;
  }

  .service-link .service-content-box:last-child {
    margin-bottom: 0;
  }

  .service-list-top > .col-md-4:last-child {
    margin-bottom: 0;
  }

  .industries-images .row .col {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .industries-images .row .col:nth-child(5) {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .industries-images a {
    height: 200px;
  }

  .customised-solution-in::after {
    left: 0;
    border-radius: 0;
  }

  .main-heading-box h5 {
    font-size: 16px;
  }

  .portfolio-home .main-heading-box a {
    margin-top: 0;
  }

  .cta-animation-in {
    padding-bottom: 0;
  }

  .cta-animation video {
    height: 50px;
    object-fit: cover;
    object-position: center;
  }

  .statistics-text h3 {
    font-size: 28px;
  }

  .statistics-text h3,
  .statistics-text h5 {
    font-size: 28px;
  }

  .statistics-ul li {
    width: 100%;
    max-width: 50%;
    display: block;
  }

  .statistics-ul li > div {
    margin-bottom: 10px;
  }

  .statistics-ul li p {
    padding-left: 0;
  }

  .row.testimonial-box {
    margin-bottom: 0;
  }

  .testimonial-box .col-md-4 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 60px;
  }

  .testimonial-box article {
    padding: 30px;
  }

  .case-home-in article {
    height: 350px;
  }

  .case-home-in article figure img {
    object-fit: contain;
    height: 100%;
    width: 100%;
    object-position: bottom center;
  }

  .case-home-in figcaption h3,
  .case-home-in figcaption h4 {
    font-size: 18px;
  }

  .connect-with li {
    padding: 10px;
  }

  .row.service-list-top .col-md-4 {
    padding-bottom: 0;
  }

  .industries-images .row .col-md-4.col {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .industries-images .row .col-md-2.col {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .industries-images .row .col:nth-child(11) {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .case-home-in figcaption {
    padding: 15px 10px;
  }

  .case-home-in figcaption h3,
  .case-home-in figcaption h4 {
    font-size: 18px;
  }

  .case-home-in article {
    height: 290px;
  }
}

@media (max-width: 479px) {
  .needAssistance {
    height: 200px !important;
  }

  .service-banner-area .banner-text-in h1 {
    font-size: 30px !important;
  }

  .owl-nav .owl-prev {
    left: 77.5% !important;
  }

  .main-banner-sec .container {
    padding: 15px 0 0;
  }

  .our-services .main-heading-box {
    margin-bottom: 40px;
  }

  .banner-img-info .btn.lets-btn.app-d {
    right: 0;
    top: 120px;
  }

  .banner-text-in h1,
  .banner-text-in h2 {
    font-size: 32px;
  }

  .banner-text-in p {
    font-size: 16px;
  }

  .customised-solution-in {
    padding: 40px 15px;
  }

  .customised-solution-in .main-heading-box p {
    font-size: 14px;
    line-height: 24px;
  }

  .our-services .col-md-3 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 20px;
  }

  .our-services .col-md-3:first-child,
  .our-services .col-md-3:nth-child(2) {
    margin-top: 20px;
  }

  .our-services .col-md-3:first-child {
    margin: 0;
  }

  h3.blue-head {
    font-size: 18px;
  }

  .service-content-card p {
    font-size: 16px;
  }

  .service-content-box p {
    font-size: 16px;
  }

  .portfolio-home .col-md-5 {
    padding: 30px 15px;
  }

  .cta-animation-in {
    padding: 40px 15px 0;
  }

  .case-home-in .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .case-home-in {
    margin-top: 0;
  }

  .case-home-in article {
    height: 320px;
  }

  .cta-pink-left h3 {
    font-size: 32px;
  }

  .cta-pink-left p {
    font-size: 18px;
  }

  .cta-pink .container:before {
    height: 105%;
  }

  .services-box figure {
    width: 100%;
    height: inherit;
    margin-bottom: 20px;
  }

  .cta-2 .d-flex {
    display: block;
    text-align: center;
  }

  .cta-2 .d-flex h4 {
    margin-bottom: 20px;
  }

  .cta-2 .d-flex a {
    margin-left: 0;
  }

  .industriesBigImg {
    height: 250px !important;
  }

  .industriesSmallImg {
    height: 112px !important;
  }

  .statistics-ul li h3 {
    font-size: 32px;
  }

  .statistics-ul li p {
    font-size: 14px;
  }

  .statistics-ul li > div {
    margin-bottom: 0;
  }

  .statistics-ul li::after {
    height: 100%;
  }

  .banner-img-info {
    display: none;
  }

  .banner-img-info .btn.lets-btn.app-d {
    right: 0;
    top: 80px;
  }

  .banner-text-in h6 {
    font-size: 16px;
  }

  .connect-with-sec {
    padding: 15px 0;
  }

  .section-padding {
    padding: 30px 0;
  }

  .our-services.section-padding .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .our-services.section-padding .col-md-3 {
    padding-bottom: 5px;
  }

  .industries-images figcaption h1 {
    font-size: 16px;
  }

  .portfolio-home figure {
    border-radius: 15px;
  }

  .cta-pink-left h3 {
    font-size: 32px;
  }

  .method .btn.btn-pink {
    width: 100%;
  }

  .cta-pink .container::after {
    right: 0;
  }

  .cta-pink .container::before {
    left: 0;
  }

  .menu-btn img {
    margin-left: 0;
  }

  .needAssistance h3 {
    margin-bottom: 20px !important;
    font-size: 25px !important;
  }

  .main-heading-box h1 {
    font-size: 30px;
  }

  .banner-head-info .exploreLink {
    width: 100%;
  }

  .ConsultingLink.btn-orange {
    margin-top: 15px;
  }

  .btn.exploreLink,
  .btn.ConsultingLink {
    width: 100% !important;
  }

  .whyhirestepsWrap .whyhiresteps li {
    width: 56% !important;
    margin: 0 auto;
  }

  .whyhirestepsWrap .whyhiresteps li {
    margin-bottom: 15px !important;
  }

  .whyhirestepsWrap .whyhiresteps li:nth-child(5) {
    margin-left: auto !important;
  }

  .whyhirestepsWrap .whyhiresteps li:nth-child(4),
  .whyhirestepsWrap .whyhiresteps li:nth-child(5) {
    width: 56.5% !important;
  }

  .whyhirestepsWrap .whyhiresteps li:nth-child(2),
  .whyhirestepsWrap .whyhiresteps li:nth-child(3) {
    margin-left: auto !important;
  }
}

@media (max-device-width: 390px) {
  .needAssistance {
    height: 200px !important;
  }
  .service-banner-area {
    padding-bottom: 100px;
  }
  .servicebanner-img {
    margin-top: 30px;
  }
}

@media (max-width: 375px) {
}


.answer .panel-body ul {
  padding-left: 32px;
}

.accordion-list .panel-body {
  padding-bottom: 15px;
}

.owl-carousel .owl-stage {
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  background: #000 !important;
  position: absolute;
  line-height: 10px !important;
  height: 30px;
  color: #fff !important;
  width: 30px;
  border-radius: 5px !important;
  transition: background 0.5s ease 0s;
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
  font-size: 26px;
}

.owl-nav .owl-prev {
  left: 93.5%;
}

.owl-nav .owl-next {
  right: 0;
}

.devlopmentToolBox {
  background: #eceff7;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.toolTitle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.toolTitle h1 {
  font-size: 38px;
  color: #000716;
  font-weight: 700;
  font-family: Cambria-Bold;
}

.toolSubTitle h4 {
  font-size: 15px;
  margin-bottom: 12px;
}

.toolInnerCategory {
  display: flex;
  width: 100%;
}

.toolInnerCategoryBox {
  text-align: center;
  margin-right: 15px;
}

.toolInnerCategoryBox h6 {
  color: #00071680;
  font-size: 13.5px;
}

.toolImg {
  background: #fff;
  padding: 9px;
  border-radius: 5px;
  box-shadow: 0px 7px 12px 0px #0000000d;
  margin-bottom: 9px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
}

.devlopmentToolBox .col-md-4 {
  display: flex;
  justify-content: center;
}

.contact-home {
  background: url(../images/contacthomeBg.svg);
  background-size: 100%;
}

.office-location h4 {
  text-transform: uppercase;
}

.footer-social-icon li a {
  background: #fff;
  width: 25px;
  height: 25px;
  border-radius: 20px;
  display: block;
  text-align: center;
  line-height: 27px;
  color: inherit;
}

.footer-social-icon li a i.zmdi-facebook {
  color: #3b5998;
}

.footer-social-icon li a i.zmdi-twitter {
  color: #00aced;
}

.footer-social-icon li a i.zmdi-linkedin {
  color: #007bb6;
}

.footer-social-icon li a i.zmdi-instagram {
  color: #bc2a8d;
}

.footer-social-icon li a i.zmdi-google-plus {
  color: #dd4b39;
}

.footer-contact {
  text-transform: capitalize !important;
  font-size: 22px;
}

.contact-heading,
.contact-heading span {
  font-size: 60px;
  font-family: "OpenSans-Bold";
  line-height: 63px;
}

.office-location-box {
  margin-top: 70px;
}

.p-text {
  color: #636678;
}

.contact-heading {
  margin-bottom: 20px;
}

.contact-subTitle {
  font-size: 17px;
  margin-bottom: 5px;
}

.footer-contactTop,
.footer-contactBottom {
  margin-bottom: 25px;
}

.footerDetailsHeading {
  color: #000716;
  font-size: 15px;
}

.getIcon {
  background: #f3e7df;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  margin-right: 10px;
}

.getIcon img {
  width: 16px;
  margin: 0 auto;
}

.get-in-info {
  margin-top: 35px;
}

/* Portfolio Hover Effect Css start here */

.industriesBigImg:before {
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  width: 100%;
  height: 50%;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  transition-property: top, opacity;
  transition-duration: 0.3s;
}

.industriesBigImg img {
  display: block;
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.industriesBigImg figcaption {
  font-size: 16px;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.industriesBigImg figcaption h1,
.industriesBigImg figcaption p {
  display: block;
  opacity: 0;
  position: relative;
  top: 100px;
  transition-property: top, opacity;
  transition-duration: 0.3s;
  transition-delay: 0s;
}

.industriesBigImg:focus:before,
.industriesBigImg:focus p,
.industriesBigImg:focus h1,
.industriesBigImg:hover:before,
.industriesBigImg:hover p,
.industriesBigImg:hover h1 {
  opacity: 1;
}

.industriesBigImg:focus:before,
.industriesBigImg:hover:before {
  top: 50%;
}

.industriesBigImg:focus p,
.industriesBigImg:focus h1,
.industriesBigImg:hover p,
.industriesBigImg:hover h1 {
  top: 0;
}

.industriesBigImg:focus h1,
.industriesBigImg:hover h1 {
  transition-delay: 0.15s;
}

.industriesBigImg:focus p,
industriesBigImg:hover p {
  transition-delay: 0.25s;
}

.mb-25 {
  margin-bottom: 25px;
}

.industriesBigImg {
  display: inline-block;
  text-align: left;
  opacity: 0.99;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

/* .industriesSmallImg{margin-bottom: 20px;} */

.industriesBigImg:before,
.industriesSmallImg:before {
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  width: 100%;
  height: 50%;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  transition-property: top, opacity;
  transition-duration: 0.3s;
}

.industriesBigImg img {
  display: block;
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.industriesBigImg figcaption,
.industriesSmallImg figcaption {
  font-size: 16px;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.industriesBigImg figcaption h1,
.industriesBigImg figcaption p,
.industriesSmallImg figcaption h1,
.industriesSmallImg figcaption p {
  display: block;
  opacity: 1;
  position: relative;
  top: 36px;
  transition-property: top, opacity;
  transition-duration: 0.3s;
  transition-delay: 0s;
}

.industriesBigImg:focus:before,
.industriesBigImg:focus p,
.industriesBigImg:focus h1,
.industriesBigImg:hover:before,
.industriesBigImg:hover p,
.industriesBigImg:hover h1,
.industriesSmallImg:focus:before,
.industriesSmallImg:focus p,
.industriesSmallImg:focus h1,
.industriesSmallImg:hover:before,
.industriesSmallImg:hover p,
.industriesSmallImg:hover h1 {
  opacity: 1;
}

.industriesBigImg:focus:before,
.industriesBigImg:hover:before,
.industriesSmallImg:focus:before,
.industriesSmallImg:hover:before {
  top: 50%;
}

.industriesBigImg:focus p,
.industriesBigImg:focus h1,
.industriesBigImg:hover p,
.industriesBigImg:hover h1,
.industriesSmallImg:focus p,
.industriesSmallImg:focus h1,
.industriesSmallImg:hover p,
.industriesSmallImg:hover h1 {
  top: 0;
}

.industriesBigImg:focus h1,
.industriesBigImg:hover h1,
.industriesSmallImg:focus h1,
.industriesSmallImg:hover h1 {
  transition-delay: 0.15s;
}

.industriesBigImg:focus p,
.industriesBigImg:hover p,
.industriesSmallImg:focus p,
.industriesSmallImg:hover p {
  transition-delay: 0.25s;
}

.w-30 {
  width: 30%;
}

.aboutus-img img {
  width: 100%;
}

/* Portfolio Hover Effect Css start here */

.service-banner-area {
  padding-top: 130px;
}

.servicebanner-img {
  text-align: center;
}

.service-banner-area .banner-text-in h1 {
  font-size: 50px;
  margin-bottom: 25px;
}

.service-banner-area .banner-text-in p {
  line-height: 30px;
}

.ConsultingLink.btn-orange {
  /* box-shadow: 0 2px 10px rgb(249 219 195); */
  border: 1px #ec7211 solid;
  box-shadow: none;
  color: #000;
  background: transparent;
}

.ConsultingLink.btn-orange:hover {
  background: #000;
  border-color: transparent;
  color: #fff;
}

.ConsultingLink i {
  padding-left: 7px;
  transition: all 0.3s ease-in-out;
}

.ConsultingLink:hover i {
  transform: translateX(10px);
  opacity: 1;
}

.service-global-client {
  background: #ffe7cb;
  padding: 30px 0;
  margin-bottom: 40px;
  position: relative;
  margin-top: -17px;
  padding-top: 70px;
}

.service-global-client::before {
  content: "";
  height: 156px;
  width: 100%;
  top: -98px;
  position: absolute;
  background: url(../images/cloudBg.svg);
}

.colorHeading {
  font-size: 18px;
  color: #181b1b;
  font-family: opensans-bold;
  margin: 10px 0;
  line-height: 30px;
}

.h1Heading {
  color: #181b1b;
  font-family: Cambria-Bold;
  font-size: 38px;
}

.servicebanner-img img {
  width: 550px;
}

.service-banner-area {
  background: #fffaf3;
  padding-bottom: 120px;
}

.clientslogo-box {
  margin-top: 25px;
}

.mobileApp-content .h1Heading {
  margin-bottom: 15px;
}

.mobileApp-content .mobileText {
  color: #5a5c7d;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 30px;
}

.mobileCountContent p {
  color: #5a5c7d;
  font-size: 14px;
  line-height: 30px;
}

.mobileCountImg {
  border-radius: 4px;
  width: 65px;
  height: 65px;
  margin-right: 15px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}

.hireDeveloperPage{padding-top: 55px; padding-bottom:30px;}

.mobileApp-section{padding-bottom: 45px; padding-top: 40px;}

.mobileApp-section .row {
  align-items: center;
}

.pinkLight {
  background: #fff0f0;
}

.yellowLight {
  background: #fffbe6;
}

.blueLight {
  background: #edecff;
}

.skyblueLight {
  background: #e6fafb;
}

.mobileCount {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  align-items: center;
}

.mobileCountContent {
  width: 75%;
  flex: 0 0 auto;
}

.clientslogo-box img {
  width: 75% !important;
  margin: 0 auto;
}

.textArrow {
  padding-left: 10px;
}

.mobileAndroidService figure img {
  width: 30px;
}

.needAssistance {
  background: url(../images/needAssBG.svg);
  height: 437px;
  background-size: 100%;
}

.needAssistanceindustry {
  background: url(../images/inattherateBG.svg);
  height: 437px;
  background-size: 100%;
}

.needAssistance h3,
.needAssistanceindustry h3 {
  color: #fff;
  margin-bottom: 35px;
  font-size: 43px;
}

.boxShadowN {
  box-shadow: none;
}

.needAssistance .btn-orange {
  box-shadow: none;
}

.needAssistance .transformPosition {
  /* transform: translate(0, 29%); */
}

.why-hire-content .main-heading-box-inner {
  text-align: left;
  margin: auto auto 25px;
  padding: 0;
}

.whyhirestepsWrap .whyhiresteps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.whyhirestepsWrap .whyhiresteps li {
  /* background: url(../images/dedicateBG.svg); */
  background: #eceff7;
  display: inline-block;
  width: 31%;
  /* box-shadow: 0 5px 15px #dcdfe1; */
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 30px;
  background-size: contain;
  text-align: center;
  height: 175px;
  border: 1px #cdd6ee solid;
}

.whyhirestepsWrap .whyhiresteps li:nth-child(2),
.whyhirestepsWrap .whyhiresteps li:nth-child(3) {
  margin-left: 20px;
}

.whyhirestepsWrap .whyhiresteps li:nth-child(4),
.whyhirestepsWrap .whyhiresteps li:nth-child(5) {
  width: 48.5%;
  /* background: url(../images/londedicateBG.svg) no-repeat; */
  height: 153px;
  background-size: cover;
}

.whyhirestepsWrap .whyhiresteps li:nth-child(5) {
  margin-left: 20px;
}

.whyhirestepsWrap .whyhiresteps li.why-hire-item img {
  width: 60px;
  margin: 0 auto 15px;
  display: block;
}

.textcapital h1 {
  text-transform: capitalize;
}

.mobileDevlopmentTool .toolSubTitle {
  background: #fff;
  padding: 15px;
  border: 1px #e6e6e6 solid;
  height: 170px;
  border-radius: 8px;
  box-shadow: 0 0px 25px rgb(33, 38, 106, 0.1);
}

.mobileDevlopmentTool .toolImg {
  background: #e6e6e6;
  margin-bottom: 10px;
}

.mobileDevlopmentTool .toolInnerCategoryBox {
  width: 69px;
}

.mobileDevlopmentTool .toolSubTitle:nth-child(1),
.mobileDevlopmentTool
  .toolSubTitle:nth-child(2)
  .mobileDevlopmentTool
  .toolSubTitle:nth-child(3) {
  margin-bottom: 20px;
}

.mobileProcessDevelopment {
  background: #fffaf3;
}

.mobileProcessList {
  display: flex;
  justify-content: center;
}

.mobileProcessList li figure {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: auto;
  position: relative;
}

.mobileProcessList figcaption h4 {
  font-size: 16px;
  color: #000;
  text-align: center;
  line-height: 27px;
  margin-top: 15px;
}
.mobileProcessListBox {
  position: relative;
}

.mobileProcessListBox:before {
  content: "";
  position: absolute;
  /* height: 100%; */
  width: 100%;
  top: 0;
  left: 0;
  border: 1px #f5a733 dashed;
  border-radius: 6px;
  background: #fff;
  height: 170px;
}
.mobileProcessListBox article {
  position: relative;
  transform: translate(-5%, -5%);
  transition: transform 0.2s;
  border: 1px #f5a733 dashed;
  border-radius: 6px;
  padding: 13px;
  background: #fff;
  height: 170px;
}
.mobileProcessListBox article:hover {
  transform: translate(0, 0);
}

.contact-banner-area{ padding-top: 130px;  padding-bottom: 60px;     background-image: url(../images/contactBG.jpg);
  background-size: auto auto;     position: relative;}

.contact-banner-area::before,  .contact-banner-area::after{content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;}

  .contact-banner-area:after {
    background-color: #000;
}
.contact-banner-area:after {
    background-color: #000;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.6;
}

.contact-banner-area .container{z-index: 99;
  position: relative;}

  .page-header .breadcrumb {
    display: flex;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: none;
    list-style: none;
}

.page-header h2 {
  font-family: Cambria-Bold;
  font-weight: 800;
  color: #fff;
  font-size: 54px;
}

.page-header p {
  color: #fff;
  opacity: 0.7;
  margin: 0;
}

.page-header .breadcrumb li:first-child {
  padding: 0;
}
.page-header .breadcrumb li {
  color: #fff;
  font-size: 12px;
  padding-left: 10px;
  font-weight: 600;
}

.page-header .breadcrumb li a {
  color: #fff;
}

.page-header .breadcrumb li:before {
  content: '\f2fb';
  color: #fff;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  padding-right: 10px;
  position: relative;
    top: 3px;
}

.page-header .breadcrumb li:first-child::before{content: inherit;}

.contactUs .section-title h2 {
  display: block;
  font-weight: 700;
  font-family: Cambria-Bold;
  color: #ec7211;
  margin-bottom: 11px;
  font-size: 23px
}

.contactUs{    padding: 60px 0;}

.contactUs h6 {
  font-weight: 400;
    color: #848484;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}
.single-contact-info {
  position: relative;
  text-align: left;
  background-color: #f5f5f5;
  margin-bottom: 30px;
  padding: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contactUs .single-contact-info {
  position: relative;
  text-align: left;
  background-color: #f5f5f5;
  margin-bottom: 30px;
  padding: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contactUs .single-contact-info h3 {
  color: #05125e;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
}
.contactFormInner{box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
  padding:20px;
  border-radius: 10px; background: #fff;}


.mapSection iframe{width: 100%; height: 408px;}

.mapSection{ box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
  background: #fff;
  border-radius: 10px;
  padding: 8px;}

.costSection{    background: #fff;}

.costSection .main-heading-box-inner {
  max-width: 1000px;
}

.cost-des-box p {
  font-family: OpenSans-Regular;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 30px;
}

.costSection  .box-style-1 {
  margin-bottom: 30px;
}

.costSection .box-style-1 article {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  height: 100%;
  transition: ease .5s;
  border-radius: 4px;
}

.costSection .box-style-1:nth-child(1) article {
  background: #05b6cc;
}

.costSection .box-style-1:nth-child(2) article {
  background: #7e65bf;
}

.costSection .box-style-1:nth-child(3) article {
  background: #ec8262;
}

.costSection .box-style-1:nth-child(4) article {
  background: #a2906e;
}

.costSection .box-style-1 article figcaption h3 {
  color: #fff;
  font-family: OpenSans-Regular;
  font-size: 18px;
  font-weight: 400;
}

.costSection .box-style-1 article figcaption p {
  color: #fff;
  font-family: opensans-bold;
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 0;
}

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


.rangeDevlopmentList .col-md-4 {
  display: flex;
  margin-bottom: 30px;
}

.rangeDevlopmentBox {
  width: 100%;
  background: #fff;
  border:1px solid #ec7211;
  border-radius: 40px;
  box-shadow: 5px 2px 11px #e6e6e6;
  padding: 25px;
  position: relative;
  border-top-left-radius: 0;
}
.rangeDevlopment{padding-bottom: 60px;}

.rangeDevlopmentBox h4 {
  font-size: 18px;
  color: #000;
  font-family: OpenSans-Bold;
  margin-bottom: 5px;
}

.rangeDevlopmentBox p {
  font-size: 14px;
  color: #636678;
  line-height: 24px;
}

.rangeDevlopmentBox:before {
  content: "";
  width: 80%;
  left: -10px;
  background: #f5be93;
  height: 90%;
  top: 3%;
  z-index: -1;
  border-radius: 37px;
  position: absolute;
  border-top-left-radius: 0;
}

/* .rangeDevlopmentIncludeBg{background: #eff2ff;
  position: relative;
    z-index: -1;
  border-radius: 20px;
  padding: 30px;} */

.hireDevelopementToolPage{}

.technologystack-box {
  height: 100%;
  box-shadow: 0 0px 25px rgb(33, 38, 106, 0.1);
  border-radius: 15px;
  background: #fff;
  padding: 20px;
  border: 1px #e6e6e6 solid;
}

.technologystack-box h4 {
  color: #171616;
  text-align: center;
  font-size: 15px;
  margin-bottom: 12px;
}

.technologystack-box-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.technologystack-box-list li {
  padding:0 7px;
}

.technologystack-box-list li figure {
  background: #e6e6e6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin: auto;
    width: 80px;
    height: 80px;
    box-shadow: 0px 7px 12px 0px #0000000d;
}

.technologystack-box-list figcaption h6 {
  font-size: 13px;
  color: #171616;
  text-align: center;
  font-weight: 400;
  padding-top: 5px;
  word-break: break-all;
}

.hireDevelopementToolPage .col-md-4, .hireDevelopementToolPage .col-md-8 {
  margin-bottom: 25px;
}

.Engage-table {
  display: flex;
  width: 100%;
  border-radius: 30px;
  border:1px solid #f5be93;
  overflow: hidden;
}

.Engage-table ul {
  flex: 0 0 25%;
}

.Engage-table ul li {
  padding: 15px 10px!important;
  border-bottom: 1px solid #f7d6bc;
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  word-break: break-all;
  justify-content: center;
}

.Engage-heading li {
  background: #f5be93;
  color: #000;
  font-family: open sans,sans-serif;
}

.hireDedicateDev-box {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #dfe9ec;
  border-radius: 6px;
  box-shadow: 0 0px 25px #f3e2d5;
}
.hireDedicatedDeveloper  .col-md-4 {
  margin-bottom: 20px;
}
.hireDedicateDev-box figure {
  width: 84px;
  height: 84px;
  background: #fbfbfb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 20px;
}
.btn-box {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.hireDedicateDev-box p{font-size: 18px;
  color: #000;
  font-weight: 600;
  font-family: open sans,sans-serif;}

/* Services Pages CSS End here */
