.cta-bottom {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.cta-btm-inner {
  background-color: rgba(0, 155, 245, 0.966);
  width: 50px;
  height: 50px;
  color: lightgray;
}

.main-site-footer {
  margin-top: 40px;
}

.footer-inner {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #040435;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

.footer-inner h3 {
  color: white;
  font-size: 25px;
}

.footer-inner p {
  color: lightgray;
  margin-top: 4px;
}

.footer-card {
  width: 100%;
  padding: 10px;
}

.footer-card li {
  border-bottom: 1px solid grey;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
}

.footer-card li p {
  margin-top: -5px;
}

.footer-card li h4 {
  color: goldenrod;
}

.don-sub button {
  background: red;
  margin-top: 20px;
}

.ft-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
}

.ft-form form input {
  border: 3px solid lightgray;
  color: lightgray;
  font-family: "Titillium Web";
}

.ft-form form button {
  height: 36px;
  width: 100px;
  margin-left: 20px;
  background: goldenrod;
}

#flogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.social-btm li {
  border: none;
}

.social-btm li div {
  color: lightgray;
  font-family: "Titillium Web";
}

.social-btm li div span {
  margin-right: 20px;
}

@media (max-width: 800px) {
  .footer-inner {
    display: -ms-grid;
    display: grid;
    row-gap: 10px;
    -webkit-column-gap: 20px;
            column-gap: 20px;
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
  }
}

@media (max-width: 450px) {
  .footer-inner {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    padding: 0px;
  }
  #flogo {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  #flogo img {
    margin-right: 10px;
  }
}
/*# sourceMappingURL=footer.css.map */