@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&amp;display=swap");
* {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-size: 14px;
}

.nk_header .navbar-brand {
  top: -4px;
}
.form_section {
  /* border: 1px solid red; */
  height: auto;
}

.title_about {
  font-size: 50px;
  font-weight: 500;
  color: white;
}
.banner_text_home1 {
  list-style-type: disc;
  color: white;
}
.banner_section {
  background-color: black;
  padding: 30px 0px;
  color: white;
  overflow: hidden;
}
.banner_text_home {
  list-style: none;
  margin-right: 27px;
  font-weight: 300;
}
.banner_about_text {
  color: red;
  font-weight: 200;
}

.address_container h1 {
  font-size: 45px;
  font-weight: 500;
}

.address_container h5 {
  font-size: 18px;
  font-weight: 500;
}
.address_container p {
  font-weight: 500;
  margin-bottom: 0;
  padding: 2px 0px;
}
.location,
.email_div,
.contact-num {
  padding-bottom: 20px;
}
.form_container1 {
  height: 100%;
  width: 80%;
  /* border: 1px solid red; */
  background-image: url(../images/world_map_PNG28.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.form_row1 input,
textarea,
.subject {
  font-weight: 600;
  border: none;
  border-bottom: 1px solid grey;
  resize: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-radius: none;
}
.row_1 {
  display: flex;
}
textarea::placeholder {
  font-weight: 600;
  color: black;
}
textarea,
input {
  background-color: transparent;
}
.subject {
  width: 70vh;
  padding: 30px 0px;
}
.form_container1 button {
  outline: none;
  border: none;
  background-color: #e2000f;
  color: white;
  padding: 6px 20px;
}
.name_i,
.mail_i {
  margin-right: 4px;
  width: 34vh;
  padding: 30px 0px;
}
form input {
  background-color: transparent !important;
}
.form-control:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}
.form-control {
  border-radius: 0px !important;
}
.form_container1 .textarea1 {
  width: 70vh;
  padding: 30px 0px;
}
input:focus,
textarea:focus {
  outline: none;
}
.map_section {
  padding: 30px 0px;
}
@media (max-width: 576px) {
  .subject {
    width: 35vh;
  }
  .form_section {
    /* border: 1px solid red; */
    height: auto;
  }
  .form_container1 .textarea1 {
    width: 35vh;
    padding: 30px 0px;
  }
}

/* my css */

form.d-flex.ms-auto.make-center i {
  color: black;
  font-size: 18px;
  padding-right: 10px;
}

.photo-box-image {
  border-radius: 50%;
  overflow: hidden;
}

li.nav-item i {
  margin-right: 10px;
}

@media screen and (max-width: 576px) {
  nav.navbar.navbar-expand-lg.red_back {
    border-bottom: 1px solid black;
    box-shadow: 2px 2px black;
    overflow: hidden;
  }

  ul.nav.justify-content-end.nk_topbar.align-items-center {
    display: none;
  }

  a.navbar-brand img {
    max-width: 198px;
  }

  button.navbar-toggler i {
    font-size: 27px;
  }

  .inner-grid-section {
    height: 30vh;
  }

  #why_us {
    height: auto;
  }

  .form-section {
    position: static;
  }

  div#contact_enquiry {
    height: auto;
    padding-bottom: 25px;
  }

  .clients img {
    width: 100%;
  }

  .vector-wrapper.pos_b img {
    display: none;
  }

  .red_back form a {
    right: 10%;
  }

}