

ul, li{
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    font-family: "Poppins", sans-serif;
   
}




header {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 24px;
}

.logo-menu-container {
    background: #fff;
    padding: 16px;
    border-radius: 8px;
    position: relative;
    box-shadow: 1px 4px 7px 0 rgba(0,0,0,0.07);
}
.desktop-menu ul {
    list-style: none;
}
.desktop-menu ul li {
    display: inline-block;
    margin: 0px 10px;
}
.desktop-menu ul li  a{
    display: inline-block;
    margin: 0px 10px;
}
a.logo img {
    width: 80px;
}
.hero-slider-area {
    position: relative;
    height: 900px;
    overflow: hidden;
}
.hero-slider-content {
    position: relative;
    height: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
}

.hero-slider-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0; 
}

.hero-slider-content {
  position: relative;
  height: 100%;
  z-index: 2; 
}
.hero-slider-area::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 60%);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}
.hero-slider-content h1 {
    font-size: 86px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 96px;
    text-align: center;
}
.hero-slider-content p {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
     font-weight: 400;
     text-align: center;
      margin-bottom: 24px;
}

.hero-btns-wrapper {
    display: flex;
    gap: 16px;
    justify-content: center;
}


.hero-btns-wrapper a.primary-btn, .hero-btns-wrapper a.secondary-btn {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    width: 280px;
    border-radius: 4px;
    font-weight: 700;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 86px;
    padding: 16px 32px;
}
.hero-btns-wrapper a.primary-btn span, .hero-btns-wrapper a.secondary-btn span {
    font-size: 12px;
    letter-spacing: 0.4px;
     font-weight: 400;
}
.hero-btns-wrapper a.primary-btn{
background: #EC1E26;
}
.hero-btns-wrapper a.secondary-btn {
    background: #0c6436;
}



.container.hero-slider-content .row {
    width: 100%;
}
.menu ul li  a {

    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    padding: 0px;
}

.menu ul li a.active {
    color: #ec1e26;
    border-bottom: 3px solid #ec1e26;
}
.carousel-indicators,
.carousel-control-next, .carousel-control-prev
{
    z-index: 7;
    
}


.section-padding{
    padding: 80px 0;
}
.bg-gray{
    background-color: #f5f5f5;
}
.bg-white{
   background-color: #fff; 
}
.overview-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 1px 4px 7px 0 rgba(0,0,0,0.07);
}

.reg-btn{
        background: #ec1e26!important;
    color: #fff!important;
    padding: 16px 24px!important;
    border-radius: 4px!important;
}
.reg-btn:hover {
    background: #276d40 !important;
    color: #fff!important;
    padding: 16px 24px!important;
    border-radius: 4px!important;
}
h6.section-title {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
}
p {
    font-size: 16px;
    line-height: 26px;
    color: #555;
    margin-bottom: 24px;
}
.speakers-section{
    position: relative;
    height: 100%;
}

.speakers-bg {
    position: absolute;
    top: 0px;
    overflow: hidden;
    width: 100%;
    height:100%;
}
.speakers-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.speakers-section-ceontent{
    position: relative;
}
.speakers-section-ceontent .section-title {
    text-align: center;
    color: #fff;
}

.speakers-section-ceontent-slider {
    background: #f5f5f5;
    padding: 60px;
    border-radius: 4px;
}
.speakers-section-ceontent-slider-item {
    display: grid;
    grid-template-columns: 1fr 3fr;
}
.about-speaker {
    margin-bottom: 40px;
}

.speakers-section-ceontent-slider-item {
    display: flex;
   
}
.speakers-section-ceontent-slider-item-image {

    width: 180px;
    margin: 0px auto;
    margin-bottom: 40px;
}
.speakers-section-ceontent-slider-item {
    display: block;
    text-align: center;
    margin: 0px auto;
}
.about-speaker-details{
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}
.speakers-section-ceontent-slider {
    background: #fff;
    padding: 60px;
    border-radius: 4px;
}

.hero-slider-bg img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    object-position: right;
}
.speakers-section-ceontent-slider-item-image img {
width: 100%;
    box-shadow: 1px 4px 7px 0 rgba(0, 0, 0, 0.07);
    border: 5px solid #ffff;
}


.speakers-section .carousel-indicators {
   
    bottom: -60px;
 
}

.speakers-section .carousel-indicators [data-bs-target] {
    background-color: #000000;
   
}
.carousel-indicators [data-bs-target] {

    width: 16px;
    height: 16px;
    border-radius: 100%;
}

.nav-pills .nav-link{border-radius:12px;padding:20px;font-weight:600;margin-bottom:12px;background:#0c6436;color:#fff;text-align:left;transition:.3s}
    .nav-pills .nav-link small{display:block;font-weight:400;opacity:.85;margin-top:5px}
    .nav-pills .nav-link.active{background:#EC1E26;color:#fff;box-shadow:0 4px 14px rgba(236,30,38,.25)}
    .timeline{position:relative;margin-left:25px;padding-left:35px;border-left:2px solid #e5e7eb}
    .timeline-item{position:relative;margin-bottom:35px}
    .timeline-item::before{content:"";position:absolute;left:-42px;top:6px;width:14px;height:14px;border-radius:50%;background:#EC1E26;border:3px solid #fff;box-shadow:0 0 0 2px #EC1E2633}
    .session-title{font-weight:700;font-size:1.1rem;margin-bottom:6px;color:#000}
   
    .session-time{font-weight:600;color:#000;margin-right:8px}
    
    .session-list i{margin-right:6px;color:#000}
    .tab-content {
    background: #fff;
    padding: 60px;
    border-radius: 4px;
}

.session-venue {
    font-size: 14px;
    color: #999;
    margin-bottom: 16px;
}
.session-title {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0px;
    color: #000;
}
.timeline-item {
    position: relative;
    margin-bottom: 40px;
}
.session-list li {
    margin-bottom: 6px;
    font-size: 16px;
    color: #555;
}
.map-responsive {
    width: 100%;
    height: 500px;
    position: absolute;
}
footer.footer {
    background: #000;
    padding: 60px;
}
.footer p {

    color: #ffffff;
  
}

.footer .menu ul li {
    display: block;
}
.footer .menu ul li a{
    color: #fff;
        text-transform: capitalize;
}
.footer .menu ul li {
    display:block;
    margin: 0px 0px;
    margin-bottom: 20px;
}
.footer  h5 {

    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 30px;
}
.footer a.logo {
    margin-bottom: 40px;
    display: block;
}
.footer .menu ul li  a {
    display: inline-block;
    margin: 0px 0px;
}
.footer-bottom {
    color: #999;
    text-align: center;
    border-top: 1px solid #2d2c2c;
    padding-top: 30px;
}
.footer .menu ul li a.active {
    color: #ec1e26!important;
    border-bottom: 3px solid #ec1e26;
}
button.nav-link{
    text-align: center;
}



.mobile-menu.menu{
    position: relative;
    display: none;
}

.mobile-menu.menu  ul {
    position: fixed;
    left: 0px;
    width: 100%;
    background: #fff;
    top: 90px;
    text-align: center;
    padding: 40px 0px;
    margin: 0px auto;
    box-shadow: 0px 4px 10px #393333;
}

.mobile-menu.menu  ul li{
   margin-bottom: 20px;
}

.mobile-menu.menu ul li  a {
    border-bottom: none;
    display: block;
}







.page-hero-area{
    position: relative;
    height: 600px;
    overflow: hidden;
}
.page-hero-area{
    padding: 160px 0px 0px 0px;
}

h5.section-sub-title {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0px;
    color: #000;
    text-transform: uppercase;
}
.about-speaker h6 {
    color: #999;
    font-weight: 400;
    font-size: 0.9rem;
}



.abstract-content {
    background: #fff;
    border-radius: 4px;
    padding: 60px;
}
.authors {
    text-align: center;
   
}

.authors p {
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 24px;
    color: #555;
}
 .abstract-content h1{
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 24px;
    color: #000;
    text-transform: capitalize;
    text-align: center;
}
.abstract-content h5{
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 24px;
    color: #000;
    text-transform: capitalize;
    text-align: center;
}
.authors {
    text-align: center;
    margin-bottom: 60px;
}
.abstract-content .section-title{
          font-size: 16px;
    color: #000;
    font-weight: 700;
    text-align: left;
    line-height: 18px;
    margin-bottom: 8px;
}



.site-menu li a {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}


ul.site-menu li {
   display: inline-block;
   margin: 0px 15px;
}




.nav-pills {
    position: sticky;
    top: 160px;
}

a.active, .current_page_item a{
    color: #ec1e26!important;
    border-bottom: 4px solid #ec1e26;
}


.site-menu li:last-child > a {
    background-color: #ec1e26!important;
    color: #fff!important;
    padding: 18px 28px;
    border-radius: 4px;
}

.registration-box {
    background: #fff;
    padding: 60px;
    border-radius: 4px;
}

.registration-box label {
    font-weight: 600!important;
    color: #000!important;
    margin-right: 0px!important;
    font-size: 14px!important;
}
.registration-box input {
    border: 1px solid #ddd!important;
    font-size: 14px!important;
    color: #000!important;
    font-weight: 500!important;
    height: 48px!important;
}
.registration-box input:focus{
    border: 1px solid #ddd!important;
    font-size: 14px!important;
    color: #000!important;
    font-weight: 500!important;
}
 .forminator-error-message {
    background-color: #F9E4E8!important;
    color: #ec1e26!important;
}
button.forminator-button.forminator-button-submit {
    background-color: #ec1e26 !important;
    color: #fff !important;
    padding: 18px 28px!important;
    border-radius: 4px!important;
    text-transform: uppercase;
}
.forminator-row-last .forminator-field {
    text-align: end;
}
.forminator-ui#forminator-module-29.forminator-design--default .forminator-label {
    font-size: 16px;
    font-family: inherit;
    font-weight: 700;
    color: #000;
}

.hero-btns-wrapper.abstract-btn-wrapper {
    margin-top: 40px;
}
.forminator-ui#forminator-module-29.forminator-design--default 
.forminator-button-submit {
    font-size: 16px!important;
    font-family: "Poppins", sans-serif;
    font-weight: 700!important;
    padding: 18px 56px !important;
    border-radius: 4px !important;
    background-color: #ec1e26 !important;
    color: #fff !important;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
.hero-btns-wrapper.abstract-btn-wrapper a.primary-btn, .hero-btns-wrapper.abstract-btn-wrapper a.secondary-btn {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    width: max-content;
    border-radius: 4px;
    font-weight: 700;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    height: unset;
}

.hero-slider-area.page-hero-area.registration-page-hero-area {
    height: 460px!important;
    padding: 100px 0px  0px 0px!important;
}
.overview-section p {
    text-align: justify;
}
.organization img {
    width: 130px;
    margin-right: 15px;
}
.organization-section .row{
    align-items: center;
    
}
.organization-section {
    background: #0c6436;
    padding: 40px 0px;
}
.organization-title p {
    color: #fff;
    font-size: 24px;
}
#mobileMenuOpen-btn, #mobileMenuClose-btn{
    display:none;
}

.form-title {
        margin-top: 80px;
    text-align: center;
    margin-bottom: 40px;
}
.form-title h1{
        font-size: 40px;
    font-weight: 700;
    color: #000;
}
.form-title span {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}
.form-title h6 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}
.about-speaker-details p {
    text-align: center;
}
.google-input {
  position: relative;
  margin-bottom: 18px;
}
.google-input input[type="text"],
.google-input input[type="email"],
.google-input select,
.google-input input[type="file"] {
  width: 100%;
  padding: 14px 12px;
  font-size: 16px;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  background: #fff;
  box-sizing: border-box;
}
.google-input label {
  position: absolute;
  left: 12px;
  top: 14px;
  color: #9e9e9e;
  transition: all 0.18s ease;
  background: #fff;
  padding: 0 6px;
  pointer-events: none;
}
.google-input input:focus + label,
.google-input input:not(:placeholder-shown) + label,
.google-input select:focus + label,
.google-input select:not([value=""]) + label,
.google-input input[type="file"]:focus + label {
  top: -10px;
  left: 8px;
  font-size: 12px;
  color: #1976d2;
}
.about-speaker span {
    font-size: 16px;
    color: #555;
    font-weight: 400px;
    margin-bottom: 20px;
    display: block;
}
.google-input select {
    height: 48px!important;
    padding: 12px 12px!important;
}
.google-btn {
  background:#1976d2;
  color:#fff;
  padding:12px 20px;
  border:none;
  border-radius:6px;
  cursor:pointer;
  font-weight:600;
  width:100%;
}
.google-btn:hover {
  opacity:0.95;
}