@font-face {
  font-family: "Poppins-semibold";
  src: url("../fonts/Poppins_semiBold/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins_semiBold/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-medium";
  src: url("../fonts/Poppins_medium/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins_medium/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-reg";
  src: url("../fonts/Poppins_reg/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins_reg/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-light";
  src: url("../fonts/Poppins_light/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins_light/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-bold";
  src: url("../fonts/Poppins_bold/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins_bold/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.about_det {
  margin-top: 80px;
}

.about-img img {
  border-radius: 10px;
}

.who_img {
  text-align: end;
}
.who_img img {
  border-radius: 10px;
  height: 400px;
  width: 100%;
}

.why-choose_det {
  background-color: #f1f6f9;
  padding: 50px 0;
  margin-top: 35px;
}

.choose-left h3 {
  margin-bottom: 25px;
  text-transform: uppercase;
}

.gallery {
  margin-bottom: 80px;
}

.gallery_text {
  width: 75%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 35px;
}
.gallery_text h2 {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Poppins-bold";
  text-transform: uppercase;
  color: #014766;
  margin-bottom: 25px;
}
.gallery_text h2::after {
  display: block;
  content: "";
  background-color: #014766;
  border-bottom: 4px solid #014766;
  width: 9%;
  margin: 15px auto 0 auto;
}
.gallery_text p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
  font-size: 15px;
  text-transform: capitalize;
  text-align: justify;
  text-align: center;
}

.gallery_img img {
  width: 100%;
  height: 305px;
  border-radius: 5px;
}

.contact-info .contact_map {
  padding: 50px 30px;
}
.contact-info .contact_form h3 {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Poppins-bold";
  text-transform: uppercase;
  color: #014766;
}
.contact-info .contact_form form {
  padding: 50px 0px;
}
.contact-info .contact_form form .form-label {
  font-size: 0.9rem;
  font-weight: 300;
  font-family: "Poppins-light";
  margin-top: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.contact-info .contact_form form .form-control,
.contact-info .contact_form form .form-select {
  width: 100%;
  height: 50px;
}

.contact_det {
  margin: 35px 0;
}
.contact_det .contact-info-det {
  background: #014766;
  border-radius: 25px;
  height: 150px;
  margin: 0 15px;
  color: #f5f5f5;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.contact_det .contact-info-det .contact-icon {
  width: 20%;
  text-align: end;
}
.contact_det .contact-info-det .contact-icon .fas {
  background-color: #f5f5f5;
  color: #014766;
  padding: 15px;
  font-size: 1.3rem;
  border-radius: 50%;
}
.contact_det .contact-info-det .contact-det {
  width: 79%;
}
.contact_det .contact-info-det .contact-det h5 {
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Poppins-semibold";
}
.contact_det .contact-info-det .contact-det p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
  font-size: 15px;
  text-transform: capitalize;
  text-align: justify;
  text-transform: lowercase;
  text-align: start;
  margin-bottom: 0;
}

.main_content {
  display: flex;
  margin: 20px;
}

.content {
  padding: 20px;
}
.content h2 {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Poppins-bold";
  text-transform: uppercase;
  color: #014766;
}
.content p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
}

.sidebar {
  padding: 20px;
  height: 600px;
}
.sidebar h6 {
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Poppins-semibold";
  color: #014766;
  text-transform: capitalize;
}
.sidebar ul {
  padding-left: 1rem;
  margin-bottom: 40px;
}
.sidebar ul li {
  list-style-type: circle;
  padding: 0;
  margin: 10px 0;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
}

.section_cu {
  margin: 20px 0;
}
.section_cu .button {
  width: 100%;
  text-align: justify;
  padding: 10px;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
  border: none;
}
.section_cu .button.blue {
  background: #0B3D91;
  color: #FAFAFA;
}
.section_cu .button.orange {
  background: #F03A47;
  color: #FAFAFA;
}
.section_cu .button.voilet {
  background: #800080;
  color: #FAFAFA;
}
.section_cu .card-image img {
  border-radius: 0.25rem;
  width: 100%;
  height: auto;
}/*# sourceMappingURL=page.css.map */