@import url("https://use.typekit.net/bhw2ebf.css");
@import url("https://use.typekit.net/bhw2ebf.css");
@import url("https://use.typekit.net/bhw2ebf.css");

/* font-family: "park-lane",serif; */
/* font-family: "condor",sans-serif; */

@font-face {
  font-family: "segoe-italic";
  src: url("../fonts/Segoe-UI-Italic.woff")
}

@font-face {
  font-family: "segoe-regular";
  src: url("../fonts/Segoe-UI.woff")
}

.menulists ul {
  /* display: flex;
    justify-content: space-evenly;
    align-items: center; */
  font-family: "helveticanew", sans-serif;
}

.banner-title {
  position: relative;
  top: -175px;
  z-index: 1;
}

.banner-title h2 {
  font-size: 45px;
  color: white;
  /* font-family: "helveticanew"; */
  text-align: center;
  font-family: "condor", sans-serif !important;
}

.phone a,
.email a {
  text-decoration: none;
}

.phone a:hover {
  color: #636363;
}

.email a:hover {
  color: #1396e2;
}

.sub-title,
.sub-title p {
  font-size: 30px;
  font-family: "condor", sans-serif !important;
  font-weight: 500;
  margin-bottom: 35px;
  text-align: center;
}

.gap {
  padding-left: 40px !important;
}

.detail-address {
  width: 92%;
  color: #636363;
}

a:hover {
  text-decoration: none;
}

.phone a {
  color: #636363;
}

.email a {
  color: #1396e2;
}

.contact-bg {
  padding: 20px;
  background: #f3f3f3;
  width: 100%;
  margin-top: 30px;
}

.input-block input {
  width: 100%;
  padding: 6px 10px;
  background: #f3f3f3;
  font-family: "helveticanew";
  border-radius: 4px;
}

.block-1 input {
  width: 75%;
  padding: 6px 10px;
  min-height: 20px;
  outline: none;
  border: none;
  font-family: "helveticanew";
  border-radius: 4px;
  /* margin-bottom: 25px; */
}

.map img {
  width: 100%;
}

.block-2 input {
  margin-bottom: 10px;
  border: none;
  border-radius: 4px;
}

.input-block textarea {
  width: 100%;
  height: 70px;
  border: none;
  resize: none;
  background: #f3f3f3;
  font-family: "helveticanew";
  border-radius: 4px;
}

.input-block textarea::placeholder {
  font-family: "helveticanew";
  font-size: 16px;
  font-weight: lighter;
  padding-left: 10px;
  outline: none;
}

.br {
  width: 100%;
}

form input[type="submit"] {
  background-color: #f58843;
  color: white;
  text-align: center;
  margin-top: 10px;
  font-family: "helveticanew";
}

.sub-title-text {
  color: #f58843;
  font-size: 21px;
  font-family: "helveticanew";
  margin-bottom: 20px;
  margin-top: 25px;
}

.contact_us_btn:hover {
  color: white;
  background-color: #f58743b7;
}

.contact_us_btn a:hover {
  color: white;
  background-color: transparent;
}

.content {
  width: 85%;
  text-align: left;
  color: #636363;
}

.about-us {
  background-color: #f3f3f3;
  margin-top: 50px;
}

.read-more-btn {
  font-weight: 600;
  /* margin-top: 20px; */
  margin-bottom: 10px;
}

.sub-head {
  font-size: 18px;
  color: #636363;
  font-family: "helveticanew";
}

ul.links li a {
  color: white;
  font-size: 18px;
  text-decoration: none;
  font-family: "segoe-regular", sans-serif !important;
}

ul.links {
  padding: 0 5px;
}

ul.links li {
  margin-bottom: 10px;
  /* margin-left: 10px; */
  list-style: none;
}

.bg-clr {
  background-color: #f58843;
}

.footer-copyright {
  width: 100%;
  height: 60px;
  align-items: center;
  color: white;
}

.to-top a {
  text-decoration: none;
  color: white;
}

.banner_section {
  position: relative;
}

.banner_section .item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 55%);
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  /* background: linear-gradient(360deg, rgb(0 0 0 / 70%) 15px, transparent); */
}

.whatsapp_btn i {
  background: #4ac04b;
  width: 50px;
  display: flex;
  padding: 10px;
  border-radius: 100%;
  position: fixed;
  right: 25px;
  bottom: 20px;
  z-index: 9999;
  height: 50px;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}

p.detail-address {
  font-family: "segoe-regular", sans-serif !important;
}

.email a,
.phone a {
  font-family: "segoe-regular", sans-serif !important;
}

.input_box_wrapper_left input,
.input_box_wrapper_right input,
.input_box_wrapper_right textarea::placeholder {
  font-family: "segoe-regular", sans-serif !important;
  border: none;
  padding: 10px;
}

section#send_us_message {
  padding: 55px 0;
}

.google_map_image {
  height: 100%;
}

p.detail-address {
  background: #f3f3f3;
  padding: 20px;
}

input#contact_us_submit {
  margin-top: 0;
}

@media (max-width: 996px) {
  p.conversation_text {
    margin-top: 30px;
  }

  p.detail-address {
    text-align: center;
    display: block;
    margin: auto;
  }

  .contact-bg {
    text-align: center;
  }
}

@media (max-width: 650px) {
  .gap {
    padding-left: 15px !important;
  }

  .footer-copyright {
    text-align: center;
  }

  .map img {
    margin-top: 40px;
  }

  .detail-address {
    font-size: 20px;
    width: 100%;
    text-align: center;
  }

  .sub-title {
    font-size: 30px;
    text-align: center;
    font-family: "condor", sans-serif !important;
  }

  .phone,
  .email {
    text-align: center;
  }

  .contact-bg {
    text-align: center;
    width: 100%;
  }

  .sub-title-text {
    text-align: center;
    font-size: 30px;
  }

  .input-block textarea::placeholder {
    font-size: 14px;
  }

  .content {
    width: 100%;
    text-align: center;
    font-size: 19px;
  }

  .read-more-btn {
    text-align: center;
  }

  .block-1 input,
  .block-2 input {
    width: 100%;
  }

  .input-block textarea {
    width: 100%;
    margin-top: 10px;
  }

  .footer-copyright {
    height: 110px;
    padding: 20px;
  }

  .to-top {
    margin-top: 10px;
  }

  .links {
    column-count: 2;
  }

  .about-us .sub-head {
    text-align: center;
    font-size: 21px;
  }

  .br {
    width: 100%;
    margin-top: 37px;
    margin-bottom: 30px;

  }

  .address_content_wrapper {
    padding: 35px 0;
  }

  ul.links li a {
    font-size: 15px;
  }

  ul.links {
    text-align: center;
  }
}