:root{
    --nx-primary-color: #6A4CFF;
    --nx-secondary-color: #ffffff;
    --nx-banner-title-color: #ffffff;
    --nx-banner-subtitle-color: #000000;
    --nx-footer-bg-color: #000000;
    --nx-footer-font-color: #ffffff;
    --nx-font-family: "Poppins";
}
html,body{
    font-size:14px;
    font-family: var(--nx-font-family);
    color:#000;
    font-style: normal;
    font-weight: normal;
}

.section-space{padding:4em 0;}
/* Header Navigation */
.header .navbar-nav .nav-link{
    padding-top: 5px;
    padding-bottom: 5px;
}
.header .navbar-nav .nav-link#login {
    color: var(--nx-secondary-color);
    background-color: var(--nx-primary-color);
    border-color: var(--nx-primary-color);
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
}
.header .navbar-nav .nav-link#login:hover, 
.header .navbar-nav .nav-link#login:active, 
.header .navbar-nav .nav-link#login:focus {
    opacity: 0.75;
    box-shadow: none !important;
}
@media (max-width: 991px){
    .header .navbar-nav .nav-link{
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
/* Common Button Styling Overritten */
.cbtn.btn-primary {
    border-radius: 0;
    background-color: transparent;
    color: var(--nx-primary-color);
}
.cbtn.btn-primary svg{
    fill: var(--nx-primary-color);
}
.cbtn.btn-primary:active,
.cbtn.btn-primary:hover {
    background-color: var(--nx-primary-color) !important;
    border-color: var(--nx-primary-color) !important;
    color: #ffffff;
    opacity: 1;
}
.cbtn.btn-primary:active svg,
.cbtn.btn-primary:hover svg{
    fill: #ffffff;
}
.cbtn.btn-filled {
    background-color: var(--nx-primary-color);
    color: var(--nx-secondary-color);
    border-radius: 0;
}
.cbtn.btn-filled:hover {
    background-color: transparent;
    border: 1px solid var(--nx-primary-color);
    color: var(--nx-primary-color);
}
.cbtn.btn-filled:focus {
    box-shadow: none;
}

/* Agenda Page CSS Overwrite Start */
.agenda-top-banner{
    background-image: url("/images/theme7/agendaBanner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    min-height: 38vh;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #fff;
    position: relative;
}
.agenda-top-banner h1{
    font-weight: 600;
    margin-top: 30px;
}
/* Agenda Page CSS Overwrite Ends */


.hal-devent-banner .event-theme:after{
    left: 0;
    right: auto;
}
#timer {
    display: flex;
    font-size: 2.5em;
    font-weight: 600;
    letter-spacing: 0px;
    margin-left: -12px;
}

#timer div {
    padding: 5px 15px;
    position: relative;
    text-align: center;
    width: 75px;
}

#timer div:after {
    content: ':';
    display: block;
    position: absolute;
    top: 1px;
    right: -4px;
}

#timer div:last-child:after {
    display: none;
}

#timer span {
    font-size: 12px;
    display: block;
    font-weight: 500;
}
@media (max-width: 567px){
    #timer{
        justify-content: space-between;
    }
}


.evntTxt {
    font-size: 12px;
    font-weight: 500;
}

.breadcrumb{
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}
.breadcrumb .breadcrumb-item a{
    color: #ffffff;
}
.hal-session-detail .objectives-section .session-detail-cta .heading-highlight {
    padding: 17px 20px;
    margin-bottom: 0;
}
.hal-session-detail .objectives-section .session-detail-cta .cta-box .cbtn{
    color: var(--nx-primary-color);
}
.hal-session-detail .objectives-section .session-detail-cta .cta-box .cbtn:hover {
    color: var(--nx-secondary-color);
}
.hal-session-detail .objectives-section .session-detail-cta .cta-box .cbtn svg {
    fill: var(--nx-primary-color);
}
.hal-session-detail .objectives-section .session-detail-cta .cta-box .cbtn:hover svg {
    fill: var(--nx-secondary-color);
}
@media (max-width: 991px){
    .hal-session-detail .objectives-section .session-detail-cta .heading-highlight {
        font-size: 14px !important;
        margin-top: 30px;
        padding: 5px 15px;
    }
}
/*====== End Agenda style ======*/


/* Theme Event Banner Component CSS Start */
.theme-event-banner{
    background-image: url(/images/theme7/topBanner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0%;
    height:80vh;
    position: relative;
    margin-bottom:2em;
}
.theme-event-banner > .container{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%);
}
.theme-event-banner .banner-content h1{
    font-size: 3em;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 0;
    line-height: 48px;
}
.theme-event-banner .banner-content .event-theme {
    font-size: 18px;    
    font-style: normal;
    font-weight: 400;
    padding-bottom: 0;
}
.theme-event-banner .banner-content .event-theme:after{
    display: none;
}
.theme-event-banner .banner-content .cta-box.register-button{
    display: block;
    color: var(--nx-primary-color);
}

#pre-event-hed-timer, #pre-agenda-timer {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ClassyCountdown-wrapper {
    padding: 4px 0px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.individualsession-timer .ClassyCountdown-wrapper>div {
    background-color: #fff;
}

.ClassyCountdown-wrapper>div {
    display: inline-block;
    position: relative;
    /* width: 100px !important;
    height: 100px !important; */
    margin: 0 25px;
    background-color: rgba(0,0,0,0.2);
    border-radius: 50%;
    padding: 0px;
    height: 60px;
    width: 60px;

}
.ClassyCountdown-wrapper>div>div {
    display: inline;
    height: 60px;
    width: 60px;
}
.ClassyCountdown-wrapper>div>div>canvas {
    height: 60px;
    width: 60px;
}
.ClassyCountdown-wrapper .ClassyCountdown-value{
    font-family: var(--nx-font-family) !important;
    font-size: 20px !important;
    line-height: .6em !important;
    top: 20px;
}

@media (max-width: 480px){
    .theme-event-banner{
        height: 100vh;
    }
    .ClassyCountdown-wrapper>div{
        margin: 0 10px;
    }
}

/* Theme Event Banner Component CSS Ends */

/* Registration Component CSS Start */
.register-section{
    background-image: url("/images/theme7/registerBg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    min-height: 100px;
    color: #ffffff;
    padding: 50px 0;
}
.register-section .container{
    padding-left:6em;
    padding-right:6em;
}
.register-section .cta-box{
    text-align: right;
}
.register-section .cta-box a {
    color: #fff;
    text-decoration: underline;
}
.register-section .cta-box a:hover {
    text-decoration: none;
}
@media (max-width: 991px){
    .register-section .container{
        padding-left:4em;
        padding-right:4em;
    }
}
@media (max-width: 767px){
    .register-section{
        text-align: center;
    }
    .register-section .container{
        padding-left:15px;
        padding-right:15px;
    }
    .register-section .cta-box{
        margin-top: 15px;
        text-align: center;
    }
}

/* Registration Component CSS Ends */

/* Registration Page */
.hal-event-registration {
    padding-bottom: 60px;
}
.hal-event-registration .contact-form .cbtn{
    color: var(--nx-primary-color);
}
.hal-event-registration .contact-form .cbtn svg{
    fill: var(--nx-primary-color);
}
.hal-event-registration .contact-form .cbtn:hover{
    color: var(--nx-secondary-color);
}
.hal-event-registration .contact-form .cbtn:hover svg{
    fill: var(--nx-secondary-color);
}

/* Class Countdown CSS */
.ClassyCountdown-wrapper>div{display:inline-block;position:relative;width:calc(25% - 20px);margin:10px}.ClassyCountdown-wrapper .ClassyCountdown-value{width:100%;line-height:1em;position:absolute;top:30%;text-align:center;left:0;display:block}


@media (max-width: 991px) {
    .scroll-top-btn {
        position: fixed;
        bottom: 10px;
        right: 20px;
    }
}

@media (max-width: 767px) {
    .nx-speaker-opt1 .speaker-list .speaker .detail {
        height: auto !important;
    }
    .nx-speaker-opt1 .speaker-list .speaker img {
        max-width: 100% !important;
    }
    footer.footer {
        position: absolute;
        height: 100% !important;
    }
    body.main-wrapper {
        margin-bottom: 0px!important;
    }
}

.width-control.banner-content {
    color: #fff;
}

.ClassyCountdown-wrapper {
    width: 400px;
    justify-content: space-between;
}

.ClassyCountdown-wrapper>div {
    height: 60px !important;
    width: 60px !important;
}

.nx-home-agenda-opt5 .filters-cta-box>div.cta-box .cbtn {
    margin-right: 0px !important;
}

.nx-home-agenda-opt5 .filters-cta-box a.cbtn.btn-primary {
    margin-bottom: 0px !important;
}

.screenshot_slide .owl-carousel .owl-item {
    min-height: 480px !important;
}

@media (min-width:576px) and (max-width: 991px) {
    .nx-home-agenda-opt5 .filters-cta-box {
        display: flex;
    }
}

@media (max-width: 767px) {
    .nx-about-event-opt1 .section-desc ol li:before, .nx-about-event-opt1 .section-desc ul li:before {
        display: none;
    }
    .nx-about-event-opt1 .section-desc ol li, .nx-about-event-opt1 .section-desc ul li {
        padding-left: 0px !important;
    }
}

@media (max-width: 575px) { 
    .nx-home-agenda-opt5 .filters-cta-box .filters {
        display: block;
        width: 205px;
    }
}
@media only screen and (min-width: 769px) {
  .hamburger {
    display: none;
  }

  .mainBanner .desktop {
    display: block;
  }

  .mainBanner .mobile {
    display: none;
  }

}

@media only screen and (max-width: 768px) {
  .hamburger {
    display: block;
    position: relative;
    width: 20px;
    height: 2px;
    background: #fff;
    z-index: 9;
    margin-right: 10px;
  }

  .hamburger:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 8px;
    left: 0;
  }

  .hamburger:before {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: -9px;
    left: 0;
  }

  .headerFixed .hamburger {
    background: #000;
  }

  .headerFixed .hamburger:after {
    background: #000;
  }

  .headerFixed .hamburger:before {
    background: #000;
  }

  .mainBanner .desktop {
    display: none;
  }

  .mainBanner .mobile {
    display: block;
  }

  .mainBannerTimer {
    position: static;
    background: #176DC4;
  }

  header {
    padding: 10px;
  }

  .navigation {
    display: none;
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    background: #176DC4;
    padding-top: 55px;
  }

  header .navigation ul {
    flex-direction: column;
  }

  header .navigation ul li {
    width: 100%;
  }

  header .navigation ul li a {
    padding: 12px 25px;
    display: block;
  }

  header {
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  header .logo {
    margin-right: 0px;
    z-index: 9;
    max-width: 110px;
  }

  .bannerContent {
    width: 100%;
  }

  .bannerContent h1 {
    font-size: 30px;
  }

  header.headerFixed {
    padding: 10px;
  }

  #timer div {
    padding: 0px 17px;
  }

  .speakerWrap {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }

  .speakerArea {
    width: 100%;
  }

  .faqMain ul li {
    padding: 15px 15px 15px 35px;
  }

  .faqMain ul li h5 {
    font-size: 16px;
  }

  .faqMain ul li img {
    width: 14px;
    top: 20px;
    left: 10px;
  }

  footer>.container {
    padding: 40px 20px;
  }

  .wrapArea {
    flex-direction: column;
  }

  .wrapArea .rightArea h4 {
    display: block;
  }

  .wrapArea .rightArea {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .wrapArea .socialWrap {
    width: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }

  .wrapArea .socialWrap ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.wrapArea .socialWrap ul li {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.wrapArea .socialWrap ul li a {
    color: #fff;
    text-decoration: none;
}

.wrapArea .socialWrap ul li a img {
    width: 15px;
}

footer .wrapArea .rightArea ul li a {
  justify-content: flex-start;
}

.wrapArea .rightArea ul li a img {
  float: none;
}

  .copyright .container {
    flex-direction: column;
  }

  .copyright .container .right {
    margin-top: 5px;
  }
}