@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

nav a.active {
  font-weight: bold;
  color: red;
}

body {
  font-family: "Poppins", system-ui;
  font-size: 14px;
  color: #3b3b3b;
  font-weight: 500;
  background-color: #fff;
  height: 1500px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 12px;
  z-index: 99;
  font-size: 10px;
  border: none;
  outline: none;
  background-color: #c02222;
  color: white;
  cursor: pointer;
  padding: 6px;
  border-radius: 50%;
}

.primaryolor {
  color: #c02222;
}

.primaryBG {
  background-color: #c02222;
}

.borderBottom {
  border-bottom: 5px solid #c02222;
}

.borderTop {
  border-top: 5px solid #c02222;
}

.slider-container,
.slider-container1 {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.slider-track {
  display: inline-flex;
  animation: scroll 20s linear infinite;
}

.slider-track1 {
  display: inline-flex;
}

.slider-item {
  flex: 0 0 auto;
  margin: 0 15px;
}

.slider-item img {
  height: 60px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

#header .dropdown:hover > .dropdown-menu {
  display: block;
}

#header .dropdown-menu .dropdown-submenu {
  position: relative;
}

#header .dropdown-menu .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.client-slider {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  justify-content: flex-start;
  width: 100%;
}

.client-slider img {
  max-height: 60px;
  /* Adjust based on your image size */
  margin: 0 40px;
  /* Spacing between client logos */
}

.client-slider-wrapper {
  display: flex;
  animation: slide 40s linear infinite;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.coreValuemobile,
.mobilePrimusImg,
.coreValuemobile {
  display: none !important;
}

.bgred {
  background-color: #c02222;
}

p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}

.primaryBtn {
  background: #c02222 !important;
  border: transparent;
  padding: 15px 25px;
  font-size: 14px;
  border-radius: 4px;
  transition: 0.3s;
  min-width: 150px;
}

.primaryBtn:hover {
  background: #c02222 !important;
}

.btn.btn-primary.primaryBtn {
  transition: 0.3s;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.fixed-top {
  box-shadow: rgb(103 105 106 / 17%) 0px 8px 24px;
}

.btn.btn-primary.primaryBtn:hover {
  box-shadow: rgb(149 157 165 / 47%) 0px 8px 24px;
}

.ctm-mt-50 {
  margin-top: 50px;
}

.ctm-mt-100 {
  margin-top: 100px;
}

.pad-100 {
  padding: 100px 80px;
}

.logo {
  width: auto;
  height: 70px;
}

div#navbarNavDropdown li.nav-item {
  margin: 0 15px;
}

ul.navbar-nav.ms-auto.align-items-center li.active a.nav-link {
  color: #c02222 !important;
}

div#navbarNavDropdown li.nav-item li.dropdown-submenu,
div#navbarNavDropdown li.nav-item li {
  font-size: 14px;
}

ul.dropdown-menu.show a.nav-link {
  font-size: 13px;
  padding: 10px 0;
  font-weight: 500;
}

/* a.dropdown-item.dropdown-toggle {
  font-size: 13px;
  font-weight: 500;
  color: #000000a6 !important;
} */

img.gptwLogo {
  height: 80px;
  margin-left: 20px;
}

.carousel-caption {
  text-align: left;
  bottom: 30%;
  left: 8%;
  width: 60%;
}

.carousel-caption h5 {
  font-size: 40px;
  font-weight: 600;
}

.carousel-caption p {
  font-size: 20px;
  padding: 15px 0;
}

.btn.btn-danger.primaryBtn {
  background: #c02222;
  border-radius: 0;
  padding: 10px 20px;
}

#footersec {
  background-image: url(../assets/Footer-BG.png);
  background-size: cover;
  height: 450px;
  width: 100%;
  padding: 200px 0 100px;
  margin-top: 50px;
}

#footersec li a {
  text-decoration: none;
  color: #333;
}

.footerLogo {
  display: flex;
  align-items: center;
}

.footerLogo img {
  height: 45px;
  margin-right: 20px;
}

img.SocialIcon {
  width: 35px;
  margin-right: 20px;
}

.footerSec1 ul {
  padding: 0 0px;
  list-style-type: none;
}

img.img-fluid.GPTWLogo {
  height: 100px;
  margin: 20px 0;
}

.footerSec1 ul li {
  padding: 5px 0;
}

img.SocialIcon1 {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

/*-----------------InterNal Banner----------------*/
#manufacturingBanner {
  background-image: url(../assets/Banner-Manufacturing-industry.webp);
  background-size: cover;
}

#metalBanner {
  background-image: url(../assets/Banner-Metal-industry.webp);
  background-size: cover;
}

#automotiveBanner {
  background-image: url(../assets/Banner-Automotive.webp);
  background-size: cover;
}

#lifeBanner {
  background-image: url(../assets/Banner-LifeScience.webp);
  background-size: cover;
}

#ConstructionBanner {
  background-image: url(../assets/Banner-Construction.webp);
  background-size: cover;
}

#OilandGAsBanner {
  background-image: url(../assets/Banner-oilGas.webp);
  background-size: cover;
}

#fmcgBanner {
  background-image: url(../assets/Banner-FMCG.webp);
  background-size: cover;
}

#financeBanner {
  background-image: url(../assets/Banner-Finance.webp);
  background-size: cover;
}

#ehsasBanner {
  background-image: url(../assets/Banner-Ehsas.webp);
}

#cioBanner {
  background-image: url(../assets/Banner-CIO.webp);
  background-size: cover;
}

#signavioBanner {
  background-image: url(../assets/Banner-SAPBPT.webp);
  background-size: cover;
}

#sapoptimizationBanner {
  background-image: url(../assets/Banner-sapOpt.webp);
  background-size: cover;
}

#s4havaPrivateBanner {
  background-image: url(../assets/Banner-Service-S4HANA.webp);
  background-size: cover;
}

#s4havaPublicBanner {
  background-image: url(../assets/Banner-SAP-S4HANA.webp);
  background-size: cover;
}

#spendmgtBanner {
  background-image: url(../assets/Banner-spendmanagement.webp);
  background-size: cover;
}

#saphumanBanner {
  background-image: url(../assets/Banner-Services-SAPSuccessfactor.webp);
  background-size: cover;
}

#sapcrmBanner {
  background-image: url(../assets/Banner-SAPCRM.webp);
  background-size: cover;
}

#sapchainBanner {
  background-image: url(../assets/Banner-supplyChain.webp);
  background-size: cover;
}

#sapb4hanaBanner {
  background-image: url(../assets/Banner-SAPB4HANA.webp);
  background-size: cover;
}

#gxpBanner {
  background-image: url(../assets/Banner-SAP-GXP.webp);
  background-size: cover;
}

#csvBanner {
  background-image: url(../assets/Banner-csv.webp);
  background-size: cover;
}

#sapgrcBanner {
  background-image: url(../assets/Banner-SAP-GRC.webp);
  background-size: cover;
}

#sapitgcBanner {
  background-image: url(../assets/Banner-ITGC.webp);
  background-size: cover;
}

#sapifcBanner {
  background-image: url(../assets/Banner-SAP-IFC.webp);
  background-size: cover;
}

#statutorycompliancesBanner {
  background-image: url(../assets/Banner-statutory-compliances.webp);
  background-size: cover;
}

#cybersecurityBanner {
  background-image: url(../assets/Banners-cyber-security.webp);
  background-size: cover;
}

#sapmasterdataBanner {
  background-image: url(../assets/Banner-SAP-MDG.webp);
  background-size: cover;
}

#applimgtBanner {
  background-image: url(../assets/Banner-sap-appl-mgt.webp);
  background-size: cover;
}

#development-apps-Banner {
  background-image: url(../assets/Banner-development-apps.webp);
  background-size: cover;
}

#weigh-bridge-Banner {
  background-image: url(../assets/Banner-weighBridge.webp);
  background-size: cover;
}

#Einvoice-Banner {
  background-image: url(../assets/Banner-einvoice.webp);
  background-size: cover;
}

#digitalSign-Banner {
  background-image: url(../assets/Banner-digitalSignature.webp);
  background-size: cover;
}

#barcodeTracking-Banner {
  background-image: url(../assets/Banner-barcodeTracking.webp);
  background-size: cover;
}

#lablePrinting-Banner {
  background-image: url(../assets/Banner-labelPrinting.webp);
  background-size: cover;
}

#salesforce-Banner {
  background-image: url(../assets/Banner-salesforce.webp);
  background-size: cover;
}

#sharepoint-Banner {
  background-image: url(../assets/Banner-sharepoint.webp);
  background-size: cover;
}

#dms-Banner {
  background-image: url(../assets/Banner-dms.webp);
  background-size: cover;
}

#catlogue-Banner {
  background-image: url(../assets/Banner-catalogue.webp);
  background-size: cover;
}

.insideBannerSection {
  background-image: url(../assets/Banner-catalogue.webp);
  background-size: cover;
}

#constructionERP-Banner {
  background-image: url(../assets/Banner-ConstructionERP.webp);
  background-size: cover;
}

#questionMark-Banner {
  background-image: url(../assets/Banner-questionMark.webp);
  background-size: cover;
}

#preEmployement-Banner {
  background-image: url(../assets/Banner-Pre-Employement.webp);
  background-size: cover;
}

#challanSystem-Banner {
  background-image: url(../assets/Banner-ChallanSystem.webp);
  background-size: cover;
}

#autoprime-Banner {
  background-image: url(../assets/Banner-AutoPrime.webp);
  height: 450px;
  width: 100%;
  background-size: cover;
}

#sugarprime-Banner {
  background-image: url(../assets/Banner-SugarPrime.webp);
  height: 450px;
  width: 100%;
  background-size: cover;
}

#userEnablement-Banner {
  background-image: url(../assets/Banner-userEnablement.webp);
  background-size: cover;
}

#career-Banner {
  background-image: url(../assets/Banner-career.webp);
  background-size: cover;
}

#aboutUs-Banner {
  background-image: url(../assets/Banner-AboutUs.webp);
  background-size: cover;
}

#chemical-Banner {
  background-image: url(../assets/Banner-chemical.webp);
  background-size: cover;
}

#contact-Banner {
  background-image: url(../assets/Banner-contact.webp);
  background-size: cover;
}

#livestock-Banner {
  background-image: url(../assets/Banner-livestock.webp);
  background-size: cover;
}

#SiemensBanner {
  background-image: url(../assets/Banner-Siemens.webp);
  background-size: cover;
}

#SalesforcePortfolio {
  background-image: url(../assets/Banner-SalesforcePortfolio.webp);
  background-size: cover;
}

.bannnerTitle {
  color: #fff;
  position: absolute;
  top: 40%;
  font-weight: 700;
}

section#header {
  height: 95px;
}

.ctmshadow {
  width: 100%;
  background: #404040a8;
  height: 350px;
}

.topsectioninsideimg {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border: 5px solid #fff;
}

.topleftSec {
  width: 80%;
}

h2 span {
  font-weight: 700;
  color: #c02222;
}

.container.pad-100.ctmred {
  position: relative;
}

.container.pad-100.ctmred:after {
  position: absolute;
  width: 400px;
  background: #c02222;
  height: 520px;
  content: "";
  top: 0;
  right: -99px;
  z-index: -1;
}

section#solutionSec {
  background: #0000000d;
  margin: 0 !important;
  padding: 80px;
}

section#solutionSec .card {
  padding: 30px;
  text-align: center;
}

section#solutionSec .card h5.card-title {
  font-size: 18px;
  font-weight: 600;
  color: #c02222;
}

section#solutionSec .card svg {
  margin: 0 auto;
  width: 55px;
}

.card.headingSec {
  background: transparent;
  border: transparent;
}

.card.headingSec h2 {
  font-size: 28px;
  text-align: left;
}

#manufacturerParallax,
#automotiveParallax {
  position: relative;
}

#manufacturerParallax {
  background-image: url("../assets/Parallax-Manufacturing.jpg");
  height: auto;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

#foodProductsParallax {
  background-image: url("../assets/Parallax-FoodProduct.jpg");
  height: auto;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

#metalParallax {
  background-image: url("../assets/Parallax-Metal.jpg");
  height: auto;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

#lifeParallax {
  background-image: url("../assets/Parallax-lifeScience.jpg");
  height: auto;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

#constructionParallax {
  background-image: url("../assets/Parallax-Construction.jpg");
  height: auto;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

#OilandGasParallax {
  background-image: url("../assets/Parallax-Oil-GAs-industry.jpg");
  height: auto;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

#fmcgParallax {
  background-image: url("../assets/Parallax-Retail.jpg");
  height: auto;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

#fintechParallax {
  background-image: url("../assets/Parallax-Fintech.jpg");
  height: auto;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

#chemicalParallax {
  background-image: url("../assets/Parallax-Chemical-industry.webp");
  height: auto;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

#manufacturerParallax:after,
#automotiveParallax:after,
#metalParallax:after,
#lifeParallax:after,
#foodProductsParallax:after,
#constructionParallax:after,
#OilandGasParallax:after,
#fmcgParallax:after,
#fintechParallax:after,
#chemicalParallax:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #3030308f;
  content: "";
  top: 0;
  left: 0;
}

#manufacturerParallax .container,
#automotiveParallax .container,
#metalParallax .container,
#lifeParallax .container,
#foodProductsParallax .container,
#constructionParallax .container,
#OilandGasParallax .container,
#fmcgParallax .container,
#fintechParallax .container,
#parallax-Services .container,
#parallax-Services-developmentapps .container,
#autoprime-Banner .container,
#corevalues .container,
#primuSjourney .container,
#aboutusIndustry .container,
section#HomeParallax .container,
#chemicalParallax .container {
  z-index: 1;
  position: relative;
}

#automotiveParallax {
  background-image: url("../assets/Parallax-Automotive.webp");
  height: auto;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
}

.allKeyBenefits h6.ctnno {
  background: #f5f5f5;
  width: 60px;
  height: 60px;
  border-radius: 0 0 50px;
  line-height: 50px;
  padding-left: 18px;
  font-size: 24px;
  font-weight: 600;
}

.allKeyBenefits .card-body {
  padding: 20px 30px 30px;
  /* border: transparent; */
}

.allKeyBenefits .card h5.card-title,
section#parallax-Services-impl .card h5.card-title {
  color: #c02222;
  font-weight: 600;
  font-size: 18px;
}

.allKeyBenefits .card p {
  font-weight: 400;
}

.card.headingSec.h-100 {
  display: flex;
  justify-content: center;
}

/* .allKeyBenefits .card {
  min-height: 300px;
} */

.footerCTABG {
  background-image: url(../assets/FooterParallaxCTA.webp);
  height: 350px;
  width: 100%;
  background-size: cover;
}

.ctmfooterpad {
  padding: 80px 80px 10px;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.btn.btn-light.secondaryBtn {
  padding: 15px 25px;
  border-radius: 0;
  margin-top: 15px;
}

/*----------------------------Services Pages-----------------------*/
#servicesTopSection {
  background-image: url(../assets/insideservicepagebg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: auto;
  background-position: right;
}

section#whatWedoSec h5.card-title {
  font-size: 18px;
  font-weight: 600;
  color: #c02222;
  padding-top: 15px;
}

#parallax-Services,
#parallax-Services-impl {
  background-image: url("../assets/Parallax-Services.webp");
  height: auto;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

#parallax-Services-developmentapps {
  background-image: url("../assets/Parallax-development-apps.webp");
  height: auto;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.carrerBG {
  background-image: url(../assets/Parallax-Career.webp);
  height: 400px;
  width: 50%;
  background-size: contain;
  background-attachment: fixed;
  position: relative;
  background-repeat: no-repeat;
  background-position: left;
}

#parallax-Services-developmentapps:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #333333a8;
  content: "";
  top: 0;
  left: 0;
}

section#parallax-Services:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #333333a8;
  content: "";
  top: 0;
  left: 0;
}

#parallax-Services ul li {
  color: #fff;
  margin-bottom: 10px;
  display: flex;
}

svg.feather.feather-check-circle {
  float: left;
  margin-right: 10px;
  width: 40px;
  margin-top: 5px;
}

h4.sequence {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #c02222;
  border-radius: 50%;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

section#whatYouGetSec .card h5.card-title {
  font-size: 18px;
  font-weight: 600;
}

#whatYouGetSec {
  padding-bottom: 30px;
}

h4.sequence:after {
  width: 70px;
  height: 70px;
  background: #ffffff00;
  content: "";
  position: absolute;
  border-radius: 50%;
  left: -5px;
  top: -5px;
  border: 2px solid #c02222;
  box-shadow: 3px 5px 9px 5px #44444403;
}

#servicesTopSection img.topsectioninsideimg.img-fluid {
  border-radius: 0 60px 0 60px;
}

#servicesTopSection .ctmwidth {
  width: 80%;
}

section#parallax-Services-impl .card-body {
  padding: 30px;
}

section#parallax-Services-impl img.card-img-top {
  border-radius: 5px 60px 5px 5px;
  border: 2px solid #fff;
  height: 220px;
  object-fit: cover;
}

#insidepageClient {
  padding-bottom: 0;
}

.nobottompadding {
  padding-bottom: 0 !important;
}

img.clientLogo {
  height: 60px;
}

#AllclientsSec h5 {
  min-width: 250px;
  max-width: 250px;
  font-weight: 600;
  font-size: 18px;
  padding-right: 30px;
}

.clientOne.d-flex.align-items-center {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

#AllclientsSec ul li {
  min-width: 200px;
}

img.addonIcon {
  height: 60px;
}

.addonSec .card.h-100 {
  padding: 30px;
  border-radius: 0;
}

.subheading {
  font-size: 18px;
  font-weight: 600;
  color: #c02222;
}

.primenotext.text-end.pe-3,
.primenotext.ps-3 {
  width: 75%;
}

.primenotext.ps-3 {
  padding: 15px 0;
  border-left: 1px solid #ddd;
}

.primeno {
  width: 60px;
  height: 60px;
  background: #6c6c6c;
  display: inline-block;
  text-align: center;
  /* line-height: 60px; */
}

.primenotext.text-end.pe-3 {
  width: 75%;
  padding: 15px 0;
  border-right: 1px solid #6c6c6c;
}

.primeno h3 {
  line-height: 60px;
  color: #fff;
}

img.primusOne {
  width: 100%;
  padding: 50px;
}

#aboutusIndustry img.img-fluid {
  height: 50px;
  width: auto !important;
  transition: 0.3s;
}

section#aboutusIndustry .card:hover img.img-fluid {
  filter: brightness(0) invert(1);
}

#saps4hanaCloud section#parallax-Services-impl img.card-img-top {
  border-radius: 5px 60px 5px 5px;
  border: 2px solid #fff;
  height: 210px;
  object-fit: cover;
  object-position: top;
}

section#aboutusIndustry .card.mb-3.h-100 {
  min-height: 110px !important;
  line-height: 75px;
  margin-bottom: 0 !important;
}

#aboutusIndustry {
  background-image: url(../assets/Parallax-aboutUsIndustry.webp);
  height: 620px;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.hover-box {
  position: relative;
  background-color: #f0f0f0;
  color: #333;
  font-size: 18px;
  text-align: center;
  border: 2px solid #ccc;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.4s ease;
}

.hover-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #c02222;
  z-index: 0;
  transition: height 0.4s ease;
}

section#aboutusIndustry .card .card-body {
  padding: 0;
  text-align: left;
  z-index: 1;
  position: relative;
}

.hover-box:hover::before {
  height: 100%;
}

.hover-box:hover {
  color: #fff;
}

.hover-box {
  position: relative;
  z-index: 1;
}

section#aboutUsLife .card.h-100 img {
  height: 50px;
  margin-bottom: 20px;
}

section#aboutUsLife .card.h-100 {
  padding: 30px;
}

section#aboutUsLife .card.h-100 h5.card-title.primaryolor {
  font-size: 18px;
  font-weight: 600;
}

.addonLAstSec .card,
section#primusSteps .card.h-100 {
  padding: 30px;
}

section#primusSteps .card.h-100 img {
  margin-bottom: 20px;
}

.addonLAstSec .card {
  padding: 40px 30px 20px;
}

.addonSec .card.h-100 p.card-text {
  font-size: 16px;
}

.s4ebenefits .card.h-100 {
  padding: 30px 20px 10px;
}

.s4ebenefits .card.h-100 h5.card-title {
  color: #c02222;
  padding: 0 30px;
}

.careerSec img {
  margin-bottom: 20px;
  width: 50px;
}

.careerSec .card.h-100 {
  padding: 20px;
}

.careerSec .card.h-100 h5.card-title {
  color: #c02222;
}

form#careerForm .mb-3 {
  width: 45%;
  margin: 0 2%;
  display: inline-block;
  margin-bottom: 25px !important;
}

.career-Form label.form-label {
  text-align: left;
  display: inline-block;
  margin: 0 3px 0 0;
}

.career-Form .form-control {
  height: 45px;
}

.mb-3.remarks {
  width: 94.5% !important;
  height: auto;
  display: block;
}

.mb-3.remarks textarea#remarks {
  height: auto;
}

button#submitBtn {
  background: #c02222;
  border: transparent;
  width: 94%;
  position: relative;
  left: 2%;
  padding: 15px;
}

section#careerFormSec .container.pad-100 {
  background: #f4f4f4;
  padding: 50px 25px;
  margin-top: 20px;
}

  form#careerForm .mb-3.textarea {
    width: 94%;
}

form#careerForm .mb-3.textarea textarea#remarks {
    height: auto;
}

#aboutuuOne .col p {
  padding: 0 40px;
}

#visionSec {
  background-image: url(../assets/about-vision-bg.png);
  height: 550px;
  width: 100%;
  background-size: cover;
}

#corevalues {
  background-image: url(../assets/Parallax-CoreValue.webp);
  height: 450px;
  width: auto;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

#corevalues:after,
#primuSjourney:after,
#aboutusIndustry:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #333333be;
  content: "";
  top: 0;
  left: 0;
}

#aboutusIndustry:after {
  background: #333333e4 !important;
}

#corevalues img {
  width: 80%;
  margin: 0 auto;
  display: table;
}

img.visionImg {
  height: 50px;
  width: 50px;
}

#visionSec .card.h-100 {
  padding: 30px;
}

#primuSjourney {
  background-image: url(../assets/Parallax-Primus-Journey.webp);
  background-size: cover;
  height: 1000px;
  width: 100%;
  background-attachment: fixed;
  position: relative;
}

#primuSjourney .headings {
  width: 40%;
}

#primuSjourney img {
  width: 100%;
}

/*---------------My Team------------------*/
.team-card {
  border: none;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}

.team-card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.team-card img {
  max-height: 350px;
  width: 100%;
  object-fit: cover;
  min-height: 350px;
  object-position: top;
}

.team-card .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #c02222d7;
  color: #fff;
  text-align: center;
  padding: 10px;
  transition: background 0.3s;
}

.team-card:hover .card-body {
  background: rgba(0, 0, 0, 0.8);
}

.team-card .card-title {
font-size: 18px;
    font-weight: 500 !important;
    margin: 0;
}

.team-card .card-text {
    font-size: 0.8rem;
    font-weight: 400;
    margin-top: 4px;
}

/*----Home Page---------*/
section#HomeParallax {
  background-image: url("../assets/Parallax-HomePage.webp");
  height: auto;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

section#HomeParallax:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #333333a8;
  content: "";
  top: 0;
  left: 0;
}

section#HomeParallax h5.card-title {
  font-size: 16px;
  color: #c02222;
  font-weight: 600;
}

section#HomeParallax img.card-img-top {
  height: 220px;
  object-fit: cover;
}

section#HomeParallax .card-body {
  padding: 00px 20px 20px;
}

.indstryIcon {
  background: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 15px;
  margin-top: -85px;
  position: relative;
  top: -10px;
}

.indstryIcon img.homeindIcon {
  width: 45px;
}

section#HomeParallax .card:hover .indstryIcon {
  background: #c02222;
  border: 1px solid #fff;
}

section#HomeParallax .card:hover .indstryIcon img {
  filter: brightness(0) invert(1);
}

section#HomeParallax .card-footer {
  border: transparent;
  background: transparent;
  margin: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

section#HomeParallax .card-footer .btn-sm.smallBtn {
  padding: 7px 12px;
  border: 1px solid #c02222;
  color: #c02222;
  background: transparent;
  transition: 0.3s;
  font-size: 13px;
}

section#HomeParallax .card.h-100:hover .btn-sm.smallBtn {
  background: #c02222;
  color: #fff;
}

section#HomeParallax .card {
  cursor: pointer;
}

#homeProducts {
  background-image: url(../assets/about-vision-bg.png);
  height: 600px;
  width: 100%;
  background-size: cover;
}

.card.h-100.AutoPrime,
.card.h-100.SugarPrime {
  background-image: url(../assets/Home-ProductAutoPrime.webp);
  height: 330px !important;
  width: 100%;
  background-size: cover;
  border: transparent;
}

.card.h-100.SugarPrime {
  background-image: url(../assets/Home-ProductSugarPrime.webp);
}

#homeProducts .card-body .ctm-shadow {
  position: absolute;
  bottom: 0px;
  background: rgb(255 255 255 / 78%);
  width: 100%;
  left: 0;
  border-radius: 0 0 7px 7px;
  padding: 25px;
  opacity: 0;
  transition: 0.5s;
}

.card.h-100.AutoPrime a p.card-text,
.card.h-100.SugarPrime a p.card-text {
  color: #333;
}

#homeProducts .card:hover .ctm-shadow {
  opacity: 1;
  cursor: pointer;
}

div#testimonialCarousel p.text-muted {
  margin-top: 20px;
}

section#homeClient {
  background: #f6f6f6;
  margin: 100px 0 0 !important;
  padding-bottom: 100px !important;
}

section#homeERP {
  background-image: url(../assets/home-World-BG.png);
  height: auto;
  width: 100%;
  background-size: cover;
}

section#homeERP h3 {
  line-height: 40px;
  width: 85%;
}

img.img-fluid.desktopOfferings {
  width: 70%;
  margin: -30px auto 30px;
  display: table;
}

section#homeService h5.card-title {
  font-size: 16px;
  font-weight: 600;
  color: #c02222;
}

section#homeService .card img.img-fluid {
  width: 50px;
}

.servicecard {
  position: relative;
}

.servicecard .card-body {
  max-width: 90%;
}

.homeArrow {
  position: absolute;
  right: 0px;
  bottom: 4px;
}

a.homeArrow {
  background: #c02222;
  width: 40px;
  height: 40px;
  bottom: 0;
  border-radius: 30px 0 5px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

a.homeArrow img {
  right: -12px;
  position: relative;
  bottom: -10px;
  filter: brightness(0) invert(1);
}

section#homeService .card:hover a.homeArrow {
  visibility: visible;
  opacity: 1;
}

img.contact-img {
  width: 50px;
  margin-bottom: 20px;
}

.contactForm label {
  display: none;
}

.contactForm .form-control {
  height: 45px;
  font-size: 14px;
}

.contactForm .form-control {
  height: 45px;
  font-size: 14px;
  margin-bottom: 15px;
}

.contactForm .form-control.message {
  height: 100px;
  margin-bottom: 0;
}

.contactForm .form-control:focus {
  box-shadow: none;
  border: 1px solid #ddd;
}

form#contactForm .formField .error {
  color: #c02222;
  position: absolute;
  font-size: 10px;
  bottom: -15px;
  left: 3px;
}

form#contactForm .formField {
  position: relative;
  margin-bottom: 25px;
}

section#cntDetails .row.text-center {
  width: 90%;
  margin: 0 auto;
}

section#cntDetails button#submitBtn {
  width: 100%;
  position: relative;
  left: 0%;
}

.error {
  color: #c02222;
}

section#primusStats .card.h-100 {
  background: #f4f4f4;
}

section#header ul.dropdown-menu {
  font-size: 13px;
  border-radius: 0;
  width: 250px;
  padding: 0;
}

section#header a.nav-link.active {
  color: #c02222;
}

ul.navbar-nav.ms-auto.align-items-center
  li
  li.dropdown-submenu
  a.dropdown-item.dropdown-toggle::after {
  position: absolute;
  right: 10px;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-bottom: 0;
  border-left: 0.35em solid transparent;
}

div#navbarNavDropdown li.nav-item ul.dropdown-menu li.nav-item {
  margin: 0;
}

div#navbarNavDropdown li.nav-item ul.dropdown-menu li.nav-item a.nav-link {
  padding: 0 15px;
}

section#header ul.dropdown-menu li a.dropdown-item {
  font-size: 12px;
  white-space: normal;
  padding: 5px 15px;
  min-height: 40px;
  background: #ffffff;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  font-weight: 500;
}

ul.navbar-nav.ms-auto.align-items-center li ul.dropdown-menu li {
  margin: 0;
}

ul.navbar-nav.ms-auto.align-items-center li {
  margin: 0 10px;
}

section#header ul.dropdown-menu li.nav-item a.nav-link {
  padding: 0;
  margin: 0;
  white-space: normal;
  padding: 0px 0px;
  min-height: 40px;
  background: #ffffff;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  font-size: 12px !important;
}

/* div#navbarNavDropdown li.nav-item li.dropdown-submenu:hover a.dropdown-item.dropdown-toggle {
  color: #fff !important;
} */

section#header a.nav-link {
  color: #333;
}

section#header ul.dropdown-menu li a.dropdown-item:hover,
section#header ul.dropdown-menu li.nav-item a.nav-link:hover {
  background: #c02222;
  color: #fff;
}

.JoinUSSec {
  padding: 50px 150px 50px 50px !important;
}

.testimonial-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  height: 100%;
  min-height: 350px;
  text-align: center;
}

.testimonial-card h6 {
  margin-bottom: 0;
}

.testimonial-card p {
  margin-bottom: 15px;
}

.testimonial-card img.img-fluid {
  height: 50px;
  margin: 0 auto 20px;
  display: table;
}

.swiper-slide {
  display: flex;
}

@media screen and (min-device-width: 1240px) and (max-device-width: 1440px) {
  .container.pad-100.ctmred:after {
    right: -60px;
  }
}

@media screen and (min-device-width: 1001px) and (max-device-width: 1024px) {
  .container.pad-100.ctmred:after {
    right: -30px;
    width: 250px;
    height: 440px;
  }

  .JoinUSSec {
    padding: 50px 50px 50px 50px !important;
  }

  section#solutionSec {
    padding: 30px;
  }

  .topleftSec {
    width: 100%;
  }

  .pad-100 {
    padding: 60px 30px;
  }

  #corevalues {
    height: 350px;
  }

  #visionSec {
    height: 600px;
  }

  #primuSjourney {
    height: 800px;
  }

  section#aboutGPW .container.w-75 {
    width: 100% !important;
  }

  .carousel-caption h5 {
    font-size: 30px;
  }

  .carousel-caption {
    bottom: 15%;
  }

  section#homeClient {
    margin: 50px 0 0 !important;
    padding: 50px 30px !important;
  }

  section#homeERP img {
    width: 85%;
  }
}

@media only screen and (max-width: 769px) {
  .pad-100 {
    padding: 30px 30px;
  }

  .JoinUSSec {
    padding: 20px !important;
  }

  button.navbar-toggler {
    background: #c02222;
    border-radius: 0;
    color: #fff;
    padding: 10px;
    font-size: 14px;
  }

  button.navbar-toggler span.navbar-toggler-icon {
    color: #fff;
    filter: brightness(0) invert(1);
    opacity: 1;
  }

  .offcanvas-body ul.navbar-nav.ms-auto.align-items-center {
    align-items: flex-start !important;
  }

  section#whyPrimus .container {
    padding: 0;
  }

  img.primusOne {
    width: 100%;
    padding: 0;
  }

  section#autoprimeofferings
    .row.row-cols-1.row-cols-md-2.row-cols-lg-5.g-4
    .col {
    margin-bottom: 30px;
  }

  section#autoprimeofferings
    .row.row-cols-1.row-cols-md-2.row-cols-lg-5.g-4
    .col:last-child {
    margin-bottom: 0px;
  }

  section#sugarprimeofferings
    .row.row-cols-1.row-cols-md-2.row-cols-lg-5.g-4
    .col {
    margin-bottom: 30px;
  }

  section#sugarprimeofferings
    .row.row-cols-1.row-cols-md-2.row-cols-lg-5.g-4
    .col:last-child {
    margin-bottom: 0px;
  }

  .logo {
    height: 50px;
  }

  section#header {
    height: 75px;
  }

  img.pb-5.appli-mgt-supportImg {
    width: 100%;
    padding: 20px 0 !important;
  }

  section#parallax-Services-impl img.card-img-top {
    height: 100%;
  }

  .container.pad-100.ctmred:after {
    display: none;
  }

  section#AllclientsSec .clientOne {
    display: block !important;
    padding: 0 !important;
  }

  section#AllclientsSec
    .clientOne
    ul.list-unstyled.d-flex.justify-content-between {
    display: inline-flex !important;
    flex-wrap: wrap;
  }

  #AllclientsSec h5 {
    min-width: auto;
    max-width: max-content;
    font-weight: 600;
    font-size: 18px;
    padding-right: 0;
    margin: 0 auto 30px;
  }

  #AllclientsSec ul li {
    min-width: auto;
    margin: 15px;
  }

  .topsectioninsideimg {
    width: 80%;
    height: auto;
    object-fit: cover;
    border: 5px solid #fff;
    margin: 30px auto 10px;
  }

  section#solutionSec {
    padding: 40px 20px;
  }

  .allKeyBenefits .card {
    min-height: auto;
  }

  .allKeyBenefits .card-body {
    padding: 00px 30px 30px;
  }

  .col-lg-4.allKeyBenefits.ctm-mt-50,
  .col-lg-4.allKeyBenefits.ctm-mt-100 {
    margin: 30px 00 0;
  }

  .col-lg-4.allKeyBenefits {
    margin-top: 30px;
  }

  .carousel-caption {
    text-align: left;
    bottom: 0%;
    left: 3%;
    width: 65%;
  }

  img.img-fluid.desktopOfferings {
    width: 50%;
    margin: 10px 30px 30px;
    display: table;
  }

  #homeProducts {
    height: auto;
  }

  section#homeTestimonials p.text-center {
    width: 100% !important;
  }

  section#homeClient {
    margin: 50px 0 0 !important;
    padding: 20px !important;
  }

  section#homeERP img {
    width: 90%;
    margin-top: 30px;
    padding-right: 20px;
  }

  section#homeERP h3 {
    line-height: 30px;
    width: auto;
    font-size: 20px;
  }

  .carousel-caption h5 {
    font-size: 25px;
  }

  .carousel-caption p {
    font-size: 15px;
  }

  .ctmshadow,
  #corevalues,
  #aboutUs-Banner,
  #ehsasBanner {
    height: 250px;
  }

  #visionSec .card.h-100 {
    padding: 30px 10px;
  }

  #visionSec {
    height: 650px;
  }

  #corevalues img,
  #primuSjourney .headings.w-40.text-white.pb-5,
  section#aboutGPW .container.w-75 {
    width: 100% !important;
  }

  #primuSjourney {
    height: 550px;
  }

  #aboutusIndustry {
    height: 700px;
  }

  #footersec {
    height: 530px;
    padding: 125px 0 100px;
    background-position: center;
  }

  footer#footersec img.sapLogo {
    margin-bottom: 30px;
    height: 60px;
  }

  .ctmfooterpad {
    width: 100%;
  }

  .topleftSec {
    width: 100%;
  }

  #servicesTopSection img.topsectioninsideimg.img-fluid {
    border-radius: 0 60px 0 60px;
    padding: 30px;
  }

  .bannnerTitle {
    top: 30%;
  }

  section#parallax-Services {
    padding: 30px 10px 30px 0 !important;
  }

  #parallax-Services ul li {
    display: inline-table;
  }

  #parallax-Services ul li span {
    display: grid;
  }
}

@media only screen and (max-width: 479px) {
  section#primuSjourney {
    padding: 30px 10px;
  }

  section#Slider .carousel-caption h5 {
    font-size: 15px;
  }

  .carousel-caption {
    text-align: left;
    bottom: 10%;
  }

  .btn.btn-danger.primaryBtn {
    min-width: auto;
    font-size: 12px;
  }

  section#Slider .carousel-caption h5 br {
    display: none;
  }

  .logo {
    height: 50px;
  }

  section#header {
    height: 75px;
  }

  h2 {
    font-size: 22px;
  }

  h2.bannnerTitle {
    position: absolute;
    top: 25%;
    left: 5%;
  }

  .topsectioninsideimg {
    width: 100%;
    height: auto;
    object-fit: cover;
    border: 5px solid #fff;
    margin: 20px auto 0;
  }

  .footerCTABG {
    height: auto;
  }

  section#solutionSec {
    padding: 20px 20px;
  }

  section#solutionSec .card {
    padding: 30px 30px 15px;
  }

  section#homeFirstSec .col-lg-6.ps-5 {
    padding: 20px !important;
  }

  .card.mb-3.servicecard {
    padding-top: 20px;
    text-align: center;
  }

  .servicecard .card-body {
    max-width: max-content;
  }

  a.homeArrow img {
    right: -5px;
  }

  img.img-fluid.desktopOfferings {
    width: auto;
    margin: 30px auto;
    display: table;
  }

  .card.h-100.AutoPrime,
  .card.h-100.SugarPrime {
    height: 250px !important;
  }

  #homeProducts .card-body .ctm-shadow {
    padding: 10px;
  }

  section#homeRedBG {
    padding: 20px 20px 30px !important;
  }

  img.img-fluid.primusLoc {
    width: 100% !important;
    padding: 30px 0 !important;
  }

  section#homeERP img {
    width: 80%;
    margin: 0 auto 30px !important;
    padding: 0;
    display: table;
  }

  section#homeERP .col-md-6.w-40 {
    text-align: center;
  }

  .ctmshadow,
  #corevalues,
  #aboutUs-Banner {
    height: 200px;
  }

  .ctmshadow,
  #corevalues,
  #aboutUs-Banner,
  #ehsasBanner {
    height: 200px;
  }

  h2.bannnerTitle {
    font-size: 20px !important;
  }

  svg.feather.feather-check-circle {
    width: 40px;
  }

  .topleftSec {
    width: 100%;
  }

  .ctmshadow {
    height: 200px;
  }

  section#aboutuuOne h2.w-75.mx-auto.pb-3 {
    width: 100% !important;
    padding: 0 !important;
  }

  #aboutuuOne .col p {
    padding: 0;
  }

  #visionSec {
    height: auto;
    background: #f4f4f4;
  }

  #visionSec .container.text-center.pt-5 {
    padding: 0 !important;
  }

  #career-Banner {
    /* width: 100%; */
    background-size: cover;
    background-position: top;
  }

  .carrerBG {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: right;
    background-attachment: revert;
  }

  #aboutusIndustry,
  section#corevalues,
  #primuSjourney {
    height: auto;
  }
  
  section#careerFormSec h2.text-center.pb-5 {
    padding-bottom: 20px !important;
}

button#submitBtn {
    width: 100%;
    position: relative;

}
  


  form#careerForm .mb-3 {
    width: 100% !important;
    margin: 0;
  }

  img.coreValuemobile,
  .mobilePrimusImg {
    display: block !important;
  }

  .coreValueDesktop,
  .desktopprimusImg {
    display: none !important;
  }

  .mobilePrimusImg img {
    width: 50%;
    padding: 0;
    margin: 0 auto 30px;
    display: table;
  }

  .leftSec .primeOuter .primenotext.text-end.pe-3 {
    text-align: left !important;
    padding-left: 15px;
    border-left: 1px solid #ddd;
    border-right: transparent;
  }

  .leftSec .primeOuter {
    flex-direction: row-reverse;
  }

  section#aboutusIndustry .card-body {
    padding: 0 0 20px;
    text-align: center;
  }

  #footersec {
    background-image: url(../assets/Footer-BG.png);
    background-size: cover;
    height: 450px;
    width: 100%;
    padding: 200px 0 100px;
    margin-top: 50px;
    background: #f4f4f4;
    padding: 30px;
    height: auto;
  }

  .ctmfooterpad {
    padding: 30px 20px;
  }

  #footersec {
    height: auto;
    padding: 30px 20px;
    background-image: none;
    background: #f4f4f4;
  }

  section#aboutGPW img {
    margin-bottom: 30px;
  }

  .primaryBG h3.text-white.m-0.w-75 {
    width: 100% !important;
  }

  section#cntDetails .cnt-details br {
    display: none;
  }

  section#cntDetails .cnt-details {
    margin-bottom: 30px !important;
  }

  section#cntDetails .cnt-details:last-child {
    margin-bottom: 0px;
  }

  section#cntDetails .row.text-center.w-75.mx-auto.mt-5.pt-3.cnt-sec.aos-init {
    width: 100% !important;
    padding: 0 !important;
  }

  section#cntDetails .col-md-6.p-5 {
    padding: 20px !important;
  }

  section#homeRedBG a.btn.btn-light.secondaryBtn {
    margin: 20px auto 0 !important;
    text-align: center !important;
    float: left;
  }

  #footersec {
    margin-top: 0;
  }

  img.pb-5.appli-mgt-supportImg {
    width: 100%;
    padding: 20px 0 !important;
  }

  section#AllclientsSec .clientOne {
    display: block !important;
    padding: 0 !important;
  }

  section#AllclientsSec
    .clientOne
    ul.list-unstyled.d-flex.justify-content-between {
    display: inline-flex !important;
    flex-wrap: wrap;
  }

  #AllclientsSec h5 {
    min-width: auto;
    max-width: max-content;
    font-weight: 600;
    font-size: 18px;
    padding-right: 0;
    margin: 0 auto 30px;
  }

  #AllclientsSec ul li {
    min-width: auto;
    margin: 15px;
  }

  section#footerCTA {
    padding-bottom: 30px !important;
  }

  section#aboutusIndustry p.w-75 {
    width: 100% !important;
  }

  section#aboutTeamSection {
    padding-bottom: 50px !important;
  }

  #sapgrcBanner,
  #metalBanner,
  #ehsasBanner,
  #manufacturingBanner,
  #metalBanner,
  #automotiveBanner,
  #lifeBanner,
  #ConstructionBanner,
  #OilandGAsBanner,
  #fmcgBanner,
  #financeBanner,
  #ehsasBanner,
  #cioBanner,
  #signavioBanner,
  #sapoptimizationBanner,
  #s4havaPrivateBanner,
  #s4havaPublicBanner,
  #spendmgtBanner,
  #saphumanBanner,
  #sapcrmBanner,
  #sapchainBanner,
  #sapb4hanaBanner,
  #gxpBanner,
  #csvBanner,
  #sapgrcBanner,
  #sapitgcBanner,
  #sapifcBanner,
  #statutorycompliancesBanner,
  #cybersecurityBanner,
  #sapmasterdataBanner,
  #applimgtBanner,
  #development-apps-Banner,
  #weigh-bridge-Banner,
  #Einvoice-Banner,
  #digitalSign-Banner,
  #barcodeTracking-Banner,
  #lablePrinting-Banner,
  #salesforce-Banner,
  #sharepoint-Banner,
  #dms-Banner,
  #catlogue-Banner,
  #constructionERP-Banner,
  #questionMark-Banner,
  #preEmployement-Banner,
  #challanSystem-Banner,
  #autoprime-Banner,
  #sugarprime-Banner,
  #userEnablement-Banner,
  #career-Banner,
  #aboutUs-Banner,
  #chemical-Banner,
  #contact-Banner,
  #livestock-Banner {
    background-position: bottom;
  }
}
