@import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap");
/* font-family: 'Hind Siliguri', sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  margin: 0px;
  color: #222;
  overflow-x: hidden;
  line-height: 22px;
}
html[lang="en"] body {
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  font-size: 13px !important;
}
html[lang="bn"] body,
html[lang="auto"] body,
body,
.goog-te-combo {
  font-family: "Hind Siliguri", sans-serif !important;
  font-size: 14px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}
table {
  font-size: 13px;
}

button,
button:focus,
a,
a:focus {
  outline: 0;
}
.feather {
  height: 16px;
  width: 16px;
}
label {
  margin-bottom: 0.1rem;
  color: #000;
}
label span {
  font-size: 12px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: rgba(250, 0, 0, 1) !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: rgba(250, 0, 0, 1) !important;
  background-color: rgba(250, 0, 0, 1) !important;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none !important;
}
.badge {
  padding: 0 0.4em;
  font-weight: 400;
  line-height: 18px;
  font-size: 11px;
  height: 16px;
}

/* pageLoader */
.pageLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*
=====================
Common CSS
======================
*/
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.img-responsive img {
  width: 100%;
}
.section-header h2 {
  color: #222;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.section-header.white h2 {
  color: #fff;
}
.section-header span {
  text-transform: uppercase;
  letter-spacing: 4px;
  color: rgba(255, 0, 0, 1);
  font-weight: 500;
}

/*
================
Header
================
*/
body {
  top: 0 !important;
}

.main-menu-area {
  background-color: #fff;
  position: relative;
  z-index: 3;
}
.navbar-brand img {
  height: auto;
  width: 200px;
}
#main-menu .nav-link {
  color: #000;
  font-weight: 500;
  padding: 0.7rem 0.5rem !important;
  transition: 0.5s ease-in-out;
}
#main-menu .dropdown-menu .nav-link {
  padding: 0.7rem 0.8rem!important;
}
.dropdown-menu {
  padding: 0;
  border: 0;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  border-radius: 4px;
  min-width: 12rem;
}
.dropdown-menu .nav-link,
.dropdown-menu a {
  transition: ease-in-out 0.3s;
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400 !important;
  color: #555 !important;
  text-transform: capitalize;
  padding: 10px 15px !important;
}
#main-menu .dropdown-menu li:not(:last-child) a {
  border-bottom: 1px solid #efefef !important;
}

.dropdown-menu li:first-child a,
.dropdown-menu > a:first-child {
  border-radius: 4px 4px 0 0;
}
.dropdown-menu li:last-child a,
.dropdown-menu > a:last-child {
  border-radius: 0 0 4px 4px;
}
.dropdown-menu a:hover,
.dropdown-menu a.active,
.dropdown-menu a:focus,
.dropdown-menu a:active {
  background-color: #f5f5f5 !important;
  color: rgba(250, 0, 0, 1) !important;
}
.nav-link.active,
.nav-link:hover {
  color: rgba(250, 0, 0, 1) !important;
}
.dropdown-menu a .feather {
  margin-right: 3px;
}
/* bootstrap select */
.form-control {
  font-size: 13px;
  height: 40px;
  border: 1px solid #ededed;
}
.form-control::placeholder {
  color: #999;
}
.form-control:focus,
.show > .btn-light.dropdown-toggle,
.btn-light.dropdown-toggle:focus {
  border-color: rgba(249, 24, 25, 0.3);
  box-shadow: none !important;
}
.input-group-text {
  padding: 0.2rem 0.75rem;
  border: 1px solid #ededed;
  font-size: 13px;
  background-color: #fff;
}
.btn {
  height: 40px;
  line-height: 40px;
  padding: 0 1rem !important;
  font-size: 15px;
  text-decoration: none !important;
  border-radius: 0.15rem;
  border: 0;
  transition: 0.5s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.btn-white {
  background-color: #fff;
}
.btn-danger {
  background-color: rgba(250, 0, 0, 1);
}
.btn-danger:hover {
  background-color: rgba(250, 0, 0, 0.9);
}

form button[type="submit"] {
  padding: 0 2rem;
}
.btn:disabled {
  cursor: not-allowed;
}
.btn.focus,
.btn:focus {
  box-shadow: none !important;
}
.bootstrap-select .dropdown-item {
  color: #555;
  transition: 0.5s;
  padding: 10px 15px;
  font-size: 13px;
}
.bootstrap-select > .dropdown-toggle,
.bootstrap-select .no-results {
  font-size: 13px;
}
.bootstrap-select > .dropdown-toggle {
  border: 1px solid #ededed;
}
.bootstrap-select .dropdown-menu {
  box-shadow: none;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.bootstrap-select > .dropdown-toggle,
.bootstrap-select > .dropdown-toggle:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #555;
  background-color: transparent;
}

.bootstrap-select .btn:focus {
  outline: none !important;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #555;
  background-color: transparent;
}

/* ===== Slider ===== */
.banner-img img {
  width: 100%;
  border-radius: 10px;
  max-height: 300px;
  object-fit: cover;
}
.banner-content .banner-item {
  background-color: #f5f5f5;
  border-radius: 20px;
}
.banner-text h3 {
  font-weight: 700;
}
.banner-text a {
  color: #f00;
  text-decoration: underline;
}

#banner .owl-dots{
    text-align:center;
}
#banner .owl-dots button {
    height: 5px;
    width: 20px;
    background: #ccc;
    border-radius: 33px;
    margin: 0 3px;
}
#banner .owl-dots button.active{
    background: #f00;
}

/* ===== Owl Nav ===== */
#banner .owl-nav .owl-next,
#banner .owl-nav .owl-prev,
.help-slider .owl-nav .owl-next,
.help-slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  height: 30px;
  width: 30px;
  transform: translateY(-50%);
  border-radius: 50%;
}
#banner .owl-nav .owl-next {
  right: 5px;
}
#banner .owl-nav .owl-prev{
  left: 5px;
}
#banner .owl-nav .feather {
  height: 30px;
  width: 30px;
}
#banner .owl-nav svg {
  stroke-width: 1;
}
.help-slider .owl-nav .owl-next,
.help-slider .owl-nav .owl-prev {
  height: 45px;
  width: 45px;
  background-color: #fff !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  border-radius: 50%;
}
.help-slider .owl-nav .owl-next {
  right: 0;
}
.help-slider .owl-nav .owl-prev {
  left: 0;
}
.help-slider .owl-nav .owl-prev.disabled,
.help-slider .owl-nav .owl-next.disabled {
  display: none;
}
.help-slider .owl-stage-outer {
  padding: 25px 0;
}

/* 
===============
Search
===============
*/
.search-form {
  border-radius: 4px;
}
.search-form button {
  border: 0;
  width: 100%;
}

/* 
==============
Notcies 
==============
*/
.notices {
  border: 1px solid #eee;
  border-radius: 10px;
  position: relative;
}
.notices .title {
  position: absolute;
  top: -10px;
  background: #fff;
  padding: 0 5px;
}
.notices ul {
  gap: 20px;
}
.notices ul li a {
  color: #555;
  gap: 10px;
  transition: 0.5s;
  white-space: nowrap;
}
.notices ul li a:hover {
  color: #f00;
}
.notices ul li a svg {
  stroke: #f00;
}
.notices .all-btn{
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
}
.all-btn {
  display: inline-block;
  padding: 4px 10px;
  background: #f00;
  color: #fff;
  border-radius: 4px;
  line-height: 15px;
  z-index: 2;
}

/*
================
Cta
================
*/
.cta-section .row {
    border: 1px solid #eee;
    border-radius: 10px;
}

.cta-section .row .col-md-4:not(:last-child) {
    border-right: 1px solid #eee;
}

.cta-section .row .col-md-4 {
    padding: 19px;
}


/* 
===============
Help 
===============
*/
.help-slider {
  position: relative;
}
.help-slider:after {
  position: absolute;
  top: auto;
  bottom: -30px;
  left: -30px;
  content: "";
  width: 200px;
  height: 400px;
  background-image: url("assets/images/06.png");
  background-repeat: no-repeat;
  z-index: -1;
}
.single-help {
  padding: 25px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
}
.single-help a {
  text-decoration: none;
  color: #555;
}
.single-help:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  clip-path: circle(70px at 90% 10%);
  z-index: -1;
  transition: 0.5s;
}
.single-help:hover:after {
  clip-path: circle(100px at 90% 10%);
}
.single-help:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.single-help h5 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 26px;
  color: #000;
}
.single-help .icon {
  margin: 25px 0;
}
.single-help .icon img {
  height: 50px;
  width: auto;
}

.line-shape span {
  height: 4px;
  width: 40px;
  border-radius: 33px;
  background-color: #999;
  display: inline-block;
}
.line-shape span:last-child {
  width: 10px;
}
.single-help p {
  margin-bottom: 0;
  margin-top: 20px;
}

/* 
=================
how can you help? 
=================
*/
.single-help-type .icon {
  height: 70px;
  width: 70px;
  background-color: #fff;
  display: flex;
  border-radius: 50%;
  margin-bottom: 15px;
  justify-content: center;
  align-items: center;
}
.single-help-type .body h6 {
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
}
.single-help-type .icon .feather {
  height: 18px;
  width: 18px;
  color: rgba(250, 0, 0);
}

/*============Counter===========*/
.counter,
.partner {
  background-position: center;
  background-size: cover;
}
.single-counter {
  padding: 30px;
  width: 20%;
}
.single-counter h2 {
  color: #000;
}
.single-counter h2 .feather {
  position: relative;
  top: -10px;
}
.single-counter span {
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(250, 0, 0, 1);
  font-size: 15px;
}

/* ===== Partner ===== */
.single-partner {
  display: flex;
  justify-content: center;
}
.single-partner a img {
  width: auto !important;
  height: 35px;
}

/*
===============
About
===============
*/
.about {
  position: relative;
  overflow-x: hidden;
}
.about > svg {
  position: absolute;
  right: -100px;
  top: -100px;
}

/* ===== Events ===== */
.page,
.events {
  position: relative;
}
.current-event {
  border-radius: 4px;
  background-color: #fff;
}
.current-event .img {
  position: relative;
}
.current-event img {
    border-radius: 4px;
    max-height: 250px;
    object-fit: cover;
}
.current-event .img .btn {
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.current-event-content h5 a {
  font-weight: 600;
  color: #333;
  text-decoration: none;
}
.current-event-content ul li {
  margin-bottom: 5px;
}
.current-event-content ul li .feather,
.single-prev-event .media-body p .feather {
  color: green;
  margin-top: -3px;
}

/*
=====================
Our programs
=====================
*/
#ourProgramsAjax .single-news img {
    width: 100px;
    height: auto;
    margin: auto;
}

/* 
=================
News
=================
*/
.single-news {
  margin-bottom: 30px;
  background-color: #fff;
}
.single-news img {
  width: 100%;
  border-radius: 4px;
  height: 150px;
  object-fit: cover;
}
.single-news .body span {
  color: #777;
  display: inline-block;
  margin-bottom: 8px;
}
.single-news .body span .feather {
  position: relative;
  top: -2px;
  color: green;
}
.single-news .body h6 {
  color: #333;
  font-size: 14px;
  font-weight: 600;
}
.single-news .links > a,
.links a,
.single-news .links .nav-link {
  color: #f00;
  text-decoration: none;
}

/*
==============
Footer
==============
*/
footer {
  font-size: 13px;
}
.footer-logo img {
  width: 80px;
}
.footer-logo p {
  color: #555;
}
.single-footer-content h3 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.single-footer-content ul li a,
.contact-info li,
.footer-logo ul li a {
  color: #555;
  display: block;
  padding: 8px 0;
  font-size: 13px;
  text-decoration: none;
}
.single-footer-content li img {
  width: 16px;
  margin-right: 5px;
}

.single-footer-content ul li a i {
  width: 15px;
  display: inline-block;
}
.copyright-area {
  padding: 20px 0;
  border-top: 1px solid #eee;
}
.copyright p {
  margin: 0;
}

/* ==========Branding========== */
.branding a img {
  height: 20px;
}

/* ===========Scroll Top========== */
.scrollTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #fff;
  color: rgba(250, 0, 0, 1);
  transition: 0.4s;
  transform: scale(0);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scrollTop:hover {
  background-color: rgba(250, 0, 0, 1);
  color: #fff;
}
.scrollTop.show {
  transform: scale(1);
}

/* ============ Pages ============*/
.page-header-area {
  background-color: #f9f9f9;
  padding: 30px 0;
}
.page-header-area h2 {
  margin-bottom: 0;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.form-area {
  border-radius: 4px;
}

/* ============ faq page ============ */
.faq-area .card {
  margin-bottom: 15px;
  border: 0;
  border-radius: 4px;
}
.faq-area .card a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  padding: 15px 20px;
  text-decoration: none;
  background-color: rgba(250, 0, 0, 1);
  transition: 0.5s;
  border-radius: 4px 4px 0 0;
}
.faq-area .card a.collapsed {
  background-color: #fff;
  color: #000;
  border-radius: 4px;
}
.card-body p:last-child {
  margin-bottom: 0;
}

/*
================
Team Page
================
*/
.teamNav .card > a {
  padding: 15px;
  transition: 0.5s;
  text-decoration: none;
  color: #333;
}
.teamNav > div.active {
  background-color: #f8d7da;
}
.teamNav > .card:first-child a {
  border-radius: 4px 4px 0 0;
}
.teamNav > .card:last-child a {
  border-radius: 0 0 4px 4px;
}
.teamNav .card a span:first-child .feather {
  padding-right: 15px;
  border-right: 1px solid #eee;
  margin-right: 15px;
  width: auto;
  color: rgba(250, 0, 0, 1);
}

.teamNav .card-body a {
  padding: 10px 15px;
  text-decoration: none;
  color: #444;
  display: block;
  border-radius: 4px;
  margin-bottom: 3px;
}
.teamNav .card-body a.active,
.teamNav .card-body a:hover,
.teamNav .card > a.active {
  background-color: #f8d7da;
}

.single-team {
  text-align: center;
  border-radius: 4px;
  transition: 0.5s;
  padding-top: 20px;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #eee;
}

.single-team .dropdown {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #555;
}
.single-team:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.single-team img {
  height: 110px;
  width: 110px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
}
.single-team .body {
  padding: 10px;
}
.single-team .body h6 {
  font-size: 14px;
  margin-bottom: 0;
  color: #333;
}
.single-team .body span {
  color: #777;
}
.team-title h6 {
  color: #000;
}

/* single page design */
.single-item-content img {
  border-radius: 6px;
}
.single-item-content .content {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 6px;
}
.single-item-content p:last-child {
  margin-bottom: 0;
}
.post-info li {
  display: inline-block;
  margin-right: 15px;
}
.post-info li a {
  color: #777;
  text-decoration: none;
}
.post-info li .feather {
  margin-right: 5px;
  color: green;
}

/* modal */
.modal-content {
  border: 0;
}

/* loader */
.loader {
  position: relative;
}
.loader .load {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9;
}

/* google translate */
.translate button {
  width: 100%;
  border: 1px solid #ddd;
  padding: 0;
  background: transparent;
  border-radius: 4px;
}
.goog-te-banner-frame {
  display: none !important;
}
.goog-logo-link {
  display: none !important;
}
.goog-te-gadget {
  height: 36px !important;
  overflow: hidden;
}
select.goog-te-combo {
  width: 100%;
  border: 0;
  background: transparent;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
  outline: 0;
  font-family: "Roboto", sans-serif;
  color: #777;
  display: block;
  height: 36px;
  line-height: 30px;
  margin: 0 !important;
}

/* alert */
#alert {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  z-index: 99999;
  transition: 0.5s ease-in-out;
  text-align: center;
  display: none;
}
#alert.show {
  display: flex;
  justify-content: center;
  align-items: center;
}

.alert-body {
  width: 280px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.alert-body > div {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.alert-body > div .otpsp {
  margin: auto;
  margin-bottom: 5px;
}
.alert-body div strong {
  display: block;
}
.alert-body a,
.alert-body span {
  display: block;
  padding: 10px;
  transition: 0.5s;
  border-radius: 0 0 10px 10px;
  text-decoration: none;
  color: #555;
  cursor: pointer;
}
.alert-body a:hover,
.alert-body a:focus,
.alert-body span:hover,
.alert-body span:focus {
  background-color: #f5f5f5;
}
.alert-body .two {
  float: left;
  width: 50%;
  border-left: 1px solid #ddd;
}
.alert-body .two:first-child {
  border-radius: 0 0 0 10px;
}
.alert-body .two:last-child {
  border-radius: 0 0 10px 0;
}

.memberPhoto,
.bloodReqDetail img {
  width: 22px;
  border-radius: 4px;
  margin-right: 6px;
}

/* bloodDonorViewArea */
.bloodDonorViewArea img {
  height: 120px;
  width: 120px;
  object-fit: cover;
  border-radius: 6px;
}

/* blood request */
.prerequisition ol li {
  padding: 3px 0;
}

.preview img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 4px;
}
