@charset "UTF-8";

* {
  padding: 0rem;
  margin: 0rem;
}

body {
  font-size: 18px;
  font-family: "Inter", sans-serif;

}

a {
    color: #D2020F;
    text-decoration: none;
}

.btn {
    padding: 14px 26px;
    border-radius: 0.5rem;
}

.no-record {
  padding-top: 56px;
}

.no-record img {
  width: 100px;
  opacity: 0.4;
}

.no-record p {
  color: #666;
  margin-top: 22px;
}

.page-title {
  border-bottom: 1px solid #D2020F;
  margin-left: 18px !important;
  margin-right: 18px !important;
}

.page-title h4 {
  color: #D2020F;
  font-size: 1rem;
  text-transform: uppercase;
}


.page-sub-title {
  font-size: 0.8rem;
  color: #999;
}


.text-gray {
  color: #999 !important;
}

.review-title {
  border-bottom: 2px dotted #ddd;
}


.review-list .list-group-item {
  background-color: transparent;
}

.review-list .list-group-item:first-child {
  border-top: 0;
}






.menu {
  background: #fff;
  box-shadow: 0px 3px 10px #00000012;
}

.menu .main-menu {
  display: flex;
  justify-content: space-between;
}

.menu .main-menu .nav-item.active .nav-link,
.menu .main-menu .nav-item:hover .nav-link {
  color: #D2020F;
}

.menu .main-menu .nav-link {
  color: #000;
  border-bottom: 3px solid transparent;
  font-size: 1.2rem;
}


@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
}


.article-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.article-title.show-line {
  overflow: visible;
  white-space: normal;
}

.article-share-top {
  display: none;
}


.inner-speeches-list a img {
  transition: all 0.2s linear;
}

.inner-speeches-list a:hover img {
  box-shadow: 0 0 6px #999;
  transform: scale(1.02);
}

.video-gallery a {
  position: relative;
  display: block;
}

.video-gallery a .overlay {
  position: absolute;
  background-color: #00000057;
  inset: 0;
  border-radius: 17px;
}

.video-gallery a img {
  width: 100%;
  border-radius: 17px;
}

.video-gallery p {
  margin-top: 1rem;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 3rem;
}

.video-gallery a .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.video-gallery a:hover .play-icon {
  opacity: 1;
  box-shadow: none;
}

#sb-photos li,
#sb-photos a,
#sb-photos>div {
  position: relative;

}

#sb-photos li::before,
#sb-photos li::after,
#sb-photos a::before,
#sb-photos a::after,
#sb-photos>div::before,
#sb-photos>div::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform 0.3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  pointer-events: none;
}

#sb-photos li::before,
#sb-photos a::before,
#sb-photos>div::before {
  transform-origin: left top;
}

#sb-photos li::after,
#sb-photos a::after,
#sb-photos>div::after {
  transform-origin: right bottom;
}

#sb-photos li:hover::before,
#sb-photos li:hover::after,
#sb-photos li:focus::before,
#sb-photos li:focus::after,
#sb-photos a:hover::before,
#sb-photos a:hover::after,
#sb-photos a:focus::before,
#sb-photos a:focus::after,
#sb-photos>div:hover::before,
#sb-photos>div:hover::after,
#sb-photos>div:focus::before,
#sb-photos>div:focus::after {
  transform: scale3d(1, 1, 1);
}

#sb-photos li img,
#sb-photos a img,
#sb-photos>div img {
  height: 335px;
  width: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 17px;
}

.sb-name {
  padding: 0rem 0rem 1rem;
  font-size: 2.4rem;
  font-weight: bold;
}

.sb-name span {
  z-index: 9;
}

.sb-name p {
  color: #999;
  z-index: 9;
  margin: 0;
  font-size: 1rem;
}

.sb-name p i {
  vertical-align: middle;
}

.sb-name p a {
  color: #D2020F;
}

.sb-name:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #D2020F;
  z-index: 9;
}

.msg-form .form-control {
  background-color: #f5f5f5;
  box-shadow: 0 1px 3px #ccc;
  height: 44px;
  border: 0;
}

.msg-form textarea {
  height: 90px;
}

.p-margin>p {
  margin-bottom: 0;
}

.book .purchase1 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.book .purcase2 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.book .purcase2 img:hover {
  filter: saturate(0.3);
  transform: scale(1.05);
  transition: filter 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.purchase img:hover {
  filter: saturate(0.3);
  transform: scale(1.05);
  transition: filter 0.4s ease-in-out, transform 0.4s ease-in-out;
}


.book .purcase2 img:nth-child(1) {
  margin-top: 14px;
}

.book .purcase2 img:nth-child(2) {
  height: 40px;
}

@media screen and (max-width: 425px) {
  .book .purchase1 {

    flex-direction: column;
    align-items: start;
  }
}

@media screen and (max-width: 320px) {
  .book .purcase2 img:nth-child(1) {

    height: 25px;
  }
}





.comment-form textarea {
  height: 90px !important;
}

.tags-list>li {
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 20px;
  padding: 0.6rem 1rem;
  text-transform: lowercase;
  font-size: 0.9rem;
  cursor: pointer !important;
  color: #666;
  text-align: center;
  font-weight: bold;
}

.tags-list>li:hover {
  color: #000;
  background-color: #f5f5f5;
}

.blog-tags {
  position: relative;
}

.blog-tags .lSAction>a {
  background-image: none !important;
  background: #fff;
  text-align: center;
  line-height: 32px;
  font-size: 1.4rem;
  border-radius: 50%;
  top: 4px;
  margin-top: 0;
}

.blog-tags .lSAction>a.lSPrev {
  left: 0;
}

.blog-tags .lSAction>a.lSNext {
  right: 0;
}

@media screen and (max-width: 400px) {
  .video-gallery a {
    width: 100%;
  }
}

.remove-twiiter-embed-text {
  position: relative;
  min-height: 50px;
}

.remove-twiiter-embed-text:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 3px;
  height: 44px;
  width: 50%;
  background-color: #fff;
  z-index: 999;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

.my-associations-carousel .carousel-item .logos {
  opacity: 0.7;
  transition: all 0.2s linear 0.1s;
}

.my-associations-carousel .carousel-item .logos:hover {
  opacity: 1;
}

.my-associations-carousel.right-panel-carousel .carousel-control-prev,
.my-associations-carousel.right-panel-carousel .carousel-control-next {
  top: -36px !important;
}

.my-associations-carousel .carousel-control-prev,
.my-associations-carousel .carousel-control-next {
  color: #000;
  font-size: 2rem;
  bottom: auto;
  top: -56px;
  right: 0;
  width: 44px;
  background: rgba(0, 0, 0, 0.07);
}

.my-associations-carousel .carousel-control-prev:hover,
.my-associations-carousel .carousel-control-prev:focus,
.my-associations-carousel .carousel-control-next:hover,
.my-associations-carousel .carousel-control-next:focus {
  color: #D2020F;
  background: rgba(210, 2, 16, 0.07);
  opacity: 1;
}

.my-associations-carousel .carousel-control-prev {
  left: auto;
  right: 45px;
}

.my-associations-carousel .carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.2);
}

.my-associations-carousel .carousel-indicators li.active {
  background-color: #D2020F;
}

.subContentDiv p,
.subContentDiv p span,
.home-posts p,
.home-posts p span {
  font-size: 1rem !important;
}

.books_slider {
  position: relative;
}

.books_slider .lSAction .lSPrev,
.books_slider .lSAction .lSNext {
  color: #fff;
  font-size: 2rem;
  bottom: auto;
  width: 22px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.books_slider .lSAction .lSPrev:hover,
.books_slider .lSAction .lSPrev:focus,
.books_slider .lSAction .lSNext:hover,
.books_slider .lSAction .lSNext:focus {
  color: #fff;
  background: rgba(210, 2, 16, 0.5);
  opacity: 1;
}

.books_slider .lSAction .lSPrev {
  left: 0;
}

.books_slider .lSAction .lSNext {
  right: 0;
}

.custom-tabs {
  border-bottom: 0 !important;
}

.custom-tabs .nav-item {
  margin-bottom: 0 !important;
}

.custom-tabs .nav-item .nav-link {
  border: 1px solid #dee2e6 !important;
  border-radius: 0 !important;
}

.custom-tabs .nav-item .nav-link.active {
  border-color: #D2020F !important;
  background-color: #D2020F !important;
  color: #fff !important;
}


.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  justify-content: flex-end;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #D2020F;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #86010a;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(210, 2, 15, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #D2020F;
  border-color: #D2020F;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

@media (min-width: 768px) {
  .float-md-right {
    float: right !important;
  }
}

/***************************** Khusbu css start********************************************************/

.body-content {
  min-height: 100vh;
}

.timeline .inner-flex {
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .main-menu .navbar-collapse {

    flex-grow: inherit;
  }
}

.menu .navbar-nav .nav-item {
  padding-right: 1rem;
}


.tab-section {
  margin-bottom: 3rem;
}

.tab-section .nav.nav-tabs .nav-link.active {
  position: relative;
  font-weight: 900;
}

.tab-section .nav.nav-tabs .nav-link.active:before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  background-color: red;
  height: 3px;
  border-radius: 5px 5px 0 0;
}

.tab-section .nav.nav-tabs .nav-link {
  font-size: 1.3rem;
  color: #000;
  padding: .5rem 2rem;
}

.tab-section .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff00;
  border-color: #dee2e600 #dee2e621 #dee2e6;
}


.contact-right {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}


footer {
  background-color: #252525;
  padding: 1rem 0rem;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
}

footer p {
  margin-bottom: 0rem;
}

footer .footer-inner a , footer .footer-inner p{
  color: #6c757d;
}
footer .footer-inner a:hover{
  color:#fff;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.book .book-img img {
  height: 357px;
  margin-left: -5rem;
}


.social-link {
  list-style: none;
  color: #fff;
}

.social-link ul {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0rem;
}

.social-link ul li {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #000;
}


.social-link ul li a:hover svg {
  transform: scale(1.2);
}


.menu .logo img {
  height: 60px;
}


.banner .carousel-caption {
  text-align: left;
  width: 46%;
  top: 50%;
  transform: translatey(-50%);
  bottom: auto;
  left: 7%;
}


.banner .carousel-caption h1.heading {
  font-size: 80px;
  font-weight: 900;
  color: #252525;
  text-transform: uppercase;
}

.banner .carousel-caption p.paragraph {


  color: #252525;
  margin: 2rem 0rem;
  font-size: 20px;
  width: 85%;
  opacity: 70%;

}

.purchase {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.purchase a:nth-child(2) img {
  height: 40px;
}

.purchase a:nth-child(1) img {
  margin-top: 14px;
}


.available-on {
  margin-top: 6rem;
  margin-bottom: 0rem;
}

.banner .carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  background-color: #212020;
  border-radius: 50%;
}


.banner .carousel-caption .read-now:hover {
  color: red !important;
}

.about-section {
  padding: 4rem 0rem;
}

.timeline .swiper-pagination-bullet {
  width: 1rem;
  border-radius: .5rem;
  height: 3px;
  background: #fff;
  transition: 0.3s;
}

.timeline .swiper-pagination {
  bottom: -2.3rem !important;
}

.timeline .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 3.5rem;
}

.timeline .inner-flex a {
  margin-right: 0rem;
  margin-top: -2rem;
}


}

.about-section .about-section-left .content a {
  padding: 1rem 1.8rem;
}

.about-section .about-section-left .content h2 {
  font-weight: 700;
  font-size: 3rem;
}

.about-section .about-section-left .content .title {
  margin: 2rem 0rem;
  font-size: 24px;
  font-weight: bolder;
}

.about-section .about-section-left .content .description {
  font-size: 20px;
  margin-bottom: 2rem;
}

.books-of-subratbachi {
  background-color: #F5F3ED;
  padding: 4rem 0rem;
}

.books-of-subratbachi h2 {
  margin-bottom: 2rem;
}

.books-of-subratbachi .swiper-slide {
  text-align: center;
}

.books-of-subratbachi .swiper-slide p {
  font-weight: 700;
  font-size: 1.3rem;


}

.books-of-subratbachi .swiper-button-prev,
.feature-video .swiper-button-prev,
.speeches .swiper-button-prev {
  top: 18px;
  right: 185px;
  left: auto;
}

.books-of-subratbachi .swiper-button-next,
.feature-video .swiper-button-next,
.speeches .swiper-button-next {
  top: 18px;
  right: 134px;
}


.books-of-subratbachi .swiper-button-next,
.books-of-subratbachi .swiper-button-prev,
.feature-video .swiper-button-next,
.feature-video .swiper-button-prev,
.speeches .swiper-button-next,
.speeches .swiper-button-prev {
  color: #8f8e8c;
}

.books-of-subratbachi .swiper-button-next:after,
.books-of-subratbachi .swiper-button-prev:after,
.feature-video .swiper-button-next:after,
.feature-video .swiper-button-prev:after,
.speeches .swiper-button-next:after,
.speeches .swiper-button-prev:after {
  font-size: 1.8rem;
}

.books-of-subratbachi .swiper-slide img {
  height: 350px;
}


.feature-video {
  background-color: #fff;
  padding: 4rem 0rem;
}


.timeline .swiper-slide .card .card-body {
  padding: 2rem;
}

.timeline h2 {
  margin-bottom: 2rem;
}


.bookmodal {
  overflow-y: hidden;
}

.timeline .logo {
  height: 270px;
  width: 270px;
  border-radius: 50%;
  margin: 0 auto;
}

.timeline .logo img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.assocation-timeline h5 {
  color: #fff;
  font-size: 28px;
}

.assocation-timeline .description p {
  font-weight: 200;
  color: #fff;
  font-size: 22px;
}

.timeline .association-left {
  display: flex;
  justify-content: center;
}


.feature-video h2 {
  margin-bottom: 2rem;
}


.featureSwiper .swiper-wrapper .overlay {
  position: absolute;
  background-color: #00000057;
  inset: 0;
  border-radius: 17px;

}

.featureSwiper .swiper-wrapper img.image-item {

  border-radius: 17px;
  width: 100%;
}


.featureSwiper .swiper-wrapper .content {
  position: absolute;
  background-color: #fff;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #000;
  font-weight: 700;
  font-size: 1.1rem;
  width: 60%;
  border-top-left-radius: 10px;
}

.featureSwiper .swiper-wrapper .content p {
  margin-bottom: 0rem;
}

.featureSwiper .swiper-wrapper .youtube-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.featureSwiper .swiper-wrapper .content .youtube-icon img {
  height: 15px;
}

.featureSwiper .swiper-wrapper .swiper-slide a:hover .youtube-icon {
  opacity: 1;
}


.speeches {
  background-color: #F5F3ED;
  padding: 4rem 0rem;
}

.speeches h2 {
  margin-bottom: 2rem;
}


.speeches .image-wrapper a {
  width: 100%;
  height: 500px;
  display: block;
}

.speeches .image-wrapper a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 3px 6px #00000029;
}

.speeches .date {
  font-size: 18px;
  opacity: 70%;
  padding-left: 8px;
  margin-top: 1rem;
}

.speeches .description {
  font-size: 18px;
  color: #252525;
  width: 90%;
  padding-left: 8px;
  font-weight: 500;
}

.news-section {
  padding: 4rem 0rem;
  background-color: #fafafa;
}

.news-section .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff00;
  border-color: #dee2e600 #dee2e621 #dee2e6;
}

.news-section .nav.nav-tabs .nav-link {
  font-size: 1.3rem;
  color: #000;
}

.news-section .nav.nav-tabs .nav-link.active {
  position: relative;
  font-weight: 700;
}


.news-section .nav.nav-tabs .nav-link.active:before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  background-color: red;
  height: 3px;
  border-radius: 5px 5px 0 0;
}

.news-card {

  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.news-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 16px;
  color: #111;
}

.news-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.news-source {
  font-size: 18px;
  color: #666;

}

.news-date {
  display: block;
  font-size: 13px;
  color: #999;
}

.social-icons ul {
  display: flex;
  justify-content: center;
  gap: .5rem;
  margin-bottom: 0rem;
  list-style-type: none;
  padding-left: 0rem;
}

.news-section .news-card:hover,
.article-card:hover {
  background-color: #252525E0;
}

.article-card:hover p {
  color: #fff;
}

.read-more {
  color: #e53935;
  text-decoration: none;
  font-weight: 500;
  padding: .5rem;
  border-radius: .3rem;
}

.read-more:hover {
  color: #bd2130 !important;
}

.article-card:hover .read-more,
.article .card:hover .read-more {
  background-color: #dc4142;

  color: #fff !important;
}

.news-section .news-card:hover .news-title,
.article-card:hover .article-title,
.article-card:hover .article-summary {
  color: #fff;
}

.news-section .news-card:hover .news-source,
.article-card:hover .article-meta {

  color: #ddd;
}

.captcha {
  border: 1px solid #ddd;
  border-radius: .375rem;
  padding: .2rem;

}

.captcha-parent {
  margin-top: 29px;
}


.profile-tab ul li a.nav-link {
  color: rgb(146 146 146);
  font-size: 1.3rem;
}

.profile-tab ul li.nav-item a.active {
  color: #ff0018;
  border-bottom: 2px solid #ff0018;
}

.profile-tab ul li.nav-item a:hover {
  color: #ff0018;
}

.associations .row {
  margin: 40px 0px;
}


.article-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.article-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}

.article-card:hover .article-title a {
  color: #fff;
}


.article-meta {
  font-size: 14px;
  color: #575555;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.dot {
  font-size: 20px;
  line-height: 0;
}

.article-summary {
  font-size: 15px;
  color: #444;
  line-height: 1.5;
  margin-bottom: 20px;
}

.article-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.article-footer>div:first-of-type {
  gap: .5rem;
  display: flex;
}


.social-icons {
  display: none;
}

.social-icons {
  position: absolute;
  top: -9px;
  right: 30px;
  background: #fff;
  padding: 10px 15px;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.article-card:hover .sharing,
.article .card:hover .sharing,
.news-list .card:hover .sharing {
  color: #fff !important;
}

.news-list .h5 {
  font-size: 18px !important;
}


.social-icons img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.picture-section {
  padding: 4rem 0rem;
}

.picture-section h2 {
  margin-bottom: 2rem;
}


.weekly-picture {
  background-image: url("../imgs/bg-pink.png");
  background-size: cover;
  background-position: center;
  padding: 20px;
}

.picture-left {
  flex-basis: 100rem;
}


.weekly-picture img {
  width: 100%;
}


.hover-book {
  position: relative;
  overflow: hidden;

}

.image-wrapper {
  position: relative;
  cursor: pointer;

}

.image-wrapper:hover img {
  filter: grayscale(100%) brightness(40%);
}

.arrow-icon {
  font-size: 2rem;
  color: white;
  background: rgb(220 53 69);
  padding: 16px 20px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}


.view-more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.view-more span {
  color: #fff;
  font-weight: bold;
  display: block;
  margin-top: 1rem;
  opacity: 0;

}


.image-wrapper:hover .view-more span,
.image-wrapper:hover .arrow-icon {
  opacity: 1;


}

.books-of-subratbachi .view-more {
  position: absolute;
  top: 37%;
  left: 50%;
  z-index: 2;
  margin-left: -35px;
  width: 100px;
  transform: unset;
}


.timeline {
  background-image: url("../imgs/timeline-bg.png");
  padding: 4rem 0rem 6rem;
  background-color: #242424;
}

.timeline h1 {
  margin-bottom: 2rem;
}


.bookmodal .scroll {
  overflow-y: scroll;
  height: 360px;
  padding-right: 1rem;

}

.speech .image-wrapper a {
  width: 100%;
  height: 400px;
}

.speech .image-wrapper a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 3px 6px #00000029;
}

.twitter {
  background-color: #fff;
  border-radius: 15px;
  height: 110%;
  margin-top: -3rem;
  padding: 1rem;
}

.mobile-banner {
  display: none;
}

.bookmodal .modal-body {
  padding: 1rem 3rem 3rem 3rem;
}


.bookmodal .modal-content {
  border-radius: 15px;
}

.bookmodal .review {
  display: flex;
  gap: 1rem;
  align-items: center;
}


.bookmodal .review img {
  height: 100px;
  border-radius: 50%;
  border: 1px solid #ddd;
}

.book .list-group-item {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.book .list-group-item img {
  border-radius: 50%;
  border: 1px solid #ddd;
}

.write-tome {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 5;
  transform: translateY(-50%);
  writing-mode: sideways-lr;
  text-orientation: mixed;
  display: flex;
  gap: 1rem;
  border-radius: 0.5rem 0 0 0.5rem;
  background-color: #dc4142;
  color: #fff;
  padding: 2rem 1rem;

}

.write-tome:hover {
  background-color: #9a3232;
  color: #f2f0f1 !important;
  text-decoration: none !important;
}

.breadcrum__section {
  background-image: url(../imgs/inner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 3rem 0rem;

}

.breadcrum__section ol li a {
  color: #fff;

}

.breadcrum__section ol li a:hover {
  text-decoration: underline;

}

.associations .row:nth-of-type(odd) {
  background-color: #dddddd3b;
  padding: 40px 0px;
}

.breadcrum__section ol {
  margin-bottom: 0rem;

}

.breadcrum__section .breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: rgb(216 217 218 / 75%);
  content: var(--bs-breadcrumb-divider, "/");
}

.news-list .card,
.article .card {
  border: none;
  box-shadow: 1px 1px 10px #ddd;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  border-radius: 12px;
}

.article-details .card,
.speech .card {
  border: none;
  box-shadow: 1px 1px 10px #ddd;
  padding: 2rem;
  border-radius: 12px;
}

.news-list .card h1 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 16px;
  color: #111;
}

.news-list .card .date {
  font-size: 13px;
  color: #999;
}

.news-list .card .news-type {
  font-size: 14px;
  color: #666;
}


.news-list .card .social-date {
  font-size: 14px;
  color: #666;
}

.comment-form input,
.contact input {
  height: 40px;
}


.speech .date {
  font-size: 18px;
  opacity: 70%
}

.speech .description {
  font-size: 18px;
  color: #000;
}

.contact-right img {
  width: 100%;
  border-radius: 20px;
}


.release-badge {
  position: absolute;
  right: 12%;
  top: 37%;
}

.circle {
  background-color: #DC4142;
  border-radius: 50%;
  color: white;
  text-align: center;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 162px;
  width: 162px;

}

.text-top {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;

}

.text-day {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3em;
}

.text-date {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0px;
  text-transform: uppercase;
}


.news-list .card:hover,
.article .card:hover {
  background-color: #252525E0;
}

.news-list .card:hover .h5 {
  color: #fff;
  text-decoration: underline;
}

.news-card:hover a {
  color: #fff !important;
  text-decoration: underline !important;
}


.article .card:hover .article-meta {
  color: #ddd;
}

.news-list .card:hover h1,
.article .card:hover .article-title,
.article .card:hover p {
  color: #fff;
}

.news-list .card:hover .news-type a,
.news-list .card:hover .news-type {
  color: #fff !important;

}

.inner-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inner-flex a {
  margin-right: 6rem;
  margin-top: -2rem;
}


.about-section-left {
  margin: 2rem 0rem;
}


.about-section-right {
  background-color: #fff;
  box-shadow: 0px 3px 30px #00000014;
  padding: 10rem 4rem;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 4rem;


}

.contact .captcha-parent .btn {
  padding: 7px 12px !important;
}


.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  color: red;
}

.containt-page h1,
.containt-page h2,
.containt-page h3,
.containt-page h4,
.containt-page h5,
.containt-page h6 {
  font-weight: 700;
  margin-bottom: 1rem;
}

.containt-page p {
  margin-bottom: 1rem;
}

.containt-page img.img-left,
.containt-page img.img-right {
  width: 45% !important;
  box-shadow: 0em 0em 1em #eaeaea;
  padding: 0.6em;
  border-radius: 0.2em;
}

.containt-page img.img-left {
  float: left;
  margin: 0rem 2em 1.5rem 0rem !important;
}

.containt-page img.img-right {
  float: right;
  margin: 0rem 0em 1.5rem 2rem !important;
}

.containt-page img.full-img {
  width: 100%;
  margin-bottom: 1rem;
}

.containt-page ul {
  list-style: none;
  margin-bottom: 2em;
  padding-left: 0rem;
}

.containt-page ul li {
  margin: 0em;
  padding: 0.8em 0em 0em 2em;
  position: relative;
}

.containt-page ul li:after {
  position: absolute;
  content: '\F134';
  font-family: bootstrap-icons !important;
  color: #dc3545;
  font-size: 1em;
  left: 3px;
  top: 13px;
}

.containt-page ol {
  margin-bottom: 2em;
  list-style: none;
  padding-left: 0rem;
}

.containt-page ol li {
  padding: 0.5em 0.5em 0.5em 2em;
  counter-increment: li;
  position: relative;
}

.containt-page ol li:before {
  content: counter(li);
  color: #000;
  font-weight: 600;
  font-size: 1.2em;
  position: absolute;
  left: 0em;
}

.containt-page table tr th {
  background: #c26059f7;
  font-weight: 700;
  color: #fff;
}


.associations .logo {
  height: 150px;
  width: 150px;
  box-shadow: 1px 1px 10px #ddddddd1;
  border-radius: 50%;
  margin: 0 auto;
}

.associations .logo img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.associations hr {
  border-top: 1px solid #a09c9c;
}

.associations .association-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.light-brown {
  background-color: #F5F3ED;
  border-radius: 20px;
}

.chariot p {
  color: #252525;
}

.speech-details .book-img {
  height: 452px;
  width: 320px;
  margin: 0rem 0rem 1rem 1rem;
}

.speech-details .book-img img {
  height: 100%;
  width: 100%;
}


.view-all-mobile {
  display: none;
}



.picture-container {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

.profile p {
  font-weight: 300;
}

.disclamir img {
  height: 530px;
}

.disclamir ul li {
  font-size: 20px;
  font-weight: 300;
}

.disclamir ul li:after {
  top: 18px;
}

.book .card:last-child {
  margin-bottom: 0rem !important;
}

.banner .carousel-item {
  height: calc(100vh - 78px);
  background-color: #ddd;
  overflow: hidden;
}

.banner .carousel-item img {
  height: 100%;
  object-fit: cover;
}

.bookmodal .book-img {
  height: 300px;
}


@media (max-width: 1680px) {


  .featureSwiper .swiper-wrapper .content {

    width: 70%;

  }

  .about-section-right .description {
    overflow-y: hidden;
    height: 354px;
    margin-bottom: 1rem;
  }

  .books-of-subratbachi .view-more {

    margin-left: -20px;

  }


}

@media (max-width: 1600px) {


  .speeches .image-wrapper a {

    height: 400px;

  }

  .assocation-timeline .description p {
    font-size: 20px;
  }

  .about-section-right {
    padding: 2rem 3rem;
  }
}


@media (max-width: 1440px) {
  .banner .carousel-caption h1.heading {
    font-size: 60px;

  }

  .books-of-subratbachi .swiper-slide p {

    font-size: 1.1rem;


  }

  .about-section-right .description {

    height: 293px;

  }


  .speeches .image-wrapper a {

    height: 350px;

  }


  .menu .main-menu .nav-link {

    font-size: 1rem;
  }


  .featureSwiper .swiper-wrapper img.image-item {
    height: 380px;

  }

  .banner .carousel-caption {

    left: 10%;
  }

  .about-section-right {

    padding: 2rem 2rem;
  }

  .books-of-subratbachi .view-more {
    margin-left: 15px;
  }
}


@media (max-width: 1366px) {

  .book .book-img img {
    margin-left: -7rem;
  }

  #sb-photos li img,
  #sb-photos a img,
  #sb-photos>div img {
    height: 260px;
  }

  .books-of-subratbachi .view-more {
    margin-left: -3px;
  }

  .disclamir img {
    height: 450px;
  }

  body {
    font-size: 16px;

  }

  .timeline .logo {
    height: 230px;
    width: 230px;

  }

  .btn {
    padding: 0.375rem .75rem;
  }


  .picture-container {

    align-items: center;
  }

  .about-section-left img {
    width: 100%;
  }

  .timeline h1 {

    font-size: 1.7rem;
  }

  .menu .navbar-nav .nav-item {
    padding-right: .5rem;
  }

  .featureSwiper .swiper-wrapper .content {
    width: 65%;
  }

  .featureSwiper .swiper-wrapper img.image-item {
    height: 330px;

  }

  .speeches .description {
    font-size: 16px;

    width: 100%;
  }

  .news-title {
    font-size: 16px;

  }


  .available-on {
    margin-top: 3rem;
  }


  .about-section-right {
    padding: 2rem 2rem;
  }

  .about-section-left {
    margin: 3rem 0rem;
  }

  .books-of-subratbachi .swiper-slide img {
    height: 288px;
  }


  .circle {
    height: 120px;
    width: 120px;
  }

  .text-top {
    font-size: 12px;

  }


  .text-date {
    font-size: 12px;

  }

  .about-section {
    padding: 3rem 0rem;
  }

  .about-section-right .description {
    height: 262px;
  }
}

@media (max-width: 1280px) {

  .timeline .logo {
    height: 173px;
    width: 173px;

  }

  .books-of-subratbachi .view-more {
    margin-left: -31px;
  }

  .assocation-timeline .description p {
    font-size: 16px;
  }

  .assocation-timeline h5 {
    font-size: 23px;
  }

  .speeches .image-wrapper a {
    height: 460px;
  }


  .menu .logo img {
    height: 44px;
  }


  .about-section-right .description {
    height: 189px;
  }
}

@media (max-width: 1024px) {
  .navbar-expand-lg .navbar-toggler {
    display: block;
  }

  .banner .carousel-item {
    height: unset;
    background-color: unset;
    overflow: unset;
  }

  .banner .carousel-item img {
    height: unset;
    object-fit: unset;
  }

  .book .book-img img {
    margin-left: -9rem;
  }

  .disclamir img {
    height: 375px;
  }

  .disclamir ul li {
    font-size: 16px;

  }


  .disclamir ul li:after {
    top: 13px;
  }

  .picture-container {
    gap: 1rem;
    flex-direction: column;
  }

  .picture-left {
    flex-basis: unset;
  }

  .speeches .image-wrapper a img,
  .speech .image-wrapper a img {
    object-fit: unset;
  }


  .humburger-menu-icon {
    font-size: 2rem;
  }


  .timeline h2 {
    font-size: 1.2rem;
  }

  .timeline .logo {
    height: 150px;
    width: 150px;
  }

  .menu .main-menu {
    position: relative;
  }


  .main-menu .navbar-collapse {
    position: absolute;
    left: 50%;
    right: 0;
    background-color: #fff;
    top: 100%;
    z-index: 1;
    padding: 1rem;
    box-shadow: 0px 0px 3px #ddd;
  }

  .menu .main-menu .nav-item.active .nav-link,
  .menu .main-menu .nav-item:hover .nav-link {
    display: inline-block;
  }


  .speeches .description {

    width: 85%;
  }

  .banner .carousel-caption h1.heading {
    font-size: 30px;
  }


  .banner .carousel-caption p.paragraph {

    font-size: 16px;

  }

  .about-section-left {
    margin: 0rem 0rem 1rem 0rem;
  }

  .associations .logo {
    height: 125px;
    width: 125px;

  }

  .about-section-right .description {
    height: auto;
  }

}

@media (max-width: 768px) {


  .banner .carousel-caption p.paragraph {
    color: #252525;

    width: 100%
  }

  .banner .carousel-caption h1.heading {
    font-size: 23px;
  }

  .book .book-img img {
    margin-left: auto;
    width: 100%;
    height: auto;
  }

  .assocation-timeline .description {
    overflow-y: scroll;
    height: 270px;
    padding-right: 1rem;
    margin-bottom: 1rem;
  }

  .bookmodal {
    overflow-y: auto;
  }

  .timeline .swiper-pagination {
    bottom: 0.3rem !important;
    left: 80px !important;
    text-align: left;
    width: auto !important;
  }

  .sb-name {

    font-size: 1.5rem;

  }


  .inner-flex a {
    margin-right: 0rem;
    margin-top: 0rem;
    display: none;
  }

  .view-all-mobile {
    display: inline-block;
    margin-top: 1rem;
  }

  .books-of-subratbachi,
  .feature-video,
  .speeches,
  .timeline,
  .news-section,
  .picture-section {
    padding: 2rem 0rem 2rem 0rem;
  }

  .books-of-subratbachi .swiper-button-prev,
  .feature-video .swiper-button-prev,
  .speeches .swiper-button-prev,
  .timeline .swiper-button-prev {
    top: 18px;
    right: 123px;
    left: auto;
  }

  .books-of-subratbachi .swiper-button-next,
  .feature-video .swiper-button-next,
  .speeches .swiper-button-next,
  .timeline .swiper-button-next {
    top: 18px;
    right: 87px;
  }


  .release-badge {
    right: 10%;
    top: 31%;
  }

  .timeline .logo {

    margin: unset;
  }

  .timeline .association-left {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 2rem;
  }


  .inner-flex {

    flex-direction: column;
    align-items: flex-start;
    gap: 0rem;
    margin-bottom: 1rem;
  }

  .banner .carousel-item img {
    height: 100%;
  }


  .books-of-subratbachi .swiper-slide img {
    height: 235px;
  }

  .twitter {

    height: 100%;
    margin-top: 0rem;

  }

  #bookModal .book-img {
    height: 250px;
  }

  .associations .logo {
    margin: unset;
    margin-bottom: 1rem;
  }

  .associations .association-left {
    display: unset;
  }
}


@media (max-width: 640px) {

  .books-of-subratbachi h2,
  .speeches h2,
  .timeline h2 {
    margin-bottom: 0rem;
  }

  .footer-inner {
    flex-direction: column;
    gap: .5rem;

  }

  .speech .image-wrapper a {
    height: 340px;
  }

  .speeches .swiper-slide {
    text-align: center;
  }


  .speeches .description {
    width: 100%;
  }


  .books-of-subratbachi .swiper-slide p {
    font-size: 1rem;

  }


  .profile-tab .nav {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
  }

  .profile-tab ul li a.nav-link {

    white-space: nowrap;
  }

  .profile-tab ul li a.nav-link {

    font-size: 1.1rem;
  }

  .pagination {
    justify-content: start;
  }

  .speeches img {
    width: 100%;
  }

  .speech-details .book-img {
    height: 100%;
    width: 100%;
    margin: 0rem 0rem 1rem 0rem;
  }

  .banner .carousel-caption {
    left: 5%;
  }


  .featureSwiper .swiper-wrapper img.image-item {
    height: auto;
  }

  .about-section .about-section-left {

    background-position: top;
  }


  .banner .carousel-caption {

    width: 68%;

  }


}


@media (max-width: 576px) {

  footer {

    padding: 1rem 0rem;
  }

  .associations .row {
    margin: 30px 0px;
  }

  .associations .row:nth-of-type(odd) {
    padding: 30px 0px;
  }

  .breadcrum__section {
    padding: 2rem 0rem;
  }

  .disclamir h5 {
    font-size: 1rem;
  }

  .timeline .swiper-pagination {

    left: 12px !important;

  }

  .books-of-subratbachi .swiper-button-prev,
  .feature-video .swiper-button-prev,
  .speeches .swiper-button-prev,
  .timeline .swiper-button-prev {
    top: 18px;
    right: 50px;
    left: auto;
  }

  .books-of-subratbachi .swiper-button-next,
  .feature-video .swiper-button-next,
  .speeches .swiper-button-next,
  .timeline .swiper-button-next {
    top: 18px;
    right: 20px;
  }

  .picture-section,
  .news-section {
    padding: 2rem 0rem;
  }


  .bookmodal .modal-body {
    padding: 1rem;
  }


  .btn-lg {
    padding: 0.5rem .5rem;
    font-size: 1rem;
  }

  .about-section-right {
    padding: 1rem 1rem;
  }

  .timeline h1 {
    font-size: 1.2rem;
  }


  .banner .carousel-caption {
    left: 0%;
  }

  .banner .carousel-caption p.paragraph {

    width: 100%;

  }

  .release-badge {
    right: 10%;
    top: 65%;
  }

  .write-tome {
    display: none;
  }

  #bookModal .modal-body {
    padding: 2rem;
  }


  .mobile-banner {
    display: block;
  }

  .desktop-banner {
    display: none;
  }

  .banner .carousel-item {
    height: 100vh;
  }

  .banner .carousel-caption {
    width: 100%;
    top: 29%;
    text-align: center;
  }

  .purchase {
    justify-content: center;
  }

  .about-section .about-section-left .content h2 {

    font-size: 2rem;
  }

  .about-section .about-section-left .content .description {
    font-size: 16px;

  }


  .containt-page img.img-left,
  .containt-page img.img-right {
    width: 100% !important;

  }

  .containt-page img.img-left {
    margin: 0rem 0em 1.5rem 0rem !important;
  }

  .containt-page img.img-right {
    margin: 0rem 0em 1.5rem 0rem !important;
  }

  .subroto-img {
    width: 100%;
  }
}

@media (max-width: 530px) {
  .speech .image-wrapper a {
    width: 100%;
    height: auto;
  }
}


@media (max-width: 480px) {
  .banner .carousel-caption h1.heading {
    font-size: 27px;
  }

  .timeline .logo {
    height: 100px;
    width: 100px;
  }


}


@media (max-width: 425px) {
  #bookModal .review {

    flex-direction: column;
  }

  #bookModal .review img {
    width: 30% !important;
  }

  .book .list-group-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .bookmodal .review {
    flex-direction: column;
    align-items: flex-start;
  }


}

@media (max-width: 530px) {
  .main-menu .navbar-collapse {

    left: 0%;
  }

  .speech img {
    width: 100%;
  }

  .social-link ul {

    padding-left: .9rem;
  }


}

@media (max-width: 425px) {


  .social-icons {
    top: -77px;
    right: -41px;
    transform: rotate(90deg);
  }

  .social-icons img {
    transform: rotate(270deg);
  }
}


@media (max-width: 380px) {


  .books-of-subratbachi h2 {

    width: 80%;
  }


  .social-link ul {

    padding-left: .5rem;
  }


  .banner .carousel-caption h1.heading {
    font-size: 25px;
  }

  .news-section .nav {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
  }

  .news-section .nav-tabs .nav-link {
    white-space: nowrap;
  }

  .news-section .nav.nav-tabs .nav-link {
    font-size: 1rem;
  }
}


@media (max-width: 360px) {


  .article-meta {
    flex-direction: column;
    align-items: start;
  }

  .dot {
    display: none;
  }


}