
/*------------ --------------------footer------------------------------ */
.ftco-footer {
  padding: 3em 0 0 0;
  position: relative;
  z-index: 0;
  /* background: #d4eaf5; */
}
.primaryFooter_bgcolor{
  background-color: #999999;
}
.primaryFooter_color {
  color: #ffffff;
}
.ftco-footer .ftco-footer-widget h2,
.ftco-footer .ftco-footer-widget .h2 {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", Arial, sans-serif;
  line-height: 1.5;
  /* color: #052c43; */
}

.footer-logo img {
  font-size: 22px;
  font-weight: bold;
  max-width: 120px;
}

.ftco-footer-social {
  padding: 0 !important;
  margin: 0;
  position: relative;
}

.ftco-footer-social li {
  list-style: none;
  margin: 0 0 0 0;
  display: inline-block;
  height: 40px;
  width: 40px;
  padding-left: 0 !important;
}

.ftco-footer-social li a {
  margin: 0;
  height: 100%;
  width: 100%;
  display: block;
  color: #fff;
  border-radius: unset;
  position: relative;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
}

.ftco-footer-social li a:hover {
  opacity: 0.6;
}

.ftco-footer .block-23 ul {
  padding: 0;
}

.ftco-footer .block-23 ul li,
.ftco-footer .block-23 ul li > a {
  display: table;
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: 15px;
}

.ftco-footer .block-23 ul li .icon {
  width: 40px;
  font-size: 15px;
  padding-top: 2px;
  /* color: #81c2e2 !important; */
}

.ftco-footer .block-23 ul li .text {
  display: table-cell;
  vertical-align: top;
  color: rgba(0, 0, 0, 0.9) !important;
}

/* .ftco-footer .block-23 ul li span {
  color: rgba(0, 0, 0, 0.9);
  color: #cf7500;
} */

/* contact us section start*/
.untree_co-section {
  margin-bottom: 4rem;
}

.form-control,
.custom-select {
  border: none;
  font-size: 16px;
  height: 45px;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  border-bottom: 1px solid #43434d;
  border-radius: 0;
}

.form-control:active,
.form-control:focus,
.custom-select:active,
.custom-select:focus {
  border-color: #82adc0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.btn-contactus.btn-black {
  background: #000000;
  color: #ffffff;

  /* padding: 9px 12px; */
  cursor: pointer;
  border-radius: 40px;
  -webkit-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-contactus.btn-black:hover {
  background: #82adc0;
  color: black;
}

.btn-contactus {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0px;
  font-size: 14px;
  border: 1px solid transparent;
}

#map {
  width: 100%;
  height: 100%;
  /* fallback */
  min-height: 300px;
  position: relative;
}

#map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.text-center {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.contact-title {
  text-transform: uppercase;

  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
}

.ftco-footer .ftco-footer-widget > .quicklinks {
  display: flex !important;
  flex-direction: column !important;
  gap: 15px !important;
}

.ftco-footer .ftco-footer-widget .quicklinks a {
  color: black;
}

.ftco-footer .ftco-footer-widget .quicklinks a:hover {
  opacity: 0.6;
}
@media (max-width:768px) {
  .footer-logo img {
   
    max-width:75px;
}
}

