~~~~~~AAAA2/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}
ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style-type: none;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
@media only screen and (max-width: 768px) {
  .event-wrapper {
    margin-bottom: 5rem;
  }
  .event-wrapper .row {
    flex-direction: column-reverse;
  }
  img.yellow-round2 {
    position: absolute;
    top: -12%;
    right: -10%;
    max-width: 57px;
    z-index: -1;
  }
  .right-event .bottom img.bottom-dot-line {
    max-width: 40px;
    position: absolute;
    bottom: 0px;
    right: -6%;
  }
  .event-content {
    margin-top: 50px;
  }
  .event-content h5 {
    font-size: 20px;
  }
  .event-content h3 {
    font-size: 30px;
  }
  .event-content p {
    font-size: 16px;
    line-height: 26px;
  }  
  .event-wrap .head-title h3 {
    font-size: 30px;
  }
  section.event-wrap ul.tab-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .event-wrap ul.tab-button li {
    padding: 10px;
  }
  .event-wrap ul.tab-button li p {
    display: none;
  }
  .event-wrap ul.tab-button li h5 {
    font-size: 16px;
  }
  .event-wrap ul.tab-button li.dot-icon {
    display: none;
  }
  .event-wrap ul.tab-button li {
    background: transparent;
    border:  1px solid #f7669d;
    width: calc((100% / 3) - 10px);
    text-align: center;
  }
  .event-wrap ul.tab-button li h5 {
    color: #f7669d;
    margin: 0px;
  }
  .event-wrap ul.tab-button li.active {
    background: #f7669d;
    border:  1px solid #f7669d;
  }
  .event-wrap ul.tab-button li.active h5 {
    color: #fff;
  }
  .group-content ul {
    flex-direction: column;
  }
  .group-content ul li.discription p {
    line-height: 26px;
  }
  .color-boxes {
    flex-direction: column;
  }
  .color-box-content p {
    line-height: 26px;
  }
  img.yellow-round3 {
    display: none !important;
  }
  .color-boxes .left-box, .color-boxes .right-box {
    margin: 0px;
  }
  footer > .container > .row > .col-sm-4  {
    width: 60%;
    float: left;
  }
  footer > .container > .row > .col-sm-3  {
    width: 40%;
    float: left;
  }
  footer > .container > .row > .col-sm-5 {
    margin-top: 3rem;
  }
  .footer-address h3 {
    font-size: 30px;
  }
  .copyright .container .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .copyright .terms-link ul {
    justify-content: center;
  }
  .powered-by {
    text-align: center;
    margin-top: 2rem;
  }
  .powered-by p {
    text-align: center;
  }
  .agenda-day-wrap .day-tab ul li{
    width: calc((100% / 3) - 10px);
  }
  .agenda-day-wrap .day-tab ul li p {
    display: none;
  }
  .agenda-day-wrap .day-tab ul li {
    padding: 8px 10px;
  }
  .col-sm-6.count-elem {
    width: 40%;
    float: left;
  }
  .col-sm-6.add-to-schedule-elem {
    width: 60%;
    float: right;
  }
  .total-count h3 {
    font-size: 18px;
    margin: 0px;
    line-height: 36px;
  }
  .add-to-schedule a {
    font-size: 14px;
  }
  .group-box p {
    line-height: 26px;
  }
  .group-box .bottom-wrap {
    align-items: flex-start;
    flex-direction: column;
  }
  .group-box .bottom-wrap img {
    margin: 20px 0px;
  }
  .group-box .bottom-wrap ul li {
    padding: 10px;
  }
  .speaker-group .item .card-title {
    font-size: 24px;
  }
}
:root {
    --nx-primary-color: #EB0023;
    --nx-secondary-color: #ffffff;
    --nx-banner-title-color: #ffffff;
    --nx-banner-subtitle-color: #ffffff;
    --nx-footer-bg-color: #000000;
    --nx-footer-font-color: #ffffff;
    --nx-font-family: "poppins";
}

body {
    overflow-x: hidden;
    font-family: 'Space Grotesk';
    line-height: inherit;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.container-fluid {
    padding: 0px;
}
.content-section{
    padding-bottom: 0;
}
.survey-form-popup {
    padding: 50px 0;
}
@media (max-width: 991px){
    .container{
        padding: 0 15px;
    }
}
/* Theme specific button */
.cbtn.btn-secondary{
    background-color: #ffffff;
    transition: 0.5s all;
    border-bottom: none;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    padding: 12px 20px 12px 20px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 600;
}
.cbtn.btn-secondary .fa{
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 2px;
    color: var(--nx-primary-color);
    transform: rotate(-45deg);
    margin-top: -1px;
    margin-left: 5px;
    font-size: 1.2em;
}
.cbtn.btn-secondary:focus{
    box-shadow: none;
    border-color: none;
}
.cbtn.btn-secondary:hover, 
.cbtn.btn-secondary:active {
    background: #000 !important;
    color: #fff;
    transition: 0.5s all;
    border-color: #000000 !important;
    box-shadow: none !important;
}
.cbtn.btn-secondary:hover .fa {
    -webkit-text-stroke-color: #000;
    transition: 0.5s all;
}
.cbtn.btn-secondary:hover svg {
    fill: var(--nx-primary-color) !important;
}

.cbtn.btn-primary{
    border: 1px solid var(--nx-primary-color);
    color: var(--nx-secondary-color);
    border-radius: 0;
    font-size: 14px;
}
.cbtn.btn-primary svg{
    fill: var(--nx-primary-color);
}
.cbtn.btn-primary:hover, 
.cbtn.btn-primary:active{
    background-color: var(--nx-primary-color) !important;
    color: #ffffff;
    border-color: var(--nx-primary-color) !important;
    box-shadow: none !important;
}
.cbtn.btn-primary:hover svg{
    fill: #ffffff;
}
/* Header Navigation CSS Overwrite */
.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;
    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 {
    color: #ffffff;
    opacity: 0.75;
    box-shadow: none !important;
}
@media (max-width: 991px){
    .header .navbar-nav .nav-link{
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/* Speaker slider Start */
.wrap-nav{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.wrap-nav .slide-arrow{
    display: inline-flex;
}
.wrap-nav .slide-arrow svg{
    fill:#000;
    width:35px;
    height:29px;
}
.wrap-nav .prev-arrow{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
/* Speaker slider Ends */

/* Theme Event Main Banner Css Starts */
.theme-event-banner {
    background-position: center center;
    background-color: var(--nx-primary-color);
    min-height: 600px;
    display: flex;
    align-items: center;
    padding-bottom: 72px;
}
.theme-event-banner .banner-content h1 {
    margin: 0 0 20px 0;
}
.theme-event-banner .banner-content .event-theme {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    font-style: normal;
    padding-bottom: 15px;
}
.theme-event-banner .banner-content .event-theme:after{
    display: none;
}
.theme-event-banner .banner-content .cta-box{
    position: relative;
}
.theme-event-banner .banner-content .cta-box .cbtn{
    margin-right: 15px;
}
.theme-event-banner .banner-content .cta-box .cbtn:last-child{
    margin-right: 0;
}
.theme-event-banner .banner-content .cta-box:before{
    content:"";
    width:80px;
    height:90px;
    background:url('/images/theme6/circles.png');
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
    position: absolute;
    z-index: 0;
    left: -75px;
}
/* need to remove later */
.theme-event-banner .banner-content .cta-box .cbtn {
    margin-right: 15px;
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #000000;
}
.theme-event-banner .banner-content .cta-box .cbtn:hover {
    background-color: transparent !important;
    border: 1px solid #000000;
    color: #000000 !important;
}
.theme-event-banner .banner-content .cta-box .cbtn svg {
    fill: #ffffff;
}
/* Need to remove later */

.theme-event-banner .banner-date {
    min-width: 305px;
    max-width:480px;
    float: right;
}

.theme-event-banner .banner-date h1 {
    font-size: 5em;
    color: var(--nx-primary-color);
    font-family: 'Space Grotesk';
    font-weight:800;
    letter-spacing: 2px;
    margin:0 ;
    line-height:unset;
    text-shadow:0px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 0px 0 #fff;
}

.timer-wrapper{
    flex: 0 0 100%;
    background: #000;
    padding: 3em 4em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.event-timer-main {
    width: 100%;
    margin: 0 auto;
    display: none;
    margin-top: -6em;
}
.event-timer-main h4 {
    color: #fff;
    font-size: 45px;
    font-family: 'Space Grotesk';
    max-width: 260px;
    font-weight: 400;
}
#countdown {
    margin: 30px 0px;
}

#countdown ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#countdown ul li {
    margin-right: 60px;
    color: #fff;
    font-family: 'Space Grotesk';
    font-weight: 500;
    font-size: 24px;
    text-transform: capitalize;
    text-align: center;
}

#countdown ul li span {
    display: block;
    text-align: center;
    font-family: 'Space Grotesk';
    font-weight: bold;
    font-size: 45px;
    margin-bottom: 10px;
}

@media (max-width: 768px){    
    .theme-event-banner:before {
        display: none;
    }
    .theme-event-banner .banner-content {
        margin-bottom: 40px;
    }
    .theme-event-banner .banner-content .cta-box .cbtn{
        margin-bottom: 15px;
    }
    .banner-date {
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 60px;
    }
    .timer-wrapper{
        display: block;
        padding: 40px;
    }
    .event-timer-main h4{
        font-size: 36px;
        max-width: 100%;
    }
    .event-timer-main h4 br {
        display: none;
    }
    #countdown ul {
        justify-content: space-between;
    }
    #countdown ul li{
        margin-right: 15px;
        font-size: 16px;
    }
    #countdown ul li:last-child{
        margin-right: 0;
    }
}
@media (max-width: 767px){
    .theme-event-banner{
        padding-top: 60px;
    }
    .timer-wrapper{
        display: block;
        padding: 30px 15px;
    }
    #countdown {
        margin: 15px 0px 0;
    }
}
/* Theme Event Main Banner Css Ends */


section.about-event-wrap {
    margin-top: 5rem;
}

.about-event-wrap .about-content h3 {
    color: #000;
    font-size: 45px;
    font-family: 'Space Grotesk';
    font-weight: 600;
    margin-bottom: 20px;
}

.about-event-wrap .about-content p {
    color: #000;
    font-size: 15px;
    font-family: 'Space Grotesk';
    font-weight: 400;
    line-height: 1.5;
}
.about_link{
    position: absolute;
    bottom: -25px;
    right: -25px;
    background-color: var(--nx-primary-color);
    width: 120px;
    height: 120px;
}
.about_link img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}
.about-event-wrap .about-content {
    padding-right: 30px;
}
.about-event-wrap .about-banner{
    width: 430px;
    position: relative;
    margin: 0 auto;
}
.about-event-wrap .about-banner .img-fluid{
    /* max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
}
@media (max-width: 1160px){
    .about-event-wrap .about-banner {
        width: 100%;
    }
    .about-event-wrap .about-content{
        padding-right: 0;
    }
    .about_link{
        right: 0;
    }
}
@media (max-width: 991px){
    .about-event-wrap .about-banner {
        width: 430px;
    }
    .about_link{
        right: -25px;
    }
    section.about-event-wrap {
        margin-top: 3rem;
    }
}
@media (max-width: 480px){
    .about-event-wrap .about-banner {
        width: 100%;
    }
    .about_link{
        right: 0;
    }
}

.theme-6 .modal-open{overflow:auto !important}
.timezone {
    color: #fff;
    display: flex;
    align-items: center;
}

.timezone .label {
    width: 130px;
}
/* css moved 
.edays-session-list .event-schedule{
    margin-top:0px;
    margin-bottom:0px;
}
.edays-session-list .event-schedule .link-tab,
.edays-session-list .add-to-schedule .link-tab {
    background: #fff ;
    padding: 8px 15px ;
    color: #000000;
    font-size: 14px ;
    text-decoration: none;
    transition: 0.2s ease-in;
    display: inline-flex;
    border-radius: 50px ;
    border-color: #000;
    font-weight: 500;
    text-transform: capitalize;
}
.edays-session-list .link-tab .fa{
    margin-left:0px !important;
    margin-right:4px;
}
.edays-session-list .event-schedule .link-tab .fa{
    transition:unset;
}
.edays-session-list .event-schedule .link-tab:hover,
.edays-session-list .event-schedule .link-tab.active,
.edays-session-list .event-schedule .link-tab:active,
.edays-session-list .add-to-schedule .link-tab:hover,
.edays-session-list .add-to-schedule .link-tab:active,
.edays-session-list .add-to-schedule .link-tab.active{
    border-color: #e62012;
    color: #ffffff;
    opacity: 1;
    background-color: #e62012;
}
.edays-session-list .add-to-schedule{
    margin-left:8px;
}
.edays-session-list .add-to-schedule .link-tab .fa{
    -webkit-text-stroke: 1px #fff !important;
}
.edays-session-list .add-to-schedule .link-tab:hover .fa,
.edays-session-list .add-to-schedule .link-tab:active .fa,
.edays-session-list .add-to-schedule .link-tab.active .fa{
    -webkit-text-stroke: 1px #e62012 !important;
}*/
.speaker-group .item .card-text {
    color: #666;
    font-family: 'Space Grotesk';
    font-weight: 600;
    font-size: 14px;
    display: block;
    text-align: left;
    margin-bottom: 0px;
}
.content-heading{
    font-size: 1.4rem;
    color: #fff;
    font-weight: 500;
}
.section-content{
    font-size: 1rem;
    margin-bottom:0px;
    color:#fff;
}
.registration .width-control > h1{
    margin-top:0px;
}
.regis-section{
    padding:4em 0
}
.regis_btn_wrap{
    justify-content: flex-end;
    display: inline-flex;
    padding-right:1em;
}
.regis-section .cbtn.btn-primary{
    color: #000;
    font-weight: 600;
    font-size: .95rem;
    background: #fff;
    display: block;
    padding: 14px 24px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius:0;
    max-width:220px;
    letter-spacing: 0;
}
.regisbg{
    background-color: var(--nx-primary-color);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3em;
    background-position: center;
}
.register-bg-btn {
    margin: 5rem 0px;
}

.register-bg-btn a {
    display: block;
}

.register-bg-btn a img {
    width: 100%;
    display: block;
}
@media (max-width: 767px){
    .regisbg{
        padding: 3em 2em;
    }
    .regis_btn_wrap {
        justify-content: flex-start;
        margin-top: 30px;
    }
}




footer {
    background-color: var(--nx-footer-bg-color);
    color: var(--nx-footer-font-color);
    padding: 5rem 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

footer .group-area h5 {
    color: #F7669D;
    font-family: 'Space Grotesk';
    font-weight: 500;
    font-size: 18px;
    display: block;
    text-align: left;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 30px;
}

footer .group-area .logo-white {
    margin-bottom: 25px;
}

footer .group-area p {
    color: #fff;
    font-family: 'Space Grotesk';
    font-weight: 400;
    font-size: 18px;
    display: block;
    text-align: left;
    line-height: 30px;
    margin: 0px;
}

footer .group-area p a {
    color: #fff;
    font-family: 'Space Grotesk';
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
    text-align: left;
    line-height: 30px;
    margin: 0px;
    text-decoration: none;
}

footer .group-area ul li a {
    color: #fff;
    font-family: 'Space Grotesk';
    font-weight: 400;
    font-size: 18px;
    display: block;
    text-align: left;
    margin: 0px;
    text-decoration: none;
    line-height: 30px;
}

footer ul.social-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
}

footer ul.social-icon li {
    margin-right: 10px;
}

footer ul.social-icon li a {
    display: block;
    /* width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%; */
    text-align: center;
    color: #fff;
    margin-right: 5px;
}

footer ul.social-icon li a i.fa {
    font-size: 18px;
}

footer .gallery-image ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .gallery-image ul li {
    width: calc((100% / 3) - 10px);
    margin: 5px 5px;
}

footer .gallery-image ul li img {
    width: 100%;
    display: block;
}

.footer-navigation h4,
.footer-social h4 {
    color: var(--nx-footer-font-color);
    font-family: 'Space Grotesk';
    font-weight: 400;
    font-size: 22px;
    display: block;
    text-align: left;
    text-transform: capitalize;
    margin: 0px;
    margin-bottom: 30px;
    text-decoration: none
}

.footer-navigation ul li {
    margin: 5px 0px;
}

.footer-navigation ul li a {
    color: var(--nx-footer-font-color);
    font-family: 'Space Grotesk';
    font-weight: 400;
    font-size: 16px;
    display: block;
    text-align: left;
    margin: 0px;
    text-decoration: none;
    padding: 5px 0px;
}

.footer-navigation ul li a i.fa {
    margin-left: 20px;
}

.footer-address ul li {
    margin-bottom: 10px;
}

.footer-address ul li p {
    font-family: 'Space Grotesk';
    font-weight: 400;
    font-size: 18px;
    display: block;
    text-align: left;
    margin: 0px;
    text-decoration: none;
}

.footer-address ul li p img {
    width: 22px;
}

.footer-address h3 {
    font-family: 'Space Grotesk';
    font-weight: 400;
    font-size: 30px;
    display: block;
    text-align: left;
    margin: 10px 0px;
    text-decoration: none;
}

.footer-address p {
    font-family: 'Space Grotesk';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    display: block;
    text-align: left;
    margin: 0px;
    text-decoration: none;
}
.footer-address .event-date{
    font-size:14px;
    line-height: 1.5;
}
.footer-address .event-desc {
    margin-top: 15px;
}

.terms-link {
    text-align: left;
}

.powered-by {
    text-align: right;
}

.copyright .terms-link ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.copyright .terms-link ul li {
    margin-right: 0px;
}

.copyright .terms-link ul li a {
    color: var(--nx-footer-font-color);
    font-family: 'Space Grotesk';
    font-weight: 300;
    font-size: 16px;
    display: block;
    text-align: left;
    margin: 0px;
    text-decoration: none;
    line-height: 16px;
    padding-right: 30px;
    border: none;
    padding-left: none;
}

.copyright .terms-link ul li:last-child a {
    border-left: 1px solid var(--nx-footer-font-color);;
    padding-left: 30px;
}

.powered-by p {
    color: var(--nx-footer-font-color);
    font-family: 'Space Grotesk';
    font-weight: 400;
    font-size: 16px;
    display: block;
    text-align: right;
    margin: 0px;
    line-height: 16px;
}

.powered-by p span {
    color: var(--nx-primary-color);
    text-decoration: underline;
}

.edays-session-list{
    background: url(/images/theme6/circles.png);
    background-repeat: no-repeat;
    background-size: 60px 95px;
    background-position: 93% 0%;
    
}
.tooltip{font-size:12px;}
.tooltip-inner{
    background-color:#000;
    border-radius:6px;
    font-style:normal
}
.tooltip.bs-tooltip-top .arrow:before{
    border-top-color: #000 !important;
}

/* css moved 
.agenda-title {
    max-width: 60%;
    margin-bottom: 3em;
}

.agenda-title h1 {
    color: #000;
    font-weight: 800;
    font-size: 36px;
    display: block;
    text-align: left;
    margin: 0 0 10px 0;
    opacity: 1;
    text-shadow: 0 0 black;
}

.agenda-title p {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    display: block;
    text-align: left;
    margin: 0px;
    margin-top: 10px;
    max-width: 90%;
}

.agenda-day-group {
    margin-top: 1.8em;
}
.agenda-day-group > ul.day-accord{cursor:pointer;}

.agenda-day-group:last-child {
    margin-bottom: 5rem;
}
.agenda-day-content-wrap {
    display: none;
}
.agenda-day-group ul.day-accord {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: var(--nx-primary-color);
    padding: 20px 20px;
}
.agenda-day-group .day {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    display: block;
    text-align: left;
    margin: 0px;
}
.agenda-day-group .date {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    display: block;
    text-align: left;
    margin: 0px;
}

.agenda-day-group i.fa {
    font-size: 20px;
    color: #fff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--nx-primary-color);
    border: 2px solid #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
}

.agenda-day-content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 15px;
}
.agenda-day-content .time {
    background-color: #f7f7f7;
    padding: 30px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 15px;
    width: 10%;
    font-size: 16px;
}
.agenda-day-content .detail {
    background-color: #f7f7f7;
    padding: 30px;
    width: 90%;
}
.agenda-day-content .detail .title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.agenda-day-content .detail .title span.agenda-duration {
    font-size: 16px;
    font-weight: 400;
	width: 20%;
    padding-left: 15px;
    text-align: right;
}
.agenda-day-content .detail .title a {
    color: #000;
}
.agenda-day-content .detail .title.cursor-default a{
    cursor: default;
}
.agenda-day-content .detail .desc {
    line-height: normal;
    margin-bottom: 30px;
    font-size: 14px;
}
.agenda-day-content .speakers-cta-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.agenda-day-content .speakers-cta-box .speakers {
    width: 50%;
}
.agenda-day-content .speakers-cta-box .cta-box {
    width: 50%;
    text-align: right;
}
.agenda-day-content .speakers-cta-box .cta-box .cbtn {
    margin-right: 15px;
    text-transform: none;
}
.agenda-day-content .speakers-cta-box .cta-box .cbtn:last-child {
    margin-right: 0;
}
.agenda-day-content .speakers-cta-box .pro-image{
    display: inline-block;
    margin-right: 5px;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}
.agenda-day-content .speakers-cta-box .pro-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
@media (max-width: 992px) and (max-width: 1023px){
    .agenda-day-content .speakers-cta-box .cta-box {
        text-align: left;
    }
    .agenda-day-content .speakers-cta-box .cta-box .cbtn {
        margin-bottom: 15px;
    }
    .agenda-day-content .speakers-cta-box .cta-box .cbtn:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 991px){
    .agenda-day-content .detail{
        padding: 15px;
    }
    .agenda-day-content .detail .title {
        margin-bottom: 10px;
        font-size: 18px;
		display: block;
    }
    .agenda-day-content .time {        
        padding: 20px 30px;
        align-items: flex-start;
    }
    .agenda-day-content .speakers-cta-box{
        display: block;
    }
    .agenda-day-content .speakers-cta-box .speakers{
        margin-bottom: 15px;
        width: 100%;
    }
    .agenda-day-content .speakers-cta-box .cta-box {
        width: 100%;
        text-align: left;
    }
    .agenda-day-content .speakers-cta-box .cta-box .cbtn{
        margin-bottom: 15px;
    }
}
@media (max-width: 567px){
    .agenda-title {
        max-width: 100%;
    }
}*/

.register-link a svg {
    fill: var(--nx-primary-color);
    width: 15px;
    margin-left: 10px;
    height: 15px;
    transition: all 0.2s ease-in;
}
.speaker-schedule-wrap > .row{
    align-items: center;
}
.speaker-schedule-wrap .cta-button .session-cta-btn {
    color: var(--nx-primary-color);
    background-color: transparent;
    border-color: var(--nx-primary-color);
    border: 1px solid;
    padding: 15px 30px;
    text-decoration: none;
    margin: 0px 5px;
    cursor:pointer;
    transition: .4s linear;
    -webkit-transition:.4s linear ;
    -moz-transition:.4s linear ;
    -ms-transition:.4s linear ;
}
.speaker-schedule-wrap .cta-button .session-cta-btn:hover,
.speaker-schedule-wrap .cta-button .session-cta-btn:visited,
.speaker-schedule-wrap .cta-button .session-cta-btn:active,
.speaker-schedule-wrap .cta-button .session-cta-btn:focus{
    background:var(--nx-primary-color);
    color:#fff !important;
}

/*.timezone-agenda {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.timezone-agenda .label {
    width:auto;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
}
.timezone-agenda .fa{
    position: absolute;
    right: 2px;
    color:#ffffff;
    z-index: 0;
}
.timezone-agenda select.form-control {
    color: #ffffff;
    font-size: 14px;
    padding-right: 35px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    padding-left: 0;
    background-position: 100% 18px;
    cursor: pointer;
    background-image: none;
}
.hal-event-agenda .filters-cta-box {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}
.hal-event-agenda .filters-cta-box > div {
    flex-basis: 150px;
    flex-grow: 1;
}
.hal-event-agenda .filters-cta-box > div.cta-box {
    display: flex;
}
.hal-event-agenda .filters-cta-box .filters{
    display: flex;
    align-items: center;
    justify-content: right;
}
.hal-event-agenda .filters-cta-box .filters > div {
    margin-right: 30px;
}
.hal-event-agenda .filters-cta-box .filters > div:last-child {
    margin-right: 0;
}

.hal-event-agenda .timezone-agenda .label{
    color: #000000;
}
.hal-event-agenda .timezone-agenda .fa{
    color: #000000;
    right: 8px;
}
.hal-event-agenda .custom-select-box select.form-control{
    color: #000000;
    border: none;
    border-bottom: 1px solid #000000;
    padding: 8px 30px 8px 0;
    border-radius: unset;
}
@media (max-width: 991px){
    .hal-event-agenda .filters-cta-box {
        display: block;
    }
    .hal-event-agenda .filters-cta-box > div.cta-box {
        margin-bottom: 15px;
    }
}
@media (max-width: 767px){
    .agenda-heading{
        display: block;
    }
    .timezone-agenda{
        display: block;
    }
    .timezone-agenda .fa {     
        bottom: -30px;
    }
    .timezone-agenda .label {
        margin-bottom: 0;
        margin-top: 10px;
    }
    .agenda-bg-image .card-detail {
        margin-top: 30px;
    }
    .hal-event-agenda .filters-cta-box .filters{
        display: block;
    }
    .hal-event-agenda .filters-cta-box .filters > div {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
    }
    .hal-event-agenda .filters-cta-box .filters > div select.form-control {
        width: 100%;
    }
    .hal-event-agenda .filters-cta-box > div.cta-box > div {
        width: 100%;
    }
    .edays-session-list .event-schedule .link-tab, 
    .edays-session-list .add-to-schedule .link-tab{
        display: block;
    }
}
@media (max-width: 567px){
    .hal-event-agenda .filters-cta-box > div.cta-box{
        display: block;
    }
    .hal-event-agenda .filters-cta-box > div.cta-box > div {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0;
    }
}*/
/*====== Lobby style ======*/
.all-lobby-cta .pulse{
    border: 10px solid var(--nx-primary-color);
    background-color: var(--nx-primary-color);
}
.dot-main.speaker-dot .pulse{
    border: 10px solid var(--nx-primary-color);
    background-color: var(--nx-primary-color);
}
.pulse {
    width: 18px;
    height: 18px;
    border: 5px solid var(--nx-primary-color);
    border-radius: 50%;
    background-color: var(--nx-primary-color);
    z-index: 10;
    position: absolute;
    animation: scaleIn 2s infinite cubic-bezier(.36, .11, .89, .32);
    opacity: 0
}
.room-area {
    background: var(--nx-primary-color);
    border-radius: 5px;
    color: #fff;
    padding: 15px;
    position: absolute;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(-50%)
}
span.value-name{
    color:var(--nx-primary-color)
}
.btn-save {
    width: 110px;
    background: var(--nx-primary-color);
    border: 1px solid var(--nx-primary-color);
}
p#post-event-msg{
    color: var(--nx-primary-color);
} 
.meet-time {
    background: var(--nx-primary-color)
}

.room-area:after {
    border-top: 15px solid var(--nx-primary-color)
}
.start-session p a{
    color: var(--nx-primary-color);
}
.login-detail .form-group .change-email {
    color: var(--nx-primary-color);
}
.user-icon{
    background-color:var(--nx-primary-color)
}

/*===== Timer styles =====*/

.theme-6 #timer {
    display: flex;
    font-size: 2.5em;
    font-weight: 600;
    letter-spacing: 0px;
    margin-left: -12px;
}

.theme-6 #timer div {
    padding: 5px 15px;
    position: relative;
}

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

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

.theme-6 #timer span {
    font-size: 12px;
    display: block;
    font-weight: 500;
}

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

/*changes by rajendra*/
.styled-checkbox {
     position: absolute;
     opacity: 0;
}
.styled-checkbox + label {
     position: relative;
     cursor: pointer;
     padding: 0;
     font-size: 16px;
     color: #000;
     line-height: 24px;
     font-weight: 500;
     text-transform: capitalize;
}
 .styled-checkbox + label:before {
     content: "";
     margin-right: 10px;
     display: inline-block;
     vertical-align: text-top;
     width: 22px;
     height: 22px;
     background: white;
     border: 1px solid rgb(145, 146, 149);
     border-radius: 2px;
     position: absolute;
     left: -34px;
     top: -1px;
}
 .styled-checkbox:checked + label:before {
     background: #000;
}
 .styled-checkbox:disabled + label {
     color: #b8b8b8;
     cursor: auto;
}
 .styled-checkbox:disabled + label:before {
     box-shadow: none;
     background: #ddd;
}
 .styled-checkbox:checked + label:after , .styled-checkbox:hover + label:after {
     content: "";
     position: absolute;
     left: -28px;
     top: 9px;
     background: white;
     width: 2px;
     height: 2px;
     box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
     transform: rotate(45deg);
}
 ul.styled li {
     margin: 11px 8px;
     padding-left: 35px;
}
 .accordion_cover {
     float: left;
     width: 25%;
}
 div#section-data-div {
     float: right;
     width: 75%;
     padding-left: 30px;
     margin-bottom: 30px;
}
 .at-title h2 {
     font-size: 18px;
     line-height: 24px;
     font-weight: 700;
     color: rgb(0, 0, 0);
     letter-spacing:0;
     margin: 0;
}
 .f_box {
     display: flex;
     justify-content: space-between;
     margin-bottom: 12px;
}
 .white_bg h3 {
     font-weight: 700;
     letter-spacing: -0.5px;
     font-size: 20px;
     margin: 0 0 11px 0;
}
 input#search_id,input.search_id {
     height: 46px;
     padding: 0px 40px 0px 16px;
     margin-right: 20px;
     border-radius: 0px;
     border-right: none;
     width: 100%;
     box-sizing: border-box;
     border: 1px solid rgb(211, 212, 214);
}
 button.mdBtnR.mdBtnR-primary.search-submit.mdBtnR-adv {
     visibility: hidden;
}
 .ui-agenda {
     padding-top: 110px;
}
 .ui-faq {
     padding-top: 110px;
}
 .accordion {
     margin-top: 20px;
}
 h2#filters-header {
     font-size: 24px;
     margin: 0;
     line-height: 22px;
}
 button#clear_search {
     background: transparent;
     border: 0;
}
 @media (max-width: 767px){
     .accordion_cover {
         float: none;
         width: 100%;
    }
     div#section-data-div {
         float: none;
         width: 100%;
         padding-left: 0;
    }
}
 .bVRQaK .speaker-photo {
     width: 220px;
     margin-right: 24px;
     float: left;
}
 .bVRQaK .speaker-photo img {
     width: 220px;
     height: 220px;
     border-radius: 50%;
}
 .bVRQaK .catalog-result {
     float: left;
     display: inline-block;
     background: none;
     border: none;
     width: calc(50% - 48px);
     margin: 50px 48px 30px 0px;
     padding: 0px;
     text-align: left;
     flex-direction: inherit;
}
 .bVRQaK .speaker-job-title {
     font-size: 24px;
     line-height: 24px;
     font-weight: 400;
     color: #444;
}
 .bVRQaK .speaker-full-name{
     margin-top: 70px;
     font-size: 28px;
     line-height: 32px;
     margin-bottom: 6px;
     color: #000;
}
 .bVRQaK .speaker-company-name {
     font-size: 20px;
     line-height: 24px;
     font-weight: 700;
     color: #000;
     margin: 0;
}
 .bVRQaK .search-container .total-results-count > span {
     display: flex;
     -webkit-box-align: center;
     align-items: center;
     -webkit-box-pack: center;
     justify-content: center;
     font-size: 16px;
     line-height: 24px;
}
 .bVRQaK .total-results-count > span::before, .bVRQaK .total-results-count > span::after {
     flex: 1 1 0%;
     content: "";
     padding: 1px;
     background-color: rgb(192, 194, 197);
     margin: 5px;
}
 .bVRQaK .rf-speakercatalog .search-filters .filters-header h2 {
     font-size: 20px;
     letter-spacing: 0.5px;
     font-weight: 700;
     line-height: 1;
     margin: 0;
}
 select#speaker_sorting {
     border: 0;
     background: transparent;
     margin-top: -4px;
     letter-spacing: 0.5px;
     font-size: 16px;
     color: #000;
     font-weight: 500;
     text-align: center;
}
 select#speaker_sorting option {
     font-size: 14px;
}
 #rf-speakercatalog .search-container .search-bar .search_id{
     height: 56px;
     padding: 0px 40px 0px 16px;
     margin-right: 20px;
     border-radius: 440px;
     border-right: none;
     width: 100%;
     box-sizing: border-box;
     border: 1px solid rgb(211, 212, 214);
}
 .bVRQaK #rf-speakercatalog .search-filters {
     max-width: 625px;
     margin: 30px auto 20px;
}
 .page-container {
     max-width: 1200px;
     margin: auto;
     width: 100%;
     box-sizing: border-box;
     padding: 0 15px;
}
 .speakers_popup {
     position: fixed;
     left: 0;
     right: 0;
     margin: auto;
     top: 0;
     bottom: 0;
     z-index: 11111111111;
     display: none;
}
 .inner-d{
     background-color: #fff;
     outline: 0;
     box-shadow: 0 5px 15px rgba(0,0,0,.5);
     max-width: 884px;
     padding: 30px 30px 40px 30px;
     box-sizing: border-box;
     width: 95%;
}
 .speakers_popup.is-open{
     display: flex;
     align-items: center;
     justify-content: center;
}
 .speakers_popup h2.modal-title {
     color: #222;
     font-size: 24px;
     line-height: 36px;
     font-weight: 700;
     letter-spacing: -0.5px;
     border-bottom: 1px solid #ccc;
     padding-bottom: 15px;
     font-family: Inter, sans-serif;
     margin-bottom: 35px;
     margin-top: 0;
}
 p.full_details {
     display: none;
     line-height: 1.4em;
     color: #444;
     font-weight: 400;
     margin: 0 0 16px;
     font-size: 16px;
     margin-top: 10px;
}
 .speakers_popup.is-open p.full_details {
     display: block;
}
 .bVRQaK .speakers_popup.is-open .speaker-full-name{
     font-size: 36px;
     margin-bottom: 9px;
     margin-top: 0;
}
 .bVRQaK .speakers_popup.is-open .speaker-info {
     padding-left: 243px;
     margin-top: 14px;
}
 .speakers_popup.is-open {
     display: flex;
     align-items: center;
     justify-content: center;
     background: rgba(0,0,0,.4);
}
 .d_info {
     max-height: 350px;
     overflow-y: auto;
}
 span.closed svg {
     fill: #919295;
}
 span.closed{
     fill: #919295;
     width: 23px;
     position: absolute;
     top: 8px;
     right: 0;
     cursor: pointer;
}
 .close_c {
     position: relative;
}
 body.scroll_hide {
     overflow: hidden;
}
 @media (max-width: 1279px){
     ul#speaker-list{
         padding-left: 0;
    }
     .bVRQaK div[id*="rf-"].rf-widget .speaker-card .speaker-photo {
         width: 220px;
         margin-right: 0px;
         transform: translate(-50%, 0%);
         left: 50%;
         position: relative;
         float: none;
    }
     .bVRQaK #rf-speakercatalog .search-container .search-content .search-results h3, .bVRQaK #rf-speakercatalog .search-container.top-filters .search-content .search-results h3 {
         margin-top: 24px;
         margin-bottom: 4px;
         margin-right: 0px;
         text-align: center;
         width: 100%;
    }
     .bVRQaK #rf-speakercatalog.rf-widget .catalog-result {
         min-height: 400px;
         margin: 0px;
         width: 50%;
         text-align: center;
    }
}
 @media (max-width: 767px){
     .bVRQaK .speakers_popup.is-open .speaker-info{
         padding-left: 0;
    }
     .bVRQaK .speakers_popup.is-open .speaker-photo{
         float: none;
         margin: 0 auto 30px;
    }
     .d_info {
         max-height: 66vh;
    }
}
 @media (max-width: 575px){
     .bVRQaK #rf-speakercatalog.rf-widget .catalog-result{
         width: 100%;
    }
}
 .sponsorList {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: center;
     background: #f8f8f8;
     margin-bottom: 30px;
     padding: 20px;
}
 .sponsorList .item {
     flex: 0 0 25%;
     max-width: 25%;
     text-align: center;
     height: 100%;
}
 .sponsorList .item a {
     height: 100%;
     display: block;
     padding: 6px;
}
 .sponsorList .item a img {
     width: 90%;
}
 .sponsorship span {
     font-size: 24px;
     border-bottom: 1px solid;
     margin-bottom: 7px;
     display: inline-block;
     padding-bottom: 9px;
}
 .event-date {
     margin-bottom: 35px;
}
 @media (max-width: 991px){
     .scroll-top-btn {
         margin-top: 60px;
    }
}
 @media (max-width: 768px){
     .sponsorList .item {
         flex: 0 0 50%;
         max-width: 50%;
    }
     .sponsorList .item a img{
         width: 100%;
    }
     .sponsorList .item a{
         padding: 15px;
    }
}
 @media (max-width: 575px){
     .sponsorList .item {
         flex: 0 0 100%;
         max-width: 100%;
    }
}

