@charset "UTF-8";
@import url(./bs-bundle/bootstrap.min.css);
@import url(./base.css);
/* #PAGE ID SERVICES */
.webp #page-id-serivces .banner {
  position: relative;
  background: #314964 url(../media/bg-services.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
  min-height: 280px;
}
.no-webp #page-id-serivces .banner {
  position: relative;
  background: #314964 url(../media/bg-services.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
  min-height: 280px;
}
#page-id-serivces .banner__title {
  font: var(--font-f60B);
  color: var(--igsWhite);
}
#page-id-serivces p {
  color: var(--igsLightBlue);
  line-height: 24px;
}
#page-id-serivces .services-card {
  padding: 0 25px 0 0;
  max-width: 500px;
}
#page-id-serivces .services-card-title {
  font: var(--font-f18B);
  color: var(--igsDarkBlue2);
}
#page-id-serivces .services-card-text {
  font: var(--font-f16R);
  color: var(--igsLightBlue);
  line-height: 24px;
  max-width: 430px;
  margin-bottom: 0;
}

#servicesNav {
  position: sticky;
  top: 120px;
  background-color: transparent;
  z-index: 99;
}
#servicesNav .container {
  position: relative;
  top: -38px;
}
#servicesNav .nav-link {
  text-decoration: none;
  font: var(--font-f18B);
  display: inline-block;
  padding: 22px 34px;
  border: 1px solid #b7c3cd;
  border-radius: 999px;
  background-color: var(--igsWhite);
  width: 100%;
  max-width: 90%;
  text-align: center;
  margin: 0 auto;
  transition: 0.3s ease-in-out;
}
#servicesNav .nav-link:hover {
  text-decoration: none;
}
#servicesNav .nav-bpo {
  color: #ff6604;
}
#servicesNav .nav-bpo.active {
  background-color: #fbebdc;
}
#servicesNav .nav-automation {
  color: #1e781b;
}
#servicesNav .nav-automation.active {
  background-color: #e3eed5;
}
#servicesNav .nav-software {
  color: #264481;
}
#servicesNav .nav-software.active {
  background-color: #e1e8f7;
}
#servicesNav.has-affix::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 74px;
  background: white;
  left: 0;
  top: -50px;
}
#servicesNav.has-affix .nav-link {
  font: var(--font-f16B);
  padding: 13px 40px;
}

/* BANNER */
#page-id-serivces .text-light-blue {
  color: #6d8bca;
}
#page-id-serivces .mini-title {
  font: var(--font-f18B);
}
#page-id-serivces .mini-title span {
  display: inline-block;
  width: 60px;
  height: 1px;
  margin-left: 12px;
}
#page-id-serivces .service-automation .mini-title span {
  background-color: var(--igsGreen3);
}
#page-id-serivces .mini-title.text-light-blue span {
  background-color: #6d8bca;
}
#page-id-serivces .mini-title-orange span {
  background-color: var(--igsOrange);
}
#page-id-serivces .page-title {
  font: var(--font-f40B);
  color: #13304f;
}
#page-id-serivces .service-holder {
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 80px;
  z-index: 0;
}
#page-id-serivces .service-holder::before {
  position: absolute;
  content: '';
  width: 200px;
  height: 5px;
  background-color: transparent;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  z-index: -1;
}
#page-id-serivces .service-bpo .service-holder::before {
  background-color: #f27531;
}
#page-id-serivces .service-automation .service-holder::before {
  background-color: #88b251;
}
#page-id-serivces .service-software .service-holder::before {
  background-color: #264481;
}
#page-id-serivces .service-bpo .service-holder {
  background-color: #fbebdc;
}
#page-id-serivces .service-automation .service-holder {
  background-color: #e3eed5;
}
#page-id-serivces .service-software .service-holder {
  background-color: #e1e8f7;
}
#page-id-serivces .service-bpo .igs-btn {
  background-color: #ff6604;
}
#page-id-serivces .service-automation .igs-btn {
  background-color: #1e781b;
}
#page-id-serivces .service-software .igs-btn {
  background-color: #264481;
}
#page-id-serivces .service-bpo .page-title {
  max-width: 485px;
}
#page-id-serivces .service-automation .page-title {
  max-width: 527px;
}
#page-id-serivces .service-software .page-title {
  max-width: 730px;
}
#page-id-serivces .highlights-holder {
  margin-top: 6rem;
}
#page-id-serivces .service-holder .highlights-card {
  position: relative;
  border: 1px solid transparent;
  padding: 30px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 0;
}
#page-id-serivces .service-bpo .highlights-card {
  border-color: #ff6604;
}
#page-id-serivces .service-automation .highlights-card {
  border-color: #9cc16e;
}
#page-id-serivces .service-software .highlights-card {
  border-color: #9faecf;
}
#page-id-serivces .service-holder .highlights-card .text {
  font: var(--font-f16R);
  color: #13304f;
  line-height: 23px;
}
#page-id-serivces .highlights-card .icon {
  position: absolute;
  width: 28px;
  height: 28px;
  background-color: transparent;
  border-radius: 50%;
  color: white;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
#page-id-serivces .service-bpo .icon {
  background-color: #e89445;
}
#page-id-serivces .service-automation .icon {
  background-color: #88b54f;
}
#page-id-serivces .service-software .icon {
  background-color: #7085b2;
}
#page-id-serivces .content-title {
  font: var(--font-f60B);
  line-height: 60px;
}
#page-id-serivces .content-text {
  font: var(--font-f20R);
  color: var(--igsWhite);
  line-height: 26px;
}
#page-id-serivces .services-cta {
  border-radius: 8px;
}
#page-id-serivces .services-cta .services-cta-title {
  font: var(--font-f30B);
  color: rgb(19, 48, 79);
}
#page-id-serivces .services-cta .services-cta-text {
  font: var(--font-f16R);
  color: rgb(19, 48, 79);
}
.webp #page-id-serivces .service-bpo .services-cta {
  background: #f0f0f0 url(../media/services-bpo.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.no-webp #page-id-serivces .service-bpo .services-cta {
  background: #f0f0f0 url(../media/services-bpo.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.webp #page-id-serivces .service-automation .services-cta {
  background: #f0f0f0 url(../media/services-automation.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.no-webp #page-id-serivces .service-automation .services-cta {
  background: #f0f0f0 url(../media/services-automation.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.webp #page-id-serivces .service-software .services-cta {
  background: #f0f0f0 url(../media/services-software.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.no-webp #page-id-serivces .service-software .services-cta {
  background: #f0f0f0 url(../media/services-software.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* POWERED BY */
.igsPoweredBy__img img {
  max-width: 520px;
}
.igsPoweredBy__contents h5 {
  color: var(--igsDarkBlue2);
  font: var(--font-f26R);
}
.igsPoweredBy__contents h5 span {
  color: var(--igsOrange);
}
.igsPoweredBy__contents h2 {
  position: relative;
  color: var(--igsDarkBlue2);
  font: var(--font-f50B);
  margin-bottom: 3rem;
  z-index: 0;
}
.igsPoweredBy__contents h2::after {
  position: absolute;
  content: '';
  width: 80px;
  height: 5px;
  background-color: var(--igsOrange);
  bottom: -12px;
  left: 0;
  z-index: -1;
}
.igsPoweredBy__contents p {
  color: var(--igsMid4Blue);
  font: var(--font-f16R);
  line-height: 24px;
}
.igsPoweredBy__contents .cta {
  background-color: var(--igsOrange);
  font: var(--font-f20B);
  color: var(--igsWhite);
  height: 60px;
  line-height: 60px;
  padding: 0 35px;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* KEY FEATURES */
#igsKeyFeatures {
  background-color: #c4d7ff;
}
#igsKeyFeatures .page-title {
  color: var(--igsDarkBlue2);
  font: var(--font-f40B);
}
.igsKeyFeatures__card {
  position: relative;
  background-color: transparent;
  display: flex;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  align-items: start;
  justify-content: flex-start;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.igsKeyFeatures__card .bi {
  font-size: 18px;
  color: var(--igsDarkBlue2);
  padding-right: 12px;
}
.igsKeyFeatures__card p {
  font: var(--font-f16R);
  color: #09296a;
}
.igsKeyFeatures__card .overlayer {
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
  width: 86px;
  height: 86px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid var(--igsBlue);
}
#igsKeyFeatures .contents p {
  color: #09296a;
}
#igsCallus .igsCallusContentBox {
  position: relative;
  background-color: var(--igsBlue);
  overflow: hidden;
  max-height: 390px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
  -o-border-radius: 12px !important;
  border-radius: 12px !important;
}
#igsCallus .igsCallusContentBox .overlayer {
  position: relative;
  left: -21%;
  width: 75%;
  top: 18px;
  margin-right: -25%;
}
#igsCallus .igsCallusContent {
  padding: 60px;
}
#igsCallus .igsCallusContent h2 {
  color: #ffffff;
  font: var(--font-f40B);
  margin-bottom: 10px;
}
#igsCallus .igsCallusContent p {
  color: #ffffff;
  font: var(--font-f18R);
  max-width: 95%;
  margin-bottom: 0;
}
#igsCallus .igsCallusContent ul {
  margin-top: 40px;
  list-style-type: none;
}
#igsCallus .igsCallusContent ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style-type: none;
  margin-bottom: 20px;
  padding-left: 0;
}
#igsCallus .igsCallusContent ul li::before {
  display: none;
}
#igsCallus .igsCallusContent ul li:last-child {
  margin-bottom: 0;
}
#igsCallus .igsCallusContent ul li img {
  margin-right: 15px;
  width: 35px;
}
#igsCallus .igsCallusContent ul li a {
  color: #ffffff;
  text-decoration: none;
  font: var(--font-f26B);
  line-height: 0;
}
/* WORK FORM HOME */
#igsWorkFromHome {
  background: #f0f3f8 url(../media/work_from_home.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  background-size: cover;
  color: #fff;
  background-position: center right;
}
#igsWorkFromHome .title-design-1 {
  font: var(--font-f50B);
  color: #082769;
}
#igsWorkFromHome .subtitle-design {
  font: var(--font-f18B);
  color: #3c5587;
  background-color: #d9e4f5;
}
#igsWorkFromHome .subtitle-design span {
  color: #ff6604;
}
#igsWorkFromHome p {
  line-height: 24px;
}
#igsWorkFromHome .btn-holder .button {
  background-color: var(--igsOrange);
  font: var(--font-f20B);
  color: var(--igsWhite);
  height: 60px;
  line-height: 60px;
  padding: 0 35px;
  text-decoration: none;
  margin-top: 40px;
  display: inline-block;
  text-decoration: none;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 25%);
  box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 25%);
}
.igs-service-software .bookkeepingPlatform__holder--card {
  background-color: var(--igsWhite);
  padding: 2rem 2rem;
  border: 1px solid var(--igsGray);
  -webkit-box-shadow: -1px 2px 18px 3px #00000021;
  -moz-box-shadow: -1px 2px 18px 3px #00000021;
  box-shadow: -1px 2px 18px 3px #00000021;
  border-radius: 10px;
}
.igs-service-software
  .bookkeepingPlatform__holder--card
  .bookkeepingPlatform__cardTitle {
  font: var(--font-f18B);
  color: var(--igsBlue);
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.igs-service-software
  .bookkeepingPlatform__holder--card
  .bookkeepingPlatform__cardText {
  font: var(--font-f16R);
  margin-bottom: 0;
}
.bookkeepingDoForYou__holder {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 3rem;
  margin-top: 0;
}
.bookkeepingDoForYou__holder--card {
  position: relative;
  background-color: #ffffff;
  padding: 3rem;
  border: 1px solid var(--igsGray);
  -webkit-box-shadow: -1px 2px 18px 3px #00000021;
  -moz-box-shadow: -1px 2px 18px 3px #00000021;
  box-shadow: -1px 2px 18px 3px #00000021;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  z-index: 0;
}
.bookkeepingDoForYou__holder--card::before {
  position: absolute;
  content: '';
  background: url(../media/card-overlayer.png);
  top: -120px;
  right: -120px;
  width: 250px;
  height: 250px;
  background-size: cover;
  z-index: -1;
  opacity: 1;
  transition: all 0.6s ease;
}
.bookkeepingDoForYou__holder--card:hover::before {
  width: 260px;
  height: 260px;
}
.bookkeepingDoForYou__cardTitle {
  color: var(--igsBlue);
  font: var(--font-f18B);
  max-width: 340px;
  /* min-height: 60px; */
}
.bookkeepingDoForYou__holder--card > ul.two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1rem;
}
.bookkeepingDoForYou__holder--card > ul {
  margin-top: 2rem;
}
.bookkeepingDoForYou__cardImg {
  margin-bottom: 1.5rem;
  max-height: 47px;
}
.igsSoftwareSection {
  background: #edeefe;
  background: linear-gradient(0deg, #fff 0, #edeefe 100%);
}
.igsSoftwareSection .container {
  background-color: var(--igsWhite);
  padding: 50px 70px 20px;
  box-shadow: 0 2px 35px -1px rgb(175 175 205 / 75%);
  -webkit-box-shadow: 0 2px 35px -1px rgb(175 175 205 / 75%);
  -moz-box-shadow: 0 2px 35px -1px rgba(175, 175, 205, 0.75);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.igsSoftwareIndustry .contents p {
  font: var(--font-f17R);
  line-height: 28px;
}
.igsSoftwareIndustry .contents .link {
  text-decoration: none;
  font: var(--font-f18B);
  color: var(--igsMidBlue);
  border: 1px solid var(--igsMidBlue);
  align-items: center;
  align-self: center;
  border-radius: 10px;
  display: flex;
  max-width: max-content;
  padding: 0.5rem;
  transition: 0.3s ease-in-out;
}
.igsSoftwareIndustry .contents .link:hover {
  border: 1px solid var(--igsMidBlue);
  background-color: var(--igsMidBlue);
  color: var(--igsWhite);
}
.igsSoftwareIndustry .industry-card {
  position: relative;
  background: linear-gradient(
      180deg,
      hsla(0, 0%, 100%, 0) 23.62%,
      #313d55 90.1%
    ),
    rgba(37, 136, 255, 0.31);
  border: 1px solid var(--igsBlue);
  border-radius: 15px;
  height: 208px;
  mix-blend-mode: multiply;
  position: relative;
  width: 208px;
}
.igsSoftwareIndustry .industry-card img {
  border-radius: 15px;
  height: 100%;
  mix-blend-mode: multiply;
  object-fit: cover;
  position: absolute;
  user-select: none;
  width: 100%;
  z-index: -1;
}
.igsSoftwareIndustry .industry-card .card-overlayer {
  align-items: flex-end;
  display: flex;
  height: 100%;
  padding: 1rem 1.25rem;
}
.igsSoftwareIndustry .industry-card .card-overlayer .text {
  font: var(--font-f22B);
  color: var(--igsWhite);
  text-align: left;
}

/* SERVICES BANNERS */
.tailored-business-process-outsourcing {
  padding: 100px 0;
}
.services-page .banner {
  padding: 100px 0;
}
.custom-bpo-services .banner {
  background: #123674 url(../media/bg-custom-bpo-services.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.bookkeeping-and-accounting .banner {
  background: #e0eaf3 url(../media/bg-bookkeeping-accounting.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.quantity-takeoff-service .banner {
  background: #e0eaf3 url(../media/bg-construction-takeoff.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.call-center-and-customer-support .banner {
  background: #ebe9e6 url(../media/bg-call-center-and-customer-support.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.data-analytics-and-data-processing .banner {
  background: #cdd8e5 url(../media/bg-data-analytics-data-processing.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.content-moderation .banner {
  background: #e1dadf url(../media/bg-content-moderation.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.insurance-process-outsourcing .banner {
  background: #354c7c url(../media/bg-insurance-process-outsourcing.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.property-management-backoffice .banner {
  background: #bfdaec url(../media/bg-property-management-backoffice.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.revenue-cycle-management .banner {
  background: #c9e0f2 url(../media/bg-revenue-cycle-management.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.bookkeeping-bots .banner {
  background: #113574 url(../media/bg-bookkeeping-bots.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.accounting-firm-bot .banner {
  background: #092a6a url(../media/bg-accounting-firm-bot.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.accounts-payable-bot .banner {
  background: #dfe2e1 url(../media/bg-accounts-payable-bot.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.reconciliation-bot .banner {
  background: #dfe2e1 url(../media/bg-reconciliation-bot.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.report-generation-bot .banner {
  background: #dfe2e1 url(../media/bg-report-generation-bot.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.global-vat-bot .banner {
  background: #dfe2e1 url(../media/bg-global-vat-bot.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.web-and-cloud-software-applications .banner {
  background: #dfe2e1 url(../media/bg-web-and-cloud-software-applications.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.content-management-system .banner {
  background: #dfe2e1 url(../media/bg-content-management-system.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.mobile-application-development .banner {
  background: #072869 url(../media/bg-mobile-application-development.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.web-design-and-development .banner {
  background: #072869 url(../media/bg-web-design-and-development.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.graphic-website-design .banner {
  background: #dfe2e1 url(../media/bg-graphic-website-design.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.ecommerce-web-development .banner {
  background: #dfe2e1 url(../media/bg-ecommerce-web-development.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.digital-marketing-services .banner {
  background: #072869 url(../media/bg-digital-marketing-services.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}

.global-vat-bot .igsIndustry__banner {
  max-width: 570px;
}
.report-generation-bot .igsIndustry__banner {
  max-width: 575px;
}
.mobile-application-development .igsIndustry__banner {
  max-width: 560px;
}
.graphic-website-design .igsIndustry__banner {
  max-width: 540px;
}
.ecommerce-web-development .igsIndustry__banner {
  max-width: 517px;
}
.digital-marketing-services .igsIndustry__banner {
  max-width: 520px;
}

.automate-card {
  padding: 40px;
  border-radius: 10px;
}
.automate-cardtitle {
  color: var(--igsBlue);
  font: var(--font-f18B);
  min-height: 50px;
}
.automate-carddivider {
  width: 49px;
  height: 2px;
  background: var(--igsOrange);
}
.automate-cardlist {
  margin-top: 30px;
}

/* HELP TEXT */
.help-text .contents {
  display: flex;
  height: 100%;
  border-radius: 10px;
  padding: 40px 40px 40px 30px;
  overflow: hidden;
}
.help-text .contents .count {
  font: var(--font-f40B);
  background-color: #122e4c;
  text-align: center;
  padding-top: 2.5rem;
  color: #ffffff;
}
.help-text .contents .text {
  line-height: 24px;
}
.help-text .contents .title-text {
  color: var(--igsBlue);
  font: var(--font-f18B);
  min-height: 45px;
}

/** INDUSTRIES EXPERTISE */
.igsSoftwareIndustry_grid .igs-card {
  background: linear-gradient(
      180deg,
      hsla(0, 0%, 100%, 0) 23.62%,
      #313d55 90.1%
    ),
    rgba(37, 136, 255, 0.31);
  border-radius: 15px;
  height: 185px;
  mix-blend-mode: multiply;
  position: relative;
  width: 240px;
  margin: 0 auto;
}
.igsSoftwareIndustry_grid .igs-card img {
  border-radius: 15px;
  height: 100%;
  mix-blend-mode: multiply;
  object-fit: cover;
  position: absolute;
  user-select: none;
  width: 100%;
  z-index: -1;
}
.igsSoftwareIndustry_grid .text {
  font: var(--font-f22B);
  color: var(--igsWhite);
  text-align: left;
  transition: 0.3s ease-in-out;
  align-items: flex-end;
  display: flex;
  height: 100%;
  padding: 1rem 1.25rem;
}

.bookkeeping-bots .igsIndustry__banner {
  max-width: 615px;
}
.inner-contents .title-tag {
  color: #13304f;
  font: var(--font-f40B);
  margin-bottom: 16px;
}
.inner-contents .title-tag span {
  color: #00ba88;
}

.inner-contents .subtitle-tag {
    color: #5F688D;
    font: var(--font-f20R);
    margin-bottom: 0;
  }

.inner-contents p {
  color: #5f688d;
  font: var(--font-f16R);
  line-height: 24px;
}

.inner-contents .content-title {
    color: #13304F;
    font: var(--font-f26B);
}

.inner-contents ul li {
    position: relative;
    color: #5f688d;
    font: var(--font-f16R);
    line-height: 24px;
    padding-left: 38px;
    margin-bottom: 14px;
    z-index: 1;
}

.inner-contents ul li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #6d8bca;
    border: 8px solid #e0e4f1;
    left: 0;
    top: 1px;
    border-radius: 50%;
    box-sizing: content-box;
    z-index: -1;
}
.testimonials {
  background: #E0E4F1;
  padding: 80px 0;
}
.testimonials #igs_testimonials {
  background-color: transparent;
  background: transparent;
}
#igs_testimonials .testimonial-holder {
    margin-top: 60px;
}
#igs_testimonials .content-title {
    color: #13304F;
    font: var(--font-f40B);
    line-height: 35px;
}
#igs_testimonials .content-title span { 
    color: #00BA88;
}
#igs_testimonials .testimonial-card {
    background-color: var(--igsWhite);
    position: relative;
    padding: 30px;
    height: 100%;
    border: 1px solid var(--igsGray);
    -webkit-box-shadow: -1px 2px 18px 3px #00000021;
    -moz-box-shadow: -1px 2px 18px 3px #00000021;
    box-shadow: -1px 2px 18px 3px #00000021;
    border-radius: 10px;
}
#igs_testimonials .testimonial-card .quote {
    position: absolute;
    top: -12px;
    left: 30px;
}
#igs_testimonials .testimonial-card .testimonial-content {
    margin-top: 30px;
    min-height: 120px;
}
#igs_testimonials .testimonial-card .testimonial-content p {
    line-height: 24px;
}
#igs_testimonials .testimonial-card .testimonial-content {
    margin-bottom: 2rem;
}
#igs_testimonials .testimonial-card p,
#igs_testimonials .testimonial-card p strong {
    color: var(--igsLightBlue);
}
#igs_testimonials .testimonial-card .testimonial-footer {
    position: relative;
    padding-left: 18px;
}
#igs_testimonials .testimonial-card .testimonial-footer::before {
    position: absolute;
    content: "";
    background-color: var(--igsMidBlue);
    height: 35px;
    width: 2px;
    left: 0;
    top: 0;
    z-index: 0;
}
#igs_testimonials .testimonial-card .testimonial-footer .ratings {
    position: relative;
    top: -4px;
}

.why {
  background: #E0E4F1;
}
.why__content--title {
  color: #13304F;
  font: var(--font-f25B);
  max-width: 290px;
}
.why__content--title span {
  color: #00BA88;
}
.why__list--title {
  color: #5F688D;
  font: var(--font-f16B);
}

.choose__header--title {
  color: #13304F;
  font: var(--font-f25B);
}
.choose__header--title span {
  color: #00BA88;
}
.choose__header--subtitle {
  color: #5F688D;
  font: var(--font-f16B);
}

.asideV2 { 
  position: sticky;
  top: 120px;
}
.asideV2__header {
  padding: 12px 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #13304F;
}
.asideV2__header--title {
  color: #FFF;
  font: var(--font-f25B);
  margin-bottom: 0;
}
.asideV2__imageHolder--image {
  width: 100%;
}
.asideV2__content {
  background: #E0E4F1;
  padding: 30px;
  border-bottom-left-radius: 10px;  
  border-bottom-right-radius: 10px; 
}
.asideV2__content--texture {
  color: #5F688D;
  font: var(--font-f16R);
  margin-bottom: 1.5rem;
}
.asideV2__button {
  padding: 12px 25px;
  display: inline-block;
  width: 100%;
  outline: 0;
  border: 0;
  border-radius: 5px;
  background: #00BA88;
  color: #FFF;
  font: var(--font-f20B);
  opacity: 1;
  transition: .2s ease-in-out;
}
.asideV2__button:hover {
  opacity: .8;
}

/* RESPONSIVE */
@media screen and (max-width: 1199px) {
  .igsSoftwareIndustry_grid .igs-card {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #servicesNav .nav-link {
    padding: 22px 20px;
    width: 100%;
    max-width: 100%;
  }
  #servicesNav.has-affix .nav-link {
    padding: 13px 20px;
  }
  #page-id-serivces .service-holder {
    padding: 60px;
  }
}
@media screen and (max-width: 991px) {
  #page-id-serivces .banner {
    padding: 60px 0;
    min-height: unset !important;
  }
  #page-id-serivces .banner__title {
    font: var(--font-f40B);
  }
  #servicesNav {
    display: none;
  }
  #page-id-serivces .service-holder {
    padding: 40px 20px;
  }
  .service-bpo,
  .service-automation,
  .service-software {
    margin: 0 15px;
  }
  #page-id-serivces .page-title {
    font: var(--font-f30B);
    line-height: 36px;
  }
  #page-id-serivces .mini-title span {
    display: block;
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  #page-id-serivces .services-cta .services-cta-title {
    font: var(--font-f20B);
  }
  #page-id-serivces .service-bpo .services-cta,
  #page-id-serivces .service-software .services-cta,
  #page-id-serivces .service-automation .services-cta {
    margin-top: 0 !important;
  }
  #igsKeyFeatures .page-title {
    font: var(--font-f30B);
  }
  #igsCallus .igsCallusContentBox .overlayer {
    display: none;
  }
  #igsCallus .igsCallusContent {
    padding: 30px;
  }
  #igsCallus .igsCallusContent h2 {
    font: var(--font-f30B);
  }
  #igsCallus .igsCallusContent p {
    max-width: 100%;
  }
  #igsCallus .igsCallusContent ul li img {
    width: 25px;
  }
  #igsCallus .igsCallusContent ul li a {
    font: var(--font-f22B);
  }
  .services-page .banner {
    padding: 60px 0;
  }
  .igsSoftwareIndustry_grid .text {
    font: var(--font-f16B);
  }
}

@media screen and (max-width: 768px) {
  .bookkeepingDoForYou__holder {
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  }
  .bookkeepingDoForYou__holder--card {
    padding: 2rem;
  }
  .custom-bpo-services .banner {
    background-position: top center;
  }
  .bookkeeping-and-accounting .banner,
  .quantity-takeoff-service .banner,
  .call-center-and-customer-support .banner,
  .data-analytics-and-data-processing .banner,
  .content-moderation .banner,
  .insurance-process-outsourcing .banner,
  .property-management-backoffice .banner,
  .revenue-cycle-management .banner,
  .bookkeeping-bots .banner,
  .accounting-firm-bot .banner,
  .accounts-payable-bot .banner,
  .reconciliation-bot .banner,
  .report-generation-bot .banner,
  .global-vat-bot .banner,
  .web-and-cloud-software-applications .banner,
  .content-management-system .banner,
  .mobile-application-development .banner,
  .web-design-and-development .banner,
  .graphic-website-design .banner,
  .ecommerce-web-development .banner,
  .digital-marketing-services .banner {
    background-position: top center;
  }
}
@media screen and (max-width: 767px) {
  .igsSoftwareIndustry_grid .igs-card {
    height: 155px;
  }
}
@media screen and (max-width: 425px) {
  .igsSoftwareIndustry_grid .igs-card {
    height: 125px;
  }
}
