.main-banner-about {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding :0px 64px;
}
.Mission-Vision-section {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 64px;
  gap: 80px;
}
.Mission-Vission-sec {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.Mission-con {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
  text-align: start;
}

.Mission-con  h6{
  text-align: left;
}
.Vision-con {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
  text-align: start;
}

.Vision-con  h6{
  text-align: left;
}
.Mission-banner {
  width: 50%;
  padding: 64px;
}
.mission-banner {
  width: 100%;
}
.Impact-section {
  display: flex;
  flex-direction: row;
  padding: 0px 64px 64px 64px;
  width: 100%;
  height: auto;
  gap: 80px;
  align-items: center;
}
.impact-cont {
  width: 54%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  text-align: start;
}
.impact-cont h5{
  text-align: left;
}
.impact-stat {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 24px;
}
.stats {
  width: 296px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: start;
}
.impact-banner {
  width: 50%;
  padding: 64px;
}


.imp-banner {
  width: 100%;
}
.Global-presence-section {
  width: 100%;
  height: 720px;
  background: url("../SVG/global-sec-bannner.svg");
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.global-head {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 24px;
  width: 56%;
  color: #ffff !important;
}
.Innovation-section {
  width: 100%;
  height: auto;
  padding: 112px 64px;
  gap: 80px;
  display: flex;
  flex-direction: column;
}
.innov-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 58%;
}
.innov-head h6{
  text-align-last: left;
}
.innov-card-cont {
  display: flex;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 24px;
}
.innov-card {
  width: 48%;
  /* height: 407px; */
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  gap: 32px;
  margin-bottom: 45px;
}
.innov-card img {
  width: 100%;
}
.partenr-section {
  width: 100%;
  height: auto;
  padding: 64px 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.partner-cont {
  display: flex;
  background: url("../SVG/partner-cont-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 43%;
  height: 100%;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  text-align: start;
}
.partner-cont h5{
  text-align: left;
}
.get-start {
  width: max-content;
  padding: 10px 24px;
  background: linear-gradient(90deg, #08377c 0%, #0d6de7 100%);
  color: #ffff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 8px;
  border: none;
  text-align: center;
}
.partner-banner {
  width: 40%;
}
.part-banner {
  width: 100%;
}
.our-expertise {
  width: 100%;
  height: auto;
  padding: 60px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(263.51deg, #091e42 0.79%, #1251ae 100%);
}
.expertise-head h2 {
  color: #ffff !important;
}
.exp-cards-cont {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  height: auto;
  padding: 60px 0px 0px 0px;
  gap: 24px;
  color: #ffff;
  align-items: center;
  justify-content: center;
}
.exp-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  width: 280px;
  text-align: center;
}
.exp-img {
  width: 240px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 7px solid #249e7f;
  border-radius: 999px;
  padding: 40px;
}
.exp {
  width: 200px;
}
.check-out-section {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 114px 60px;
  width: 100%;
}
.check-out-cont {
  display: flex;
  flex-direction: row;
  gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.check-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 50%;
}
.check-content h6{
  text-align: left;
}
.ckeck-out-banner {
  width: 40%;
}
.check-banner {
  width: 100%;
}
.check-out-fea {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  justify-content: space-around;
}
.people-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.check-fea {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: start;
  gap: 16px;
  padding-left: 32px;
  width: 381.33px;
  height: 132px;
  border-left: 1px solid #d0d5dd;
}
.check-out-fea h6{
  text-align: left;
}
.global-head h2,
.global-head h6 {
  color: #ffff;
}
.card-Stories-img {
  width: 100%;
}
.dot-p {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot-p:hover {
  background-color: #0a0707;
}
@media (max-width: 768px) {
  .main-banner-about {
    width: 100%;
    text-align: center;
    gap: 24px;
  }
  .Mission-Vision-section {
    margin-top: 20px;
    flex-direction: column;
    padding: 0;
    gap: 24px;
  }
  .Mission-Vission-sec {
    width: 100%;
    gap: 32px;
  }
  .Mission-banner {
    width: 100%;
  }
  .Impact-section {
    flex-direction: column;
    padding: 0;
  }
  .impact-cont {
    width: 100%;
    gap: 8px;
  }
  .stats {
    width: 163.5px;
  }
  .impact-stat {
    width: 100%;
    gap: 16px;
  }
  .impact-banner {
    width: 100%;
  }
  .Global-presence-section {
    background-size: contain;
    background-position: center;
    padding: 16px 16px;
    min-height: 34vh;

    height: auto;
  }
  .global-head {
    width: 100%;
  }
  .global-head h2,
  .global-head h6 {
    width: 100%;
    color: #ffff !important;
  }
  .Innovation-section {
    gap: 24px;
  }
  .innov-head {
    text-align: start;
    width: 100%;
    gap: 16px;
  }
  .innov-card {
    width: 343px;
    height: auto;
    align-items: flex-start;
    gap: 8px;
  }
  .innov-head h6 {
    color: #344054;
  }
  .innov-card img {
    width: 100%;
  }
  .innov-card h3 {
    color: #344054;
  }
  .innov-card p {
    color: #667085;
  }
  .innov-card-cont {
    gap: 48px;
    justify-content: center;
  }
  .partenr-section {
    flex-direction: column;
    padding: 32px 16px;
    gap: 8px;
  }
  .partner-cont {
    width: 100%;
    gap: 16px;
  }
  .partner-cont h5 {
    color: #626f80;
    font-weight: 500;
  }
  .partner-banner {
    width: 100%;
  }
  .get-start {
    width: 100%;
    font-size: 14px;
  }
  .our-expertise {
    padding: 32px 16px;
  }
  .exp-cards-cont {
    width: 100%;
    gap: 8px;
  }
  .exp-card {
    width: 109px;
    height: 153px;
    gap: 16px !important;
    margin-bottom: 16px;
  }
  .exp-card h4 {
    font-size: 16px !important;
  }
  .exp-img {
    width: 80px;
    height: 80px;
    border: 3.33px solid #249e7f;
  }
  .exp {
    width: 66.67px;
  }
  .check-out-section {
    padding: 32px 16px;
    gap: 24px;
  }
  .check-out-cont {
    flex-direction: column;
    width: 100%;
    gap: 24px;
  }
  .check-content {
    width: 100%;
  }
  .ckeck-out-banner {
    width: 100%;
  }
  .check-out-fea {
    flex-direction: column;
    gap: 24px;
  }
  .check-fea {
    width: 100%;
  }
  .check-fea h5 {
    font-weight: 700;
  }
  .check-fea h6 {
    color: #667085;
  }
  .transfrom-img {
    display: none;
  }
  .pro-product-head {
    width: 100%;
  }
  .pro-product-head h6{
    text-align: left;
  }
  .Mission-con h2 {
    text-align: left;
  }
  .Mission-con h6{
    text-align: left;
  }

  .Vision-con h2 {
    text-align: left;
  }
  .Vision-con h6{
    text-align: left;
  }
  .impact-cont h2{
    text-align: left;
  }
  .impact-cont h5{
    text-align: left;
  }
  .stats {
    width: 163.5px;
  }

  .stats p{
    text-align: left;
  }
  .impact-stat {
    width: 100%;
    gap: 16px;
    /* justify-content: center; */
  }


  .impact-banner {
    width: 100%;
    padding: 32px;
  }
}

@media only screen and (min-width: 830px) and (max-width: 1023px) {
  .section-reveloution{
    width: 100%;
    
  }

 
  .Logo-marquee{
    width: 100%;
  }

  .Mission-Vision-section{
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .Mission-Vission-sec{
    width: 100%;
    gap: 30px;
  }
  .Mission-banner{
    width: 100%;
    padding: 0;
  }

  .Impact-section{
    width: 100%;
    flex-direction: column;
  }
  .impact-cont {
    width: 100%;
    
  }
  .impact-banner{
    width: 100%;
  }

  .Global-presence-section{
    width: 100%;
  }
  
  .Innovation-section{
    width: 100%;
  }

  .UserReview-section{
    width: 100%;
  }

  .partenr-section{
    width: 100%;
  }

  .check-out-section{
    width: 100%;
  }

  .PeopleSucess-section{
    width: 100%;
  }

  .procurment-section-product{
    width: 100%;
  }
  
}

@media (max-width: 830px) {
  .UserReview-section{
    max-width: 100%;
  }
  .innov-card {
    width: 340.33px !important;
  }
  .main-banner-about {
    width: 100%;
    text-align: center;
    gap: 24px;
  }
  .Mission-Vision-section {
    flex-direction: column;
    gap: 24px;
  }
  .Mission-Vission-sec {
    width: 100%;
    gap: 32px;
    padding: 32px;
  }
  .Mission-banner {
    width: 100%;
    padding : 32px;
  }

  .Mission-con h2 {
    text-align: left;
  }
  .Mission-con h6{
    text-align: left;
  }

  .Vision-con h2 {
    text-align: left;
  }
  .Vision-con h6{
    text-align: left;
  }
  .Impact-section {
    flex-direction: column;
  }
  .impact-cont {
    width: 100%;
    gap: 24px;
    padding: 32px;

  }
  .impact-cont h2{
    text-align: left;
  }
  .impact-cont h5{
    text-align: left;
  }
  .stats {
    width: 163.5px;
  }

  .stats p{
    text-align: left;
  }
  .impact-stat {
    width: 100%;
    gap: 16px;
    /* justify-content: center; */
  }


  .impact-banner {
    width: 100%;
    padding: 32px;
  }
  .Global-presence-section {
    background-size: contain;
    background-position: center;
    padding: 16px 16px;
    min-height : 34vh;

    height: auto;
  }
  .global-head {
    width: 100%;
  }
  .global-head h2,
  .global-head h6 {
    width: 100%;
    color: #ffff !important;
  }
  .Innovation-section {
    padding: 32px 16px;
    gap: 24px;
  }
  .innov-head {
    text-align: start;
    width: 100%;
    gap: 16px;
  }
  .innov-card {
    width: 343px;
    height: auto;
    align-items: flex-start;
    gap: 8px;
  }
  .innov-head h6 {
    color: #344054;
  }
  .innov-card img {
    width: 100%;
  }
  .innov-card h3 {
    color: #344054;
    text-align: center;
  }
  .innov-card p {
    color: #667085;
    text-align: left;
  }
  .innov-card-cont {
    gap: 48px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .partenr-section {
    flex-direction: column;
    padding: 32px 16px;
    gap: 20px;
  }
  .partner-cont {
    width: 100%;
    gap: 16px;
  }
  .partner-cont h5 {
    color: #626f80;
    font-weight: 500;
  }
  .partner-banner {
    width: 100%;
  }
  .get-start {
    width: 100%;
    font-size: 14px;
  }
  .our-expertise {
    padding: 32px 16px;
  }
  .exp-cards-cont {
    width: 100%;
    gap: 8px;
  }
  .exp-card {
    width: 109px;
    height: 153px;
    gap: 16px !important;
    margin-bottom: 16px;
  }
  .exp-card h4 {
    font-size: 16px !important;
  }
  .exp-img {
    width: 80px;
    height: 80px;
    border: 3.33px solid #249e7f;
  }
  .exp {
    width: 66.67px;
  }
  .check-out-section {
    padding: 32px 16px;
    gap: 24px;
  }
  .check-out-cont {
    flex-direction: column;
    width: 100%;
    gap: 24px;
  }
  .check-content {
    width: 100%;
  }
  .ckeck-out-banner {
    width: 100%;
  }
  .check-out-fea {
    flex-direction: column;
    gap: 24px;
  }
  .check-fea {
    width: 100%;
  }
  .check-fea h5 {
    font-weight: 700;
  }
  .check-fea h6 {
    color: #667085;
  }
  .transfrom-img {
    display: none;
  }
  .pro-product-head {
    width: 100%;
  }

  .pro-product-head h6{
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .stats {
    width: 200px;
  }
  .innov-card {
    width: 48%;
  }

  .innov-card p {
    text-align: left;
  }
  .Innovation-section {
    padding: 64px;
  }
}
@media only screen and (min-width: 1280px) {
  .stats {
    width: 230px !important;
  }
  .stats p{
    text-align-last: left;
  }
  .impact-cont {
    width: 50%;
  }
  .impact-cont h5{
    text-align: left;
  }
  .global-head {
    width: 55%;
  }
  .innov-card {
    width: 32.4%;
    /* height: 445px; */
  }
  .exp-card {
    width: 263px;
  }
  .ckeck-out-banner {
    width: 52%;
  }
  .cards-stories {
    width: 395.33px;
  }
  .succes-section-product {
    gap: 16px;
  }
}
@media only screen and (min-width: 1366px) {
  .ckeck-out-banner {
    width: 56%;
  }
  .innov-card-cont {
    /* justify-content: center;
    align-items: center; */
  }
}
@media only screen and (min-width: 1440px) {
}
@media only screen and (min-width: 1536px) {
}
@media only screen and (min-width: 1600px) {
}
@media only screen and (min-width: 1920px) {
  .check-out-fea {
    justify-content: space-between;
  }
  .exp-cards-cont {
    width: 80%;
  }
  .Innovation-section {
    align-items: flex-start;
    flex-wrap: wrap;
    /* align-content: center; */
  }
  .innov-card-cont {
    /* width: 75%; */
    /* align-items: center; */
    /* align-content: center; */
    /* justify-content: flex-start; */
  }
  .innov-card {
    margin-bottom: 60px;
  }

  .innov-card p{
    text-align: left;
  }
  .stats {
    width: 308px;
  }
}
@media only screen and (min-width: 2560px) {
}

@media only screen and (max-width: 366px){
  .innov-card{
    width: 100% !important;
  }
}