.footer-02,
.footer-02 *,
.footer-02 *::before,
.footer-02 *::after {
  box-sizing: border-box;
}

.footer-02 {
  padding: 5em 0;
  font-family: var(--site-font-family);
  font-size: 15px;
  line-height: 1.8;
  background-color: #060606;
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.75) 100%),
    url("../images/cta-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-02 a {
  color: #bba387;
  text-decoration: none;
  transition: 0.3s all ease;
}

.footer-02 a:hover,
.footer-02 a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}

.footer-02 p,
.footer-02 h2,
.footer-02 h3,
.footer-02 input {
  margin-top: 0;
  font-family: inherit;
}

.footer-02 p {
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.3);
}

.footer-02 .container {
  width: min(100% - 30px, 1140px);
  margin: 0 auto;
}

.footer-02 .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer-02 .col,
.footer-02 .col-10,
.footer-02 .col-md-3,
.footer-02 .col-md-4,
.footer-02 .col-md-6,
.footer-02 .col-md-8,
.footer-02 .col-md-9,
.footer-02 .col-md-12,
.footer-02 .col-lg-4,
.footer-02 .col-lg-5,
.footer-02 .col-lg-6,
.footer-02 .col-lg-7,
.footer-02 .col-lg-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-02 .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.footer-02 .col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.footer-02 .d-flex {
  display: flex !important;
}

.footer-02 .d-block {
  display: block !important;
}

.footer-02 .justify-content-center {
  justify-content: center !important;
}

.footer-02 .align-items-center {
  align-items: center !important;
}

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

.footer-02 .list-unstyled {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.footer-02 .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.footer-02 .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.footer-02 .mb-0 {
  margin-bottom: 0 !important;
}

.footer-02 .mb-4 {
  margin-bottom: 1.5rem !important;
}

.footer-02 .mb-5 {
  margin-bottom: 3rem !important;
}

.footer-02 .mt-5 {
  margin-top: 3rem !important;
}

.footer-02 .mr-2 {
  margin-right: 0.5rem !important;
}

.footer-02 .rounded-left {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.footer-02 .footer-heading {
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.footer-02 .footer-heading .logo {
  color: #ffffff;
  text-transform: uppercase;
}

.footer-02 .footer-logo-image {
  display: block;
  width: 120px;
  max-width: 100%;
  height: auto;
}

.footer-02 .footer-description {
  color: rgba(255, 255, 255, 0.75);
}

.footer-02 .copyright {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}

.footer-02 .footer-credit {
  display: inline-block;
  margin-bottom: 2em;
}

.footer-02 .list-unstyled li a,
.footer-02 .list-unstyled a {
  color: rgba(255, 255, 255, 0.52);
  line-height: 1.1;
}

.footer-02 .list-unstyled li a:hover,
.footer-02 .list-unstyled li a:focus,
.footer-02 .list-unstyled a:hover,
.footer-02 .list-unstyled a:focus {
  color: #ffffff;
}

.footer-02 .subscribe {
  margin-top: -105px;
}

.footer-02 .subscribe-form {
  padding: 3px;
  border-radius: 3em;
  background: #e7f4f5 url("../images/cta-bg.svg") center / cover no-repeat;
  box-shadow: 0 -12px 21px -15px rgba(0, 0, 0, 0.1);
  border: 2px solid #1c7e92;
}

.footer-02 .subscribe-form .form-group {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
}

.footer-02 .form-control {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0.375rem 0.75rem;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.3);
  background: transparent;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-transform: uppercase;
}

.footer-02 .form-control::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.footer-02 .form-control:focus,
.footer-02 .form-control:active {
  outline: none;
  box-shadow: none;
}

.footer-02 .subscribe-form .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  min-width: 150px;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #225a65;
  border: none;
  border-radius: 3em;
  border: 1px solid #7cc1cf;
}

.footer-02 .subscribe-form .submit:hover {
  background: #199eb8;
}

.footer-02 .subscribe-form__button {
  text-align: center;
}

.footer-02 .subscribe-form__message {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  text-align: center;
  color: #ffffff;
}

.footer-02 .subscribe-form__button {
  text-align: center;
}

.footer-02 .partner-wrap {
  padding: 1em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-02 .partner-wrap h3 {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
}

.footer-02 .partner-wrap .partner-name a {
  margin-right: 10px;
  font-size: 13px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.footer-02 .partner-wrap .partner-name a:hover,
.footer-02 .partner-wrap .partner-name a:focus,
.footer-02 .partner-wrap .btn-custom:hover,
.footer-02 .partner-wrap .btn-custom:focus {
  color: #ffffff;
}

.footer-02 .partner-wrap .partner-name a span {
  color: #ffffff;
}

.footer-02 .partner-wrap .btn-custom {
  font-size: 14px;
}

.footer-02 .border-left {
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

@media (min-width: 768px) {
  .footer-02 .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .footer-02 .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .footer-02 .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer-02 .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .footer-02 .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .footer-02 .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-02 .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .footer-02 .mr-md-3 {
    margin-right: 1rem !important;
  }

  .footer-02 .text-md-right {
    text-align: right !important;
  }
}

@media (min-width: 992px) {
  .footer-02 .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .footer-02 .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .footer-02 .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer-02 .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .footer-02 .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media (max-width: 1199.98px) {
  .footer-02 .border-left {
    border-left: none;
  }
}

@media (max-width: 767.98px) {
  .footer-02 {
    padding: 4em 0;
  }

  .footer-02 .subscribe {
    margin-top: -88px;
  }

  .footer-02 .subscribe-form__message {
    font-size: 0.91em;
  }

  .footer-02 .footer-policies a {
    display: block;
    margin-right: 0 !important;
  }

  .footer-02 .footer-policies a + a {
    margin-top: 10px;
  }
}
