/* white you custom css code here. only css code will work */
.top-bar-area.header-variant-10 .btn-wrapper .get-a-quote {
	background-color: transparent;
  	color: transparent;
    display: inline-block;
    padding: 12px 0;
    border-radius: 25px;
    text-align: center;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    font-weight: 600;
    border: none;
}
.footer-social-icons {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.footer-social-icons li {
  float: left;
  margin: 0;
}
.footer-social-icons li a {
  display: block;
  color: #424242;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  --grid-template-columns: repeat(0, auto);
  --icon-size: 15px;
  --grid-column-gap: 25px;
  --grid-row-gap: 0px;
  background-color: #E6E6E6;
  margin: 10px;
  height: 45px;
  border-radius: 5px;
}
.footer-social-icons li a i {
 font-size: 20px;
}
.footer-social-icons li a:hover {
  color: #111111;
}
.const-team-member-area .content .designation,
.team-member-area .content .designation {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
  padding: 5px 20px;
  border-radius: 5px;
  color: #7f7f7f;
  text-transform: capitalize;
  min-height: 70px;
}
/* .const-team-member-area .content .designation:before,
.team-member-area .content .designation:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--lawyer-color);
  content: "";
  opacity: .1;
  border-radius: 5px;
} */
a:hover {
  color: #878a95;
}
.construction-single-what-we-cover-item.lawyer-home-1 {
  border: none;
  background-color: #fff;
  /* box-shadow: 0 0 14px 0 rgba(0, 0, 0, .1); */
  text-align: left;
}
.lawyer-about-area .btn-wrapper {
  text-align: end;
}