.about_page_wrp {
  font-family: 'Poppins', sans-serif;
}

.about_bann_wrp {
  background-image: url('../images/about-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about_page_wrp .about-header {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  color: var(--white-color);
  align-items: center;
  column-gap: 20px;
  row-gap: 20px;
}
.about_page_wrp .about-header-div {
  display: grid;
}
.team-upper-div .team{
  flex-basis: 30%;
}
.innovate-card-div .innovate-card strong {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}

.about_page_wrp .comm_text {
  color: var(--Body, #494B50);
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height:  30.6px;
  letter-spacing: 0.18px;
}

/* About Why us */
.about_page_wrp .why-us-card-div {
  display: flex;
  column-gap: 40px;
  row-gap: 40px;
  margin-top: 64px;
}
.about_page_wrp .why-us-card-div .why_us_head {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}

.about_page_wrp .about-why-us-div {
  background-image: url('../images/offering-bg.png');
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about_page_wrp .about-why-us-div {
  padding: 160px 0 106px;
}
.about_page_wrp .about-why-us-card {
  border-radius: 24px;
  border: 2px solid #fff;
  padding: 20px;
  min-height: 283px;
  text-align: start;
  transition: box-shadow 0.3s;
}
.about_page_wrp .about-card-icon {
  border-radius: 300px 0px 56px 0px;
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: flex;
  justify-content: end;
  align-items: center;
}
.about_page_wrp .about-card-icon-class {
  padding-right: 20px;
  padding-top: 10px;
}
.about_page_wrp .card-subtext {
  margin-top: 20px;
  line-height: 170%;
  letter-spacing: 0.18px;
  margin-bottom: 40px;
  padding-right: 50px;
  font-size:18px;
}

/* innovate */
.about_page_wrp .innovate-header {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.about_page_wrp .innovate-header {
  background-image: url('../images/innovate.png');
  height: 466px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
}
.about_page_wrp .innovate-card-div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 40px;
  row-gap: 40px;
  position: relative;
  margin-top: -70px;
}
.about_page_wrp .innovate-card {
  border-radius: 24px;
  padding: 40px 30px;
  row-gap: 20px;
  display: grid;
  background-color: var(--showWhite-color);
  transition: box-shadow 0.3s;
}
.about_page_wrp .innovate-card:hover {
  box-shadow: 0px 0px 72px 0px rgba(255, 182, 221, 0.2);
}
.about_page_wrp .innovate-card:nth-child(2):hover {
  box-shadow: 0px 0px 72px 0px rgba(154, 255, 137, 0.2);
}
.about_page_wrp .innovate-card:nth-child(3):hover {
  box-shadow: 0px 0px 72px 0px rgba(125, 236, 251, 0.2);
}
.about_page_wrp .innovate-card:nth-child(4):hover {
  box-shadow: 0px 0px 72px 0px rgba(48, 255, 193, 0.2);
}
.about_page_wrp .innovate-card:nth-child(5):hover {
  box-shadow: 0px 0px 72px 0px rgba(221, 255, 122, 0.2);
}
.about_page_wrp .innovate-card:nth-child(6):hover {
  box-shadow: 0px 0px 72px 0px rgba(235, 178, 255, 0.2);
}
.about_page_wrp .innovate-main {
  background-color: var(--showWhite-color);
}
.about_page_wrp .innovate-icon {
  border-radius: 8px;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_page_wrp .innovate-text-num {
  color: white;
  background-color: white;
  text-shadow: -1px -1px 0 #0000001a, 1px -1px 0 #0000001a, -1px 1px 0 #0000001a, 1px 1px 0 #0000001a;
  font-size: 48px;
  font-weight: 800;
}

/* Goal */
.about_page_wrp .goal-div {
  background-image: url('../images/Goal-bg.png');
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  row-gap: 20px;
  padding-top: 198px;
}
.about_page_wrp .goal-outer {
  display: grid;
  grid-template-columns: 56% 38%;
}
.about_page_wrp .goal-inner {
  display: grid;
  grid-template-columns: 35% 61%;
}

/* 8 Years of success  */
.about_page_wrp .success-div {
  background-image: url('../images/yellow-bg.png');
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0 200px;
}
.about_page_wrp .sucess-icons {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  position: absolute;
}
.about_page_wrp .success {
  height: 212px;
  border-radius: 24px;
  align-content: center;
  display: grid;
}
.about_page_wrp .success-card {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 20px;
}

/* team */
.about_page_wrp .Team-card-label {
  border-radius: 0px 0px 20px 20px;
  border: 2px solid #efefef;
  padding: 35px 20px 24px;
  border-top: 0;
}
.about_page_wrp .team-role {
  border-radius: 32px;
  background: var(--secondary-color);
  padding: 10px 30px;
  margin: 12px 0px 32px;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
}
.about_page_wrp .about-bottom-arrow {
  bottom: -4px;
  right: 0;
  left:0;
  display:flex;
}
.about_page_wrp .team-upper-div {
  display: flex;
  justify-content: center;
  column-gap: 40px;
  row-gap: 40px;
}
.about_page_wrp .team-inner-div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 40px;
  row-gap: 20px;
}
.about_page_wrp .typography {
  color:#494B50;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 30px;
  width: 70%;
  margin: 32px auto 0;
  font-weight:500;
}

/* History */
.about_page_wrp .history-div {
  background-image: url('../images/history-bg.png');
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0 133px;
}
.history-div .typography{
  margin-bottom:108px;
}
.about_page_wrp .history-main {
  display: grid;
  justify-content: center;
  text-align: center;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.about_page_wrp .history-main .empty_sec{ 
  width: 114.962px;
}
.about_page_wrp .vertical {
  border: 2px dashed #d9d9d9;
  height: 100%;
  width: 0;
  margin: 0px !important;
}
.about_page_wrp .history-text {
  text-align: start;
}
.about_page_wrp .history-label {
  font-family: 'Commissioner', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36.8px;
  text-transform: capitalize;
  margin-bottom:24px;
}
.about_page_wrp .history-subtext {
  color: #494B50;
  font-size: 18px;
  font-weight: 500;
  line-height: 30.6px
}
.about_page_wrp .hr-vertical-grid {
  height: 100%;
  display: flex;
  justify-content: center;
  /* display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr)); */
}
.about_page_wrp .history-ball {
  border: 5px solid var(--primary-color);
  background-color: var(--secondary-color);
  width: 24px;
  height: 24px;
  border-radius: 100%;
  margin: 0 auto;
}
.about_page_wrp .history-text-number {
  color: var(--white-color);
  font-size: 32px;
  font-weight: 700;
  position: absolute;
  width: 100%;
}

.about_page_wrp .header-heading-text {
  color: var(--white-color);
  font-size: 72px;
  font-weight: 700;
  line-height: 64.4px;
  font-family: 'Commissioner', sans-serif;
}

.header-subtext {
  width: 80%;
  color: var(--white-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  font-family: 'Poppins', sans-serif;
}

.about_page_wrp .btn-secondary {
  border-radius: 15px;
  color: black !important;
  padding: 10px 30px 10px 30px;
  border: none;
  font-family: 'Poppins', sans-serif;
  background-color: #f2ef49 !important;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.5s;
}

.about_page_wrp .title {
  text-align: center;
  border-radius: 15px;
  background: linear-gradient(179deg, #2a8d95 1.26%, #06808a 97.76%);
  color: var(--white-color);
  padding: 10px 15px;
  border-radius: 8px;
  font-weight: 600;
  border: unset;
  display: inline-block;
}

.about_page_wrp .secondery-title {
  text-align: center;
  background-color: var(--secondary-color);
  color: var(--black-color);
  padding: 10px 15px;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.about_page_wrp .heading {
  color: var(--black-color);
  font-family: 'Commissioner', sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  text-transform: capitalize;
}
.about_page_wrp .our_goal_comm_text {
  font-weight: 500;
  line-height: 30px;
  color: #494b50;
  font-size: 18px;
  margin-top: 32px;
}

.about_page_wrp .about-why-us-card.box-red:hover {
  box-shadow: rgba(255, 0, 92, 0.2) 0px 8px 44px 0px;
}
.about_page_wrp .about-why-us-card.box-green:hover {
  box-shadow: rgba(18, 136, 7, 0.2) 0px 8px 44px 0px;
}
.about_page_wrp .about-why-us-card.box-blue:hover {
  box-shadow: rgba(29, 102, 224, 0.2) 0px 8px 44px 0px;
}
.about-header-div .header-subtext {
  margin: 56px 0 70px;
}

.about_page_wrp .innovate-main .header-subtext.margin-b-secondary {
  margin-bottom: 110px;
}

.about_page_wrp .success-div-main .team_exper_box_text {
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
  margin-bottom: 8px;
}
.about_page_wrp .team_member_name {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}
.image-container {
  position: relative;
}
.image-container img {
  width: 100%;
  border-radius: 20px;
}
.image-container > img {
  position: relative;
  z-index: 1;
}
.image-overlay img {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.image-overlay {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  filter: blur(25px);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  margin: 0 auto;
  border-radius: 20px;
  border: 1px solid transparent;
  right: 0;
}
.about_page_wrp .team-upper-div > div:hover .image-overlay, .about_page_wrp .team-inner-div > div:hover .image-overlay {
  opacity: 1;
}

.about_page_wrp .team-upper-div > div:hover .Team-card-label, .about_page_wrp .team-inner-div  > div:hover .Team-card-label{
  box-shadow: 0px 8px 30px 0px #e2e2e2;
}
.about_page_wrp .team-inner-div .image-overlay img {
  width: 85%;
}

@media (max-width: 1600px) {
  .header-subtext {
    font-size:16px;
    line-height: 28px;
  }
  .about_page_wrp .team_member_name {
    font-size: 20px;
    line-height: 30px;
  }
  .about_page_wrp .goal-outer {
    margin-bottom: 50px;
  }
  .about_page_wrp .why-us-card-div {
    column-gap: 30px;
    margin-top: 40px;
  }
  .about_page_wrp .heading {
    font-size: 38px;
    line-height: 50px;
  }
  .about_page_wrp .typography {
    font-size: 14px;
    line-height: 24px;
    margin: 15px auto 0;
  }
  .about_page_wrp .why-us-card-div .why_us_head {
    font-size: 18px;
    line-height: 26px;
  }
  .about_page_wrp .card-subtext {
    line-height: 24px;
    font-size: 14px;
  }
  .about-why-us-div .getintouch_btn_wrp {
    margin-top: 40px !important;
  }
  .about_page_wrp .about-why-us-div {
    padding: 64px 0 74px;
  }
  .about_page_wrp .comm_text, .about_page_wrp .our_goal_comm_text {
    font-size: 15px;
    line-height: 28px;
  }
  .innovate-header .innovate-inn {
    margin-top: 64px !important;
  }
  .about_page_wrp .header-heading-text {
    font-size: 50px !important;
    line-height: 60px;
  }
  .about_page_wrp .innovate-header {
      height: 350px;
  }
  .about_page_wrp .innovate-card {
    padding: 25px;
  }
  .about_page_wrp .innovate-icon {
    width: 68px;
    height: 68px;
  }
  .about_page_wrp .goal-div {
    padding-top: 100px;
  }
  .about_page_wrp .our_goal_comm_text {
    margin-top: 25px;
  }
  .meet_our_team_wrp {
    background: var(--bg, #FEFFF8);
  }
  .about_page_wrp .success-div {
    padding: 100px 0 130px;
  }
  .about_page_wrp .success-div-main .team_exper_box_text {
    font-size: 44px;
    line-height: 50px;
  }
  .team_expert_txt_wrp {
    font-size: 13px;
    line-height: 18px;
  }
  .about_page_wrp .sucess-icons {
    width: 70px;
    height: 70px;
  }
  .about_page_wrp .sucess-icons img {
    width: 50%;
  }
  .success-div-main {
    margin-top: 80px !important;
  }
  .team_inn_main_wrp {
    margin-top: 35px !important;
  }
  .about_page_wrp .Team-card-label {
    padding: 25px 20px 15px;
  }
  .about_page_wrp .team-role {
    padding: 8px 25px;
    font-size: 15px;
  }
  .about_page_wrp .about-bottom-arrow img {
    width: 40px;
  }
  .about_page_wrp .history-div {
    padding: 100px 0 58px;
  }
  .history-inn-wrp {
    margin-bottom: 40px;
  }
  .about_page_wrp .history-subtext {
    font-size: 14px;
    line-height: 25px;
  }
  .about_page_wrp .history-label {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .about_page_wrp .team-inner-div .image-overlay img {
    width: 78%;
  }
}

@media only screen and (max-width: 1199px) {
  /* About Header  */
  .about_page_wrp .header-heading-text {
    font-size: 55px;
  }
  .about-header-div .header-subtext {
    margin: 26px 0 40px;
  }
  .header-subtext {
    font-size: 16px;
    line-height: 26px;
  }
  /* Why Us? */
  .about_page_wrp .about-why-us-div {
    padding: 100px 0 60px;
  }
  .about_page_wrp .heading {
    font-size: 40px;
    line-height: 50px;
  }
  .about_page_wrp .typography {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 26px;
  }
  .about_page_wrp .card-subtext {
    padding-right: 33px;
  }
  .about_page_wrp .about-why-us-card {
    min-height: unset;
  }
  /* our goal-div */
  .about_page_wrp .goal-div {
    padding-top: 100px;
  }
  /* 8 Years of success */
  .about_page_wrp .success-div {
    padding: 100px 0 150px;
  }
} /* 1024 */
@media only screen and (max-width: 1023px) {
  /* About Header  */
  .about_page_wrp .header-heading-text {
    margin-top: 40px;
  }
  .about_page_wrp .about-header {
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
  }
  .about_page_wrp .why-us-card-div {
    flex-direction: column;
  }
  .about_page_wrp .typography {
    width: 100%;
  }
  .about_page_wrp .card-subtext {
    font-size: 16px;
  }
  /* How we innovate  */
  .about_page_wrp .innovate-card-div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* 8 Years of success */
  .about_page_wrp .success-div {
    padding: 115px 0 80px;
  }
  .about_page_wrp .success-card {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .about_page_wrp .sucess-icons {
    display:none;
  }
  .about_page_wrp .success-div-main {
    margin-top: 60px !important;
  } 
  .about_page_wrp .history-div {
    padding:120px 0 60px;
  }
  .about_page_wrp .comm_text {
    font-size:16px;
  }
} /* 980 */
@media only screen and (max-width: 979px) {
  /* our goal-div */
  .about_page_wrp .goal-outer {
    display: flex;
    flex-direction: column-reverse;
  }
  .about_page_wrp .goal-inner {
    display: flex;
    flex-direction: column;
  }
  .about_page_wrp .goal_inn_comm {
    margin-top: 40px;
  }
  .about_page_wrp .our_goal_comm_text {
    font-size: 16px;
    margin-top: 15px;
  }
  .about_page_wrp .team-inner-div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
} /* 768 */
@media only screen and (max-width: 767px) {
  /* How we innovate  */
  .innovate-div .innovate-inn {
    margin-top: 40px !important;
    margin-bottom: 40px;
  }
  .innovate-header .innovate-inn .header-heading-text {
    text-align: center;
  }
  .about_page_wrp .innovate-main .header-subtext.margin-b-secondary {
    margin-top: 20px;
    text-align: left !important;
  }
  .about_page_wrp .innovate-header {
    height: 100%;
  }
  .about_page_wrp .innovate-card-div {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .about_page_wrp .success-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about_page_wrp .team_member_name {
    font-size: 25px;
  }
  .about_page_wrp .innovate-card-div {
    margin-top: 70px;
  }
  .about_page_wrp .secondery-title {
    margin: 0 auto;
  }
  .about_page_wrp .history-ball,
  .about_page_wrp .history-height-wrp,
  .about_page_wrp hr.vertical {
    display: none !important;
  }
  .about_page_wrp .history-main {
    display: flex;
    margin-bottom: 30px;
  }
  .about_page_wrp .history-main .empty_sec{ 
    width:unset;
  }
  .about_page_wrp .goal_resposive_des {
    flex-direction: row-reverse;
  }
  .about_page_wrp .goal_resposive_des img{
    transform: rotate(180deg);
  }
  .about_page_wrp .goal_resposive_des .history-text-number{
    margin-left: -11px !important;
  }
  .about_page_wrp .history-main .history-text {
    padding-left: 15px;
  }
  .about_page_wrp .Team-card-label{
    min-height: 0px;
  }

  
} /* 650 */
@media only screen and (max-width: 649px) {
  .team-upper-div .team{
    flex-basis: 100%;
    width: 100%;
  }
  .about_page_wrp .success-card {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .about_page_wrp .team-inner-div {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .about_page_wrp .team_member_name {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
  }
  .about_page_wrp .team-upper-div {
    flex-direction: column;
  }
  .about_page_wrp .team-upper-div img {
    display: flex;
    margin: 0 auto;
  }
  .about_page_wrp .team-inner-div img {
    display: flex;
    margin: 0 auto;
  }
  .about_page_wrp .Team-card-label {
    width: 90%;
    margin: 0 auto;
  }
  .about_page_wrp .header-subtext {
      font-size: 16px;
      line-height: 22px;
  }
  .about_page_wrp .title {
    font-size:15px;
  }
  .about_page_wrp .heading {
    font-size: 32px;
    line-height: 42px;
  }
  .about_page_wrp .about-why-us-div {
    padding: 60px 0 100px;
  }
  .about_page_wrp .typography {
    font-size: 15px;
    line-height: 22px;
    margin: 20px auto;
    width: 100% !important;
  }
  .about_page_wrp .why-us-card-div {
    margin-top: 50px;
    row-gap: 20px;
  }
  .about_page_wrp .why-us-card-div .why_us_head {
    font-size: 22px;
    line-height: 26px;
  }
  .about_page_wrp .card-subtext {
    font-size: 15px;
    line-height: 22px;
  }
  .innovate-header .innovate-inn .header-heading-text {
    font-size: 32px !important;
    line-height: 45px;
    margin: 15px 0;
  }
  .about_page_wrp .innovate-card {
    padding:20px;
    row-gap: 10px;
  }
  .innovate-card-div .innovate-card strong {
    font-size: 22px;
    line-height: 28px;
  }
  .about_page_wrp .comm_text {
    font-size: 15px;
    line-height: 22px;
  }
  .about_page_wrp .our_goal_comm_text {
    font-size: 15px;
    line-height: 22px;
  }
  .about_page_wrp .goal_inn_comm {
    text-align: center;
  }
  .about_page_wrp .team-role {
    font-size: 16px;
  }
  .about_page_wrp .history-label {
    font-size: 22px;
    line-height: 28px;
    margin-bottom:10px;
  }
  .about_page_wrp .history-subtext {
    font-size: 15px;
    line-height: 22px;
  }
  .about_page_wrp .history-text-number {
    font-size: 23px;
    line-height: 28px;
  }
} /* 480 */
@media only screen and (max-width: 479px) {
} /* 375 */
@media only screen and (max-width: 374px) {
} /* 320 */
/* Responsive */
@media only screen and (max-width: 1199px) {
}
