@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Source+Sans+3:wght@200;300;400;500;600;700;800;900&display=swap');

* {
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  padding-bottom: 20px;
}

p {
  margin-bottom: 15px;
}

.container {
  width: 1280px;
  height: auto;
  margin: 0 auto;
}

.headerMain {
  width: 100%;
  float: left;
}

.headerTop {
  width: 100%;
  float: left;
  height: 46px;
  background: #212529;
  display: flex;
  align-items: center;
}

.topSocialIco {
  text-align: right;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.topSocialInnr {
  width: 24px;
  height: 24px;
  background: #55585b;
  margin-left: 15px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .3s;
}

.topSocialInnr:hover {
  background: #267DF4;
}

.topSocialInnr i {
  color: #fff;
}

.bannerMain {
  width: 100%;
  float: left;
  background-image: url('../img/bannerBG.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position-x: right;
  background-position-y: top;
}

.bannerContent {
  width: 100%;
  float: left;
  text-align: center;
  padding-bottom: 60px;
}

.bannerLogo {
  width: 100%;
  height: auto;
}

.bannerLogo img {
  width: 610px;
  height: auto;
  margin: 30px 0;
  margin-top: 60px;
  margin-bottom: 15px;
}

.topTabs {
  /* position: relative; */
  float: left;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
}

.topTabs button {
  font-size: 20px !important;
  text-decoration: none !important;
  background-color: #4D6FB2 !important;
  color: #ffffff !important;
  padding: 10px 20px !important;
  line-height: 36px !important;
  margin-right: 20px !important;
  border-radius: 4px !important;
}

button:hover {
  background: #ffffff !important;
  color: #4D6FB2 !important;
  border-bottom: 2px solid #4D6FB2 !important;
  font-weight: 600 !important;
}

.bannerContent h2 {
  font-size: 26px;
  color: #4D6FB2;
  font-weight: 600;
  padding-bottom: 40px;
  font-style: italic;
}

.foundedBy {
  color: #555555;
  font-size: 26px;
  margin-bottom: 0 !important;
}

.foundedNames {
  /* background-color: #444444; */
  border-radius: 80px;
  /* width: 380px; */
  padding: 10px;
}

.foundedNames p {
  font-size: 30px;
  font-weight: 600;
  color: #4D6FB2;
  margin-bottom: 0 !important;
}

.tabDataInner {
  width: 100%;
  float: left;
  top: 100%;
  left: 0;
  z-index: 1000;

}

.tabDataInner ul {
  margin: 20px 0;
  float: left;
  padding: 0;
}

.tabDataInner li {
  color: #007D29;
  font-size: 26px;
  font-weight: 600;
  text-align: left;
  padding: 10px 0;
  float: left;
  width: 100%;
  list-style-type: none !important;
}

.tabDataInner .bullet {
  list-style-type: disc !important;
}

.bullet {
  list-style-type: disc !important;
}

.spanBullet {
  min-width: 10px;
  min-height: 10px;
  display: flex;
  border-radius: 100%;
  background-color: #555555;
}

.NoBullet li {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.tabDataInner .hoverpBold {
  font-weight: 600 !important;
}

.tabDataInner p {
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  color: #555555;
  text-align: left;
  list-style-type: none;
  margin-bottom: 5px !important;
  float: left;
  display: flex;
  align-items: center;
  gap: 12px;
}

.otherLogos {
  width: 100%;
  float: left;
  margin: 20px 0;
  margin-top: 40px;
}

.otherLogoAlign{
  align-items: center !important;
}

.globalLogo {
  width: 356px;
    height: auto;
    display: inline-block;
}

.globalLogo img {
  width: 100%;
}

.stapleLogo {
  width: 745px;
    height: auto;
    display: inline-block;
}

.stapleLogo img {
  width: 100%;
}

.safeLogo {
  width: 450px;
  display: inline-block;
  height: auto;
}

.safeLogo img {
  width: 100%;
}

.leadersSection {
  width: 100%;
  float: left;
}

.photoCardOuter {
  background-color: #ffffff;
  color: #444444;
}

.blue {
  color: #4D6FB2 !important;
}

.nav-pills .nav-link {
  font-size: 19px !important;
  text-decoration: none !important;
  background-color: #4D6FB2 !important;
  color: #ffffff !important;
  padding: 10px 20px !important;
  line-height: 36px !important;
  margin-right: 20px !important;
  border-radius: 4px !important;
  width: 270px;
}


.footerMain {
  width: 100%;
  float: left;
  background: #007d26;
  padding: 20px 0;
}

.footerInner .footerCont {
  text-align: center;
}

.footerInner .footerCont h3 {
  font-size: 12px;
  font-weight: 700;
  color: #f9f7f5;
  letter-spacing: 1px;
  text-shadow: 0px 3px 3px rgb(0 0 0 / 20%);
  margin-bottom: 0 !important;
}

.footerInner .footerCont a {
  font-size: 12px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  margin-top: 10px;
  letter-spacing: 1px;
  text-shadow: none;
  cursor: pointer;
}

.platLogo {
  width: 100%;
  height: auto;
  margin: 15px 0;
}

.platLogo img {
  width: 120px;
}

.footerImages {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.footLine {
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: .3;
  margin-top: 20px;
}

.footerCopy {
  text-align: center;
}

.footerCopy p {
  font-weight: 300;
  font-size: 12px;
  color: #fff;
  letter-spacing: .6px;
  text-shadow: none;
  margin-bottom: 0;
}

a {
  text-decoration: none !important;
}

/* .terms a {
    color: #fff;
  } */
.footerInner .col-md-12,
.col-md-6 {
  padding-bottom: 0;
}

.linkDinFooter {
  color: #fff;
  cursor: pointer;
  border-radius: 8px;
  margin-right: 40px;
  text-align: center;
}

.linkDinFooter a {
  color: #ffffff !important;
}

.linkDinFooter a:hover {
  color: #4D6FB2 !important;
  background-color: #ffffff !important;
}

.linkDinFooter i {
  font-size: 40px !important;
}

.leadersMain {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.leadersInr {
  width: 100%;
  max-width: 49%;
  float: left;
  background: #fff;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  padding: 20px;
}

.leaderLftPatch {
  width: 95px;
  background: #4D6FB2;
  float: left;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.leaderRightCont {
  width: 100%;
  float: left;
  padding-left: 170px;
}

.leaderProfDiv {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -75px;
  border: 4px solid #ffff;
}

.leaderProfDiv img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.leadContRight {
  width: 100%;
  float: left;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.leadContRight h1 {
  font-size: 15px;
  font-weight: 600;
  color: #4D6FB2;
  margin-bottom: 0;
}

.leadContRight a {
  font-weight: 500;
  font-size: 12px;
  color: #555555 !important;
}

.leadContRight a:hover {
  color: #555555 !important;
  text-decoration: none !important;
  border: none !important;
}

.leadContRight p {
  font-weight: 500;
  font-size: 12px;
  color: #555555;
}

.leadContRight span {
  width: 100px;
  height: 2px;
  background: #ccc;
  display: flex;
  margin: 7px 0;
}

.leadContRight b {
  font-weight: 600;
  font-size: 12px;
  color: #444444;
  line-height: 22px;
}

.leaderSocialIc {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.leaderSocialIc a {
  background: #A5A5A5;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.leaderSocialIc a:hover {
  border: none;
}

.leaderSocialIc a i {
  color: #fff;
}

.fade:not(.show) {
  opacity: 0;
  display: none;
}

.nav .nav-item button.active {
  background: #ffffff !important;
  color: #4D6FB2 !important;
  border-bottom: 3px solid #4D6FB2 !important;
  font-weight: 600 !important;
}

.nav .nav-item button.active::after {
  content: "";
  border-bottom: 2px solid #4D6FB2;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 5px 5px 0 0;
}

.nav {
  justify-content: center !important;
}

.ChallengeEmailPhone {
  float: left;
  width: 100%;
  text-align: center;
}

.ChallengeEmailPhone h3 {
  color: #007D29;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
  list-style-type: none !important;
}

.ChallengeEmailPhone p {
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  color: #555555;
  text-align: center;
  margin-bottom: 5px !important;
  float: left;
  align-items: center;
  gap: 12px;
}



.section {
  width: 100%;
  float: left;
  padding: 100px 0;
  text-align: center;
}

.innerPageBaner {
  width: 100%;
  float: left;
  text-align: center;
  padding: 100px 0;
}

.innerPageBaner h1 {
  font-weight: 600;
  font-size: 40px;
  color: #007D29;
}

.innerPageHeaing {
  width: 100%;
  float: left;
  background-image: url(../img/bannerBG.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position-x: right;
  background-position-y: top;
  text-align: center;
  padding: 20px 0;
}

.innerPageHeaing h1 {
  font-weight: 600;
  font-size: 40px;
  color: #007D29;
  margin-bottom: 0;
}

.innerBody {
  width: 100%;
  float: left;
  padding: 0 100px;
}

.innerSubHeading {
  font-weight: 600;
  font-size: 22px;
  color: #007D29;
  margin-bottom: 22px;
  text-align: left;
}

.innerSubText {
  width: 100%;
  float: left;
  font-weight: 400;
  font-size: 17px;
  color: #555555;
  text-align: left;
  margin-bottom: 22px;
}

.innerOutCont {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.smallHeadig {
  width: 100%;
  float: left;
  font-weight: 500;
  font-size: 17px;
  color: #555555;
  text-align: left;
  margin-bottom: 15px;
}

.markLineSt {
  width: 100%;
  float: left;
  text-align: left;
  font-weight: 600;
  font-size: 17px;
  color: #444444;
}

.topLogoSection {
  float: left;
  width: 100%;
  position: relative;
}

.platCappoLogosOuter {
  position: absolute;
  right: 60px;
  top: 65px;
}

.ppexSmallLogo {
  width: 100%;
  height: auto;
}

.ppexSmallLogo img {
  width: 120px;
}

.prooftLeftMargin p {
  margin-left: 40px;
}
.leadershipUL{
  padding-left: 25px;
   margin: 0;
}
.laceComceptul {
  padding-left: 25px !important;
  margin: 0 !important;
  margin-left: 90px !important;
}

.laceProofConceptul {
  margin: 0 !important;
  margin-left: 80px !important;
}

.laceAgencyChallul {
  padding-left: 25px !important;
  margin: 0 !important;
  margin-left: 130px !important;
}
.footerInner{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

















@media only screen and (max-width: 1450px) {
  .container {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 1024px) {
  .container {
    max-width: 100% !important;
  }

  .bannerLogo img {
    width: 550px !important;
  }

  .bannerContent h2 {
    font-size: 23px !important;
  }

  .foundedBy {
    font-size: 20px !important;
  }

  .foundedNames p {
    font-size: 28px !important;
  }
.nav{
  gap: 10px;
}
  .nav-pills .nav-link {
    font-size: 18px !important;
    padding: 5px 8px !important;
  }

  .tabDataInner li {
    font-size: 23px;
  }

  .leadersMain {
    gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .globalLogo {
    width: 260px;
  }

  .stapleLogo {
    width: 263px;
  }

  .safeLogo {
    width: 280px;
  }

  .leadersInr {
    max-width: 100%;
  }

  .leadContRight {
    gap: 5px;
  }

  .laceComceptul {
    padding-left: 25px !important;
    margin: 0 !important;
    margin-left: 60px !important;
  }

  .laceProofConceptul {
    margin: 0 !important;
    margin-left: 40px !important;
  }

  .laceAgencyChallul {
    padding-left: 25px !important;
    margin: 0 !important;
    margin-left: 70px !important;
  }
  .nav-pills .nav-link{
    margin-right: 0 !important;
  }
  .ChallengeEmailPhone h3{
    font-size: 23px;
  }
  .ChallengeEmailPhone p {
    font-size: 23px;
  }
}

@media only screen and (max-width: 991px) {
  .container {
    max-width: 100% !important;
  }

  .nav {
    gap: 15px;
  }

  .nav-pills .nav-link {
    font-size: 14px !important;
    padding: 4px 15px !important;
    margin-right: 0 !important;
  }

  .tabDataInner li {
    font-size: 20px;
  }

  .globalLogo {
    width: 200px;
  }

  .stapleLogo {
    /* width: 195px; */
  }

  .safeLogo {
    width: 225px;
  }

  .laceComceptul {
    padding-left: 25px !important;
    margin: 0 !important;
    margin-left: 40px !important;
  }

  .laceProofConceptul {
    margin: 0 !important;
    margin-left: 25px !important;
  }

  .laceAgencyChallul {
    padding-left: 25px !important;
    margin: 0 !important;
    margin-left: 42px !important;
  }
}

@media only screen and (max-width: 900px) {
  .topLogoSection {
    float: left;
    width: 100%;
  }

  .platCappoLogosOuter {
    display: contents;
    float: left;
    width: 100px;
  }

  .laceComceptul {
    padding-left: 25px !important;
    margin: 0 !important;
    margin-left: 0 !important;
  }

  .laceProofConceptul {
    margin: 0 !important;
    margin-left: 0 !important;
  }

  .laceAgencyChallul {
    padding-left: 25px !important;
    margin: 0 !important;
    margin-left: 0 !important;
  }
  .footerInner{
    flex-direction: column;
    gap: 12px;
  }
  .linkDinFooter{
    margin-right: 0;
  }
 
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: 100% !important;
  }

  .bannerLogo img {
    width: 420px !important;
  }

  .bannerContent h2 {
    font-size: 18px !important;
  }

  .foundedBy {
    font-size: 18px !important;
  }

  .foundedNames p {
    font-size: 22px !important;
  }
  .ppexSmallLogo img {
    width: 100px;
}

  .nav-pills .nav-link {
    width: 100%;
    margin-right: 0 !important;
  }

  .nav-item {
    min-width: 200px;
  }

  .nav-pills {
    gap: 10px;
  }

  .bannerContent .container {
    padding: 20px 15px !important;
  }

  .linkDinSt {
    padding-bottom: 0;
  }

  .linkDinFooter {
    margin-right: 0;
  }

  .bannerContent {
    padding-bottom: 15px;
  }

  .innerPageBaner {
    text-align: center;
    padding: 15px 0;
}
.innerPageBaner h1 {
  font-size: 24px;
}
.innerPageHeaing h1 {
  font-size: 24px;
}
.section {
  padding: 30px 0;
}
.innerBody {
  padding: 0 20px;
}
.innerSubText {
  font-size: 15px;
}
.innerOutCont {
  margin-bottom: 0px;
}
}

@media only screen and (max-width: 650px) {
  .leaderLftPatch {
    width: 100%;
    height: 70px;
  }

  .tabDataInner p {
    font-size: 16px;
  }

  .prooftLeftMargin p {
    margin-left: 0;
  }

  .spanBullet {
    min-width: 5px;
    min-height: 5px;
  }

  .leaderRightCont {
    padding-left: 0;
    padding-top: 125px;
  }

  .leadContRight {
    align-items: center;
  }

  .leaderProfDiv {
    width: 120px;
    height: 120px;
    top: 85px;
    left: 50%;
    margin-left: -60px;
  }

  .leaderProfDiv img {
    height: 120px;
  }

  .leadContRight p {
    text-align: center;
    display: block;
    font-size: 12px;
  }

  .leadContRight b {
    text-align: center;
  }
  .leadershipUL{
    padding-left: 0;
  }
  .tabDataInner ul {
    margin: 0;
  }
  .leadContRight h1 {
    text-align: center;
  }

}

@media only screen and (max-width: 600px) {
  .container {
    width: 100%;
    max-width: 100% !important;
  }

  .bannerLogo img {
    width: 260px !important;
    margin-bottom: 8px;
    margin-top: 30px;
  }

  .bannerContent h2 {
    font-size: 13px !important;
    padding-bottom: 20px;
  }

  .foundedBy {
    font-size: 13px !important;
  }

  .platLogo img {
    width: 80px;
  }

  .tabDataInner li {
    font-size: 12px;
  }

  .tabDataInner p {
    font-size: 12px;
}

  .ppexSmallLogo img {
    width: 86px;
}

  .ChallengeEmailPhone h3{
    font-size: 12px;
    padding:0 ;
  }
  .ChallengeEmailPhone p{
    font-size: 12px;
  }
  .innerSubHeading {
    font-size: 18px;
    margin-bottom: 6px;
}
.leaderSocialIc {
  position: static;
  flex-direction: row;
  float: left;
  width: 100%;
  justify-content: center;
  margin-top: 14px;
}

}


@media only screen and (max-width: 450px) {
  .nav-item {
    min-width: 100% !important;
  }

}