@import url("https://fonts.googleapis.com/css2?family=Tajawal&display=swap");
footer {
  padding: 0 2%;
  padding-top: 25px;
  border-top: #1699A7 2px solid;
}

footer .f-header {
  font-size: 27px;
  color: #1699A7;
  margin: 15px 0px;
  margin-bottom: 30px;
}

footer .f-header::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 11px;
  border-color: transparent transparent transparent #D5AD36;
  display: inline-block;
  border-radius: 23px;
  margin-right: 12px;
  vertical-align: middle;
}

footer .sub-f-header {
  margin-bottom: 3px;
}

footer .sub-f-header img {
  height: 23px;
  vertical-align: middle;
  margin-right: 5px;
}

footer .sub-f-header span {
  font-size: 18px;
}

footer hr {
  opacity: 0.4;
}

footer .brand-col img {
  width: 80%;
  display: block;
  margin: auto;
}

footer .brand-col p {
  font-size: 16px;
}

footer .site-map-col ul a {
  font-size: 18px;
  color: #222;
  padding: 8px 0;
  padding-left: 0px;
  display: block;
  border-left: #ddd 2px solid;
}

footer .site-map-col ul a::before {
  content: '';
  width: 10px;
  height: 2px;
  background: #ddd;
  margin-right: 15px;
  border-radius: 18px;
  display: inline-block;
  vertical-align: middle;
}

footer .basic-info-col li p {
  padding-left: 30px;
  margin-top: 0px;
}

footer .contact-col .input1 {
  margin-bottom: 5px;
}

footer .sc-box {
  width: 100%;
  text-align: center;
}

footer .sc-box a {
  display: inline-block;
  padding: 5px;
}

footer .sc-box a img {
  height: 35px;
  width: 35px;
}

footer .copy {
  text-align: center;
  padding: 10px 3px;
  border-top: #ddd 1px solid;
}
/*# sourceMappingURL=footer.css.map */