@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}

body .index_main_container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
body .index_main_container .level0_container {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
body .index_main_container .level0_container h1 {
  text-align: center;
  font-size: 80px;
  padding: 20px;
  color: #10497E;
  text-transform: uppercase;
}
body .index_main_container .level0_container h2 {
  padding: 20px;
  font-size: 30px;
  color: #A41E22;
}
body .index_main_container .level0_container .inside_level0 {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 30px;
  margin-top: 50px;
}
body .index_main_container .level0_container .inside_level0 .welcome_message {
  width: 50%;
  text-align: justify;
}
body .index_main_container .level0_container .inside_level0 .welcome_message span {
  font-size: x-large;
  color: rgba(14, 13, 13, 0.9803921569);
}
body .index_main_container .level0_container .inside_level0 .gate_image img {
  width: 550px;
  height: 400px;
  border-radius: 10px;
  position: relative;
  top: -20px;
  left: -5px;
}
body .index_main_container .level0_container1 {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}
body .index_main_container .level0_container1 .us_us h1 {
  font-size: 80px;
  text-align: center;
  color: #10497E;
  padding: 20px;
  text-transform: uppercase;
}
body .index_main_container .level0_container1 .why_edmund {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
body .index_main_container .level0_container1 .why_edmund .Why_us1 {
  background: url(../images/bg8.jpg) no-repeat;
  width: 60%;
}
body .index_main_container .level0_container1 .why_edmund .Why_us2 {
  background: url(../images/s3.JPG) no-repeat;
  width: 30%;
}
body .index_main_container .level0_container1 .why_edmund .Why_us3 {
  background: url(../images/ed_rice1.JPG) no-repeat;
  width: 45%;
}
body .index_main_container .level0_container1 .why_edmund .Why_us4 {
  background: url(../images/ed_1.jpg) no-repeat;
  width: 45%;
}
body .index_main_container .level0_container1 .why_edmund .Why_us1, body .index_main_container .level0_container1 .why_edmund .Why_us2, body .index_main_container .level0_container1 .why_edmund .Why_us3, body .index_main_container .level0_container1 .why_edmund .Why_us4 {
  display: flex;
  border: 1 px solid black;
  height: 350px;
  color: #f0f8ff;
  border-radius: 20px;
  background-size: cover;
  margin-top: 20px;
  cursor: pointer;
}
body .index_main_container .level0_container1 .why_edmund .Why_us1 .overlay, body .index_main_container .level0_container1 .why_edmund .Why_us2 .overlay, body .index_main_container .level0_container1 .why_edmund .Why_us3 .overlay, body .index_main_container .level0_container1 .why_edmund .Why_us4 .overlay {
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 139, 186, 0.8156862745);
}
body .index_main_container .level0_container1 .why_edmund .Why_us1 .overlay .text h2, body .index_main_container .level0_container1 .why_edmund .Why_us2 .overlay .text h2, body .index_main_container .level0_container1 .why_edmund .Why_us3 .overlay .text h2, body .index_main_container .level0_container1 .why_edmund .Why_us4 .overlay .text h2 {
  color: #f0f8ff;
  padding: 20px;
  text-transform: uppercase;
}
body .index_main_container .level0_container1 .why_edmund .Why_us1 .overlay:hover, body .index_main_container .level0_container1 .why_edmund .Why_us2 .overlay:hover, body .index_main_container .level0_container1 .why_edmund .Why_us3 .overlay:hover, body .index_main_container .level0_container1 .why_edmund .Why_us4 .overlay:hover {
  opacity: 1;
  border-radius: 20px;
}
body .index_main_container .level0_container2 {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
body .index_main_container .level0_container2 .__events h1 {
  font-size: 80px;
  text-align: center;
  color: #10497E;
}
body .index_main_container .level0_container2 .__events h2 {
  font-size: 50px;
  padding: 10px;
  color: #A41E22;
}
body .index_main_container .level0_container2 .__updates {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
  position: relative;
}
body .index_main_container .level0_container2 .__updates .__news {
  width: 30%;
  background: black;
  margin-top: 20px;
  z-index: -1;
  height: 380px;
}
body .index_main_container .level0_container2 .__updates .__news img {
  width: 100%;
  height: 100%;
}
body .index_main_container .level0_container2 .__updates .__news .__event_detals {
  background: #10497E;
  border-radius: 0 10px 0 0;
  width: 60%;
  position: relative;
  top: -100.8%;
  right: -37.5%;
  margin-left: 10px;
}
body .index_main_container .level0_container2 .__updates .__news .__event_detals .__head_date {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
}
body .index_main_container .level0_container2 .__updates .__news .__event_detals .__head_date .__head {
  width: 30%;
  border-right: 3px solid rgba(255, 255, 255, 0.8235294118);
  padding: 10px;
}
body .index_main_container .level0_container2 .__updates .__news .__event_detals .__head_date .__head h1 {
  color: rgba(164, 30, 34, 0.4745098039);
}
body .index_main_container .level0_container2 .__updates .__news .__event_detals .__head_date .__head h2 {
  color: rgba(255, 255, 255, 0.7333333333);
  padding: 2px;
}
body .index_main_container .level0_container2 .__updates .__news .__event_detals .__head_date .date_location {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
body .index_main_container .level0_container2 .__updates .__news .__event_detals .__head_date .date_location i {
  color: whitesmoke;
  font-size: x-small;
}
body .index_main_container .level0_container2 .__updates .__news .__event_detals .__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
}
body .index_main_container .level0_container2 .__updates .__news .__event_detals .__content span {
  text-align: justify;
  color: whitesmoke;
  padding: 10px;
  word-spacing: 1.5px;
}
body .index_main_container .level0_container2 .__updates .__news .__event_detals .__content a {
  background: #10497E;
  color: white;
  padding: 10px;
  width: 70%;
  margin: auto;
  text-align: center;
  text-decoration: none;
}
body .index_main_container .level0_container3 .__community {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
body .index_main_container .level0_container3 .__community h1 {
  font-size: 80px;
  color: #10497E;
  text-align: center;
}
body .index_main_container .level0_container3 .__community h2 {
  text-align: center;
  font-size: 50px;
  color: #A41E22;
}
body .index_main_container .level0_container3 .communities_parents {
  display: flex;
  justify-content: space-evenly;
  padding: 20px;
  width: 100%;
}
body .index_main_container .level0_container3 .communities_parents .community1 {
  background: whitesmoke;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  width: 30%;
  padding: 20px;
  border-radius: 20px;
}
body .index_main_container .level0_container3 .communities_parents .community1 .parent_image {
  display: flex;
}
body .index_main_container .level0_container3 .communities_parents .community1 .parent_image img {
  width: 200px;
  height: 200px;
  border-radius: 0 10px 10px 10px;
  margin: auto;
  opacity: 0.7;
  border-radius: 50%;
}
body .index_main_container .level0_container3 .communities_parents .community1 .parent_image img:hover {
  opacity: 1;
  transition: all 0.8s;
}
body .index_main_container .level0_container3 .communities_parents .community1 .parent_info_text {
  text-align: justify;
}
body .index_main_container .level0_container3 .communities_parents .community1 .parent_info_text h3 {
  color: #10497E;
  text-align: center;
  padding: 10px;
  font-size: 25px;
}
body .index_main_container .level0_container3 .communities_parents .community1 .parent_info_text h4 {
  color: #A41E22;
  text-align: center;
  padding: 10px;
  font-size: 20px;
}
body .index_main_container .level0_container3 .communities_parents .community1 .parent_info_text span {
  font-size: 20px;
}
body .index_main_container .level0_container3 .communities_parents .community1 .circle {
  display: flex;
  flex: 3;
}
body .index_main_container .level0_container3 .communities_parents .community1 .circle i {
  color: #10497E;
  font-size: 16px;
  margin: auto;
  padding: 10px;
  opacity: 0.4;
}
body .index_main_container .level0_container4 {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
body .index_main_container .level0_container4 .welcome_to_school {
  display: flex;
  justify-content: space-between;
  width: 93%;
  padding: 30px;
  margin: auto;
  background: #f3f3f3;
  border-radius: 10px;
  height: auto;
}
body .index_main_container .level0_container4 .welcome_to_school .left_level {
  padding: 40px;
}
body .index_main_container .level0_container4 .welcome_to_school .left_level h2 {
  padding: 10px;
  color: #A41E22;
  font-size: 50px;
}
body .index_main_container .level0_container4 .welcome_to_school .left_level p {
  text-align: justify;
  padding: 10px;
  word-spacing: 0.5em;
  font-size: large;
}
body .index_main_container .level0_container4 .welcome_to_school .right_level {
  padding: 10px;
  display: flex;
  align-items: center;
  width: 20%;
}
body .index_main_container .level0_container4 .welcome_to_school .right_level a {
  background: #10497E;
  color: #fff;
  padding: 10px;
  text-decoration: none;
}

@media (max-width: 1024px) {
  body .index_main_container .level0_container h1 {
    font-size: xx-large;
    text-transform: uppercase;
  }
  body .index_main_container .level0_container h2 {
    font-size: x-large;
    width: 100%;
    text-align: center;
  }
  body .index_main_container .level0_container .inside_level0 {
    flex-direction: column;
    justify-content: space-evenly;
  }
  body .index_main_container .level0_container .inside_level0 .welcome_message {
    width: 100%;
    text-align: justify;
  }
  body .index_main_container .level0_container .inside_level0 .welcome_message span {
    font-size: x-large;
    text-align: center;
    padding: 3px;
    width: 100%;
  }
  body .index_main_container .level0_container .inside_level0 .gate_image {
    margin-top: 50px;
    z-index: -9;
  }
  body .index_main_container .level0_container .inside_level0 .gate_image img {
    width: 100%;
    height: 400px;
    position: unset;
    margin: auto;
  }
  body .index_main_container .level0_container1 .us_us h1 {
    font-size: 50px;
  }
  body .index_main_container .level0_container1 .why_edmund {
    flex-direction: column;
  }
  body .index_main_container .level0_container1 .why_edmund .Why_us1, body .index_main_container .level0_container1 .why_edmund .Why_us2, body .index_main_container .level0_container1 .why_edmund .Why_us3, body .index_main_container .level0_container1 .why_edmund .Why_us4 {
    width: 90%;
    margin: auto;
    margin-top: 20px;
  }
  body .index_main_container .level0_container1 .why_edmund .Why_us1 .overlay .text h2, body .index_main_container .level0_container1 .why_edmund .Why_us2 .overlay .text h2, body .index_main_container .level0_container1 .why_edmund .Why_us3 .overlay .text h2, body .index_main_container .level0_container1 .why_edmund .Why_us4 .overlay .text h2 {
    color: #A41E22;
  }
  body .index_main_container .level0_container1 .why_edmund .Why_us1 .overlay:hover, body .index_main_container .level0_container1 .why_edmund .Why_us2 .overlay:hover, body .index_main_container .level0_container1 .why_edmund .Why_us3 .overlay:hover, body .index_main_container .level0_container1 .why_edmund .Why_us4 .overlay:hover {
    opacity: 1;
    border-radius: 20px;
  }
  body .index_main_container .level0_container2 .__events h1 {
    font-size: 50px;
  }
  body .index_main_container .level0_container2 .__events h2 {
    font-size: 30px;
  }
  body .index_main_container .level0_container2 .__updates {
    flex-direction: column;
  }
  body .index_main_container .level0_container2 .__updates .__news {
    width: 90%;
    margin: auto;
    margin-top: 20px;
  }
  body .index_main_container .level0_container3 .__community h1 {
    font-size: 40px;
  }
  body .index_main_container .level0_container3 .__community h2 {
    font-size: 40px;
  }
  body .index_main_container .level0_container3 .communities_parents {
    flex-direction: column;
  }
  body .index_main_container .level0_container3 .communities_parents .community1 {
    width: 100%;
    margin-top: 20px;
  }
  body .index_main_container .level0_container3 .communities_parents .community1 .parent_image img {
    width: 100px;
    height: 100px;
  }
  body .index_main_container .level0_container3 .communities_parents .community1 .circle i {
    text-align: center;
    display: none;
  }
  body .index_main_container .level0_container4 {
    flex-direction: column;
  }
  body .index_main_container .level0_container4 .welcome_to_school {
    all: unset;
    flex-direction: column;
    width: 90%;
    background: #f3f3f3;
    border-radius: 10px;
  }
  body .index_main_container .level0_container4 .welcome_to_school .left_level {
    padding: 10px;
    margin: auto;
  }
  body .index_main_container .level0_container4 .welcome_to_school .left_level h2 {
    padding: 10px;
    font-size: xx-large;
  }
  body .index_main_container .level0_container4 .welcome_to_school .left_level p {
    text-align: justify;
    font-size: 20px;
    width: 100%;
  }
  body .index_main_container .level0_container4 .welcome_to_school .right_level {
    margin: auto;
    width: 100%;
  }
  body .index_main_container .level0_container4 .welcome_to_school .right_level a {
    padding: 10px;
    width: inherit;
    font-weight: 600;
    border-radius: 3px;
    font-size: medium;
  }
  body .index_main_container .level0_container4 .welcome_to_school .right_level a:hover {
    color: #A41E22;
  }
}/*# sourceMappingURL=main_pages.css.map */