.pageSub {
  font-weight: 600;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: 0.03em;
  color: #ffffff;
}

.pagebtn{
  border-radius: 10px !important;
  margin:2vh 3vw;
  text-align: center;
  letter-spacing: 0.03em;
  color: #000000;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
}

.pageHeading {
  font-weight: 600;
  font-size: 62px;
  line-height: 87px;
  color: #ffffff;
}

.pageBgS {
  background: url(".././img/startup-head.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.pageBg {
  background: url(".././img/redBg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.aboutHead {
  font-weight: 600;
  font-size: 40px;
  line-height: 53px;
}
.aboutHead1 {
  color:black;
  font-weight: 600;
  font-size: 40px;
  line-height: 53px;
}

.benefitHeadHack {
  font-weight: 600;
  font-size: 40px;
  line-height: 53px;
  color: #5a5a5a;
}

.whatHead {
  font-weight: 600;
  font-size: 40px;
  line-height: 53px;
  color: #fff;
}

.aboutSubParaHead {
  font-weight: 500;
  font-size: 20px;
  line-height: 170.2%;
  color: #000000;
}

.aboutSubPara {
  font-weight: 400;
  font-size: 14px;
  line-height: 164.2%;
  color: #000000;
}

.aboutSubPara1{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 190.2%;
/* or 38px */
  color: #000000;
}

.aboutSubPara2{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 170.2%;
/* or 37px */
  
  text-align: center;

  color: #000000;

}

.yellow-color {
  color: #FED02F;
}

.hackImport {
  font-weight: 400;
  font-size: 16px;
  line-height: 164.2%;
}

.whyHead {
  font-weight: 700;
  font-size: 16px;
}

.whySub {
  font-size: 14px;
  line-height: 22px;
}

.bgGrey {
  background-color: #c4c4c4;
}

.pr {
  position: relative;
}

.bgTwoColors {
  background: linear-gradient(
    to right,
    #ffb803d8 0%,
    #ffb803d8 50%,
    #f81951ce 50%,
    #f81951ce 100%
  );
}

.textType {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  color: #ffffff;
}

.textSubType {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.internalBadge {
  background-color: #f81951ce;
}

.externalBadge {
  background-color: #ffb803d8;
}

.badge {
  position: absolute;
  top: 0;
  width: 14rem;
  height: 3rem;
  border-radius: 0 0 20px 20px;
  left: 41%;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
  border: 4px solid #fff;
  border-top: 0;
}

.badgeText {
  font-weight: 600;
  color: #fff;
  font-size: 28px;
  line-height: 34px;
}

.BenefitBg {
  background-color: #E4E8FB;
}


.offerBox {
  background-color: #E4E8FB;
}

.offerCollegeHead {
  color: #5a5a5a;
}

.collegeText {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
}
.white{
  color: #fff;
}
.navyBg {
  background-color: #1b263a;
}
.yellowBg {
  background-color: #FED02F;
}

.textGreyColor {
  color: #e7e7e7;
}

.corporateAni {
  display: none;
}

.pathHead {
  font-weight: 600;
  font-size: 40px;
  line-height: 34px;
}

.pathColor {
  color: #444444;
}

.pathSub {
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
}

.pathArrow {
  background: url(".././img/pathArrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
