.maha-site-footer .button-wrapper {
  position: relative;
  -webkit-filter: url("#goo");
  filter: url("#goo");

}
.maha-site-footer .social a:hover i{
  color: var(--bg-color);
}
.maha-site-footer .button {
  display: block;
  position: relative;
  max-width: 200px;
  font-family: var(--title-font-family);
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: var(--title-text-color);
  background: #fff;
  border-radius: 1em;
  background-clip: padding-box;
  padding: 1.03em 1.32em;
  line-height: 1;
}
.maha-site-footer .footer-logo {
  display: block;
}
.maha-site-footer .footer-logo img{
  max-width: 45%;
  width: auto;
  height: auto;
}
.text-center{
  color: #fff !important;
}
.maha-site-footer .button:before,
.maha-site-footer .button:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 4.4em;
  height: 2.95em;
  background: #fff;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  z-index: -1;
}

.maha-site-footer .button-yellow {
  background: var(--color-primary);
  color: #fff !important;
}
.maha-site-footer .button-yellow:before,
.maha-site-footer .button-yellow:after {
  background: var(--color-primary);
}

.maha-site-footer .button:before {
  top: -25%;
  left: 20%;
}
.maha-site-footer .button:after {
  bottom: -25%;
  right: 20%;
}
.maha-site-footer .button:hover:before,
.maha-site-footer .button:hover:after {
  -webkit-transform: none;
  transform: none;
}
.maha-site-footer {
  position: relative;
  background-color: #18212e;
}
.maha-site-footer .footer-top {
  padding-bottom: 30px;
  padding-top: 45px;
}
.maha-site-footer .footer-address li {
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-size: 22px;
}
.maha-site-footer .footer-address i{
  font-size: 30px;
  vertical-align: middle;
}
.maha-site-footer .footer-address li:last-child {
  border-right: 0;
}
.maha-site-footer .button-block {
  position: relative;
  display: inline-block;
  width: 100%;
}

.maha-site-footer .footer-bottom {
  padding-bottom: 35px;
}
.maha-site-footer .footer-bottom .container {
  padding-top: 20px;
  border-top: 2px solid var(--text-color);
}
.maha-site-footer .social li {
  display: inline-block;
  margin-bottom: 10px;
}
.maha-site-footer .social a {
  display: block;
  position: relative;
  height: 42px;
  width: 42px;
  margin-right: 7px;
  border: 2px solid var(--color-primary);
  background: transparent;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.maha-site-footer .social i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}
.maha-site-footer .social .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.maha-site-footer .social a:hover {
  border-color: transparent;
}

.maha-site-footer .social a:hover .bg,
.maha-site-footer .social a:focus .bg {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: var(--color-second);
}
.maha-site-footer .copyright {
  display: inline-block;
  color: #fff;
  font-size: 18px;
}

.footer-bg {
  background: #17262d url(./pics/footer-bg.jpeg) center center no-repeat fixed;
  background-size: auto;
  background-size: cover;
}

@media screen and (max-width:991px){
  .maha-site-footer .footer-logo img {
    max-width: 65%;
  }
  .maha-site-footer .footer-address li {
    font-size: 18px;
  }
  .maha-site-footer .copyright {
    font-size: 16px;
  }
}

@media screen and (max-width:767px){
  .maha-site-footer .footer-top{
    padding-top: 30px !important;
  }
  .maha-site-footer .footer-top .row > div + div {
    margin-top: 25px;
  }
  .maha-site-footer .footer-address li{
    font-size: 16px;
  }
  .maha-site-footer .footer-address i {
    font-size: 26px;
  }
  .maha-site-footer .button {
    padding: 15px 40px;
    font-size: 16px;
  }
  .maha-site-footer .button-block {
    width: auto;
  }
  .maha-site-footer .footer-bottom{
    padding-bottom: 20px;
  }
  .maha-site-footer .footer-logo img {
    height: 100px !important;
  }
}
@media screen and (max-width:480px){
  .maha-site-footer .footer-address li,
  .maha-site-footer .copyright,
  .maha-site-footer .links,
  .maha-site-footer .button {
    font-size: 14px;
  }
  .maha-site-footer .footer-address i {
    font-size: 20px;
  }
  .maha-site-footer .footer-top .row > div + div {
    margin-top: 15px;
  }
  .maha-site-footer .footer-logo img {
    height: 70px !important;
  }
}
