*
{
  margin: 0;
}
.header
{

  height: 80px;
  display: flex;
  justify-content: space-around;
  align-items: center;

}
.p1
{
  display: flex;
  gap: 30px;
}
.p1_2
{
  width: 20px;
  margin-left: 50px;
}
.section1
{
  height: 700px;
 
}
.section1_1
{
   display: flex;
  width: 100%;
  align-items: center;
  margin: auto;
  justify-content: space-around;
}
.p2
{
  background-color: rgb(0, 0, 102);
  color: white;
  width: 60px;
  padding: 5px;
  text-align: center;
  border-radius: 15px;
}
.p2_2
{
  background-color: rgb(189, 255, 255);
  width: 420px;
  display: flex;
  gap: 10px;
  border-radius: 20px;
  align-items: center;
  text-align: center;
  margin-top: 50px;


}
.p3
{
  font-size: 35px;
  width: 550px;
  color: #094B72;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin-top: 20px;
}

.section2
{
  height: 800px;
  background-color: #F2F7FF;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.p4
{
  width: 400px;
  font-size: 25px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.p5
{
  background-color: white;
  width: 250px;
  height: 250px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-left: 20px;
  padding-top: 20px;
  padding-left: 20px;
}
.p5_2
{
  display: flex;
  width: 50%;
  gap: 20px;

  flex-wrap: wrap;

}
.section3
{
  background-image: url(./BG.png);
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat:no-repeat;
}
.p6
{
  font-size: 30px;
  color: white;
  width: 70%;
  margin: auto;
  text-align: center;
  padding-top:30px;
}
.p7
{
  color: white;
  border-right: solid 1px grey;
  width: 100px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  text-align: center;

}
.p7_2
{
  display: flex;
  width: 500px;
  gap: 40px;
  margin: auto;
  margin-top: 60px;
}
.section4
{
  height: 600px;
}
.p10
{

  width: 300px;
  text-align: center;
  margin: auto;
  margin-top: 100px;
}
.section5
{
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 500px;
}