
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobile_primary{
    padding: 0;
    transition: all .6s;
    position: relative;
    z-index: 999;
    display: flex;
    align-items: center;
}
.mobile_primary li { 
    display: inline-block; 
    cursor: pointer; 
}
.mobile_primary ul li a {
    color: #636467;
    font-weight: 400;
    padding: 11px 22px;
    font-size: 16px;
    display: block;
    position: relative;
    z-index: 99;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
    transition: all .6s;
}
.mobile_primary ul li a:hover{text-decoration: none;}
.menu-button { display: none; }
.header-menu {
    background-color: #f0f2f1;
    display: flex;
    align-items: center;
    transition: .5s all;
}
.navbar-brand img{
    width: 285px;
}
.navbar-brand a{line-height: normal;}
.sticky-active{
    position: fixed !important;
    z-index: 9999;
    top: 0;
    background-color: #f0f2f1;
    box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
    width: 100%;
}
.header-menu-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ==== hero section ==== */

.banner-section{
    position: relative;
}
.banner-section img{width: 100%;}
.banner-box h2{
    display: inline-block;
    font-size: 55px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    margin-bottom: 40px;
    padding-bottom: 9px;
    line-height: 40px;
}
.banner-box p {
    font-size: 32px;
    color: #fff;
    margin-bottom: 35px;
    line-height: 26px;
    font-weight: 600;
}
.banner-layout-bg{
    background-color: rgb(182 28 43 / 90%);
}
.banner-layout{
    padding: 40px 0;
    position: relative;
    margin-top: -150px;
    z-index: 9;
}
.conference-content h2{
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 40px;
}
.conference-content p{
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
}
.countdown-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: end;
    flex: 0 0 auto;
    width: 22%;
}
.countdown-item span{
    display: inline-block;
}
.countdown_value{
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
}
.countdown_text{
    font-size: 18px;
    color: #fff;
}
.countdown-item:first-child{
    border-right: 0.25px solid #fff;
    padding-right: 45px;
    margin-right: 15px;
}
.sec--title{
    margin-bottom: 12px;
    padding-bottom: 8px;
}
.sec--title h3{
    color: #636467;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 16px;
}
.sec--title p{
    font-size: 15px;
    margin-bottom: 20px;
    color: #4d4d4d;
}
.about-content p{
    font-size: 16px;
    color: #636467;
    margin-bottom: 10px;
    line-height: 26px;
    text-align: center;
}
.event-leftbox-bg{
    background-color: #5f2852;
}
.event-leftbox img{
    width: 100%;
    height: 170px;
    object-fit: cover;
}
.event-rightbox-bg{
    background-color: #b61c2b;
}
.event-rightbox{
    padding: 32px 30px;
}
.event-rightbox h3{
    color: #fff;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: none;
}
.event-rightbox p{
    font-size: 15px;
    color: #fff;
    margin-bottom: 5px;
    text-align: center;
}
.event-rightbox h2{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    line-height: 26px;
}
.workshop-gardient-bg{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 55%, rgba(240,242,241,1) 55%);
}
.column-item{
    width: 20%;
    flex: 0 0 auto;
}
.count-step {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background-color: #636467;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 700;
    font-family: "Encode Sans Condensed", sans-serif;
}
.card-round-shape {
    width: 100%;
    height: 210px;
    background-color: #fadfe1;
    position: absolute;
    top: -8px;
    left: 0;
    clip-path: ellipse(54% 28% at 50% 0%);
}
.owl-item:nth-child(even) .card .card-round-shape {
    background-color: #dbdbdc;
}
.owl-item:nth-child(even) .card-body .count-step{
    background-color: #b61c2b;
}
.workshop-card{
    filter: drop-shadow(0px 8px 25.5px rgba(0,0,0,0.05));
    overflow: hidden;
    min-height: 300px;
}
.workshop-card p{
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 6px;
    font-weight: 600;
    min-height: 72px;
}
.workshop-card h5{
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    font-weight: normal;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 6px;
}
.workshop-card p:last-child{
    margin-top: 0;
}
.contact-btn-tab.tabs.tabs-simple .nav-tabs > li {
    margin: 0 6px;
}
.contact-btn-tab.tabs.tabs-simple .nav-tabs > li:first-child{
    margin-left: 0;
}
html .btn-light.active:not(.bg-transparent){
    color: #fff;
}


/* timeline accordian */

  .accordion-item:first-of-type .accordion-button, 
  .accordion-item:first-of-type{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .accordion-button:focus{
    box-shadow: none;
    border: none;
  }
  .accordion-button:not(.collapsed){
    background: none;
    box-shadow: none;
    color: #000;
  }
  .accordion-item:last-of-type .accordion-button.collapsed, 
  .accordion-item:last-of-type .accordion-collapse, 
  .accordion-item:last-of-type{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .accordion-item {
    border: none;
    background: none;
    /* padding: 0 0 1rem 1.5rem;
    border-left: 2px solid #a39d9d; */
}
.accordion-button{
    background: none;
    padding: 0;
    box-shadow: none;
}
.accordion-header{line-height: normal;}
.accordion-header span{
    font-size: 18px;
    font-weight: 500;
}
.accordion-body p{
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 22px;
    color: #000;
}
  /* timeline end */

  .footer-wiget-double{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-wiget-double img {
    width: 135px;
    margin: 0 8px;
}
.section-bg{
    background-color: #f0f2f1;
}
.img-thumbnail.img-thumbnail-hover-icon:before{
    border-radius: 0;
}

/* timeline demo */

.inner-container {
    max-width: 900px;
    margin: 0 auto;
}
.timeline {
  margin: 0 auto;
  position: relative;
  margin-top: 16px;
}
/* .timeline::before {
    content: "";
    display: block;
    height: 100%;
    margin-left: -2px;
    position: absolute;
    top: 24px;
    width: 3px;
    z-index: 0;
    filter: alpha(opacity = 35);
    opacity: 0.35;
    background-color: #a39d9d;
} */
.timeline-item {
  color: #ffffff;
  padding: 0 0 1rem 1.5rem;
  border-left: 2px solid #a39d9d;
  position: relative;
  list-style-type: none;
  --item-width: calc(100%);
}
.timeline-item::after {
  content: attr(data-date);
  position: absolute;
  right: calc(var(--item-width) + 40px);
  top: -5px;
  left: -9%;
  font-weight: bold;
  white-space: nowrap;
  color: #000;
}
.timeline-item::before {
  content: "";
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  left: -9px;
  top: 0;
  outline: 2px solid #ccc;
}
.timeline-item:last-child {
  border: 0px;
  padding-bottom: 0;
}
.timeline-item:last-child::before{
    left: -8px;
}
/* .tab-content .tab-pane.active .accordion > ul.timeline .timeline-item:first-child .accordion-item{
    border-left: 2px solid #b61c2b;
} */
 .timeline-item.active{
    border-left: 2px solid #b61c2b;
}
.timeline-item.active::before{
    outline: 2px solid #b61c2b;
}
/* timeline demo */


.img-thumbnail.img-thumbnail-hover-icon:after{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b61c2b;
    color: #fff;
    border-radius: 50%;
    border: 2px dashed #fff;
    left: 50%;
}
.img-thumbnail.img-thumbnail-hover-icon:after{
    content: "\f002";
}
.speaker-author{
    display: flex;
}
.speaker-author-thumbnail img{
    max-width: 55px;
}
.speaker-author p{
    margin-left: 12px;
    margin-bottom: 0;
}
.speaker-author strong {
    color: #111;
    display: block;
    margin-bottom: 2px;
    font-size: 16px;
    font-size: 1rem;
}
.speaker-author span {
    color: #b61c2b;
    display: block;
    font-size: 12.8px;
    font-size: 0.8rem;
    font-weight: 600;
}
.speaker-details-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.speaker-details-group span {
    display: inline-block;
    padding: 11px 12px;
    color: #fff;
    background-color: #636467;
    line-height: normal;
    margin: 0;
}
.footer-widget-logo img{
    width: 100%;
}
.footer-widget .footer-widget-icon {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
    display: flex;
    position: relative;
    align-items: center;
}
.footer-widget .footer-widget-icon i {
    margin-right: 10px;
    font-size: 20px;
    color: #b61c2b;
}
.footer-widget h5{color: #000; margin-bottom: 5px; text-transform: none; font-size: 18px;}
.footer-widget {
    padding-bottom: 15px;
}
.line{
    width: 80%;
    height: 1px;
    background-color: #33436e;
}

.program-section {
    margin-top: -200px;
    padding-top: 35px !important;
}
.margin-container {
    margin-top: -256px;
}
.about-section {
    margin-bottom: 190px;
    padding-bottom: 72px !important;
}
.pb-10{padding-bottom: 10rem;}
.program-section .tab-content{
    background-color: #f7f7f7 !important;
}
.registration-section .tab-content{background: none;}
.tab-scroll {
    width: 1116px;
    overflow-x: auto;
}
.tabs.tabs-bottom{
    margin: 0;
}
.tab-scroll ul {
    flex-wrap: nowrap;
}
.custom-border{border: 0.25px solid #fcbfc5 !important;}
.py-2-3{padding-top: .7rem !important; padding-bottom: .7rem !important;}

.px-4-7 {
    padding-right: 1.7rem !important;
    padding-left: 1.7rem !important;
}
.nav-item .btn-space{padding: 1rem 1.6rem; font-size: 0.9rem;}
.about--bg{
    background-image: url('../img/about-bg.jpg');
    background-size: cover;
}
.about-header h4, .contact-header h4 {
    font-size: 20px;
    color: #5f2852;
    font-weight: 400;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.about-header h2, 
.contact-header h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    color: #5f2852;
}
.about-header h3, 
.contact-header h3 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #5f2852;
    line-height: 40px;
    text-transform: none;
}
.about-header p {
    font-size: 16px;
    color: #000;
    line-height: 32px;
    margin-bottom: 20px;
}
/* .element-widget-wrapper{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
} */
 .element-widget-wrapper img{
    border-radius: 6px;
    filter: drop-shadow(0px 3px 47.5px rgba(0, 0, 0, 0.13));
    width: 100%;
 }
 .circle-btn {
    background-color: #5f2852;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-right: 15px;
    overflow: hidden;
}
.circle-btn img {
    width: 20px;
}
.icon-content h4{
    font-size: 18px;
    color: #161515;
    font-weight: 600;
    margin-bottom: 0;
}
.icon-content p{
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}
.icon-content p{
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}
.secondary--title h4{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 400;
    color: #5f2852;
}
.secondary--title h2{
    color: #5f2852;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: none;
}
.secondary--title {
    margin-bottom: 12px;
    padding-bottom: 8px;
}
.secondary--title h5 {
    font-size: 22px;
    color: #000;
    text-transform: none;
    margin-bottom: 10px;
    padding-bottom: 12px;
}
.member-card img{
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 250px;
    object-fit: cover;
    object-position: top;
}
.member-card .card-body{
    padding: 12px 15px;
    background-color: #fff;
}
.member-card .card-body h3{
    font-size: 16px;
    margin-bottom: 2px;
    font-weight: 600;
    color: #000;
    text-transform: none;
}
.member-card .card-body p{
    font-size: 16px;
    margin-bottom: 5px;
    color: #000;
    line-height: 22px;
}
.member-card .card-body p{min-height: 67px;}
.member-card .card-image{background-color: #e0dede;}
.secondary-bg{background-color: #5f2852;}
.secondary--title img, .contact-header img{width: 22px;}
.national-committee-section .card-body{min-height: 108px;}
.contact-header p{
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
    line-height: 30px;
    font-weight: 400;
}
.widget-item{
    border-bottom: 1px dashed #5f2852;
    margin-bottom: 10px;
    padding-bottom: 20px;
}
.widget-item:last-child{border-bottom: none;}
.about-generic-content p{
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin-bottom: 10px;
}
.rightbox-title h3{color: #5f2852; font-size: 20px; margin-bottom: 10px; font-weight: 500;}
.registration-rightbox .table thead th{background-color: #5f2852; color: #fff; text-transform: uppercase;}
.registration-rightbox .table tbody{background-color: #fff; color: #000;}
.registration-rightbox .table tbody th{font-weight: 400; color: #666666;}
html body .registration-btn-tab .btn-light{color: #5f2852;}
.announcement-main {
    position: fixed;
    bottom: 0;
    z-index: 999;
    background: rgb(51 51 51);
    width: 100%;
}
.marquee-area {
    padding: 0;
    position: relative;
    display: block;
}
.marquee-area label {
    color: #ffffff;
    padding: 8px 10px;
    font-size: 16px;
    background: #5f2852;
    width: 140px;
    margin: 0;
}
.marquee-area marquee {
    position: absolute;
    left: 150px;
    width: calc(100% - 160px);
    height: 100%;
    top: 0px;
    display: grid;
    align-items: center;
    color: #ffffff;
}
.animate-btn{
    animation: pulse-ray 2s infinite;
}
.mfp-title {
    text-align: center;
    font-size: 25px;
    color: #000;
    background: #37353599;
    color: #fff;
    padding: 15px;
    line-height: 25px;
}
.radio-label{
    display: inline-flex;
    align-items: center;
}
.radio-label input[type="radio"] {
    margin-right: 0.5rem;
}

@keyframes pulse-ray {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgb(182 28 43 / 70%);;
    }
  
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px transparent
    }
  
    100% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 transparent
    }
  }

.trip-card{ max-height: 300px; }
.trip-card a img{
    width: 100%;
    object-fit: cover;
    height: 300px;
    border-radius: 0px;
}
.layer{
    height: 0%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.616) 0%, rgba(0, 0, 0, 0.616) 100%);
    position: absolute;
    left: 0;
    width: 100%;
    border-radius: 0px;
    bottom: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    font-size: 14px;
    transition: height 0.5s;
}
.layer h4{
    font-size: 20px;
    color: white;
    letter-spacing: 0px;
}
.trip-card:hover .layer { height: 100%; }
.gallery-section .img-thumbnail .zoom{ background: #b61c2b !important;}
.trip-card-body {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
	min-height: 261px;
    background-color: #5f2850;
    color: #fff;
}
.trip-card-body p { color: #fff; }
.hightlight-bg{
    background-image: url('../img/highlight-bg.jpg');
    background-size: cover;
    box-shadow: inset 0 0 0 1000px #5f28509e;
}
.hightlight-lists ul{list-style: none; padding-left: 0; position: relative;}
.hightlight-lists ul li{font-size: 16px; color: #fff; margin-bottom: 8px; position: relative;padding-left: 25px;}
.hightlight-lists ul li::before{
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    top: 2px;
    left: 0;
}
.main-content h2{
    font-size: 25px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
}
.main-content ul{position: relative; padding-left: 0; list-style: none;margin-bottom: 25px;}
.main-content ul li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 6px;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
.main-content ul li::before{
    content: "\f138";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    color: #c71d22;
}
.main-content ol li{color: #000;font-size: 16px;}
.main-content ul{margin-left: 1rem;}
.hightlight-text h4{
    font-size: 20px;
    color: #000;
    margin-bottom: 4px;
}.hightlight-text h6{
    font-size: 17px;
    text-transform: none;
    color: #000;
    font-weight: 600;
}
.generic-section .hightlight-lists ul{margin-bottom: 20px;}
.generic-section .hightlight-lists ul li{color: #000;}
.generic-section{border-bottom: 1px solid #ffacae;}
#header .header-nav-main nav > ul > li:last-child{display: none;}
.doctor-card {
    background-color: #fff;
    padding: 20px 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #5f2852;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    min-height: 110px;
}
.doctor-card h3{
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    color: #5f2852;
    margin-bottom: 0;
}
.doctor-card:hover{background-color: #f0e0ec;}
.doctor-card p{margin-top: 6px; margin-bottom: 0; color: #000; font-size: 14px;}
.registration-box{background-color: #5f2852; color: #fff;padding: 10px;}
.registration-box.registration-rightbox .table thead th{background-color: #fff !important; color: #000;}



.register-now-napem {
            position: fixed;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      background-color: #5f2850;
      color: white;
      padding: 9px 6px;
      border-radius: 5px 0 0 5px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
      font-size: 15px;
      text-align: center;
      z-index: 1000;
      cursor: pointer;
      writing-mode: sideways-lr;
    }

    .register-now-napem a {
      color: white;
      text-decoration: none;
    }

    .register-now-napem:hover {
      background-color: #5f2850;
      text-decoration: none;
    }