@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Raleway:wght@300&family=Roboto:ital,wght@0,100;1,900&family=Yuji+Hentaigana+Akari&display=swap");
@import url("https://fonts.maateen.me/kalpurush/font.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Yuji Hentaigana Akari", cursive;
  font-family: "Raleway", sans-serif;
  font-family: "Roboto", sans-serif;
  font-family: "Montserrat", sans-serif;
}

:root {
  --body-background-color:#F5F5F5;
  --column-left-background-color:#FFFFFF;
  --navbar-color:#337AB7;
  --navbar-font-color:white;
  --box-shadow-color:rgb(231, 231, 231);
}

body {
  background: var(--body-background-color);
}

.header_navbar {
  background-color: var(--column-left-background-color);
  box-shadow: 0px 0px 3px 2px var(--box-shadow-color);
  text-transform: uppercase;
}
.header_navbar .active {
  background-color: #337AB7;
}
.header_navbar .active a {
  color: white;
}
.header_navbar ul > li a {
  color: black;
}

.header_navbar > ul > li a:hover {
  background-color: #337AB7;
  color: white;
  font-weight: bold;
}

.mobile_header_nav_toggle {
  display: block !important;
  text-align: center;
}

.sidebar {
  background-color: var(--column-left-background-color);
}

.sidebar-left.row > * {
  padding-right: 0px;
  padding-left: 0px;
}

.row img {
  width: 100%;
  height: auto;
}

.book1 {
  height: 80px;
  background-color: #f5f5f5;
}
.book1 img {
  width: 50px;
}

.navbar {
  background: var(--column-left-background-color);
}
.navbar li {
  font-weight: 500;
}
.navbar li a {
  color: black;
}
.navbar .active {
  background-color: #337AB7;
}
.navbar .active a {
  color: white;
}
.navbar li a:hover {
  background-color: #337AB7;
  color: white;
}

#details_content .row {
  margin-left: 0px;
  margin-right: 0px;
}
#details_content .navbar {
  box-shadow: 0px 0px 3px 2px var(--box-shadow-color);
}
#details_content .content {
  background-color: var(--column-left-background-color);
  box-shadow: 0px 0px 3px 2px var(--box-shadow-color);
  display: none;
}
#details_content .content.active {
  display: block;
}

.social_icon a {
  color: rgb(243, 244, 243);
}
.social_icon a i {
  font-size: 25px;
  padding: 13px;
  border: 1px solid gray;
  border-radius: 50%;
  margin-right: 10px;
}

.book img.book2 {
  -o-object-fit: contain;
     object-fit: contain;
}
.book img.book1 {
  min-width: 100px;
  height: 120px;
}

.mobile_nav_toggle {
  display: block !important;
  text-align: center;
}

.mobile_footer {
  background-color: rgb(55, 55, 55);
}
.mobile_footer p {
  margin-bottom: 0px;
}

@media only screen and (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1600px;
  }
}
@media only screen and (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #details_content div.ps-4 {
    padding-left: 0px !important;
  }
  .mobile_footer .justify-content-between {
    justify-content: center !important;
  }
  .mobile_footer .text {
    display: none;
  }
  .header_navbar .nav {
    display: none;
  }
  #details_content ul.nav {
    display: none;
  }
  #details_content {
    border: 0px !important;
  }
  #details_content .row.navbar {
    margin-top: 15px;
    padding-left: 20px;
  }
  #details_content .row.navbar ul {
    border-top: 1px solid rgba(128, 128, 128, 0.551);
    padding-top: 15px;
  }
  .navbar-toggle {
    padding: 5px 15px;
  }
  .index_page #award {
    text-align: center;
  }
}
.index_page #about-me span {
  text-transform: uppercase;
  font-size: 14px;
}

.index_page #social .card-text {
  font-size: 14px;
}

.index_page #social i {
  color: white;
  background-color: #337AB7;
}
.index_page #covid p {
  margin-right: 15px;
  color: rgb(130, 128, 128);
  font-size: 14px;
}
.index_page #covid p i {
  margin-right: 5px;
}
.index_page #covid h5 {
  color: rgb(98, 97, 97);
}
.index_page #covid .btn {
  max-width: 200px;
  background-color: #337AB7;
  color: #F5F5F5;
}
.index_page .professional_advocate p {
  font-size: 16px;
}
.index_page #quotes img {
  width: 30%;
}

.index_page .charitable_work img {
  width: 100%;
  height: 200px;
}

.index_page .charitable_work .article {
  height: 80px;
  overflow: hidden;
}

.bangla_page {
  background-color: #F8F7FA;
}

.gallery_page .gallery_img img {
  width: 100%;
  height: 200px;
}

.gallery_page .gallery_img .article {
  height: 50px;
  overflow: none;
}

.videos_page .video_section img {
  width: 100%;
  height: 200px;
}

.videos_page .video_section h5 {
  height: 50px;
  overflow: hidden;
}

.videos_page .video_section p {
  text-align: left !important;
}

body#bangla_page .sidebar-left * {
  font-family: "Kalpurush", sans-serif !important;
  font-size: 22px !important;
  line-height: 35px;
}

.award_img img {
  height: 220px;
}

.visitor-blogs-image {
  height: 220px;
}

.custom-table-pagination {
  position: absolute;
  margin-top: 0px;
  text-align: right;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
  right: 16px;
}

.custom-table-pagination a {
  color: rgba(0, 0, 0, 0.849);
}

.page-item:not(:first-child) .page-link {
  height: 100%;
}

.page-item:first-child .page-link {
  height: 100%;
}

.small-device-pagination-number .pagination {
  margin-right: 8px;
}

@media only screen and (max-width: 576px) {
  .small-device-pagination-parent {
    display: block !important;
  }
  .small-device-pagination-parent .small-device-pagination-number {
    position: initial;
  }
}
.single-blog-page-image-div {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.255);
}

.single-page-description-justify {
  text-align: justify !important;
}/*# sourceMappingURL=style.css.map */