.col-12{
    flex:100%;
}
.footerLogo h3 {
    font-family: "Nunito", sans-serif;
    
    font-size: 38px;
    margin-bottom: 0;
    font-weight: 300;
}
.footerLogo h3 strong {
    font-weight: 900;
}

.footer-bottom-bg.shrtFtr {
  background: transparent !important;
  color: #fff;
}

/* Footer definitions */
/* Footer Section  */

.footer-top-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background: linear-gradient(180deg, #3A63A5 0%, #7A4E9E 96.5%);
}
.footer-middle-bg {
  background-color: #fff !important;
}
.footer-bottom-bg {
  background:linear-gradient(180deg, #3A63A5 0%, #7A4E9E 96.5%) !important;
  
}
.footer-wrapper .footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0px;
  padding: 10px;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: bold;
}
.footer-wrapper .footer-menu .footer-menu-links {
  list-style: none;
  display: inline-block;
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  font-family: bold-font;
}
@media (min-width: 993px) {
  .footer-wrapper {
    background-color: var(--footer-background-color);
    background-size: 100% auto;
  }
  .footer-wrapper .footer-menu .footer-menu-links A {
    text-decoration: none;
  }
  .footer-wrapper .footer-menu .footer-menu-links A:hover {
    text-decoration: none;
    color:#dfdfdf;
  }
}

.footer-menu .footer-menu-links {
  text-align: center;
  padding: 5px;
}
.footer-logo {
  left: -20%;
}
.footer-menu .footer-menu-links a {
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
  font-family: Nunito;
  letter-spacing: 1px;
}
.footer-menu .footer-menu-links a:hover {
  color: #8c9292;
}
.footer-main-section p {
  font-size: 14px;
  color: #000000;
  letter-spacing: -0.1px;
  font-weight: 300;
}
a.footer-link {
  color: #000000;
  font-size: 14px;
}
.copyright {
  /* background-image: url(../img/copy.png); */
    color: #fff;
    padding: 20px;
}
.copyright h3 {
  font-size: 14px;
  color: #000000;
}

.bg-text-disclaimer {
  color: #000000 !important ;
}

footer #disclaimer .main.container > div {
  background-color: transparent !important;
  box-shadow: none !important;
}

footer p {
  font-size: 0.875rem;
}


@media only screen and (max-width: 560px) {
  
  .footer-menu {
    display: none !important;
  }
 
}
