@import url('https://fonts.maateen.me/kalpurush/font.css');
@import url('https://fonts.googleapis.com/css2?family=Atma:wght@300;400;500;600;700&display=swap');


body {
    /*font-family: "Roboto", sans-serif;*/
    font-size: 0.8rem !important;
    /*font-weight: 400;
    line-height: 1.5;
    color: #757575;
    background-color: #fff;*/
}

.bng-kalpurush {
    font-family: 'Kalpurush', sans-serif !important;
    font-weight: normal;
}
.bng-atma {
    font-family: "Atma", system-ui;
    font-weight: 300;
    font-style: normal;
}
.logo-txt-bng{
    font-size: 1.3rem;
    /* margin-left: 8.5%; */
    top: 0%;
}
.logo-txt-eng{
    font-size: 1.3rem;
    top: 0%;
}
.bg-primary {
    background-color: #13357b !important;
}
a {
    text-decoration: none;
}

.navbar-light .navbar-brand h3 {
    color: var(--bs-white);
}

.sticky-top.navbar-light .navbar-brand h3 {
    color: var(--bs-primary);
}

.btn-outline-light:hover .fa-facebook-f {
    color: #1877F2; /* Facebook Blue */
}

.btn-outline-light:hover .fa-instagram {
    color: #E4405F; /* Instagram Pink */
}

.btn-outline-light:hover .fa-youtube {
    color: #FF0000; /* YouTube Red */
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #c2e605 !important;
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.text-yellow {
	color: #fdd340 !important;
}
.fb {
	color: #1877F2 !important;
}
.yt {
	color: #ff0000 !important;
}
.inst {
	color: #833AB4 !important;
}

.bgfb {
	background-color: #1877F2 !important;
}
.bgyt {
	background-color: #ff0000 !important;
}
.bginst {
	background-color: #833AB4 !important;
}
/*
.footer {
    background: linear-gradient(135deg, rgba(0,0,0,0.85), rgba(20,20,20,0.95)), 
              url('../img/patterns/curls.webp');
  color: #ddd;
}

*/


.footer .footer-item a:hover {
    letter-spacing: 0.5px;
    color: #c2e605 !important;
}


/* Subscribe*/

.subscribe-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.subscribe-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.subscribe-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(19, 53, 123, 0.6), rgba(19, 53, 123, 0.6));
  display: flex;
  align-items: center;
}

.subscribe-title {
  display: inline-block;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  padding: 8px 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
td.color_active {
	color: #0c8506 !important;
	font-weight: bold !important;
}
td.color_inactive {
	color: #f00 !important;
	font-weight: bold !important;
}
