body {
  font-family: "Maven Pro", sans-serif;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
}

.greenBg {
  background-color: green !important;
}

.red {
  color: #dc3545;
}

.blueBg {
  color: #ffffff;
  background-color: #007BFF;
}

.blue {
  color: #007BFF;
}

.green {
  color: green;
}

.bold6 {
  font-weight: 600 !important;
}

.headerTop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.headerTop .topBar {
  background-color: #1354A4;
  height: 2rem;
}

.headerTop .topBar .supBox .mailText {
  margin-top: 0.28rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .headerTop .topBar .supBox .mailText {
    margin-top: 0.5rem;
  }
}

.headerTop .topBar .topBtn {
  background-color: #DC3545;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  border-radius: 0.2rem;
}

.headerTop .topBar .topBtn .btnText {
  padding-top: 0.2rem;
}

.headerTop .topBar .iconBox a:hover {
  background-color: #28a745;
}

.headerTop .topBar a {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .headerTop .topBar {
    height: 100%;
  }
}

.headerTop .navigationBox {
  background-color: #ffffff;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-shadow: 0 2px 18px 0 rgba(182, 178, 178, 0.5);
          box-shadow: 0 2px 18px 0 rgba(182, 178, 178, 0.5);
}

.headerTop .navigationBox .headerBox {
  background-color: #ffffff !important;
}

.headerTop .navigationBox .headerBox .logoTop {
  height: 2.5rem;
}

.headerTop .navigationBox .headerBox .navMargin {
  margin-left: 1rem;
  color: #1354A4 !important;
  font-weight: 550;
}

.headerTop .navigationBox .headerBox .navMargin:hover {
  color: #28a745 !important;
}

.footerBox {
  background-color: #383734;
}

.footerBox .mainText {
  margin-top: 2rem;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 300;
}

.footerBox .mainText .headingText {
  font-size: 1.2rem;
  font-weight: 500;
  color: #28a745;
}

.footerBox .mainText .socialIcon {
  font-size: 1.6rem;
  padding: 0.1rem;
}

.footerBox .mainText .headText {
  font-size: 1.5rem;
}

.footerBox .mainText .navText {
  font-weight: 300;
  font-size: 0.95rem;
}

.footerBox .mainText .navText a {
  color: #fff;
}

.footerBox .mainText .navText:hover {
  color: #28a745;
}

.footerBox .mainText a {
  color: #ffffff;
  text-decoration: none;
}

.subFooter {
  background-color: #000;
  height: 3rem;
}

.subFooter .headingText {
  color: #ffffff;
  font-size: 0.8rem;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0rem;
}

.bannerImg {
  margin-top: 4rem;
  background-image: url(../img/api-digital-signature.jpg);
  background-position: center;
  background-size: cover;
  height: 17rem;
}
@media only screen and (max-width: 768px) {
  .bannerImg {
    height: 8rem;
  }
}

.bannerImg1 {
  margin-top: 6rem;
  background-image: url(../img/oem-industry.jpg);
  background-position: center;
  background-size: cover;
  height: 17rem;
}
@media only screen and (max-width: 768px) {
  .bannerImg1 {
    height: 7rem;
  }
}

.bannerImg2 {
  margin-top: 6rem;
  background-image: url(../img/manufacturing.png);
  background-position: center;
  background-size: cover;
  height: 17rem;
}
@media only screen and (max-width: 768px) {
  .bannerImg2 {
    height: 7rem;
  }
}

.bannerImg3 {
  margin-top: 6rem;
  background-image: url(../img/fmcg.png);
  background-position: center;
  background-size: cover;
  height: 17rem;
}
@media only screen and (max-width: 768px) {
  .bannerImg3 {
    height: 7rem;
  }
}

.bannerImg4 {
  margin-top: 6rem;
  background-image: url(../img/govt.png);
  background-position: center;
  background-size: cover;
  height: 17rem;
}
@media only screen and (max-width: 768px) {
  .bannerImg4 {
    height: 7rem;
  }
}

.bannerImg5 {
  margin-top: 6rem;
  background-image: url(../img/finserv.png);
  background-position: center;
  background-size: cover;
  height: 17rem;
}

@media only screen and (max-width: 768px) {
  .bannerImg5 {
    height: 7rem;
  }
}

.bannerImg6 {
  margin-top: 6rem;
  background-image: url(../img/acadmic.png);
  background-position: center;
  background-size: cover;
  height: 17rem;
}
@media only screen and (max-width: 768px) {
  .bannerImg6 {
    height: 7rem;
  }
}

.bannerImg7 {
  margin-top: 6rem;
  background-image: url(../img/logistic.png);
  background-position: center;
  background-size: cover;
  height: 17rem;
}
@media only screen and (max-width: 768px) {
  .bannerImg7 {
    height: 7rem;
  }
}

.bannerImg8 {
  margin-top: 6rem;
  background-image: url(../img/automotive-signing.jpg);
  background-position: center;
  background-size: cover;
  height: 17rem;
}
@media only screen and (max-width: 768px) {
  .bannerImg8 {
    height: 7rem;
  }
}

.bannerImg9 {
  margin-top: 6rem;
  background-image: url(../img/fq.png);
  background-position: center;
  background-size: cover;
  height: 17rem;
}
@media only screen and (max-width: 768px) {
  .bannerImg9 {
    height: 7rem;
  }
}
.bannerImg10 {
  margin-top: 5rem;
  background-image: url(../img/contact.jpg);
  background-position: center;
  background-size: cover;
  height: 21rem;
}
@media only screen and (max-width: 768px) {
  .bannerImg10 {
    height: 7rem;
  }
}
.bannerImg11 {
  margin-top: 6rem;
  background-image: url(../img/features.jpg);
  background-position: center;
  background-size: cover;
  height: 17rem;
}
@media only screen and (max-width: 768px) {
  .bannerImg11 {
    height: 7rem;
  }
}
.bannerImg12 {
  margin-top: 6rem;
  background-image: url(../img/case-study.jpg);
  background-position: center;
  background-size: cover;
  height: 17rem;
}
@media only screen and (max-width: 768px) {
  .bannerImg12 {
    height: 7rem;
  }
}
.bannerImg13 {
  margin-top: 6rem;
  background-image: url(../img/clients.jpg);
  background-position: center;
  background-size: cover;
  height: 17rem;
}
@media only screen and (max-width: 768px) {
  .bannerImg13 {
    height: 7rem;
  }
}


.about {
  background-color: #F8F7F7;
}

.about .aboutBox .headText {
  text-align: center;
  font-style: italic;
  margin-top: 2rem;
  font-size: 2rem;
}

.about .aboutBox .conText {
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
  font-weight: 400;
}

.caseStudySection {
  border: 1px solid gainsboro;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.caseStudySection .conText {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: justify;
}

.caseStudySection .caseStudyLogo {
  height: 4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.caseStudySection .btnBox {
  text-align: center;
}
/*# sourceMappingURL=about.css.map */