/* Font Import */
@import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap");

a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
}

a:hover {
}

:lang(bn) {
  font-family: "Hind Siliguri", sans-serif;
}

.fa,
.fas {
  font-family: "Font Awesome 5 Free";
}

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

:lang(en) {
  font-family: "Roboto", sans-serif;
}

body {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 25px;
  font-family: "Hind Siliguri", sans-serif;
  background-color: #f5f5f5;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
  color: #000000;
}

h2 {
  font-size: 20px;
  line-height: 30px;
}

h3 {
  font-size: 18px;
  margin-top: 10px;
  line-height: 30px;
}

h4 {
  font-weight: 500;
}

h5 {
}

p {
  margin: 7px 0;
}

h2.col-title {
  border-left: 4px solid #ffba00;
  padding-left: 15px;
  margin: 15px 0;
}

.dark-bg h2.col-title {
  color: #fff;
}

a {
  color: #555;
}

main img {
  width: 100%;
  border-radius: 10px;
}

.half-gutters {
  margin-left: -6px;
  margin-right: -6px;
}

.half-gutters > .col,
.half-gutters > [class*="col-"] {
  padding-left: 6px;
  padding-right: 6px;
}

.grey-bg {
  background: #f6f6f6;
}

.grey-bg [class*="col-"] > div {
  /* background-color: #fff; */
}

.in-content {
  padding: 10px;
}

.thumb-big img {
  height: 100%;
}

.thumb-small {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.thumb-small img {
  height: 100px;
  width: 150px;
}

.thumb-small p {
  text-align: justify;
}

.grey-bg .thumb-small,
.dark-bg .thumb-small {
  margin-top: 0;
}

.post-one {
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.bb {
  border-bottom: 1px solid #ddd;
}

.grey-bg .post-one {
  /* padding: 10px; */
}

.post,
.post-one {
  display: block;
  clear: both;
  overflow: hidden;
}

.post-one p,
.post-two p {
  margin: 0px;
}

.post-two {
  background: #e8f1f8;
  padding: 10px;
  margin-bottom: 2px;
}

.post-two p {
  color: #2c4b73;
}

.bigger_section img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: 250px;
}

h2.color-title {
  background: #0063b6;
  color: #fff;
  text-align: center;
  line-height: 50px;
}

h2.color-title.green {
  background: #22b67a;
}

h2.color-title.cyan {
  background: #0fbbb5;
}

h2.color-title.orange {
  background: #e59619;
}

.search-form {
  display: flex;
  flex-flow: nowrap;
  justify-content: end;
  flex: 1;
}

@media (min-width: 576px) {
  .search-form.form-inline input {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .search-form {
    width: 255px;
    margin-left: 20px;
  }
}

/* @media (max-width: 576px) {
  .user  {
    width: 75px;
  }
} */

@media (max-width: 576px) {
  .logo-side img {
    width: 318px !important;
  }
}

.see-all-link {
  color: #00b4e0;
}
.see-all-link:hover {
  color: #000;
}

/* btn */
.btn-blue {
  background-color: #0062b5;
}

.btn-orange {
  background-color: #ffba00;
}

/* 
	Typography 
-----------------------------------------------------------------*/

@media (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
}

.overlay-inn {
  background: #000;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.overlay-inn.active {
  opacity: 0.6;
  visibility: visible;
}

/* 
	Header
-----------------------------------------------------------------*/

header a {
  font-weight: 500;
}
.logo-title-1st {
  font-size: 25px;
  font-weight: 500;
  color: #ee1d23;
  padding-left: 5px;
  font-family: "Roboto", sans-serif !important;
}
.logo-title-2nd {
  font-size: 32px;
  padding-top: 7px;
  font-weight: 500;
  color: green;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif !important;
}
.topbar {
  color: #fff;
  line-height: 40px;
  background-color: #003869;
}

/* logo section */
.logo-section {
  color: #fff;
  padding: 0;
  background-color: white;
  border-top: 3px solid #2f3195;
  border-bottom: 1px solid #f3f3e8;
}

.logo-section a {
  color: #fff;
}

.logo-side,
.user-side {
  gap: 5px;
}

.logo-side img {
  float: left;
  padding: 5px 10px 10px 0;
  max-width: 100px;
}

/* Start:: Footer design */
footer {
  background: #1d1d1f;
  padding: 20px 0;
}

.copyright {
  text-align: center;
  color: #818181;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  border-top: 1px dotted;
  margin-top: 20px;
  padding: 10px 0 0 0;
  font-family: "Roboto", sans-serif;
}
.footer h2 {
  margin-bottom: 10px;
  font-size: 19px;
  text-transform: uppercase;
  text-align: left;
  color: #2fa449;
  font-weight: bold;
}
.footer-location {
  overflow: hidden;
}
.helpline p img {
  width: 100%;
  text-align: left;
  display: block;
}
.helpline p img {
  margin: auto;
}
.important-link ul {
  list-style-type: none;
}
.important-link ul li {
  padding: 0px 0 15px 0px;
}
.important-link ul li a {
  color: #fff;
  font-family: "Roboto", sans-serif;
}
.social-media i,
em {
  padding: 5px 0;
  _border: 1px solid #ccc;
  margin: 0 5px 0 0;
  font-size: 14px;
  height: 25px;
  width: 30px;
  text-align: center;
  cursor: pointer;
}
/* End:: Footer design */

/* Start:: GO List  */
.go-container {
  padding: 20px 0;
}
.go-item {
  padding: 20px 20px 0px 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  /*text-align: center;*/
  transition: transform 0.2s;
}

.go-item:hover {
  transform: scale(1.05);
}

.go-icon {
  font-size: 61px;
  height: 56px;
  margin-bottom: 0px;
}

.go-title {
  font-size: 16px;
  /*font-weight: bold;*/
      height: 125px;
    overflow: hidden;
}

/* Updated styles for the modal */
#pdfModal {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  align-items: center;
  justify-content: center;
  opacity: 0; /* Set initial opacity to 0 */
  visibility: hidden; /* Hide the element initially */
  transition: opacity 0.3s ease, visibility 0s linear 0.3s; /* Add a transition effect for fadeIn/fadeOut */
}

#pdfModal.show {
  opacity: 1; /* Set opacity to 1 when the modal is shown */
  visibility: visible; /* Make the element visible when the modal is shown */
}

#pdfModalContent {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
  text-align: center;
  max-width: 80%; /* Set a maximum width for the modal content */
}

#pdfPassword {
  margin-bottom: 10px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box; /* Ensure padding and border are included in the width */
}

#pdfButtons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

#pdfButtons button {
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  color: #fff;
  margin: 0 2px;
}

#pdfButtons #openPdfBtn {
  background-color: #28a745;
}

#pdfButtons #closeModalBtn {
  background-color: #dc3545;
}
.form-control:focus {
  box-shadow: none !important;
}

