Your IP : 18.220.94.189


Current Path : /home/lentoinv/finationglobal.com/scss/
Upload File :
Current File : /home/lentoinv/finationglobal.com/scss/_footer.scss

/*========================================*/
/*-------------- [_Footer] ---------------*/
/*========================================*/
.footer,
.footer a {
  color: var(--footer-text-color);
}
.footer {
  a {
    &:hover {
      color: var(--webex-primary-color3);
    }
  }
}

.footer-logo img {
  width: 190px;
}
.footer-main-area {
  padding: 110px 0 0;
  background: #151d35;
}
.footer-copyright-area {
  background: #151d35;
  z-index: 1;
  position: relative;
}
.footer-border-top {
  border-top: 1px solid #18143d;
}
.footer-border-bottom {
  border-bottom: 1px solid #303b58;
}
.footer-widget {
  margin-bottom: 40px;
  display: inline-block;
  .social-list {
    li {
      a {
        background: #151d35;
        &:hover {
          background: var(--webex-primary-color3);
          color: var(--heading-font-color);
        }
      }
    }
  }
}
.footer-widget-list {
  li {
    display: inherit;
    margin-bottom: 10px;
    a {
      position: relative;
      padding-left: 30px;
      @include transition(all 300ms ease);
      &:before {
        position: absolute;
        content: "\f17d";
        left: 0px;
        top: -3px;
        font-family: "webexbaseicon";
        font-weight: 600;
      }
      &:hover {
        color: var(--webex-primary-color3);
        padding-left: 35px;
      }
    }
    &:last-child {
      margin-bottom: 0;
    }
  }
}
.footer-contact-info {
  display: flex;
  align-items: center;
  .contact-info-icon {
    i {
      &:before {
        font-size: 28px;
        background: var(--webex-primary-color);
        color: #fff;
        border-radius: 6px;
        height: 54px;
        width: 54px;
        display: inline-block;
        text-align: center;
        line-height: 54px;
      }
    }
  }
  .contact-info-text {
    margin-left: 20px;
  }
}

?>