/* Compact Header Toggle - SCSS Version */
.fullStackBannerMain {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/full-stack-development-services/full-stack.jpg");
  background-size: cover;
  height: 400px;
}
.fullStackBannerMain:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.41);
  height: 100%;
  width: 100%;
}
.fullStackBannerMain .fullStackBannerContent h1,
.fullStackBannerMain .fullStackBannerContent p {
  color: #fff;
}

.managementSolutions {
  display: block;
  background: #f4f9fd;
  padding: 60px 30px;
}
@media (max-width: 767px) {
  .managementSolutions {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .managementSolutions {
    padding: 60px 0 30px;
  }
}
.managementSolutions .serviceProvideWrapper {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
.managementSolutions .serviceProvideWrapper .serviceContent {
  padding-right: 100px;
}
@media (max-width: 1100px) {
  .managementSolutions .serviceProvideWrapper .serviceContent {
    padding-right: 0;
  }
}
.managementSolutions .customHealthcareSoftwareCarousel .owl-nav {
  position: absolute;
  top: -80px;
  right: 0;
}
@media (max-width: 1100px) {
  .managementSolutions .customHealthcareSoftwareCarousel .owl-nav {
    position: inherit;
    top: 0;
    right: inherit;
  }
}
.managementSolutions .customHealthcareSoftwareCarousel .owl-nav button {
  height: 40px !important;
  width: 40px !important;
  border-radius: 8px !important;
  background-color: #155a9f !important;
}
.managementSolutions .customHealthcareSoftwareCarousel .owl-nav button span {
  color: #fff;
  font-size: 25px;
  line-height: 25px;
}
.managementSolutions .customHealthcareSoftwareCarousel .owl-stage {
  display: flex;
  align-items: stretch;
}
.managementSolutions .customHealthcareSoftwareCarousel .owl-stage .owl-item {
  flex: 1;
}
.managementSolutions .customHealthcareSoftwareCarousel .owl-stage .owl-item .item {
  background-color: #3095fb;
  padding: 20px;
  border-radius: 20px;
  height: 100%;
}
.managementSolutions .customHealthcareSoftwareCarousel .owl-stage .owl-item .item .heading {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  .managementSolutions .customHealthcareSoftwareCarousel .owl-stage .owl-item .item .heading {
    font-size: 20px;
    line-height: normal;
  }
}
.managementSolutions .customHealthcareSoftwareCarousel .owl-stage .owl-item .item .heading a {
  color: #fff;
}
.managementSolutions .customHealthcareSoftwareCarousel .owl-stage .owl-item .item p {
  color: #fff;
  line-height: 22px;
  margin: 0;
  max-width: 750px;
}
.managementSolutions .customHealthcareSoftwareCarousel .owl-stage .owl-item .item .colNumber {
  position: absolute;
  bottom: 0;
  font-size: 180px;
  line-height: 245px;
  z-index: 0;
  opacity: 0.05;
  font-family: "impactregular";
}
@media (max-width: 991px) {
  .managementSolutions .customHealthcareSoftwareCarousel .owl-stage .owl-item .item .colNumber {
    right: 0;
    position: relative;
    font-size: 120px;
    line-height: 120px;
  }
}

.excellenceWrapper {
  position: relative;
  padding: 20px 0 50px;
  background: #f4f9fd;
  border-radius: 0 0 50px 50px;
  z-index: 1;
}
@media (max-width: 767px) {
  .excellenceWrapper {
    border-radius: 0 0 35px 35px;
  }
}
@media (max-width: 576px) {
  .excellenceWrapper {
    border-radius: 0 0 25px 25px;
  }
}
.excellenceWrapper .excellenceBannerContent {
  padding: 60px 30px;
  text-align: center;
  background-image: url("../images/hire-php/commitee-excellence.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 18px;
}
.excellenceWrapper .excellenceBannerContent h2 {
  color: #fff;
  font-size: 24px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .excellenceWrapper .excellenceBannerContent h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .excellenceWrapper .excellenceBannerContent h2 {
    font-size: 18px;
  }
}
.excellenceWrapper .excellenceBannerContent p {
  color: #fff;
  max-width: 900px;
  margin: auto;
}
@media (max-width: 576px) {
  .excellenceWrapper .excellenceBannerContent .siteBtn {
    font-size: 14px;
  }
}
@media (max-width: 389px) {
  .excellenceWrapper .excellenceBannerContent .siteBtn {
    padding: 0 5px;
  }
}

.developmentIndustries {
  background: url("../images/full-stack-development-services/industries-expertize.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 140px 0 90px;
  margin-top: -50px;
}
@media (max-width: 991px) {
  .developmentIndustries {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .developmentIndustries {
    padding: 100px 0 60px;
  }
}
.developmentIndustries h2,
.developmentIndustries p {
  color: #fff;
}
.developmentIndustries .svgValuesContent {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 8px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  z-index: 1;
  margin-right: 10px;
  padding: 8px;
}
.developmentIndustries a {
  font-size: 15px;
  color: #fff;
  line-height: 22px;
  text-decoration: none;
  font-family: "RedHatDisplay-Semibold";
}
.developmentIndustries a:hover {
  color: #193370;
}

.abInnovationsWrapper {
  background-color: #f4f9fd;
  padding: 90px 0;
  position: relative;
  border-radius: 50px;
  margin-top: -50px;
}
@media (max-width: 767px) {
  .abInnovationsWrapper {
    padding: 70px 0;
    border-radius: 35px;
  }
}
@media (max-width: 576px) {
  .abInnovationsWrapper {
    border-radius: 25px;
  }
}
.abInnovationsWrapper::before {
  content: "";
  position: absolute;
  right: 0;
  top: 60px;
  background-image: url("../images/about/innovations-bg.webp");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  width: 400px;
}
.abInnovationsWrapper .innovationsBannerImage {
  position: relative;
  height: 100%;
  background-image: url("../images/full-stack-development-services/hiring-full-stack-developers.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  padding: 50px 25px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .abInnovationsWrapper .innovationsBannerImage {
    display: none;
  }
}
.abInnovationsWrapper .innovationsBannerImage::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 82, 169, 0.5803921569);
  border-radius: 15px;
  height: 100%;
  width: 100%;
}
.abInnovationsWrapper .innovationCards {
  padding: 38px 34px;
  background-color: #fff;
  border-radius: 18px;
  height: 100%;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  overflow: hidden;
  position: relative;
}
.abInnovationsWrapper .innovationCards:after {
  background-color: #007bff;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  position: absolute;
  top: 38px;
  left: 34px;
  content: "";
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
@media (max-width: 768px) {
  .abInnovationsWrapper .innovationCards:after {
    background-color: #fff;
  }
}
.abInnovationsWrapper .innovationCards:hover {
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
.abInnovationsWrapper .innovationCards:hover h4,
.abInnovationsWrapper .innovationCards:hover p {
  color: #fff;
  z-index: 2;
  position: relative;
}
@media (max-width: 768px) {
  .abInnovationsWrapper .innovationCards:hover h4,
  .abInnovationsWrapper .innovationCards:hover p {
    color: auto;
  }
}
@media (max-width: 768px) {
  .abInnovationsWrapper .innovationCards:hover h4 {
    color: #155a9f;
  }
}
@media (max-width: 768px) {
  .abInnovationsWrapper .innovationCards:hover p {
    color: #1b1b1b;
  }
}
.abInnovationsWrapper .innovationCards:hover span {
  background-color: #fff;
}
@media (max-width: 768px) {
  .abInnovationsWrapper .innovationCards:hover span {
    background-color: #007bff;
  }
}
.abInnovationsWrapper .innovationCards:hover span svg {
  filter: invert(0.5);
}
@media (max-width: 768px) {
  .abInnovationsWrapper .innovationCards:hover span svg {
    filter: brightness(0) invert(1);
  }
}
.abInnovationsWrapper .innovationCards:hover:after {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
}
@media (max-width: 768px) {
  .abInnovationsWrapper .innovationCards:hover:after {
    width: auto;
    height: auto;
    top: 0;
    left: 0;
  }
}
.abInnovationsWrapper .innovationCards span {
  background-color: #007bff;
  padding: 15px;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.netEngagement {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .netEngagement {
    padding: 70px 0;
  }
}
.netEngagement .cardContainer {
  background-color: #f4f9fd;
  padding: 59px 10px 59px 38px;
  border-radius: 15px;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .netEngagement .cardContainer {
    padding: 30px 10px;
  }
}
.netEngagement .cardContainer .row > [class*=col-]:last-child .innerCard {
  border: none;
}
.netEngagement .cardContainer .row > [class*=col-]:last-child .innerCard {
  padding-bottom: 0;
  margin-bottom: 0;
}
.netEngagement .cardContainer .innerCard {
  border-right: 1px solid #ddd;
  height: calc(100% - 20px);
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .netEngagement .cardContainer .innerCard {
    border-right: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
}
.netEngagement .cardContainer .innerCard .number {
  color: #fff;
  line-height: 70px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #193370;
  font-size: 96px;
  margin-bottom: 20px;
  font-family: "impactregular";
}
.netEngagement .cardContainer .innerCard h4 {
  font-size: 20px;
  line-height: normal;
  padding-bottom: 8px;
}
.netEngagement .cardContainer .innerCard h4 a {
  color: #155a9f;
}
@media (min-width: 1200px) {
  .netEngagement .cardContainer .innerCard p {
    padding-right: 50px !important;
  }
}

.softwareExcellenceCta {
  padding: 0 0 90px;
}
@media (max-width: 576px) {
  .softwareExcellenceCta {
    padding: 0 0 50px;
  }
}
.softwareExcellenceCta .excellenceBannerContent {
  padding: 60px 30px;
  text-align: center;
  background-image: url("../images/hire-php/commitee-excellence.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 18px;
}
.softwareExcellenceCta .excellenceBannerContent h2 {
  color: #fff;
  font-size: 24px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .softwareExcellenceCta .excellenceBannerContent h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .softwareExcellenceCta .excellenceBannerContent h2 {
    font-size: 18px;
  }
}
.softwareExcellenceCta .excellenceBannerContent p {
  color: #fff;
  max-width: 900px;
  margin: auto;
}
@media (max-width: 575px) {
  .softwareExcellenceCta .excellenceBannerContent .siteBtn {
    font-size: 14px;
  }
}
@media (max-width: 373px) {
  .softwareExcellenceCta .excellenceBannerContent .siteBtn {
    padding: 0 10px;
  }
}

.netCustomDevelopment {
  padding: 90px 0;
  background-color: #f4f9fd;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .netCustomDevelopment {
    padding: 70px 0;
    border-radius: 35px;
  }
}
@media (max-width: 576px) {
  .netCustomDevelopment {
    border-radius: 25px;
  }
}
.netCustomDevelopment .titleHead {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
}
.netCustomDevelopment .serviceCard {
  border-radius: 18px;
  background: #fff;
  box-shadow: 0px 4px 6.4px 15px rgba(239, 239, 239, 0.07);
  padding: 10px 10px 20px;
  height: calc(100% - 20px);
  margin-bottom: 20px;
}
.netCustomDevelopment .serviceCard .iconContainer {
  border-radius: 9px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.netCustomDevelopment .serviceCard span {
  text-align: center;
  font-size: 20px;
  font-family: "RedHatDisplay-Bold";
  line-height: 26.1px;
  display: block;
  color: #155a9f;
}
@media (max-width: 767px) {
  .netCustomDevelopment .serviceCard span {
    font-size: 16px;
    line-height: 22px;
  }
}
.netCustomDevelopment .serviceCard .separator {
  background: #f9f9f9;
  height: 1px;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .netCustomDevelopment .serviceCard .separator {
    margin: 5px 0 !important;
  }
}
.netCustomDevelopment .serviceCard p {
  text-align: center;
}

.fullStackDevelopmentCombinations {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .fullStackDevelopmentCombinations {
    padding: 70px 0;
  }
}
.fullStackDevelopmentCombinations .agileMethodologyWrapper {
  border-radius: 20px;
  box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 14px;
}
.fullStackDevelopmentCombinations .agileMethodologyWrapper .agileBorder {
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
@media (max-width: 767px) {
  .fullStackDevelopmentCombinations .agileMethodologyWrapper .agileBorder {
    border-right: none;
  }
}
.fullStackDevelopmentCombinations .agileMethodologyWrapper .agileBorder:nth-child(3), .fullStackDevelopmentCombinations .agileMethodologyWrapper .agileBorder:nth-child(6), .fullStackDevelopmentCombinations .agileMethodologyWrapper .agileBorder:nth-child(9) {
  border-right: none;
}
@media (max-width: 991px) {
  .fullStackDevelopmentCombinations .agileMethodologyWrapper .agileBorder:nth-child(3), .fullStackDevelopmentCombinations .agileMethodologyWrapper .agileBorder:nth-child(6), .fullStackDevelopmentCombinations .agileMethodologyWrapper .agileBorder:nth-child(9) {
    border-right: 1px solid #e9e9e9;
  }
}
@media (max-width: 767px) {
  .fullStackDevelopmentCombinations .agileMethodologyWrapper .agileBorder:nth-child(3), .fullStackDevelopmentCombinations .agileMethodologyWrapper .agileBorder:nth-child(6), .fullStackDevelopmentCombinations .agileMethodologyWrapper .agileBorder:nth-child(9) {
    border-right: none;
  }
}
@media (max-width: 991px) {
  .fullStackDevelopmentCombinations .agileMethodologyWrapper .agileBorder:nth-child(2), .fullStackDevelopmentCombinations .agileMethodologyWrapper .agileBorder:nth-child(4), .fullStackDevelopmentCombinations .agileMethodologyWrapper .agileBorder:nth-child(6), .fullStackDevelopmentCombinations .agileMethodologyWrapper .agileBorder:nth-child(8) {
    border-right: none;
  }
}
.fullStackDevelopmentCombinations .agileMethodologyWrapper .agileBorder:nth-child(7), .fullStackDevelopmentCombinations .agileMethodologyWrapper .agileBorder:nth-child(8), .fullStackDevelopmentCombinations .agileMethodologyWrapper .agileBorder:nth-child(9) {
  border-bottom: none;
}
@media (max-width: 991px) {
  .fullStackDevelopmentCombinations .agileMethodologyWrapper .agileBorder:nth-child(7), .fullStackDevelopmentCombinations .agileMethodologyWrapper .agileBorder:nth-child(8), .fullStackDevelopmentCombinations .agileMethodologyWrapper .agileBorder:nth-child(9) {
    border-bottom: 1px solid #e9e9e9;
  }
}
@media (max-width: 991px) {
  .fullStackDevelopmentCombinations .agileMethodologyWrapper .agileBorder:nth-child(9) {
    border-bottom: none;
  }
}
.fullStackDevelopmentCombinations .agileMethodologyWrapper .agileMethodologyInnerWrapper {
  padding: 22px;
}
.fullStackDevelopmentCombinations .agileMethodologyWrapper .agileMethodologyInnerWrapper img {
  width: 110px;
}
.fullStackDevelopmentCombinations .agileMethodologyWrapper .agileMethodologyInnerWrapper h4 {
  font-size: 18px;
  line-height: 22px;
  padding: 15px 0 5px;
}

.technologyStackWrapper {
  padding: 90px 0;
  position: relative;
  background: #F4F9FD;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .technologyStackWrapper {
    padding: 70px 0;
    border-radius: 35px;
  }
}
@media (max-width: 576px) {
  .technologyStackWrapper {
    border-radius: 25px;
  }
}
.technologyStackWrapper .technologStackContent {
  background-color: #fff;
  border-radius: 18px;
}
.technologyStackWrapper .technologStackContent .StackDevelopmentContent {
  border-bottom: 1px solid #F4F9FD;
  padding: 13px 30px;
  display: flex;
  align-items: center;
  gap: 19px;
}
.technologyStackWrapper .technologStackContent .StackDevelopmentContent h4 {
  color: #1b1b1b;
}
@media (max-width: 767px) {
  .technologyStackWrapper .technologStackContent .StackDevelopmentContent {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 13px 15px;
  }
}
.technologyStackWrapper .technologStackContent .StackDevelopmentContent:last-child {
  border-bottom: none;
  padding-bottom: 30px;
}
.technologyStackWrapper .technologStackContent .StackDevelopmentContent .technologiesBgWrapper {
  background-color: #F4F9FD;
  border-radius: 8px;
  padding: 10px 16px;
  flex: 1;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
}

.hireCertifiedCta {
  position: relative;
  padding: 90px 0;
}
@media (max-width: 767px) {
  .hireCertifiedCta {
    padding: 70px 0;
  }
}
.hireCertifiedCta .excellenceBannerContent {
  padding: 60px 30px;
  text-align: center;
  background-image: url("../images/hire-php/commitee-excellence.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 18px;
}
.hireCertifiedCta .excellenceBannerContent h2 {
  color: #fff;
  font-size: 24px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .hireCertifiedCta .excellenceBannerContent h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .hireCertifiedCta .excellenceBannerContent h2 {
    font-size: 18px;
  }
}
.hireCertifiedCta .excellenceBannerContent p {
  color: #fff;
  max-width: 900px;
  margin: auto;
}
@media (max-width: 575px) {
  .hireCertifiedCta .excellenceBannerContent .siteBtn {
    font-size: 14px;
  }
}
@media (max-width: 366px) {
  .hireCertifiedCta .excellenceBannerContent .siteBtn {
    padding: 0 12px;
  }
}

.businessBenifitsWrapper {
  padding: 90px 0;
  position: relative;
  background-color: #F4F9FD;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .businessBenifitsWrapper {
    padding: 70px 0;
    border-radius: 35px;
  }
}
@media (max-width: 576px) {
  .businessBenifitsWrapper {
    border-radius: 25px;
  }
}
.businessBenifitsWrapper::before {
  content: "";
  position: absolute;
  background-color: #dcedff;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.businessBenifitsWrapper .ourValuesBanner h3 {
  font-size: 22px;
}
.businessBenifitsWrapper .ourValuesBanner img {
  width: 100%;
}
.businessBenifitsWrapper .ourValuesBanner .ourValuecardsWrapper {
  height: 450px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.businessBenifitsWrapper .ourValuesBanner .ourValuecardsWrapper ::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .businessBenifitsWrapper .ourValuesBanner .ourValuecardsWrapper {
    height: auto;
  }
}
.businessBenifitsWrapper .ourValuesBanner .ourValuecardsWrapper .ourValuecards {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 8px 12px;
  border-radius: 8px;
  background: #fff;
}
@media (max-width: 767px) {
  .businessBenifitsWrapper .ourValuesBanner .ourValuecardsWrapper .ourValuecards {
    gap: 12px;
  }
}
.businessBenifitsWrapper .ourValuesBanner .ourValuecardsWrapper .ourValuecards .svgValuesContent {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #193370;
  border-radius: 8px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  z-index: 2;
}
.businessBenifitsWrapper .ourValuesBanner .ourValuecardsWrapper .ourValuecards .svgValuesContent img {
  position: relative;
  z-index: 1;
  max-width: 30px;
}
.businessBenifitsWrapper .ourValuesBanner .ourValuecardsWrapper .ourValuecards p {
  font-size: 15px;
  line-height: normal;
  color: #155a9f;
  font-family: "RedHatDisplay-Bold";
  letter-spacing: 1px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .businessBenifitsWrapper .ourValuesBanner .ourValuecardsWrapper .ourValuecards p {
    font-size: 14px;
  }
}

/*# sourceMappingURL=full-stack-services.css.map */
