/* Footer-New-css */
.footer-title-btm h5{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.footer-title-btm h4{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.footer-title-btm a{
    color: #fff !important;
    font-size: 13px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.9) !important;

}
.social-icon {
    width: 40px;
    height: 40px;
    background-color: #FFC107;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  .social-icon:hover {
    padding-left: 0px !important;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
  }
  .footer-bg {
   background: linear-gradient(180deg, #012E4A 0%, #012E4A 100%);

}
/* Footer-New-css-End */
