* {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen-Sans, Ubuntu, Cantarell,
        "Helvetica Neue", sans-serif !important;
}
body, ul.timeline_items, .icon_box a .desc, .icon_box a:hover .desc, .feature_list ul li a, .list_item a, .list_item a:hover, .widget_recent_entries ul li a, .flat_box a, .flat_box a:hover, .story_box .desc, .content_slider.carousel ul li a .title, .content_slider.flat.description ul li .desc, .content_slider.flat.description ul li a .desc, .post-nav.minimal a i {
  color: #626262;
  line-height: 28px;
}

h2,
h2 a,
h2 a:hover {
  color: #161922;
}
h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  letter-spacing: 0px;
}
h1,
h2,
h3,
h4,
.text-logo #logo {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.mhb-view.desktop .second-row {
  background-color: #003679;
}
.mhb-custom-m2xntcbJo .action_button {
  background-color: #be3438;
}
.mhb-custom-m2xntcbJo .action_button {
  color: #ffffff;
}

rs-layer#slider-3-slide-4-layer-3,
rs-layer#slider-3-slide-8-layer-3,
.mhb-menu .menu > li > a > span {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

.mhb-custom-9krzYCStJ .menu > li.current-menu-item > a,
.mhb-custom-9krzYCStJ .menu > li > a:hover {
  background-color: #0b4690;
  color: #fff;
}

.mhb-custom-Ub64ZHdYQ .menu > li.current-menu-item > a,
.mhb-custom-Ub64ZHdYQ .menu > li > a:hover {
  color: #fff;
  background-color: #003679;
}

/*rs-fullwidth-wrap {
    overflow: hidden !important;
    box-sizing: border-box;
    width: 100% !important;
}

rs-module-wrap {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
}

rs-module {
    width: 100% !important;
}

rs-layer-wrap {
    left: 0 !important;
    right: 0 !important;
    min-width: 100% !important;
}*/

header .desktop.default .first-row .center {
  width: 60% !important;
}
header .desktop.default .first-row .center .mhb-custom-wwvxnmOt4 {
  width: 100% !important;
}

#Footer {
  background-color: #c7c7c7;
}

#Footer .footer_copy {
  background-color: #003679 !important;
}

#Footer a:not(.button):not(.icon_bar) {
  color: #000;
}

#Footer h5 {
  color: #000;
}

#back_to_top {
  color: #fff !important;
}

.mcb-sidebar aside.widget_custom_html {
  border: 1px solid #e2e2e2 !important;
  border-radius: 20px !important;
  padding: 10px !important;
  box-shadow: 1px 10px 47px -27px rgb(0 0 0 / 75%) !important;
}

.mcb-sidebar aside.widget_custom_html h4 {
  margin-bottom: 20px;
  text-align: center;
}

.mcb-sidebar aside.widget_custom_html p {
  margin: 0 !important;
}

.mcb-sidebar aside.widget_custom_html .card {
  margin: 15px 0;
  box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 75%);
  border-radius: 20px;
}

.mcb-sidebar aside.widget_custom_html .applyButton {
  font-size: 24px !important;
  line-height: 24px !important;
  width: 100%;
}

.courseFeaturesSection .mfn-icon-box {
  min-height: 450px;
}

.courseFeaturesSection .mcb-wrap .mcb-column .title {
  text-align: left !important;
}

.enquireButton {
  position: fixed;
  right: -50px;
  bottom: 20%;
  -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); /* Standard syntax */
  background-color: #be3438 !important;
  color: #ffffff !important;
  z-index: 1;
  padding: 14px 30px 14px 30px;
  border-radius: 5px 5px 0 0;
  display: none;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 999;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 1rem 1.5rem;
  width: 100%;
  max-width: 30rem;
  border-radius: 0.5rem;
}

.modal-header {
  height: 40px;
}

.close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: lightgray;
}

.close-button:hover {
  background-color: darkgray;
}

.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

aside#custom_html-5 {
  max-width: 450px;
}
aside#custom_html-5 p {
  text-align: justify;
  color: #000;
}

#Subheader {
  padding: 250px 0 50px 0;
}
#Subheader .title {
  font-family: "Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
#Subheader .title {
  background-color: rgb(255, 187, 56) !important;
  color: #fff !important;
  width: auto !important;
  padding: 10px !important;
}
#Subheader .title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 0px;
}


#Subheader ul.breadcrumbs {
  display: none;
}

.faqSection {
  max-width: 900px;
  margin: auto;
}

.faqSection .faq .question .title {
  font-size: 22px !important;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.faqSection .faq .question .answer {
  text-align: justify;
}

.style-simple .timeline_items > li h3 span {
  background-color: #f2ad32;
  color: #000;
}

/* Start Timeline */
.customTimeline .timeline {
  position: relative;
}
.customTimeline .timeline::before {
  content: "";
  background: #bdbdbd;
  width: 2px;
  height: 95%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.customTimeline .timeline-item {
  width: 100%;
  margin-bottom: -10px;
}
.customTimeline .timeline-item:nth-child(even) .timeline-content {
  float: right;
  padding: 40px 30px 10px 30px;
}
.customTimeline .timeline-item:nth-child(even) .timeline-content .date {
  right: auto;
  left: 0;
}
.customTimeline .timeline-item:nth-child(even) .timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #f5f5f5 transparent transparent;
}
.customTimeline .timeline-item::after {
  content: "";
  display: block;
  clear: both;
}
.customTimeline .timeline-item p {
  text-align: justify;
}
.customTimeline .timeline-content {
  position: relative;
  width: 45%;
  padding: 10px 30px;
  border-radius: 4px;
  background: #f5f5f5;
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
}
.customTimeline .timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  right: -15px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #f5f5f5;
}
.customTimeline .timeline-img {
  width: 30px;
  height: 30px;
  background: #003679;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: 25px;
  margin-left: -15px;
}
.customTimeline a {
  background: #003679;
  color: #fff;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 2px;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
}
.customTimeline a:hover,
.customTimeline a:active,
.customTimeline a:focus {
  background: #32408f;
  color: #fff;
  text-decoration: none;
}
.customTimeline .timeline-card {
  padding: 0 !important;
}
.customTimeline .timeline-card p {
  padding: 0 20px;
}
.customTimeline .timeline-card a {
  margin-left: 20px;
}
.customTimeline .timeline-item .timeline-img-header {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)),
    url("https://ihcc.icmr.org.in/wp-content/uploads/2022/06/691-1000x800-1.jpg")
      center center no-repeat;
  background-size: cover;
}
.customTimeline .timeline-img-header {
  height: 200px;
  position: relative;
  margin-bottom: 20px;
}
.customTimeline .timeline-img-header h3 {
  color: #fff;
  position: absolute;
  bottom: 5px;
  left: 20px;
}
.customTimeline blockquote {
  margin-top: 30px;
  color: #757575;
  border-left-color: #3f51b5;
  padding: 0 20px;
}
.customTimeline .date {
  background: #f2ad32;
  display: inline-block;
  color: #000;
  padding: 10px 15px;
  position: absolute;
  top: -15px;
  right: 0;
  font-size: 24px;
}
.sptp_member-template-default.single #Subheader {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  position: relative;
  display: flex;
  justify-content: center;
  border: 2px solid #f15e2f;
}

.edwiser-bridge {
  margin: auto;
}
.eb-profile-txt-field {
  padding-bottom: 0 !important;
}
form.register p {
  margin-bottom: 0;
}

/* Faculty */
.ttp-popup-content-center .ttp-team-member-content {
  text-align: justify !important;
}

.style-simple a.icon_bar {
  background-color: transparent !important;
}


.mhb-view.desktop {
  background-color:#ffffff
}
.mhb-view.desktop .first-row {
  background-color:rgba(255,255,255,0)
}
.mhb-view.desktop .first-row .mhb-row-wrapper {
  min-height:100px
}
.mhb-view.desktop .first-row .overflow.mhb-item-inner {
  height:100px
}
.mhb-view.desktop .first-row .mhb-menu .menu > li > a > span {
  line-height:80px
}
.mhb-view.desktop .first-row .mhb-image img {
  max-height:100px
}
.mhb-view.desktop .second-row {
  background-color:#003679
}
.mhb-view.desktop .second-row .mhb-row-wrapper {
  min-height:60px
}
.mhb-view.desktop .second-row .overflow.mhb-item-inner {
  height:60px
}
.mhb-view.desktop .second-row .mhb-menu .menu > li > a > span {
  line-height:40px
}
.mhb-view.desktop .second-row .mhb-image img {
  max-height:60px
}
.mhb-view.desktop.sticky {
  background-color:#ffffff
}
.mhb-view.desktop.sticky .first-row {
  background-color:rgba(255, 255, 255, 0)
}
.mhb-view.desktop.sticky .first-row .mhb-row-wrapper {
  min-height:80px
}
.mhb-view.desktop.sticky .first-row .overflow.mhb-item-inner {
  height:80px
}
.mhb-view.desktop.sticky .first-row .mhb-menu .menu > li > a > span {
  line-height:60px
}
.mhb-view.desktop.sticky .first-row .mhb-image img {
  max-height:80px
}
.mhb-view.mobile {
  background-color:#ffffff
}
.mhb-view.mobile .first-row {
  background-color:rgba(255,255,255,0)
}
.mhb-view.mobile .first-row .mhb-row-wrapper {
  min-height:70px
}
.mhb-view.mobile .first-row .overflow.mhb-item-inner {
  height:70px
}
.mhb-view.mobile .first-row .mhb-menu .menu > li > a > span {
  line-height:50px
}
.mhb-view.mobile .first-row .mhb-image img {
  max-height:70px
}
.mhb-custom-wwvxnmOt4 {
  color:#333333
}
.mhb-custom-wwvxnmOt4 a {
  color:#0095eb
}
.mhb-custom-wwvxnmOt4 a:hover {
  color:#007cc3
}
.mhb-custom-Qe6vxuwaV a,
.mhb-custom-Qe6vxuwaV .search form i {
  color:#333333
}
.mhb-custom-Qe6vxuwaV a:hover {
  color:#0095eb
}
.mhb-custom-9krzYCStJ .menu > li > a {
  color:#ffffff
}
.mhb-custom-9krzYCStJ .menu > li.current-menu-item > a,
.mhb-custom-9krzYCStJ .menu > li.current-menu-ancestor > a,
.mhb-custom-9krzYCStJ .menu > li.current-page-item > a,
.mhb-custom-9krzYCStJ .menu > li.current-page-ancestor > a {
  color:#000000
}
.mhb-custom-9krzYCStJ .menu > li > a:hover {
  color:#000000
}
.mhb-custom-9krzYCStJ .menu li ul {
  background-color:#ffbb38
}
.mhb-custom-9krzYCStJ .menu li ul li a {
  color:#000000
}
.mhb-custom-9krzYCStJ .menu li ul li.current-menu-item > a,
.mhb-custom-9krzYCStJ .menu li ul li.current-menu-ancestor > a,
.mhb-custom-9krzYCStJ .menu li ul li.current-page-item > a,
.mhb-custom-9krzYCStJ .menu li ul li.current-page-ancestor > a {
  color:#000000
}
.mhb-custom-9krzYCStJ .menu li ul li a:hover {
  color:#000000
}
.mhb-custom-9krzYCStJ .menu > li > a {
  font-weight:400
}
.mhb-custom-9krzYCStJ .menu > li > a {
  font-family:"Lato"
}
.mhb-custom-9krzYCStJ .menu > li > a {
  font-size:16px
}
.mhb-custom-9krzYCStJ .menu > li > a {
  letter-spacing:1px
}
.mhb-custom-m2xntcbJo .action_button {
  color:#ffffff
}
.mhb-custom-m2xntcbJo .action_button {
  background-color:#be3438
}
.mhb-custom-m2xntcbJo .action_button:hover {
  color:#ffffff
}
.mhb-custom-m2xntcbJo .action_button:hover {
  background-color:#be3438
}
.mhb-custom-m2xntcbJo .action_button:after {
  display:none
}
.mhb-custom-Ub64ZHdYQ .menu > li > a {
  color:#333333
}
.mhb-custom-Ub64ZHdYQ .menu > li.current-menu-item > a,
.mhb-custom-Ub64ZHdYQ .menu > li.current-menu-ancestor > a,
.mhb-custom-Ub64ZHdYQ .menu > li.current-page-item > a,
.mhb-custom-Ub64ZHdYQ .menu > li.current-page-ancestor > a {
  color:#0095eb
}
.mhb-custom-Ub64ZHdYQ .menu > li > a:hover {
  color:#0095eb
}
.mhb-custom-Ub64ZHdYQ .menu li ul {
  background-color:#F2F2F2
}
.mhb-custom-Ub64ZHdYQ .menu li ul li a {
  color:#333333
}
.mhb-custom-Ub64ZHdYQ .menu li ul li.current-menu-item > a,
.mhb-custom-Ub64ZHdYQ .menu li ul li.current-menu-ancestor > a,
.mhb-custom-Ub64ZHdYQ .menu li ul li.current-page-item > a,
.mhb-custom-Ub64ZHdYQ .menu li ul li.current-page-ancestor > a {
  color:#0095eb
}
.mhb-custom-Ub64ZHdYQ .menu li ul li a:hover {
  color:#0095eb
}
.mhb-custom-Ub64ZHdYQ .menu > li > a {
  font-weight:400
}
.mhb-custom-Ub64ZHdYQ .menu > li > a {
  font-family:"Roboto"
}
.mhb-custom-Ub64ZHdYQ .menu > li > a {
  font-size:15px
}
.mhb-custom-Pb7jlycKu .menu > li > a {
  color:#333333
}
.mhb-custom-Pb7jlycKu .menu > li.current-menu-item > a,
.mhb-custom-Pb7jlycKu .menu > li.current-menu-ancestor > a,
.mhb-custom-Pb7jlycKu .menu > li.current-page-item > a,
.mhb-custom-Pb7jlycKu .menu > li.current-page-ancestor > a {
  color:#0095eb
}
.mhb-custom-Pb7jlycKu .menu > li > a:hover {
  color:#0095eb
}
.mhb-custom-Pb7jlycKu .menu li ul {
  background-color:#F2F2F2
}
.mhb-custom-Pb7jlycKu .menu li ul li a {
  color:#333333
}
.mhb-custom-Pb7jlycKu .menu li ul li.current-menu-item > a,
.mhb-custom-Pb7jlycKu .menu li ul li.current-menu-ancestor > a,
.mhb-custom-Pb7jlycKu .menu li ul li.current-page-item > a,
.mhb-custom-Pb7jlycKu .menu li ul li.current-page-ancestor > a {
  color:#0095eb
}
.mhb-custom-Pb7jlycKu .menu li ul li a:hover {
  color:#0095eb
}
.mhb-custom-Pb7jlycKu .menu > li > a {
  font-weight:400
}
.mhb-custom-Pb7jlycKu .menu > li > a {
  font-family:"Roboto"
}
.mhb-custom-Pb7jlycKu .menu > li > a {
  font-size:15px
}


.page-id-160 #Subheader {
  background-image: url(https://ihcc.icmr.org.in/wp-content/uploads/2025/12/6O1A9072.jpg); !important
}

.section_wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 80px;
}



rs-layer#slider-3-slide-4-layer-3,
rs-layer#slider-3-slide-8-layer-3,
.mhb-menu .menu > li > a > span
{
font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;

}.ttp-grid-layout #ttp-template-3 .ttp-primary-content .ttp-thumb-position {
    min-height: 100px !important;
    padding: 0px 5px !important;
    line-height: 22px !important;
}
.ttp-grid-layout #ttp-template-3 .ttp-grid-thumb-wrapper:hover .ttp-content-header, .ttp-grid-layout #ttp-template-3 .ttp-grid-thumb-wrapper:hover .ttp-thumb-position {
    background: #f2ad32 !important;
    color: #000 !important;
}
.ttp-grid-layout .grid-row-wrapper .ttp-inner-whole-wrapper {
    margin-bottom: 0px !important;
}
.ttp-team-content-outer-wrap .ttp-grid-layout-popup.ttp-popup-content-center {
  top: auto !important;
  bottom: 2% !important;
}
.ttp-popup-content-center .ttp-content-header {
  color: #003679 !important;
}
.ttp-grid-layout #ttp-column-4 .grid-row-wrapper .ttp-inner-whole-wrapper img {
    width: 100%;
}
.ttp-popup-content-center .ttp-popup-content-fix-wrap img {
    margin: auto;
}
p {
    font-family: "Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    line-height: 28px;

}
#Subheader:after {
    height: 0;
}
.ttp-popup-content-overlay{
  display: none;
}
.ttp-team-inner-hidden{
  display: none;
}
.mCSB_container {
  overflow: scroll !important;
  width: auto;
  height: 500px !important;
}
.page-id-12 .section_wrapper {
  padding-top: 0;
}
.page-id-278 .section_wrapper {
  padding-top: 0;
}
#team-infos-block {
  position: relative;
  display: none;
}
.ttp-thumb-position{
  line-height: 28px;
}
.mCSB_scrollTools {
  display: none !important;
}

.page-id-278 #Subheader {
  background-image: url(https://ihcc.icmr.org.in/wp-content/uploads/2022/06/group-friends-gathering-together.jpg);
}

.page-id-157 #Subheader {
  background-image: url(https://ihcc.icmr.org.in/wp-content/uploads/2022/06/faq-1.jpg);
}

.faq_wrapper .acc-icon-minus {
    display: none;
}
.faq_wrapper .question.active .acc-icon-plus {
    display: none;
}
.faq_wrapper .question.active .acc-icon-minus {
    display: inline-block;
}
.ui-tabs .ui-tabs-nav li.ui-state-active a, .accordion .question.active > .title > .acc-icon-plus, .accordion .question.active > .title > .acc-icon-minus, .accordion .question.active > .title, .faq .question.active > .title > .acc-icon-plus, .faq .question.active > .title, .fake-tabs > ul li.active a {
  color: #0089F7;
}
.answer {
  line-height: 28px;
  font-size: 18px;
  letter-spacing: 0.2px;
}
.section.section-page-footer {
  display: none;
}
.section.the_content.no_content {
  display: none;
}

.page-id-16 #Subheader {
  background-image: url(https://ihcc.icmr.org.in/wp-content/uploads/2022/06/contact-1.jpg);
}

.page-id-16 .section_wrapper {
  padding-top: 0;
}
h4, h4 a, h4 a:hover, .style-simple .sliding_box .desc_wrapper h4 {
  color: #161922;
}
h4, .woocommerce .woocommerce-order-details__title, .woocommerce .wc-bacs-bank-details-heading, .woocommerce .woocommerce-customer-details h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0px;
}

.page-id-235 #Subheader, .page-id-229 #Subheader, .page-id-3 #Subheader, .page-id-231 #Subheader, .page-id-233 #Subheader, .page-id-223 #Subheader, .page-id-226 #Subheader {
    padding: 60px 0;
}
.page-id-235 #Subheader, .page-id-229 #Subheader, .page-id-3 #Subheader, .page-id-231 #Subheader, .page-id-233 #Subheader, .page-id-223 #Subheader, .page-id-226 #Subheader {
  background-image: url(https://ihcc.icmr.org.in/wp-content/uploads/2022/06/about-banner-image1.jpg);
}
a {
  color: #006edf;
}
.page-id-235 .section_wrapper, .page-id-229 .section_wrapper, .page-id-3 .section_wrapper, .page-id-231 .section_wrapper, .page-id-233 .section_wrapper, .page-id-223 .section_wrapper, .page-id-226 .section_wrapper {
  padding-top: 0;
}
#Footer .widgets_wrapper {
  padding: 70px 0;
}
.custom-html-widget img {
  width: 100%;
  max-width: 500px;
}
.copyright {
  color: #fff;
}
.section.mcb-section.mfn-default-section.mcb-section-969607bfb.close-button-left.default-width.show-on-scroll {
  background-color: #f7f7f7;
}

.column.mcb-column.mcb-item-3a67u57st.one.tablet-one.mobile-one.column_column {
  max-width: 800px;
  font-size: large;
  margin: auto;
  color: #000;
  font-weight: 500;
  font-size: 18px;
}
h3, h3 a, h3 a:hover {
  color: #161922;
}
h3, .woocommerce ul.products li.product h3, .woocommerce #customer_login h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0px;
}

.section_wrapper.mcb-section-inner.mcb-section-inner-d589dd70d {
  padding: 0;
}

.mcb-column-inner.mcb-column-inner-b500999eb.mcb-item-column-inner h2 {
  display: none;
}
#Footer a:not(.button):not(.icon_bar):hover {
  color: #0089f7;
}

h5 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0px;
}

/* Slider container */
.custom-slider {
    width: 100%;
    height: 500px; /* fixed height */
    position: relative;
    overflow: hidden;
}

/* Each slide */
.custom-slider .owl-item {
  width: 100%;
  height: 500px;
}
.owl-carousel .owl-stage-outer {
  height: 500px;
}
.owl-carousel .owl-stage {
  height: 500px;
}

/* Images inside slides */
.custom-slider .owl-item img {
    height: 100%;
    object-fit: contain;
}

/* Center the dots container */
.owl-dots {
  text-align: center;
  margin-top: 15px;
  position: absolute;
  bottom: 0;
  left: 50%;
}

/* Style the individual dots */
.owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50% !important;
  background-color: #fff !important;
  border: none !important;
  cursor: pointer !important;
  transition: background-color 0.3s;
}

/* Active dot style */
.owl-dot.active {
    background-color: #feae1f !important;
}

/* Optional: hover effect */
.owl-dot:hover {
    background-color: #666;
}

/* Pagination bullets styling */
.swiper-pagination {
    bottom: 15px; /* distance from bottom */
    text-align: center;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ffcc00; /* default color */
    opacity: 1;
    border-radius: 50%;
    margin: 0 6px;
    transition: all 0.3s;
}

.swiper-pagination-bullet-active {
    background-color: #ffffff; /* active dot color */
    transform: scale(1.3);
}

/* Optional: hide navigation text if arrows exist */
.swiper-button-next,
.swiper-button-prev {
    color: transparent; /* hides text */
    text-indent: -9999px;
}

.owl-carousel.custom-slider.owl-loaded.owl-drag {
  transform: unset !important;
  position: relative;
}
.slide-caption {
    position: absolute;
    bottom: 24.6%;
    left: 5%;
    color: #fff;
    background: rgba(255, 165, 0, 0.85);
    padding: 15px 25px;
}

.slide-caption h2 {
    margin: 0;
    font-size: 50px;
    color: #fff;
}

.custom-slider {
    display: flex;
    animation: slide 15s infinite;
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free' !important;
  }
  
.fab {
    font-family: 'Font Awesome 5 Brands' !important;
  }

@keyframes slide {
    0% {transform: translateX(0);}
    33% {transform: translateX(-100%);}
    66% {transform: translateX(-200%);}
}
@media screen and (max-width: 768px) {
  .customTimeline .timeline-item {
    margin-bottom: 20px;
  }
  .customTimeline .timeline::before {
    left: 50px;
  }
  .customTimeline .timeline .container {
    //padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .customTimeline .timeline .timeline-img {
    left: 50px;
  }
  .customTimeline .timeline .timeline-content {
    max-width: 100%;
    width: auto;
    margin-left: 55px;
    padding: 40px 30px 10px 30px;
  }
  .customTimeline .timeline .timeline-item:nth-child(even) .timeline-content {
    float: none;
  }
  .customTimeline
    .timeline
    .timeline-item:nth-child(odd)
    .timeline-content::after {
    content: "";
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent;
  }
  .customTimeline .timeline-item:nth-child(odd) .timeline-content .date {
    right: auto;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .courseFeaturesSection {
    background-image: none !important;
  }
  .mcb-sidebar aside.widget_custom_html .applyButton {
    font-size: 22px !important;
    padding: 20px !important;
    max-width: 400px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 576px) {
  #Subheader {
    padding: 50px 0;
    background-size: cover;
  }
  .mhb-logo,
  .mhb-menu {
    margin: 0 !important;
  }
  .faqSection .faq .question .title {
    font-size: 18px !important;
    line-height: 24px;
  }
  .faqSection .faq .question .answer {
    font-size: 16px !important;
  }
  .faqSection .faq .question .title,
  .faqSection .faq .question .answer {
    padding-left: 50px !important;
  }
  .faqSection .faq .question > .title .num {
    left: 22px !important;
  }
  .ttp-popup-content-center .ttp-popup-content-fix-wrap {
    padding-right: 0 !important;
  }
  .mCSB_container .ttp-team-member-content p {
    line-height: 20px;
  }
  .ttp-grid-layout #ttp-template-3 .ttp-grid-thumb-wrapper {
    margin-bottom: 5px !important;
  }
  .ttp-grid-layout #ttp-template-3 .ttp-primary-content .ttp-thumb-position {
    min-height: auto;
  }
}

@media screen and (min-width: 767px) {
  .customTimeline .timeline-item {
    margin-bottom: 40px;
  }
  .customTimeline .timeline-item:nth-child(odd) .timeline-content h3 {
    margin-top: 25px;
    text-align: right;
  }
}

/* Temporary */
aside#custom_html-6 {
  display: none;
}

@media screen and (max-width: 768px) {
  .customTimeline .date {
    font-size: 14px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 479px) {
  h3,
  .woocommerce ul.products li.product h3,
  .woocommerce #customer_login h2 {
    font-size: 14px;
  }
}

/**********style.css theme************/



.mhb-custom-9krzYCStJ .menu > li.current-menu-item > a,
.mhb-custom-9krzYCStJ .menu > li > a:hover {
  background-color: #0b4690;
    color: #fff;
}

.mhb-custom-Ub64ZHdYQ .menu > li.current-menu-item > a,
.mhb-custom-Ub64ZHdYQ .menu > li > a:hover {
  color: #fff;
    background-color: #003679;
}

/*rs-fullwidth-wrap {
  overflow: hidden !important;
    box-sizing: border-box;
  width: 100% !important;
}

rs-module-wrap {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
}

rs-module {
  width: 100% !important;
}

rs-layer-wrap {
  left: 0 !important;
  right: 0 !important;
  min-width: 100% !important;
}*/

header .desktop.default .first-row .center {
  width: 60% !important;
}
header .desktop.default .first-row .center .mhb-custom-wwvxnmOt4 {
  width: 100% !important;
}

#Footer {
  background-color: #c7c7c7;
}

#Footer .footer_copy {
  background-color: #003679 !important;
}

#Footer a:not(.button):not(.icon_bar) {
    color: #000;
}

#Footer h5 {
  color: #000;
}

#back_to_top {
  color: #fff !important;
}

.mcb-sidebar aside.widget_custom_html {
  border: 1px solid #e2e2e2 !important;
    border-radius: 20px !important;
    padding: 10px !important;
  box-shadow: 1px 10px 47px -27px rgb(0 0 0 / 75%) !important;
}

.mcb-sidebar aside.widget_custom_html h4 {
  margin-bottom: 20px;
  text-align: center;
}

.mcb-sidebar aside.widget_custom_html p {
  margin: 0 !important;
}

.mcb-sidebar aside.widget_custom_html .card {
  margin: 15px 0;
  box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 75%);
    border-radius: 20px;
}

.mcb-sidebar aside.widget_custom_html .applyButton {
  font-size: 24px !important;
    line-height: 24px !important;
    width: 100%;
}

.courseFeaturesSection .mfn-icon-box {
  min-height: 450px;
}

.courseFeaturesSection .mcb-wrap .mcb-column .title {
  text-align: left !important;
}

.enquireButton {
  position: fixed;
  right: -50px;
  bottom: 20%;
  -webkit-transform:rotate(-90deg); /* Chrome, Safari, Opera */
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);   /* Standard syntax */
  background-color: #be3438 !important;
  color: #ffffff !important;
  z-index: 1;
  padding: 14px 30px 14px 30px;
    border-radius: 5px 5px 0 0;
  display: none;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 999;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 100%;
  max-width: 30rem;
    border-radius: 0.5rem;
}

.modal-header {
  height: 40px;
}

.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}

.close-button:hover {
    background-color: darkgray;
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

aside#custom_html-5 {
  max-width: 450px;
}
aside#custom_html-5 p {
  text-align: justify;
  color: #000;
}

#Subheader {
  padding: 250px 0 50px 0;
}

#Subheader .title {
  background-color: rgb(255, 187, 56) !important;
  color: #fff !important;
    width: auto !important;
    padding: 10px !important;
}

#Subheader ul.breadcrumbs {
  display: none;
}

.faqSection {
    max-width: 900px;
    margin: auto;
}

.faqSection .faq .question .title {
  font-size: 22px !important;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.faqSection .faq .question .answer {
  text-align: justify;
}

.style-simple .timeline_items > li h3 span {
  background-color: #f2ad32;
    color: #000;
}

/* Start Timeline */
.customTimeline .timeline {
  position: relative;
}
.customTimeline .timeline::before {
  content: "";
  background: #bdbdbd;
  width: 2px;
  height: 95%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.customTimeline .timeline-item {
  width: 100%;
  margin-bottom: -10px;
}
.customTimeline .timeline-item:nth-child(even) .timeline-content {
  float: right;
  padding: 40px 30px 10px 30px;
}
.customTimeline .timeline-item:nth-child(even) .timeline-content .date {
  right: auto;
  left: 0;
}
.customTimeline .timeline-item:nth-child(even) .timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #f5f5f5 transparent transparent;
}
.customTimeline .timeline-item::after {
  content: "";
  display: block;
  clear: both;
}
.customTimeline .timeline-item p {
  text-align: justify;
}
.customTimeline .timeline-content {
  position: relative;
  width: 45%;
  padding: 10px 30px;
  border-radius: 4px;
  background: #f5f5f5;
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
}
.customTimeline .timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  right: -15px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #f5f5f5;
}
.customTimeline .timeline-img {
  width: 30px;
  height: 30px;
  background: #003679;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: 25px;
  margin-left: -15px;
}
.customTimeline a {
  background: #003679;
  color: #fff;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 2px;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
}
.customTimeline a:hover,
.customTimeline a:active,
.customTimeline a:focus {
  background: #32408f;
  color: #fff;
  text-decoration: none;
}
.customTimeline .timeline-card {
  padding: 0 !important;
}
.customTimeline .timeline-card p {
  padding: 0 20px;
}
.customTimeline .timeline-card a {
  margin-left: 20px;
}
.customTimeline .timeline-item .timeline-img-header {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)),
    url("https://picsum.photos/1000/800/?random") center center no-repeat;
  background-size: cover;
}
.customTimeline .timeline-img-header {
  height: 200px;
  position: relative;
  margin-bottom: 20px;
}
.customTimeline .timeline-img-header h3 {
  color: #fff;
  position: absolute;
  bottom: 5px;
  left: 20px;
}
.customTimeline blockquote {
  margin-top: 30px;
  color: #757575;
  border-left-color: #3f51b5;
  padding: 0 20px;
}
.customTimeline .date {
    background: #f2ad32;
    display: inline-block;
    color: #000;
    padding: 10px 15px;
    position: absolute;
    top: -15px;
    right: 0;
    font-size: 24px;
}
.sptp_member-template-default.single #Subheader {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    position: relative;
    display: flex;
    justify-content: center;
    border: 2px solid #f15e2f;
}

.edwiser-bridge {
  margin: auto;
}
.eb-profile-txt-field {
    padding-bottom: 0 !important;
}
form.register p {
    margin-bottom: 0;
}

/* Faculty */
.ttp-popup-content-center .ttp-team-member-content {
  text-align: justify !important;
}

.style-simple a.icon_bar {
  background-color: transparent !important;
}

@media screen and (max-width: 768px) {
  .customTimeline .timeline-item {
    margin-bottom: 20px;
  }
  .customTimeline .timeline::before {
    left: 50px;
  }
  .customTimeline .timeline .container {
    //padding-left: 0px !important;
      padding-right: 0px !important;
  }
  .customTimeline .timeline .timeline-img {
    left: 50px;
  }
  .customTimeline .timeline .timeline-content {
    max-width: 100%;
    width: auto;
    margin-left: 55px;
  padding: 40px 30px 10px 30px;
  }
  .customTimeline .timeline .timeline-item:nth-child(even) .timeline-content {
    float: none;
  }
  .customTimeline .timeline .timeline-item:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent;
  }
  .customTimeline .timeline-item:nth-child(odd) .timeline-content .date {
      right: auto;
      left: 0;
  }
}


@media screen and (max-width: 767px) {
  .courseFeaturesSection {
    background-image: none !important;
  }
  .mcb-sidebar aside.widget_custom_html .applyButton {
    font-size: 22px !important;
    padding: 20px !important;
    max-width: 400px;
    width: 100%;
    margin: auto;
    display: flex;
        justify-content: center;
        align-items: center;
  }
}

@media screen and (max-width: 576px) {
  #Subheader {
    padding: 50px 0;
    background-size: cover;
  }
  .mhb-logo, .mhb-menu {
    margin: 0 !important;
  }
  .faqSection .faq .question .title {
      font-size: 18px !important;
    line-height: 24px;
  }
  .faqSection .faq .question .answer {
    font-size: 16px !important;
  }
  .faqSection .faq .question .title, .faqSection .faq .question .answer {
        padding-left: 68px !important;
    }
  .faqSection .faq .question > .title .num {
    left: 22px !important;
  }
  .ttp-popup-content-center .ttp-popup-content-fix-wrap {
    padding-right: 0 !important;
  }
  .mCSB_container .ttp-team-member-content p {
    line-height: 20px;
  }
  .ttp-grid-layout #ttp-template-3 .ttp-grid-thumb-wrapper {
    margin-bottom: 5px !important;
  }
  .ttp-grid-layout #ttp-template-3 .ttp-primary-content .ttp-thumb-position {
    min-height: auto;
  }
  h2 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 500;
        letter-spacing: 0px;
    }
    #Subheader .title {
        font-size: 30px;
        line-height: 36px;
        font-weight: 400;
        letter-spacing: 0px;
    }
}

@media screen and (min-width: 767px) {
  .customTimeline .timeline-item {
    margin-bottom: 40px;
  }
  .customTimeline .timeline-item:nth-child(odd) .timeline-content h3 {
    margin-top: 25px;
    text-align: right;
  }
}

/* Temporary */
aside#custom_html-6 {
    display: none;
}

@media screen and (max-width: 768px) {
        .customTimeline .date{ 
    font-size: 14px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 479px) {
    h3, .woocommerce ul.products li.product h3, .woocommerce #customer_login h2 {
        font-size: 14px;
    }

}



/* ===================== */
/* Mobile optimization */
/* ===================== */
@media (max-width: 991px) {
    .custom-slider {
        height: 450px;
    }
    .owl-carousel .owl-stage-outer { height: 450px; } 
    .owl-carousel .owl-stage { height: 450px; }
    .custom-slider .owl-item { height: 450px; }
    .custom-slider .owl-item img {
      width: 100%;
      object-fit: cover;
    }
}

@media (max-width: 767px) {
    .custom-slider {
        height: 400px;
    }
    .slide-caption {
    display: none;
  }

    .owl-carousel .owl-stage-outer { height: 400px; } 
    .owl-carousel .owl-stage { height: 400px; }
    .custom-slider .owl-item { height: 400px; }

    .custom-slider .owl-item img {
      width: 100%;
      object-fit: cover;
      height: 100%;
      height: 300px;
  }
}

@media (max-width: 480px) {
    .custom-slider {
        height: 300px;
    }

    .owl-carousel .owl-stage-outer { height: 300px; } 
    .owl-carousel .owl-stage { height: 300px; }
    .custom-slider .owl-item { height: 300px; }
}