/* 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: 35px;
    height: 35px;
    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%);

}


    .bg-fb {
    background-color: #1152D1;
}

.bg-twitter {
    background-color: #000000;
}

.bg-youtube {
    background-color: #F60002;
}

.bg-inta {
   background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #F77737, #FCAF45, #FFDC80);

}
.breadcrumb-item.active{
    color: #ffc107 !important;
}
/* Footer-New-css-End */
