@import url("https://fonts.googleapis.com/css2?family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Reddit Sans", sans-serif;
  font-optical-sizing: auto;
}

.about_us_container {
  background: #EAEAEA;
}
.about_us_container .about_container {
  width: 100%;
}
.about_us_container .about_container h1 {
  color: orangered;
  text-align: center;
  font-size: 70px;
  padding: 10px;
}
.about_us_container .about_container .about_content {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  width: 100%;
  margin: auto;
}
.about_us_container .about_container .about_content .ab_content1 {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 50%;
}
.about_us_container .about_container .about_content .ab_content1 ._head {
  padding: 0;
}
.about_us_container .about_container .about_content .ab_content1 ._head h2 {
  font-size: 60px;
  color: rgba(40, 40, 40, 0.8352941176);
}
.about_us_container .about_container .about_content .ab_content1 .__text span {
  font-size: x-large;
  color: #4d4c4c;
}
.about_us_container .about_container .about_content .ab_content1 .more_about_us {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
}
.about_us_container .about_container .about_content .ab_content1 .more_about_us .btn {
  display: flex;
  align-items: center;
  background: orangered;
  width: 40%;
  padding: 10px;
  height: 60px;
}
.about_us_container .about_container .about_content .ab_content1 .more_about_us .btn a {
  color: whitesmoke;
  font-family: bold;
  padding: 10px;
  text-decoration: none;
}
.about_us_container .about_container .about_content .ab_content1 .more_about_us .founder h4 {
  color: #282828;
}
.about_us_container .about_container .about_content .ab_content1 .more_about_us .founder span {
  color: #1d1d1d;
}
.about_us_container .about_container .about_content .ab_content2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.about_us_container .about_container .about_content .ab_content2 img {
  border-radius: 10px;
  height: 50%;
  border-radius: 50%;
}
.about_us_container .mission_vission_container {
  display: flex;
  padding: 30px 30px 70px 30px;
  background: #EAEAEA;
}
.about_us_container .mission_vission_container .all_mission {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 50%;
}
.about_us_container .mission_vission_container .all_mission .mission_container {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  width: 48%;
  height: 40%;
  border-radius: 10px;
}
.about_us_container .mission_vission_container .all_mission .mission_container .mission_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  align-items: justify;
}
.about_us_container .mission_vission_container .all_mission .mission_container .mission_content i {
  font-size: 40px;
  color: orangered;
}
.about_us_container .mission_vission_container .all_mission .mission_container .mission_content div h2 {
  padding: 10px;
  text-align: center;
}
.about_us_container .mission_vission_container .all_mission .mission_container .mission_content div span {
  padding: 10px;
  text-align: justify;
}
.about_us_container .mission_vission_container ._img {
  width: 50%;
}
.about_us_container .mission_vission_container ._img .img_title {
  width: 100%;
}
.about_us_container .mission_vission_container ._img .img_title h1 {
  color: #282828;
  width: 100%;
  margin: auto;
  font-size: 100px;
  cursor: pointer;
}
.about_us_container .mission_vission_container ._img .img_title h1:hover {
  color: orangered;
  transition: all ease-in-out 0.5s;
}
.about_us_container .mission_vission_container ._img .img_port {
  display: flex;
  justify-content: right;
}
.about_us_container .mission_vission_container ._img .img_port img {
  width: 50%;
}
.about_us_container .value_container {
  padding: 30px;
  background: #EAEAEA;
  background: #1d1d1d;
  display: flex;
}
.about_us_container .value_container .container_img {
  width: 50%;
}
.about_us_container .value_container .container_img img {
  width: 70%;
}
.about_us_container .value_container .our_values {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 50%;
}
.about_us_container .value_container .our_values .value_content h1 {
  color: orangered;
}
.about_us_container .value_container .our_values .values_content ul li {
  padding: 10px;
  color: whitesmoke;
}
.about_us_container .value_container .our_values .values_content ul li h1 {
  margin: 20px;
}

/* training */
.training_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.training_list {
  display: flex;
  justify-content: space-around;
  width: 100%;
  background: #f3f3f3;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 10px;
}

.training_item {
  text-align: center;
  margin: 10px;
  width: 100%;
}

.training_item img {
  width: 70%;
  /* height: 250px; */
  border-radius: 10px;
}

.training_item h3 {
  margin-top: 10px;
  font-size: 1.2em;
  color: #333;
}

.training_item a {
  text-decoration: none;
  color: #333;
}

.training_item a:hover {
  text-decoration: underline;
}

.training_item a img {
  transition: transform 0.3s;
}

.training_item a img:hover {
  transform: scale(1.05);
}

/* //service file */
.service_container {
  background: #EAEAEA;
}
.service_container .service_wrapper {
  position: absolute;
  width: 60%;
  top: 120px;
  z-index: 2;
}
.service_container .service_wrapper .service_content div {
  padding: 20px;
}
.service_container .service_wrapper .service_content div h1 {
  color: white;
  font-size: 60px;
  z-index: 0;
}
.service_container .service_wrapper .service_content div span {
  font-size: large;
  width: 80%;
  margin: auto;
  color: white;
  font-weight: bold;
}
.service_container .service_wrapper .service_content .btns {
  display: flex;
  justify-content: space-evenly;
}
.service_container .service_wrapper .service_content .btns div.bg_orng {
  background: orangered;
  width: -moz-max-content;
  width: max-content;
  padding: 20px;
}
.service_container .service_wrapper .service_content .btns div.bg_orng a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.service_container .service_wrapper .service_content .btns div.bg_whit {
  background: whitesmoke;
  width: -moz-max-content;
  width: max-content;
  padding: 20px;
}
.service_container .service_wrapper .service_content .btns div.bg_whit a {
  color: #4d4c4c;
  text-decoration: none;
  font-weight: bold;
}
.service_container .commitment {
  padding: 30px;
}
.service_container .commitment span {
  color: orangered;
  font-size: large;
}
.service_container .commitment h1 {
  width: 60%;
  font-size: 40px;
  color: #282828;
}
.service_container .commitment span, .service_container .commitment p {
  padding: 20px;
  color: #282828;
}
.service_container .commitment .__services {
  width: 100%;
}
.service_container .commitment .__services .services_list h1 {
  color: orangered;
  padding: 10px;
  margin-top: 50px;
  font-size: 50px;
  width: 100%;
}
.service_container .commitment .__services .services_list .divvs {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.service_container .commitment .__services .services_list .divvs div.fin {
  width: 30%;
  background: white;
  padding: 10px;
  margin: 10px;
  text-align: justify;
  display: flex;
  flex-direction: column;
}
.service_container .commitment .__services .services_list .divvs div.fin i {
  color: orangered;
  font-size: 30px;
  padding: 30px;
}
.service_container .commitment .__services .services_list .divvs div.fin h3 {
  color: #282828;
  padding: 30px;
  text-align: center;
}
.service_container .commitment .__services .services_list .divvs div.fin span {
  color: #282828;
  text-align: justify;
  margin: auto;
  text-align: justify;
  padding: 20px;
}

/* //our impacts */
.our_impact .impact_container {
  /* display: flex;
  flex-direction: column; */
  width: 100%;
  padding: 30px;
}
.our_impact .impact_container h1 {
  text-align: center;
  color: orangered;
  font-size: 60px;
  padding: 10px;
}
.our_impact .impact_container .impacts_wrapper {
  padding: 10px;
  background: #f8f8f8;
  border-radius: 10px;
  width: 50%;
}
.our_impact .impact_container .impacts_wrapper ol li {
  font-size: larger;
  padding: 10px;
  color: #4d4c4c;
  border-bottom: 1px solid #1d1d1d;
}

.impact_wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  /* width: 80vw;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 10px;
  padding: 10px; */
}

.container {
  height: 200px;
  width: 20%;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  padding: 10px;
  margin: 10px;
  position: relative;
  /* border: 1px solid #1d1d1d; */
  font-size: 16px;
  border-radius: 0.5em;
  background-color: #f8f8f8;
  border-bottom: 2px solid orangered;
}
.container i {
  color: orangered;
  font-size: 2.5em;
  text-align: center;
}

span.num {
  color: #1d1d1d;
  display: grid;
  place-items: center;
  font-weight: 400;
  font-size: 2em;
}

span.text {
  color: orangered;
  font-size: 1em;
  text-align: center;
  pad: 0.7em 0;
  font-weight: 400;
  line-height: 0;
}

/* //contacts */
.container_contact {
  background: #EAEAEA;
  padding: 30px;
}
.container_contact .contacts_wrapper h1 {
  font-size: 40px;
}
.container_contact .contacts_wrapper .contact_list {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Container styling */
.g_container {
  display: flex;
  justify-content: center; /* Center the gallery horizontally */
  align-items: center; /* Center content vertically if needed */
  padding: 20px;
  background-color: #f9f9f9; /* Optional: light background for contrast */
  width: 100%;
}

/* Wrapper styling */
.g_wrapper {
  width: 90%; /* Set the gallery to occupy 90% of the screen width */
  max-width: 1200px; /* Restrict the maximum width */
  text-align: center; /* Center the heading */
  margin: 0 auto; /* Center align the wrapper */
}

.g_wrapper h1 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #333; /* Dark text color */
}

/* Flexbox layout for images */
.g_img_lst {
  display: flex;
  flex-wrap: wrap; /* Allow wrapping */
  gap: 15px; /* Space between items */
  justify-content: center; /* Center items in the row */
}

/* Individual image container */
.g_img_lst div {
  flex: 1 1 calc(25% - 15px); /* Four images per row (25% width minus gap) */
  max-width: calc(25% - 15px); /* Ensure consistent maximum width */
  box-sizing: border-box; /* Include padding/borders in size */
}

/* Image styling */
.g_img_lst img {
  width: 100%; /* Make images responsive */
  height: auto; /* Maintain aspect ratio */
  border-radius: 8px; /* Optional: rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: add a shadow */
  display: block;
  transition: transform 0.2s; /* Optional: add hover effect */
}

/* Hover effect for images */
.g_img_lst img:hover {
  transform: scale(1.05); /* Slight zoom on hover */
}

/* //history */
.history_container {
  padding: 50px;
  width: 100%;
}
.history_container .history_content {
  width: 90%;
  margin: auto;
}
.history_container .history_content .text_content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.history_container .history_content .text_content h1 {
  text-align: left;
  font-size: 30px;
  color: orangered;
  padding: 10px;
}
.history_container .history_content .text_content h4 {
  padding: 5px;
  color: black;
  font-weight: 600;
}
.history_container .history_content .text_content span {
  font-size: medium;
  text-align: justify;
  text-justify: inter-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-spacing: -0.5px;
  letter-spacing: -0.3px;
  padding: 10px;
}
.history_container .history_content .text_content h5 {
  color: orangered;
  padding: 10px;
}

/* //blogs */
.blogs_container {
  width: 100%;
  padding: 30px;
}
.blogs_container .blogs_wrapper .blogs_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
}
.blogs_container .blogs_wrapper .blogs_content .link_blogs {
  width: 30%;
  padding: 10px;
  background: #EAEAEA;
  border-radius: 10px;
  margin-top: 10px;
  text-align: justify;
}
.blogs_container .blogs_wrapper .blogs_content .link_blogs img {
  width: 100%;
  height: 300px;
}
.blogs_container .blogs_wrapper .blogs_content .link_blogs a {
  text-decoration: none;
  color: #282828;
  padding: 5px;
}
.blogs_container .blogs_wrapper .blogs_content .link_blogs a:hover {
  color: orangered;
}

/* //contacts */
.container_contact .contacts_wrapper .contact_list span {
  margin: 10px;
  font-size: larger;
}

/* //our team */
.team_container h1 {
  padding: 30px;
}
.team_container .__team {
  width: 90%;
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 30px;
}
.team_container .__team span {
  font-size: 16px;
  padding: 10px;
  margin-bottom: 10px;
  background: #EAEAEA;
  border-radius: 5px;
}
.team_container .team_wrapper .team_list {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}
.team_container .team_wrapper .team_list .in_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
  border-radius: 20px;
  background: #EAEAEA;
  padding: 30px;
  margin-bottom: 50px;
  justify-content: center;
  height: 350px;
  flex-wrap: wrap;
}
.team_container .team_wrapper .team_list .in_list i.fa-user {
  font-size: 100px;
  padding: 10px;
  color: rgb(199, 76, 32);
}
.team_container .team_wrapper .team_list .in_list img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 5px;
}
.team_container .team_wrapper .team_list .in_list h3 {
  padding: 10px;
  font-size: large;
  font-weight: 100;
}
.team_container .team_wrapper .team_list .in_list h5 {
  font-weight: 400;
}
.team_container .team_wrapper .team_list .in_list .social ul {
  display: flex;
}
.team_container .team_wrapper .team_list .in_list .social ul li {
  list-style: none;
  padding: 10px;
}
.team_container .team_wrapper .team_list .in_list .social ul li i, .team_container .team_wrapper .team_list .in_list .social ul li svg {
  height: 20px;
  width: 50px;
  color: orangered;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .about_us_container .about_container {
    width: 100%;
  }
  .about_us_container .about_container h1 {
    font-size: xx-large;
  }
  .about_us_container .about_container .about_content {
    flex-direction: column;
  }
  .about_us_container .about_container .about_content .ab_content1 {
    width: 100%;
  }
  .about_us_container .about_container .about_content .ab_content1 ._head h2 {
    font-size: x-large;
  }
  .about_us_container .about_container .about_content .ab_content1 .__text {
    width: 100%;
  }
  .about_us_container .about_container .about_content .ab_content1 .__text span {
    font-size: large;
  }
  .about_us_container .about_container .about_content .ab_content1 .more_about_us {
    flex-direction: column;
    background: blue;
  }
  .about_us_container .about_container .about_content .ab_content1 .more_about_us .btn {
    width: -moz-fit-content;
    width: fit-content;
  }
  .about_us_container .about_container .about_content .ab_content1 .more_about_us .founder span {
    width: 100%;
  }
  .about_us_container .about_container .about_content .ab_content2 {
    background: red;
    display: none;
  }
  .about_us_container .about_container .about_content .ab_content2 img {
    height: 30%;
    width: 30%;
    display: none;
  }
  .about_us_container .mission_vission_container {
    flex-direction: column;
  }
  .about_us_container .mission_vission_container .all_mission {
    width: 100%;
    flex-direction: column;
  }
  .about_us_container .mission_vission_container .all_mission .mission_container {
    width: 95%;
    margin: auto;
  }
  .about_us_container ._img {
    width: 100%;
  }
  .about_us_container ._img .img_title {
    all: unset;
  }
  .about_us_container ._img .img_title h1 {
    font-size: 10px;
    display: none;
  }
  .about_us_container ._img .img_port {
    justify-content: center;
    margin-top: 30px;
    width: 100%;
  }
  .about_us_container ._img .img_port img {
    width: 100%;
    display: none;
  }
  .about_us_container .value_container {
    flex-direction: column;
  }
  .about_us_container .value_container .container_img {
    width: 100%;
  }
  .about_us_container .value_container .container_img img {
    width: 100%;
    border-radius: 10px;
  }
  .service_container .service_wrapper {
    width: 100%;
  }
  .service_container .service_wrapper .service_content div {
    width: 100%;
  }
  .service_container .service_wrapper .service_content div h1 {
    font-size: 40px;
  }
  .service_container .service_wrapper .service_content div span {
    width: 100%;
  }
  .service_container .service_wrapper .service_content .btns {
    flex-direction: column;
  }
  .service_container .commitment {
    padding: 20px;
  }
  .service_container .commitment span {
    font-size: x-large;
  }
  .service_container .commitment h1 {
    width: 100%;
  }
  .service_container .commitment span, .service_container .commitment P {
    padding: 10px;
    font-size: large;
  }
  .service_container .commitment .__services .services_list h1 {
    margin-top: 30px;
    font-size: 30px;
  }
  .service_container .commitment .__services .services_list .divvs {
    flex-direction: column;
  }
  .service_container .commitment .__services .services_list .divvs div.fin {
    width: 100%;
    margin: auto;
    border-radius: 10px;
  }
  .history_container .history_content {
    width: 100%;
  }
  .container_contact {
    margin-bottom: 100px;
  }
  .container_contact .contacts_wrapper {
    width: 100%;
  }
  .blogs_container .blogs_wrapper .blogs_content {
    flex-direction: column;
  }
  .blogs_container .blogs_wrapper .blogs_content .link_blogs {
    width: 100%;
  }
  .g_container .g_wrapper .g_img_lst div {
    flex: 1 1 calc(100% - 15px); /* 1 image per row on smaller devices */
  }
  .team_container .team_wrapper .team_list {
    flex-direction: column;
  }
  .team_container .team_wrapper .team_list .in_list {
    width: 90%;
  }
}/*# sourceMappingURL=all.css.map */