body {
  margin: 0;
  padding: 0;
  color: #09254c;
  overflow-x: hidden;
}

.header {
  background-color: #134b99;
  position: relative;
  color: #ffffff;
  margin-bottom: 48px;
}

.header .dots1 {
  position: absolute;
  bottom: 45rem;
  transform: rotate(60deg);
  left: 1rem;
}

.header .dots2 {
  z-index: 5;
  position: absolute;
  bottom: 25rem;
  right: -4.7rem;
  transform: rotate(-25deg);
}

.hero-section {
  position: relative;
  max-width: 1728px;
  margin: 0 auto;
  padding: 10rem 4rem;
}

h1 {
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  color: #134b99;
}

.header-imgs {
  display: flex;
  justify-content: center;
}

.hero-imagediv {
  border-radius: 15px;
  background: white;
  z-index: 1;
}

.hero-img {
  border-radius: 15px;
  width: 800px;
  height: auto;
  z-index: -1;
  opacity: 0.4;
}

.rect1 {
  margin-right: 20px;
}

.rect2 {
  margin-left: 20px;
}

.header-text {
  position: relative;
  bottom: 20rem;
}

.intro-section {
  display: flex;
  justify-content: center;
}

.intro {
  position: relative;
  bottom: 400px;
  box-shadow: 0px 7px 3px 0 #c4c4c4;
  border: 1px solid #f5f5f5;
  border-radius: 15px;
  background-color: #f5f5f5;
  width: 1250px;
  height: 491px;
  padding: 20px;
  z-index: 1;
}

.intro-text {
  text-align: center;
  width: 1142px;
  /* margin: 10px 87px 50px 87px; */
  font-size: 24px;
  line-height: 64px;
  padding: 0px 50px;
  line-height: 2.5;
  font-weight: 600;
}

.intro .dots-bottom {
  transform: rotate(270deg);
  position: relative;
  right: -71rem;
  top: 4rem;
}

.big-circle {
  position: absolute;
  top: 75rem;
  left: 25rem;
  width: 600px;
  z-index: -1;
}

.circ3,
.circ4 {
  position: absolute;
  width: 100px;
  z-index: -1;
}

.circ1,
.circ2 {
  position: absolute;
  width: 150px;
  z-index: -1;
}

.circ1 {
  top: 88rem;
  left: 13rem;
}

.circ2 {
  top: 95rem;
  left: 63rem;
}

.circ3 {
  top: 75rem;
  left: 60rem;
}

.circ4 {
  top: 110rem;
  left: 10rem;
}

.statements-img {
  display: flex;
}

.mission-img,
.vision-img,
.values-img {
  position: absolute;
  width: 240px;
}

.vision-img {
  left: 36rem;
  top: 80rem;
}

.mission-img {
  top: 90rem;
  left: 30rem;
  z-index: 1;
}

.values-img {
  top: 90rem;
  left: 43rem;
  z-index: -1;
}

span {
  text-transform: uppercase;
  color: #134b99;
  font-weight: 700;
}

.statements p {
  width: 450px;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  padding: 1rem;
}

.mission-text,
.vision-text,
.values-text {
  width: 300px;
  position: absolute;
}

.mission-text {
  top: 91rem;
  left: 3rem;
}

.vision-text {
  left: 53rem;
  top: 82rem;
}

.values-text {
  top: 106rem;
  left: 35rem;
}

.angle {
  position: absolute;
}

.b-angle1 {
  left: 22.3rem;
  top: 7.5rem;
}

.b-angle2 {
  left: 23.5rem;
  top: 5.5rem;
}

.b-angle3 {
  left: 23.5rem;
  top: 6rem;
}

.team-section {
  margin: 400px 0 150px 0;
}

.team-section h1 {
  font-size: 48px;
  margin-bottom: 50px;
}

.stroke1 {
  position: absolute;
  top: 141.8rem;
  left: 22.2rem;
  width: 158px;
}

.stroke2 {
  position: absolute;
  top: 141rem;
  right: 22.5rem;
  width: 156px;
}

.team-sect {
  margin: 0 20px;
}

.team-card {
  width: 215px;
  height: auto;
  margin: 45px 22px;
  padding: 10px 20px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 5px 7px 10px 0 #c4c4c4, 5px 7px 10px 0 #f8f8f8;
}

.team-body {
  display: flex;
}

.team-imgs {
  display: flex;
  justify-content: center;
}

.team-pic {
  width: 170px;
  margin: 20px 20px;
  padding: 10px;
}

.teamlead-card {
  width: 250px;
  height: auto;
  margin: 60px 20px;
  padding: 10px 20px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 5px 7px 10px 0 #c4c4c4, 5px 7px 10px 0 #f8f8f8;
}

.team-lead1 .body-text1 {
  font-size: 17px;
}

.team-lead1 .body-text2 {
  font-size: 14px;
}

.team-lead1 .twitter {
  width: 22px;
  margin: 15px 5px 5px 5px;
}

.team-lead1 .email {
  width: 22px;
  margin: 15px 5px 5px 5px;
}

.team-lead2 .body-text1 {
  font-size: 17px;
}

.team-lead2 .body-text2 {
  font-size: 14px;
}

.team-lead2 .twitter {
  width: 22px;
  margin: 15px 5px 5px 5px;
}

.team-lead2 .email {
  width: 22px;
  margin: 15px 5px 5px 5px;
}

.team-text {
  font-size: 10px;
  padding: 0;
  margin: auto;
}

.body-text1 {
  font-size: 14px;
  font-weight: 700;
  padding: 0;
}

.body-text2 {
  font-size: 12px;
  font-weight: 500;
  word-spacing: 0.2px;
  padding: 0;
}

.icons {
  display: flex;
}

.twitter,
.email {
  width: 12px;
  margin: 45px 5px 0 5px;
}

.top-l-dot,
.bottom-l-dot,
.bottom-r-dot {
  position: absolute;
}

.topld-1 {
  left: 17rem;
  top: 131rem;
  z-index: -1;
}

.topld-2 {
  left: 0.5rem;
  top: 161rem;
  z-index: -1;
}

.topld-3 {
  left: 33rem;
  top: 161rem;
  z-index: 1;
}

.topld-4 {
  top: 161rem;
  left: 66rem;
  z-index: -1;
}

.bottomrd-1 {
  left: 62.2rem;
  top: 154.5rem;
  z-index: -1;
}

.bottomld-1 {
  left: 16.5rem;
  top: 181rem;
  z-index: -1;
}

.bottomld-2 {
  top: 181rem;
  left: 49.5rem;
  z-index: -1;
}

.bottomld-3 {
  top: 207rem;
  left: 16.5rem;
  z-index: -1;
}

.bottomrd-2 {
  top: 207rem;
  left: 62.5rem;
}

@media only screen and (max-width: 1360px) {
  .stroke1,
  .stroke2 {
    display: none;
  }

  .top-l-dot,
  .bottom-l-dot,
  .bottom-r-dot {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  body {
    width: 100%;
    margin: auto;
  }

  .hero-img {
    border-radius: 15px;
    width: 100%;
    height: auto;
    z-index: -1;
    opacity: 0+0.4;
  }

  .header {
    background-color: #134b99;
    position: relative;
    color: #ffffff;
    margin-bottom: 2px;
  }

  .header-text {
    position: relative;
    bottom: 15rem;
  }

  .intro {
    position: relative;
    bottom: 400px;
    box-shadow: 0px 7px 3px 0 #c4c4c4;
    border: 1px solid #f5f5f5;
    border-radius: 15px;
    background-color: #f5f5f5;
    width: 95%;
    height: 300px;
    padding: 10px;
    z-index: 1;
  }

  .intro-text {
    text-align: center;
    width: 100%;
    font-size: 18px;
    line-height: 50px;
    padding: 0px 50px;
    line-height: 1.5;
    font-weight: 600;
  }

  .big-circle {
    position: absolute;
    top: 210%;
    left: 25%;
    width: 50%;
    z-index: -1;
  }

  .circ3,
  .circ4 {
    position: absolute;
    width: 15%;
    z-index: -1;
  }

  .circ1,
  .circ2 {
    position: absolute;
    width: 12%;
    z-index: -1;
  }

  .circ1 {
    top: 207%;
    left: 75%;
  }

  .circ2 {
    top: 270%;
    left: 5%;
  }

  .circ3 {
    top: 230%;
    left: 5%;
  }

  .circ4 {
    top: 250%;
    left: 78%;
  }

  .mission-img,
  .vision-img,
  .values-img {
    position: relative;
    width: 90%;
  }

  .vision-img {
    left: 7rem;
    top: -15rem;
  }

  .mission-img {
    top: -6rem;
    left: 18rem;
    z-index: 1;
  }

  .values-img {
    top: -6rem;
    left: -3rem;
    z-index: -1;
  }

  .team-section {
    margin: 480px 0 150px 0;
  }

  .mission-text,
  .vision-text,
  .values-text {
    width: 100%;
    left: 1.5rem;
  }

  .vision-text {
    top: 95rem;
  }

  .mission-text {
    top: 95rem;
    left: 32rem;
  }

  .values-text {
    top: 108rem;
    left: 18rem;
  }

  .stroke1,
  .stroke2 {
    display: none;
  }

  .top-l-dot,
  .bottom-l-dot,
  .bottom-r-dot {
    display: none;
  }
}

@media only screen and (max-width: 975px) {
  .big-circle {
    display: none;
  }

  .circ3,
  .circ4 {
    display: none;
  }

  .circ1,
  .circ2 {
    display: none;
  }

  .vision-img {
    left: 7rem;
    top: -15em;
  }

  .mission-img {
    top: -6rem;
    left: 18rem;
    z-index: 1;
  }

  .values-img {
    top: -6rem;
    left: -3rem;
    z-index: -1;
  }

  .statements p {
    font-size: 15px;
  }

  .mission-text,
  .vision-text,
  .values-text {
    width: 100%;
    left: 1.5rem;
  }

  .vision-text {
    top: 95rem;
  }

  .mission-text {
    top: 95rem;
    left: 32rem;
  }

  .values-text {
    top: 108rem;
    left: 18rem;
  }

  .stroke1,
  .stroke2 {
    display: none;
  }

  .top-l-dot,
  .bottom-l-dot,
  .bottom-r-dot {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  .mission-img,
  .vision-img,
  .values-img {
    position: relative;
    width: 80%;
  }

  .vision-img {
    left: 6.5rem;
    top: -13rem;
  }

  .mission-img {
    top: -5rem;
    left: 18rem;
    z-index: 1;
  }

  .values-img {
    top: -5rem;
    left: -4rem;
    z-index: -1;
  }

  .mission-text,
  .vision-text,
  .values-text {
    width: 100%;
    left: 1.5rem;
  }

  .vision-text {
    top: 95rem;
  }

  .mission-text {
    top: 95rem;
    left: 32rem;
  }

  .values-text {
    top: 108rem;
    left: 18rem;
  }

  .stroke1,
  .stroke2 {
    display: none;
  }

  .top-l-dot,
  .bottom-l-dot,
  .bottom-r-dot {
    display: none;
  }
}

@media only screen and (max-width: 959px) {
  body {
    width: 100%;
    margin: auto;
  }

  .header {
    background-color: #134b99;
    position: relative;
    color: #ffffff;
  }

  .header-text {
    position: relative;
    bottom: 10rem;
  }

  .hero-img {
    border-radius: 15px;
    width: 450px;
    height: auto;
    z-index: -1;
    opacity: 0.4;
  }

  .intro {
    position: relative;
    bottom: 250px;
    box-shadow: 0px 7px 3px 0 #c4c4c4;
    border: 1px solid #f5f5f5;
    border-radius: 15px;
    background-color: #f5f5f5;
    width: 100%;
    height: 300px;
    padding: 10px;
    z-index: 1;
  }

  .intro-text {
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    padding: 0px 50px;
    line-height: 1.5;
    font-weight: 600;
  }

  .mission-img,
  .vision-img,
  .values-img {
    display: none;
  }

  .statements p {
    font-size: 16px;
  }

  .mission-text,
  .vision-text,
  .values-text {
    width: 100%;
    left: 15rem;
  }

  .vision-text {
    top: 58rem;
  }

  .mission-text {
    top: 68rem;
  }

  .values-text {
    top: 81rem;
  }

  .b-angle1 {
    left: 22.5rem;
    top: 7.5rem;
  }

  .b-angle2 {
    left: 22.5rem;
    top: 5.5rem;
  }

  .b-angle3 {
    left: 22.5rem;
    top: 7rem;
  }

  .team-section {
    margin: 460px 0 150px 0;
  }

  .teamlead-card {
    width: 200px;
    height: auto;
    margin: 60px 10px;
    padding: 10px 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 5px 7px 10px 0 #c4c4c4, 5px 7px 10px 0 #f8f8f8;
  }

  .team-card {
    width: 200px;
    height: auto;
    margin: 60px 10px;
    padding: 10px 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 5px 7px 10px 0 #c4c4c4, 5px 7px 10px 0 #f8f8f8;
  }

  .team-pic {
    width: 120px;
    margin: 20px 20px;
    padding: 10px;
  }

  .stroke1,
  .stroke2 {
    display: none;
  }

  .top-l-dot,
  .bottom-l-dot,
  .bottom-r-dot {
    display: none;
  }
}

@media only screen and (max-width: 748px) {
  body {
    width: 100%;
    margin: auto;
  }

  .header {
    background-color: #134b99;
    position: relative;
    color: #ffffff;
  }

  .header-text {
    position: relative;
    bottom: 10rem;
  }

  .hero-img {
    border-radius: 15px;
    width: 450px;
    height: auto;
    z-index: -1;
    opacity: 0.4;
  }

  .intro {
    position: relative;
    bottom: 250px;
    box-shadow: 0px 7px 3px 0 #c4c4c4;
    border: 1px solid #f5f5f5;
    border-radius: 15px;
    background-color: #f5f5f5;
    width: 100%;
    height: 300px;
    padding: 10px;
    z-index: 1;
  }

  .intro-text {
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    padding: 0px 50px;
    line-height: 1.5;
    font-weight: 600;
  }

  .mission-img,
  .vision-img,
  .values-img {
    display: none;
  }

  .statements p {
    font-size: 16px;
  }

  .mission-text,
  .vision-text,
  .values-text {
    width: 100%;
    left: 1.5rem;
  }

  .vision-text {
    top: 58rem;
  }

  .mission-text {
    top: 68rem;
  }

  .values-text {
    top: 81rem;
  }

  .b-angle1 {
    left: 22.5rem;
    top: 7.5rem;
  }

  .b-angle2 {
    left: 22.5rem;
    top: 5.5rem;
  }

  .b-angle3 {
    left: 22.5rem;
    top: 7rem;
  }

  .team-section {
    margin: 460px 0 150px 0;
  }

  .teamlead-card {
    width: 200px;
    height: auto;
    margin: 60px 10px;
    padding: 10px 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 5px 7px 10px 0 #c4c4c4, 5px 7px 10px 0 #f8f8f8;
  }

  .team-card {
    width: 200px;
    height: auto;
    margin: 60px 10px;
    padding: 10px 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 5px 7px 10px 0 #c4c4c4, 5px 7px 10px 0 #f8f8f8;
  }

  .team-pic {
    width: 120px;
    margin: 20px 20px;
    padding: 10px;
  }

  .stroke1,
  .stroke2 {
    display: none;
  }

  .top-l-dot,
  .bottom-l-dot,
  .bottom-r-dot {
    display: none;
  }
}
