
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body.custom-background {
  padding-top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  background-image: url('../images/bg3.png');
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body::before, body::after {
  content: '';
  position: fixed;
  width: 60px;
  float: left;
  background-repeat: no-repeat;
  background-size: 50px 560px;
  background-attachment: fixed;
}
body::before {
  top: 20px;
  height: 688px;
  background-image: url('../images/ha-left.png');
}
body::before {
  background-position: 2% 70px;
  left: 1%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
body::after {
  content: '';
  position: fixed;
  width: 60px;
  float: left;
  background-repeat: no-repeat;
  background-size: 50px 560px;
  background-attachment: fixed;
}
body::after {
  background-position: 98% 180px;
  left: 94%;
}
body::after {
  top: 72px;
  height: 2500px;
  background-image: url('../images/ie-right.png');
}
.btn {
  background: #996a2d;
  color: #FFFFFF;
}
.header_top_text {
color: #c3ab6d;
  text-shadow: 0px -5px 35px rgba(195,171,109,0.9);
  font-family: 'TrajanProBold';
  height: 100%;
  font-size: 21px;
  display: flex;
  align-items: center;
}
.site_bg{
    background-color: #fff;
}
.header_top_bg {
 background-color: #635240;
  padding: 10px 20px;
}
.mysearch{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; 
}
.mysearch:hover{
    background-color: #996a2d;
  color: #fff;
  opacity: 0.8;
}
.banner_bottom_area_wrap {
   background: #f3f3f3;
  border: 3px solid #2c2c2c;
  border-radius: 4px;
  padding: 15px 15px;
  position: relative;
  margin-top: -4px;
}

.banner_bottom_area .bbb-wrapper {
    gap: 20px;
  font-family: "Segoe UI", sans-serif;
}

.banner_bottom_area .bbb-title {
   font-weight: 600;
  font-size: 16px;
  color: #222;
  margin-bottom: 5px;
}

.banner_bottom_area .bbb-author {
    font-size: 14px;
  font-style: italic;
  color: #444;
  text-align: left;
    font-family: "Times New Roman", Times, serif;
}
.navigation_wrapper_bg {
  background-color: #62503f;
}

.banner_bottom_area .bbb-btn {
 display: inline-block;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  margin-bottom: 6px !important;
}

.banner_bottom_area .blue-btn {
    background: #2c5aa0;
}

.banner_bottom_area .green-btn {
    background: #2e8b57;
}

.banner_bottom_area .bbb-divider {
    width: 1px;
    height: 120px;
    background: #999;
}
.bbb-content.bbb-content_banner_btm{
    display: flex;
  flex-direction: column;
}
.bbb-content.bbb-content_banner_btm a{
    width: fit-content;
}
.navigation._wrapper {
  display: flex;
  flex-direction: row-reverse;
}
.navigation_wrapper .navbar-brand{
    margin-right: 0 !important;
}
.navigation_wrapper {
  display: flex;
  flex-direction: row-reverse;
  width: 90%;
  color: #fff;
}
#navbarSupportedContent {
  flex-direction: column;
  justify-content: center;
}
.navigation_wrapper .nav-link{
    color: #fff;
}
#navbarSupportedContent .navbar-nav{
    font-family: "Segoe UI", sans-serif;
}
.marquee_bg {
  width: 100%;
  height: 4px;
  background-image: url(../images/separator.png);
  background-repeat: no-repeat;
  background-size: 100% 4px;
  vertical-align: top;
  margin: auto;
  float: left;
}
.site_body_bg {
 background-color: #fff;
  padding: 15px 60px 0px;
}
marquee {
  font-family: Arial,sans-serif;
  font-size: 15px;
  color: #777777;
  padding: 6px 0;
}
.click_now {
  font-family: Arial,sans-serif;
  font-size: 14px;
  color: #996a2d;
}
.app_downloader{
    text-decoration: none
}
.recent_card {
    background: #efe2b8;
  padding: 0 20px 20px;
  border-radius: 6px;
}

.recent_card .recent-header {
background: #c9a84e;
  padding: 10px 15px;
  border-radius: 4px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 22.4px;
}

.recent_card .recent-header h4 {
    color: #3d2f00;
    font-weight: 600;
}

.recent_card .view-all-btn {
background: #8a6d1d;
  color: #fff;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.recent_card .lecture-item {
    gap: 10px;
}

.recent_card .bullet {
width: 15px;
  height: 15px;
  background: transparent;
  border-radius: 50%;
  margin-top: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border: 1px solid #c9a84e;
}
.recent_card .bullet i{
    font-size: 12px;
  color: #c9a84e;
  display: inline-block;
  position: relative;
  left: 1px;
  top: 0px;
}
.recent_card .lecture-title {
font-size: 13px;
  font-weight: 600;
  color: #000;
  width: 220px;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

.recent_card .icons i {
 cursor: pointer;
  color: #444;
  font-size: 15px;
}

.recent_card .custom-audio {
    background: #444;
    padding: 6px 10px;
    border-radius: 4px;
}

.recent_card .play-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.recent_card .progress-wrapper {
    flex: 1;
    height: 6px;
    background: #666;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
}

.recent_card .progress-bar-custom {
    height: 100%;
    width: 0%;
    background: #c9a84e;
    border-radius: 5px;
}

.recent_card .time {
    font-size: 12px;
    color: #fff;
}
.lecture-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.site_main_content_wrapper {
  margin-top: 40px;
}
.carousal-title {
  font-size: 21px;
  font-family: Arial, sans-serif;
  color: #46353D;
}
.carousal-description {
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #777777;
  line-height: 1.5;
}
.carousal_download {
  background: #423338;
  cursor: pointer;
  font-size: 14px;
  padding: 5px 15px;
  margin: 1px 5px;
  border: 0 none;
  color: #FFFFFF;
  transition: all 0.3s ease-out 0s;
  line-height: normal;
  font-family: 'Arial', sans-serif;
}
#mainCarousel .carousel-inner{
    max-width: 450px;
  margin: 0 auto;
}
.carousal_download a{
    text-decoration: none
}
.carousal_download:hover{
    background-color: #cdac4d;
  color: white;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    position: absolute;
}
.carousel-control-prev-icon{
    left: 0;
}
.carousel-control-next-icon{
    right: 0;
}
.card_header {
  background-color: #CDAC4D;
  line-height: 23px;
  font-family: 'TrajanProBold';
  font-size: 20px;
  padding: 10px;
  border-radius: 5px 5px 0px 0px;
  width: 100% !important;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card_body {
  background-color: #faecc3;
}
.live_updates_inner {
  width: 93%;
  margin: auto;
  font-family: calibri;
  font-size: 14px;
  color: #000;
}
.download_button {
  background: #996a2d;
  cursor: pointer;
  font-size: 12px;
  padding: 9px 10px 7px;
  border: 0 none;
  color: #FFFFFF;
  transition: all 0.3s ease-out 0s;
  line-height: normal;
  font-family: 'Arial', sans-serif;
}
.download_button {
  background: #996a2d;
    background-color: rgb(153, 106, 45);
  cursor: pointer;
  font-size: 12px;
  padding: 9px 10px 7px;
  border: 0 none;
  color: #FFFFFF;
  transition: all 0.3s ease-out 0s;
  line-height: normal;
  font-family: 'Arial', sans-serif;
}
.download_button a{
    text-decoration: none
}
.download_button:hover {
  background-color: black;
  color: #FFFFFF;
}
.text_body {
 color: #000000;
  font-weight: bold;
  font-size: 15px;
  font-family: Calibri;
  margin-bottom: 20px;
}
.carousel-indicators button{
    background: none repeat scroll 0 0 #333 !important;
  border: medium none;
  cursor: pointer;
  display: inline-block;
  float: none;
  height: 0px !important;
  width: 10px !important;
    border-radius: 100%;
    border-top: unset !important;
}
#carouselExampleIndicators p{
   line-height: 27px;
  font-size: 13px;
  font-family: "Segoe UI", sans-serif;
}
#carouselExampleIndicators p strong{
    font-weight: 600;
}
#carouselExampleIndicators .carousel-indicators {
 bottom: -18px;
}
#carouselExampleIndicators .carousel-inner {
  padding-bottom: 15px;
  padding-top: 5px;
}
.cta-card {
background: #b88342;
  border-radius: 16px;
  padding: 18px 25px;
  box-shadow: inset 0 3px 8px rgba(0,0,0,0.08);
  font-family: "Segoe UI", sans-serif;
}
.cta-icon {
width: 52px;
  height: 52px;
  background: #19b37b;
  border-radius: 14px;
  text-align: center;
  line-height: 52px;
  margin-right: 15px;
}
.cta-icon i {
  color: #fff;
  font-size: 20px;
}
.cta-title {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 2px;
}
.cta-subtitle {
  color: #f4e4cf;
  font-size: 14px;
  margin: 0;
}
.cta-btn {
  background: #18b47b;
  color: #fff;
  padding: 10px 28px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  border: none;
}
.cta-btn:hover {
  background: #149e6b;
  color: #fff;
}
.footer_bar {
background-image: linear-gradient(#e5e5e5, #f5d98e);
  margin-left: -60px;
  margin-right: -60px;
  display: flex;
  justify-content: space-between;
  padding: 5px 20px;
}
.footer_text {
  font-size: 11px;
  color: #000;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.footer_link {
  color: #805c2d;
}
/* ================= LEFT SIDE ================= */

.inner_page_lft {
   background-image: linear-gradient(to right, #f5da8a 40%, #dfd39b, #e3e2df);
  padding: 15px;
  margin-bottom: 40px;
}

.inner_page_lft h4 {
 background: #c8a64f;
  padding: 10px 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
}

.inner_page_lft .category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.inner_page_lft .category-list li {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.inner_page_lft .category-list li a {
display: block;
  padding: 10px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  margin-top: 10px;
  text-transform: uppercase;
}

.inner_page_lft .category-list li a:hover {
    background: #c8a64f;
  color: #fff;
}


/* ================= RIGHT SIDE ================= */

.inner_page_rgt {
    background: #f1f1f1;
    padding: 15px;
}

.inner_page_rgt .page-title {
    background: #c8a64f;
    padding: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.inner_page_rgt .lecture-item {
    background: #ddd;
    padding: 12px;
    margin-bottom: 15px;
}

.inner_page_rgt .lecture-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
}

/* ================= AUDIO ================= */

.inner_page_rgt .custom-audio {
    background: #444;
    padding: 6px 10px;
}

.inner_page_rgt .play-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    cursor: pointer;
}

.custom-audio .play-btn.is-loading {
    color: transparent !important;
    cursor: wait;
    pointer-events: none;
    position: relative;
}

.custom-audio .play-btn.is-loading::after {
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-top-color: #fff;
    border-radius: 50%;
    animation: audio-play-loading 0.75s linear infinite;
    position: absolute;
}

@keyframes audio-play-loading {
    to {
        transform: rotate(360deg);
    }
}

.inner_page_rgt .progress-wrapper {
    flex: 1;
    height: 6px;
    background: #777;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.inner_page_rgt .progress-bar-custom {
    height: 100%;
    width: 0%;
    background: #000;
}

.inner_page_rgt .time {
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
}

/* ================= PAGINATION ================= */

.inner_page_rgt .custom-pagination {
    margin-top: 20px;
    text-align: center;
}

.inner_page_rgt .custom-pagination .page-link {
    background: #b07c2c;
    color: #fff;
    border: none;
    margin: 0 3px;
}

.inner_page_rgt .custom-pagination .active .page-link {
    background: #8a5e1d;
}
.textwidget {
  padding: 20px 0 0;
  font-weight: 600;
  line-height: 24px;
}
.send_btn {
  padding: 5px 8px;
  float: right;
  height: 24px;
  background: #CDAC4D;
  cursor: pointer;
  font-size: 12px;
  border: 0 none;
  color: #000 transition: all 0.3s ease-out 0s;
  line-height: normal;
  font-family: 'Arial', sans-serif;
}
.send_btn:hover{
    background-color: black;
  color: #FFFFFF;
}
.inner_page_rgt .lecture-actions button {
    background: none;
  border: none;
  font-size: 15px;
  margin-left: 2px;
  cursor: pointer;
  color: #000;
  transition: 0.2s ease;
}

.inner_page_rgt .lecture-actions button:hover {
    color: #8a5e1d;
    transform: scale(1.1);
}
.textbutton.mb-2 {
  width: 100% !important;
  padding: 7px 10px;
  border-radius: 3px;
  outline: unset;
  border: unset;
  margin-top: 5px;
  margin-bottom: 10px;
}
.page_number_description{
    
}
.page_number_description p{
   font-weight: 600;
  font-size: 13px;
  font-family: "Segoe UI", sans-serif;
}
.inner_page_rgt a{
    text-decoration: none;
    color: #444444;
}
.lecture-actions.lecture-actions_nested{
    margin-left: auto
}
.navigation_top {
margin-top: 30px;
  text-align: center;
}
.navigation_top h3{
    color: #fff;
}
.navigation_top h3 a{
    text-decoration: none;
  color: #fff;
  font-size: 18px;
}
.navigation_top #search_form {
  width: 280px;
  margin: 0 auto 15px;
}
.separator-golden2 {
width: 100%;
  height: 4px;
  background-image: url('../images/line2.png');
  background-repeat: repeat;
}
.biography {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #cccccc;
  font-family: Calibri;
  font-size: 16px;
  color: #000000;
}
.biography strong{
   font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
a{
    text-decoration: none
}
/* ================= PAGINATION DESIGN ================= */

.lecture_pagination {
    margin-top: 20px;
  margin-bottom: 20px;
}

.lecture_pagination .page-info {
  font-weight: 600;
  margin-bottom: 10px;
}

.lecture_pagination .custom-pagination .page-link {
    background: #b07c2c;
    color: #fff;
    border: none;
    margin: 0 3px;
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 14px;
}

.lecture_pagination .custom-pagination .page-item.active .page-link {
    background: #8a5e1d;
}

.lecture_pagination .custom-pagination .page-item.disabled .page-link {
    background: #c9a66b;
    opacity: 0.7;
}

.lecture_pagination .custom-pagination .page-link:hover {
    background: #8a5e1d;
}
.lecture_pagination_wrapper{
    font-weight: 500;

}
.podcast {
  background-image: url(../images/podcast.png);
  background-repeat: no-repeat;
  background-position: 50%;
  height: 28px;
  width: 100%;
  float: left;
}
.broadcast_header {
  text-transform: uppercase;
  font-family: 'TrajanProBold';
  font-size: 20px;
  color: #000;
  line-height: 23px;
  text-align: center;
  padding-bottom: 15px;
}
.live_updates_inner {
  width: 93%;
  margin: auto;
  font-family: calibri;
  font-size: 14px;
  color: #000;
}
.live_update_text {
  padding-bottom: 10px;
  border-top: none;
  font-family: calibri;
  font-size: 14px;
  color: #000;
}
.lecture-title a{
    color: #000;
}
.page-link:focus {
  box-shadow: unset;
}

/* Site pagination theme */
#lecture-pagination-container,
.lecture_pagination,
.lecture_pagination_wrapper {
  margin-top: 24px;
}

#lecture-pagination-container .pagination,
.inner_page_rgt .custom-pagination,
.lecture_pagination .custom-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}

#lecture-pagination-container .page-link,
.inner_page_rgt .custom-pagination .page-link,
.lecture_pagination .custom-pagination .page-link {
  min-width: 44px;
  height: 44px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid #c7a85b;
  background: linear-gradient(180deg, #fff8e9 0%, #ecd093 100%);
  color: #5c4521;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(138, 94, 29, 0.14);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

#lecture-pagination-container .page-link:hover,
.inner_page_rgt .custom-pagination .page-link:hover,
.lecture_pagination .custom-pagination .page-link:hover {
  background: linear-gradient(180deg, #f0d9aa 0%, #d5ab57 100%);
  border-color: #9d7630;
  color: #3f2d12;
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(138, 94, 29, 0.18);
}

#lecture-pagination-container .page-item.active .page-link,
.inner_page_rgt .custom-pagination .page-item.active .page-link,
.lecture_pagination .custom-pagination .page-item.active .page-link {
  background: linear-gradient(180deg, #8c6430 0%, #6d4b16 100%);
  border-color: #6d4b16;
  color: #fff7df;
}

#lecture-pagination-container .page-item.disabled .page-link,
.inner_page_rgt .custom-pagination .page-item.disabled .page-link,
.lecture_pagination .custom-pagination .page-item.disabled .page-link {
  background: #f5eddc;
  border-color: #e1d2ad;
  color: #a38c5c;
  opacity: 1;
  box-shadow: none;
}

#lecture-pagination-container .pagination-ellipsis .page-link,
.inner_page_rgt .custom-pagination .pagination-ellipsis .page-link,
.lecture_pagination .custom-pagination .pagination-ellipsis .page-link {
  min-width: 36px;
  padding: 0 10px;
  background: transparent;
  border-color: transparent;
  color: #8e7542;
  box-shadow: none;
}

.lecture_pagination .page-info,
.page_number_description p {
  color: #5c4521;
}

@media (max-width: 767.98px) {
  #lecture-pagination-container .pagination,
  .inner_page_rgt .custom-pagination,
  .lecture_pagination .custom-pagination {
    gap: 8px;
  }
}

@media (max-width: 575.98px) {
  #lecture-pagination-container .pagination,
  .inner_page_rgt .custom-pagination,
  .lecture_pagination .custom-pagination {
    gap: 6px;
  }

  #lecture-pagination-container .page-link,
  .inner_page_rgt .custom-pagination .page-link,
  .lecture_pagination .custom-pagination .page-link {
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    font-size: 12px;
  }
}
