:root {
  --primary: #00b34f;
  --primaryLight: #02e665;
  --primaryLight2: #e6f8ee;
  --secondary: #144394;
  --secondaryLight: #1152c3;
  --secondaryLight2: #f4f8ff;
  --yellow: #fab437;
  --light: #f6f9ff;
  --greyLight: #ecf1fc;
  --greyLight2: #f2f4f7;
  --greyLight3: #f9f5ff;
  --greyLight4: #eaecf0;
  --cardBg: #f9fafb;
  --border: #ebebeb;
  --border2: #c1c1c1;
  --link: #5f6d85;
  --inputColor: #8f99ab;
  --muted: #79797b;
  --dark: #000000;
  --white: #ffffff;
  --white_50: #e9e9e9;
  --red: #ff3232;
  --star_color: #fab437;
  --footerbg: #355389;
  --white: #ffffff;
  --font: "Poppins", sans-serif;
}

.contact_section .contact_card {
  position: relative;
  background-color: var(--secondary);
  padding: 3rem;
  border-radius: 10px;
  box-shadow: 0 0 5px #eeeeee;
  color: #ffffff;
}
.contact_section .contact_card .abstract {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 36%;
}
@media screen and (min-width: 1200px) {
  .contact_section .contact_card .abstract {
    inset-inline-end: -8rem;
  }
}
@media screen and (max-width: 1199px) {
  .contact_section .contact_card .abstract {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .contact_section .contact_card {
    padding: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .contact_section .contact_card {
    padding: 1.5rem;
  }
}

.contact_items {
  padding: 3rem;
  border-radius: 10px;
  background-color: #f2f4f7;
}
.contact_items .contact_item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.contact_items .contact_item .icon {
  padding: 0.5rem;
  background-color: #ffffff;
  border-radius: 8px;
}
.contact_items .contact_item .text .sub {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.75rem;
}
.contact_items .contact_item .text .title {
  display: block;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: 0.5rem !important;
  margin-bottom: 0;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .contact_items {
    padding: 1.5rem;
  }
}

/*# sourceMappingURL=contact.css.map */
