body {
  font-family: "Montserrat", sans-serif;
}

.contact_us_wrapper .contact_us_title {
  font-weight: 700;
  font-size: 40px;
  color: #000000;
}

.contact_us_wrapper .contact_part_one .text {
  color: #9b9d9f;
  line-height: 2;
}


.contact_us_wrapper .breadcrumb {
  color: #000000;
  font-style: italic;
  font-size: 12px;
  font-weight: 500;
}
.contact_us_wrapper .breadcrumb .breadcrumb-item a {
  color: #000000;
  text-decoration: none;
    font-size: 12px;
    border-bottom: 1px solid #0000;
}
.contact_us_wrapper .breadcrumb .breadcrumb-item a:hover {
  color: #000000;
  /* text-decoration: none; */
    font-size: 12px;
    border-bottom: 1px solid #0000;
}
.contact_us_wrapper .breadcrumb .breadcrumb-item.active {
  color: #000000;
  font-size: 12px;
}


/* Form Style  */
.contact_us_wrapper .form_wrapper .form_group {
  margin-bottom: 25px;
}

@media (min-width: 320px) and (max-width: 900px) {
  .contact_us_wrapper .form_wrapper .form_group {
    margin-top: 25px;
  }
  .contact_us_wrapper .contact_us_title {
    font-size: 32px;
  }
}

.contact_us_wrapper .form_wrapper .form_group label {
  color: #000000;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
}
.contact_us_wrapper .form_wrapper .form_group input,
.contact_us_wrapper .form_wrapper .form_group textarea {
  border: 1px solid #ccc;
  outline: none;
  padding: 10px;
  color: #4e4e4e;
  transition: 0.3s;
}
.contact_us_wrapper .form_wrapper .form_group textarea {
  height: 150px;
  resize: none;
}
.contact_us_wrapper .form_wrapper .form_group input::placeholder,
.contact_us_wrapper .form_wrapper .form_group input::textarea {
  color: #9b9d9f;
}

.contact_us_wrapper .form_wrapper .form_group input:focus,
.contact_us_wrapper .form_wrapper .form_group textarea:focus {
  border-color: #000000;
}

.contact_us_wrapper .contact_part_one .tel_contact {
  gap: 5px;
}
.contact_us_wrapper .contact_part_one .text {
  color: #4e4e4e;
}
.contact_us_wrapper .contact_part_one .tel_contact a {
  color: #000000;
  text-decoration: none;
}

.contact_us_wrapper .contact_part_one .footer_social_media {
  display: flex;
  gap: 20px;
}
.contact_us_wrapper .contact_part_one .footer_social_media .social_link {
  text-decoration: none;
  color: #000000;
}
.contact_us_wrapper
  .contact_part_one
  .footer_social_media
  .social_link
  .user_contact {
  font-size: 20px;
}

.contact_us_wrapper .form_wrapper .submit-button {
  padding: 9px;
  width: 170px;
  border-radius: 25px;
  margin-top: 9px;
  font-size: 15px;
  border: 1px solid #ccc;
  background-color: #fff;
  transition: 0.3s;
  font-weight: 700;
  letter-spacing: 2px;
  color: #4e4e4e;
}
.contact_us_wrapper .form_wrapper .submit-button:hover {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}


/* Start Footer  */
/* Start Footer  */
.main_footer .all_wrappers {
  background-color: #080808;
  padding: 46px 0 60px;
  border-top: 0 solid #e1e1e1;
}
.main_footer .footer_items {
  color: #ececec;
  margin-top: 30px;
}
.main_footer .footer_items .footer_logo {
  margin-bottom: 25px;
}
.main_footer .footer_items .text {
  color: #ccc;
  font-size: 14px;

}
.main_footer .footer_items .footer_logo .footer_img {
  width: 180px;

}
.main_footer .footer_items .footer_social_media {
  display: flex;
  gap: 20px;
  margin-top: 35px;
}
.main_footer .footer_items .footer_social_media .social_link {
  text-decoration: none;
  color: #fff;
}
.main_footer .footer_items .footer_social_media .social_link .user_contact {
  font-size: 20px;
}
.main_footer .footer_items .footer_title {
  color: #fff;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
}
.main_footer .footer_items .tel_contact {
  gap: 5px;
  margin-top: 20px;
}
.main_footer .footer_items .tel_contact a {
  color: #ccc;
  text-decoration: none;
}

.main_footer .footer_items .follow_us {
  display: flex;
}
.main_footer .footer_items .follow_us .instagram_follow {
  background-color: #408bd1;
  padding: 7px 14px;
  color: #ccc;
  text-decoration: none;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 4px;
  display: inline-block;
  margin: auto;
  transition: 0.3s;
}
@media (min-width: 320px) and (max-width: 576px) {
  .main_footer .footer_items .follow_us .instagram_follow {
    margin: 0;
  }
}
.main_footer .footer_items .follow_us .instagram_follow:hover {
  color: #fff;
  background-color: #57a1e7;
}

.main_footer .copy_right {
  display: block;
  text-decoration: none;
  cursor: pointer;
  background-color: #000;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 11px;
}