@import url("https://fonts.googleapis.com/css2?family=Michroma&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@300;400;500;600;700&display=swap");
body {
  box-sizing: border-box;
}
body #history-section {
  display: flex;
}
body #history-section .history-text-wrapper {
  width: 100%;
}
body #history-section .history-img {
  width: 100%;
}
body #mis-vis-section {
  display: flex;
  flex-direction: column;
}
body #mis-vis-section .text-title {
  text-align: center;
}
body #mis-vis-section .text-paragraph {
  text-align: center;
}
body #mis-vis-section .mission-text-wrapper {
  background-color: rgba(60, 60, 60, 0.1019607843);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
body #mis-vis-section .vision-text-wrapper {
  background-color: rgba(60, 60, 60, 0.1019607843);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
body #clients-section {
  display: flex;
  flex-direction: column;
}
body #clients-section #clients-title {
  text-align: center;
}
body #clients-section .clients {
  display: flex;
}
body #clients-section .clients .client-img {
  width: 400px;
}
body #clients-section .clients .client-text-wrapper {
  width: 100%;
}
@media all and (min-width: 1367px) {
  body #history-section {
    padding: 100px 100px 100px 100px;
    gap: 40px;
  }
  body #history-section .history-img {
    border-radius: 40px 20px 40px 20px;
  }
  body #mis-vis-section {
    padding: 150px 100px 30px 100px;
    gap: 40px;
  }
  body #mis-vis-section .mission-text-wrapper {
    padding: 50px 80px 50px 80px;
    border-radius: 40px 20px 40px 20px;
  }
  body #mis-vis-section .vision-text-wrapper {
    padding: 50px 80px 50px 80px;
    border-radius: 40px 20px 40px 20px;
  }
  body #clients-section {
    padding: 100px 100px 100px 100px;
    gap: 15px;
  }
  body #clients-section .clients {
    padding: 20px 20px 20px 20px;
    gap: 20px;
    border-radius: 60px 40px 60px 40px;
  }
  body #clients-section .clients .client-img {
    width: 300px;
  }
  body #clients-section .clients .client-text-wrapper .text-title {
    font-size: 28px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 1366px) and (min-width: 1025px) {
  body #history-section {
    padding: 100px 100px 100px 100px;
    gap: 40px;
  }
  body #history-section .history-img {
    border-radius: 40px 20px 40px 20px;
  }
  body #mis-vis-section {
    padding: 150px 100px 30px 100px;
    gap: 40px;
  }
  body #mis-vis-section .mission-text-wrapper {
    padding: 50px 80px 50px 80px;
    border-radius: 40px 20px 40px 20px;
  }
  body #mis-vis-section .vision-text-wrapper {
    padding: 50px 80px 50px 80px;
    border-radius: 40px 20px 40px 20px;
  }
  body #clients-section {
    padding: 100px 100px 100px 100px;
    gap: 15px;
  }
  body #clients-section .clients {
    padding: 20px 20px 20px 20px;
    gap: 20px;
    border-radius: 60px 40px 60px 40px;
  }
  body #clients-section .clients .client-img {
    width: 220px;
    height: 180px;
  }
  body #clients-section .clients .client-text-wrapper .text-title {
    font-size: 28px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 1024px) and (min-width: 769px) {
  body #history-section {
    padding: 100px 60px 100px 60px;
    gap: 40px;
  }
  body #history-section .history-img {
    border-radius: 40px 20px 40px 20px;
  }
  body #mis-vis-section {
    padding: 150px 60px 30px 60px;
    gap: 40px;
  }
  body #mis-vis-section .mission-text-wrapper {
    padding: 50px 80px 50px 80px;
    border-radius: 40px 20px 40px 20px;
  }
  body #mis-vis-section .vision-text-wrapper {
    padding: 50px 80px 50px 80px;
    border-radius: 40px 20px 40px 20px;
  }
  body #clients-section {
    padding: 100px 60px 100px 60px;
    gap: 15px;
  }
  body #clients-section .clients {
    padding: 20px 20px 20px 20px;
    gap: 20px;
    border-radius: 60px 40px 60px 40px;
    flex-direction: column;
  }
  body #clients-section .clients .client-img {
    width: 100%;
  }
  body #clients-section .clients .client-text-wrapper .text-title {
    font-size: 20px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 768px) and (min-width: 471px) {
  body #history-section {
    padding: 100px 60px 100px 60px;
    gap: 40px;
  }
  body #history-section .history-img {
    border-radius: 40px 20px 40px 20px;
  }
  body #mis-vis-section {
    padding: 150px 60px 30px 60px;
    gap: 40px;
  }
  body #mis-vis-section .text-title {
    margin: 0px;
  }
  body #mis-vis-section .mission-text-wrapper {
    padding: 20px 40px 20px 40px;
    border-radius: 40px 20px 40px 20px;
  }
  body #mis-vis-section .vision-text-wrapper {
    padding: 20px 40px 20px 40px;
    border-radius: 40px 20px 40px 20px;
  }
  body #clients-section {
    padding: 80px 60px 80px 60px;
    gap: 15px;
  }
  body #clients-section .clients {
    padding: 20px 20px 20px 20px;
    gap: 20px;
    border-radius: 60px 40px 60px 40px;
    flex-direction: column;
  }
  body #clients-section .clients .client-img {
    width: 100%;
  }
  body #clients-section .clients .client-text-wrapper .text-title {
    font-size: 20px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 470px) and (min-width: 321px) {
  body #history-section {
    padding: 100px 10px 100px 10px;
    gap: 40px;
  }
  body #history-section .history-img {
    border-radius: 40px 20px 40px 20px;
  }
  body #mis-vis-section {
    padding: 150px 20px 30px 20px;
    gap: 40px;
  }
  body #mis-vis-section .text-title {
    margin: 0px;
  }
  body #mis-vis-section .text-paragraph {
    text-indent: 0px;
  }
  body #mis-vis-section .mission-text-wrapper {
    padding: 20px 30px 20px 30px;
    border-radius: 40px 20px 40px 20px;
  }
  body #mis-vis-section .vision-text-wrapper {
    padding: 20px 30px 20px 30px;
    border-radius: 40px 20px 40px 20px;
  }
  body #clients-section {
    padding: 30px 10px 30px 10px;
    gap: 15px;
  }
  body #clients-section #clients-title {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  body #clients-section .clients {
    padding: 20px 20px 20px 20px;
    gap: 20px;
    border-radius: 60px 40px 60px 40px;
    flex-direction: column;
  }
  body #clients-section .clients .client-img {
    width: 100%;
  }
  body #clients-section .clients .client-text-wrapper .text-title {
    font-size: 20px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 320px) {
  body #history-section {
    padding: 100px 10px 100px 10px;
    gap: 40px;
  }
  body #history-section .history-img {
    border-radius: 40px 20px 40px 20px;
  }
  body #mis-vis-section {
    padding: 150px 20px 30px 20px;
    gap: 40px;
  }
  body #mis-vis-section .text-title {
    margin: 0px;
  }
  body #mis-vis-section .text-paragraph {
    text-indent: 0px;
  }
  body #mis-vis-section .mission-text-wrapper {
    padding: 20px 30px 20px 30px;
    border-radius: 40px 20px 40px 20px;
  }
  body #mis-vis-section .vision-text-wrapper {
    padding: 20px 30px 20px 30px;
    border-radius: 40px 20px 40px 20px;
  }
  body #clients-section {
    padding: 30px 10px 30px 10px;
    gap: 15px;
  }
  body #clients-section #clients-title {
    margin: 0px;
  }
  body #clients-section .clients {
    padding: 20px 20px 20px 20px;
    gap: 20px;
    border-radius: 60px 40px 60px 40px;
    flex-direction: column;
  }
  body #clients-section .clients .client-img {
    width: 100%;
  }
  body #clients-section .clients .client-text-wrapper .text-title {
    font-size: 20px;
    margin: 0px 0px 10px 0px;
  }
}/*# sourceMappingURL=about-us.css.map */