.footer-07 {
    font-size: 15px;
    line-height: 1.8;
    font-weight: normal;
  }
  .col-md-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-07 .ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
  }
  .footer-07 .ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    position: relative;
  }
  .footer-07 .ftco-footer-social li a span {
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .footer-07 .ftco-footer-social li a:hover {
    color: #fff;
  }

  .text-center {
    text-align: center !important;
  }

  .footer-07 .justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .footer-07 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  @media (min-width: 768px) {
    .footer-07 .col-md-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  .footer-07 .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
  }

  footer {
    padding: 2em 0;
  }

  .footer-07 {
    background: #2c6c93;
    background-color: #2c6c93;
    border-radius: 90px 90px 0 0px;
  }
  .footer-07 a {
    color: #fff;
    font-size: 20px;
    padding-right: 10px;
  }
  .footer-07 p {
    color: rgba(255, 255, 255, 0.5);
  }
  .footer-07 .footer-heading {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
  }
  .footer-07 .sub-title {
    margin-bottom: 30px;
  }
  .footer-07 .footer-heading .logo {
    color: #fff;
  }
  .footer-07 .menu {
    margin-bottom: 30px;
  }
  .footer-07 .menu a {
    color: #fff;
    margin: 0 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .footer-07 .ftco-footer-social li a {
    background: transparent;
    border: 1px solid #fff;
  }