:root {
  --yellow: #fdb822;
  --gray: #684f40;
}
h2 {
  color: var(--gray);
  font-size: 17px;
  line-height: 27px;
}
p {
  font-size: 14px;
}
/* about_sec start*/

.about_sec {
  height: 55vh;
  background-repeat: no-repeat;
  background-image: url(imgs/about/header-bg-1-about.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  position: relative;
  background-attachment: fixed;
}
.layer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #383232a8;
}
.z_index {
  z-index: 99;
}
.line {
  width: 10%;
  border: 2px solid var(--yellow);
  height: 2px;
  margin: 12px auto;
  border-radius: 10px;
}
.header_wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 2px solid var(--gray);
  border-bottom: 2px solid var(--gray);
  margin-top: 10px;
}

/* contact_sec end*/

/* map  */
.map_container {
  width: 100%;
  height: 50vh;
}
.layer_map {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.gps_icon {
  position: absolute;
  top: 0;
  font-size: 50px;
  color: #6f5e31;
  right: 20%;
  top: 30%;
  z-index: 99;
}
iframe {
  filter: brightness(0.9);
}
.input_class {
  border-radius: 0;
  font-size: 14px;
  color: #696969;
}
.form-control:focus {
  color: #696969;
  background-color: #fff;
  border-color: #696969;
  outline: 0;
  box-shadow: none;
}
::placeholder {
  font-size: 13px;
}
.btn_send {
  width: 100%;
  color: #fff;
  border: 0;
  padding: 4px 0;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.7s;
}
.btn_send:hover {
  background-color: #fff !important;
  color: var(--yellow);
  outline: 1px solid var(--yellow);
}
.text_area_height {
  height: 100px;
}

.toast_container{
  position: absolute;
  top: 0;
  right: 0;
}
