@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


::part(acsb-trigger) {
    margin-top: 60px;
}

.formbuilder-form-wrap h3 {
    color: #ffffff !important;
}

/* Setting of Landing page colors and Font */
:root {
    --mainThemeColor: #016250;
    --mainThemeColor-rgb: 243, 101, 49;
    --mainThemeColor2: #2DDBB9;
    --eventFontColor: #232A35;
    --overlayHeadingTextColor: #f7f7f7;
    --overlayHeadingTextColor2: rgb(255 255 255 / 10%);
    --eventFontSize: 16px;
    --smalltext: 14px;
    --eventFont: 'Inter';
    --eventHeadingFont: 'Inter';
    --h1FontSize: 45px;
    --h2FontSize: 42px;
    --h3FontSize: 38px;
    --h4FontSize: 22px;
    --h5FontSize: 20px;
    --h6FontSize: 18px;
    --white: #fff;
    --black: #202020;
    --yellow: #ffd600;
    --lightGrey: #ddd;
    --darkgrey: #333;
    --halfWidth: 50%;
    --quarterWidth: 75%;
    --faqBgColor: #fafafa;
    --footerBg: #212121;
    --curved: 6px;
    --rounded: 50px;
    --btnFontSize: 18px;




}
.flipIcon svg {
    max-width: 70px;
    max-height: 70px;
}
#why-attend .row > div {
    margin-bottom: 30px;
}
#why-attend .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#speakers .speaker_container {
    padding: 0;
}
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 300px;
    perspective: 1000px;
}
section.agenda-design4 .main-title {
    display: none;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
#agenda .agenda-design4 .agenda-row .agenda-col:first-child {
    visibility: hidden;
}
.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner{
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flip-card-front {
    /* background: linear-gradient(to left, #4364f7, #6fb1fc); */
    color: #fff;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00AB8B;
    flex-direction: column;
}
.flip-card-back {
    /* background: linear-gradient(to right, #4364f7, #6fb1fc); */
    color: white;
    transform: rotateY(180deg);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--white);
}

.modal-backdrop.fade.in {
    display: none;
}
#speakers .speaker_img-src {
    pointer-events: none;
}
.inner h6 {
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
}
#faq h4.panel-title a {
    text-transform: uppercase;
}
#agenda .agenda-design4 .agenda-row h3 {
    background: #00AB8B;
}
#agenda .agenda-design4 .nav-tabs li.active a {
    background-color: #00AB8B;
}
#agenda .agenda-design4 .nav-tabs li.active::after {
    border-color: #00AB8B transparent transparent transparent;
}
#agenda .agenda-design4 .agenda-row .agenda-col:last-child {
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1750999423dot1-png1750999423.png) no-repeat left top 24px / 10px, url(http://vepimg.b8cdn.com/uploads/vjf/173-ccw/timeline-strip.png) repeat-y left 3px top;
}
.icon img {
    width: 70px;
}
.inner p {
    display: none !important;
}

section#sponsors {
    text-align: center;
    color: #fff;
}

section#sponsors a {
    display: inline-block;
    margin: 20px 0;
    pointer-events: none;
    border-radius: 6px;
    overflow: hidden;
}

a#LoginBtn {
    background: #2DDBB9 !important;
    margin-top: -7px;
    cursor: pointer !important;
}

.mblve img {
    display: none;
}

#speakers .speaker_container .front>img {
    min-width: 220px;
    height: 220px;
    background: #fff;
    object-fit: contain;
    width: 245px;
}

.container.full-page-container .text-center {
    text-align: center;
    HEIGHT: 100%;
    DISPLAY: FLEX;
    JUSTIFY-CONTENT: CENTER;
    ALIGN-ITEMS: CENTER;
    color: #fff;
    padding: 0 !important;
}

#form_23038 .col-12 input[type=submit],
.reg-form-wrap input[type=submit] {
    background: #16af94 !important;
}

#form_23038 .col-12 input[type=submit]:hover,
.reg-form-wrap .col-12 input[type=submit]:hover {
    background-color: #1ce2be !important;
    color: #fff;
}

.survey-cms-page-14-56 h3,
.reg-form-wrap h3 {
    color: #1be2bd !important;
}

.speaker-template-10 .row {
    display: flex;
    flex-wrap: wrap;
}
section#agenda .webinar_time, .session-location, #agenda .speaker p {
    color: #fff;
}
#agenda .agenda-design4 .nav-tabs {
    display: block;
    text-align: center;
}
/*.speaker-template-10 .row .col-md-3:nth-of-type(1) {
    order:2;
}
.speaker-template-10 .row .col-md-3:nth-of-type(2) {
    order:1;
}
.speaker-template-10 .row .col-md-3:nth-of-type(3) {
     order:3;
}
.speaker-template-10 .row .col-md-3:nth-of-type(4) {
     order:5;
}
.speaker-template-10 .row .col-md-3:nth-of-type(5) {
     order:7;
}
.speaker-template-10 .row .col-md-3:nth-of-type(6) {
     order:8;
}
.speaker-template-10 .row .col-md-3:nth-of-type(7) {
     order:6;
}
.speaker-template-10 .row .col-md-3:nth-of-type(8) {
     order:4;
}*/
.survey-cms-page-14-56 .nw-frm-bldr .reg-form-data,
.nw-frm-bldr .reg-form-data {
    box-shadow: none !Important;
    background: transparent !Important;
    padding: 20px 20px !Important;
    border-radius: 0px !Important;
    border: 0 !important;
}

.nw-frm-bldr #form_20263 {
    box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.1) !Important;
    border-radius: 20px !Important;
    border: 1px solid #dedede !Important;
    background: #fff !Important;
    padding: 10px !Important;
}

.section.survey-433416-33-submission-page {
    color: #FFF;
    height: 100%;
}

/* AGENDA */
.agenda-container {
    max-width: 90%;
    margin: 0 auto;
}

.rm-box {
    flex-wrap: wrap;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-around;
}

.agenda-tim {
    min-width: 140px;
    background-image: linear-gradient(#2DDBB9, #008F74);
    border-radius: 8px;
    padding: 20px 15px;
}

.agenda-tim span {
    font-size: 14px;
    color: #fff !important;
}

.agenda-tim b {
    font-size: 18px;
}

.agenda-content {
    background: #082425;
    border: 1px solid #0D3738;
    border-radius: 8px;
    width: calc(100% - 185px);
}

.agenda-content-concurrent .concurrent-content:last-of-type {
    border: none;
}

section#agenda {
  padding-top:0px;
    background: #051E1F;
}

.concurrent-content-lf h3 {
    font-size: 18px;
    color: #fff;
    margin-top: 0;
}

.session-item-tag {
    padding: 4px 8px;
    border-radius: 4px;
    background: #0E3637;
    color: #fff;
    margin-right: 10px;
}

.session-time-tag {
    padding: 4px 8px;
    border-radius: 4px;
    background: #001D18;
    color: #fff;
    margin-right: 10px;
}

.tags {
    display: flex;
    margin-bottom: 20px;
}

.session-item-tag {
    padding: 4px 8px;
    border-radius: 4px;
    background: #0E3637;
    color: #fff;
    margin-right: 10px;
}

.session-time-tag {
    padding: 4px 8px;
    border-radius: 4px;
    background: #001D18;
    color: #fff;
    margin-right: 10px;
}

.tags {
    display: flex;
    margin-bottom: 20px;
}

.concurrent-content {
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #0D3738;
    padding: 20px;
}

.concurrent-content-speaker {
    display: flex;
    align-items: center;
}

.concurrent-content-lf,
.concurrent-content-rt {
    width: 50%;
}

.sp-img {
    margin-right: 15px;
}

.sp-content * {
    color: #fff;
}

.sp-content h6 {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 0;
}

.sp-content span {
    font-size: 14px;
}

.concurrent-content-rt {
    padding-left: 3%;
    border-left: 1px solid #0D3738;
}

.session-nonconcurrent {
    flex-wrap: wrap;
    display: flex;
    width: 98.5%;
    background: #05292A;
    border-radius: 8px;
}

.session-nonconcurrent .agenda-tim {
    background: transparent;
}

.session-nonconcurrent .agenda-content {
    padding: 20px 20px 20px 40px;
    background: transparent;
    border: none;
}

.session-nonconcurrent .agenda-content h3 {
    font-size: 48px;
    color: #fff;
}

.concurrent-content-rt {
    justify-content: space-between;
    display: flex;
}

.agenda-content.wi-sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.agenda-content.wi-sp .content-left,
.agenda-content.wi-sp .content-right {
    width: 48%;
}

.content-right {
    padding-left: 3%;
    border-left: 1px solid #0D3738;
}




#form_23038 .row .col-12.order-change label,
#form_23038 .control-label,
.reg-form-data .row .col-12.order-change label,
.reg-form-data .control-label {
    color: #000 !Important;
}

.nw-frm-bldr #form_20263 .row .col-12.order-change label,
.nw-frm-bldr #form_20263 .control-label {
    color: #000 !Important;
}

input#fld_182559:focus {
    background: #2DDBB9 !important;
}

input#fld_182559 {
    border: none;
}

.detailLink {
    display: inline-block;
    margin-left: 15px;
}

.section .formbuilder-form-wrap {
    color: #fff !important;
}

/* General-------------------------- */

.logos-list.silver-logos a:last-child>img {
    max-width: 280px;
}

.section .form_field_grp .row .col-12.order-change>div {
    display: inline-flex !important;
}

body {
    font-family: var(--eventFont) !important;
    font-size: var(--eventFontSize) !important;
    color: #ffffff !important;
    line-height: 26px !important;
    font-weight: 300;
    font-style: normal;
    overflow: hidden !important;
}

body>.header-content>.container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}


body.homepage-body .header-content {
    background-color: var(--white);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}


.container-parent.header-content {
    position: relative;
    background-color: #222222;
}


.simple-section {
    padding: 50px 0px;
    position: relative;
}

.coloredBg {
    background: var(--mainThemeColor);
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
}

.whiteText * {
    color: var(--white);
}

.whiteText a:hover,
.whiteText a:focus {
    color: var(--yellow);
}

h4.form-heading {
    font-size: 0px;
}

body>p:first-of-type {
    margin: 0px;
}

.shape2 {
    width: 200px;
    position: absolute;
    bottom: -50px;
    right: -50px;
}

.cta {
    background-color: #F1F2F2;
    padding: 20px;
}

/* Buttons------------------------------ */
.button {
    padding: 14px 35px;
    display: inline-block;
    font-size: var(--btnFontSize);
    font-weight: 600;
    border: 2px solid transparent;
    text-transform: uppercase;
    text-align: center !important;
}

.button-outline-white {
    border-color: #FFF;
    color: #FFF;
}


.button-outline-white:hover,
.button-outline-white:focus {
    color: #FFF;
    text-decoration: none;
    background-color: var(--mainThemeColor);
}


.button-white {
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 1px 11px 24.5px 0px rgba(48, 255, 213, 0.27), 3px 3px 7.6px 0px rgba(0, 0, 0, 0.75);
    color: #129079;
    font-size: 24px;
    font-weight: 800;
    padding: 12px 30px;
    transition: all .5s ease;
}

.button-white:hover,
.button-white:focus {
    color: #129079;
    transform: scale(1.02);
    text-decoration: none;

}

.button-primary {
    background-color: var(--mainThemeColor);
    color: #FFF !important;
    border: none;
}

.button-primary:hover,
.button-primary:focus {
    background-color: var(--mainThemeColor) !important;
    color: #FFF !important !important;
    opacity: .8;
}



.button-secondary {
    background-color: var(--mainThemeColor2);
    color: #FFF !important;
    border: none;
}

.button-secondary:hover,
.button-secondary:focus {
    color: #FFF;
    text-decoration: none;
    opacity: .8;
    background-color: var(--mainThemeColor2) !important;
}

.coloredShadow {
    box-shadow: 0px 15px 25px 0px rgb(249 71 67 / 30%);
}

.grayShadow {
    box-shadow: 0px 15px 25px 0px rgba(67, 67, 67, 0.2);
}

.curved {
    border-radius: var(--curved);
}

.rounded {
    border-radius: var(--rounded);
}

.btnWhite {
    background: var(--white);
    color: var(--mainThemeColor);
    border: 2px solid var(--mainThemeColor);
}

.btnBlack {
    background: var(--black);
    color: var(--white);
}

.btnColored {
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    color: var(--white) !important;
}

.btnColored:hover,
.btnColored:focus {
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor2) 0%, var(--mainThemeColor) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor2) 0%, var(--mainThemeColor) 100%);
    color: var(--white) !important;
    text-decoration: none !important;
}

.btnWhite:hover,
.btnWhite:focus,
.btnBlack:hover,
.btnBlack:focus {
    background: var(--mainThemeColor);
    color: var(--white);
    text-decoration: none !important;
}

.cta {
    min-height: 421px;
    background-image: url(https://vepimg.b8cdn.com/uploads/vjfnew/7587/uploads/vjf/content/misc/1742398402black-and-white-factory-industrial-plant-industry-wallpaper-preview.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta .cta-wrap {
    background-color: #04B291;
    color: #FFF;
    padding: 30px 100px;
    border-radius: 18px;
    position: relative;
}

.cta .cta-wrap p {
    font-size: 18px;
    margin: 0 0 20px 0;
}

.cta .cta-wrap img {
    position: absolute;
    right: 50px;
    top: -111px;
}

/* Headings--------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.popup h1 {
    font-family: var(--eventHeadingFont);
    font-weight: 700;
}

h1,
.popup h1 {
    font-size: var(--h1FontSize);
    font-weight: 800;
}

h2 {
    font-size: var(--h2FontSize);

}

h3 {
    font-size: var(--h3FontSize);
}

h4 {
    font-size: var(--h4FontSize);
}

h5 {
    font-size: var(--h5FontSize);
}

h6 {
    font-size: var(--h6FontSize);
}



.buttons-wrap {
    background-color: var(--mainThemeColor);
    text-align: center;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    color: #FFF;
    font-size: 27px;
}

.slider-arrow:hover {
    transform: scale(1.3);
    color: #FFF;
}

.slider-arrow:focus {
    color: #FFF;
}

.slider-arrow.left {
    left: 5%;
}

.slider-arrow.right {
    right: 5%;
}



/* Top black bar----------------------- */
.slim-bar {
    position: initial;
    /* background-color: var(--white);
    color: var(--black);*/

}

.slim-bar ul>li {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;

}

.slim-bar .row {
    justify-content: end !important;
}

/* Set 0 padding or Margin */
.noPadding {
    padding: 0px !important;
}

.noTopPadding {
    padding-top: 0px !important;
}

.noBottomPadding {
    padding-bottom: 0px !important;
}

.noLeftPadding {
    padding-left: 0px !important;
}

.noRightPadding {
    padding-right: 0px !important;
}

.noMargin {
    margin: 0px !important;
}

.noTopMargin {
    margin-top: 0px !important;
}

.noBottomMargin {
    margin-bottom: 0px !important;
}

.noLeftMargin {
    margin-left: 0px !important;
}

.noRightMargin {
    margin-right: 0px !important;
}

.gray-bg {
    background: #f1f1f1;
    padding: 30px 0px;
}

.curvy-icons {
    display: flex;
    flex-flow: wrap;
    margin-top: 40px;
}

.curvy-icons .icon-box {
    width: 46%;
    margin: 2%;
    min-width: 210px;
    background: #fff;
    padding: 30px 30px;
    border-radius: 20px 0px 20px 0px;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 7%);
}

.curvy-icons .icon-box img {
    width: 100%;
    height: auto;
    max-width: 60px;
    margin-bottom: 10px;
}

.curvy-icons .icon-box h4 {
    font-size: 16px;
    text-align: left;
    font-weight: normal;
}

.curvy-icons .icon-box:nth-child(odd) {
    top: -40px;
    position: relative;
}

.curvy-icons .icon-box:nth-child(1),
.curvy-icons .icon-box:nth-child(4) {
    border-radius: 0px 20px;
}

.flip .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* Main Heading------------------------- */

svg.shape-title {
    width: 28px;
}


.main-title {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    color: #FFF;
    font-weight: bold;
    font-size: 36px;
}

.main-title span {
    display: block;
    color: var(--mainThemeColor);
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}


.main-title .headingOverlayText {
    position: absolute;
    color: var(--overlayHeadingTextColor);
    margin: 0px 0px 0px 0px;
    font-size: 150px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -9px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    width: 100%;
    display: inline;
    text-transform: lowercase;
}


.topics {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.topics li {
    display: flex;
    margin-top: 30px;
    flex-basis: 45%;
}

.topics li .number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--mainThemeColor);
    color: #FFF;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    margin-right: 20px;
    font-size: 20px;
    flex-shrink: 0;
    /* line-height: 36px; */
    text-align: center;
    padding-top: 6px;
}


.topics li h4 {
    margin-top: 0;
    font-size: 18px;
}


/* Unordered list------------------------------- */


ul.checklist li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
    font-size: 17px;
}
ul.checklist li i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 25px;
}

ul.checklist.small li i {
    font-size: 10px;
    top: 10px;
    color: var(--mainThemeColor);
}



/* Event Logo----------------------------------- */
.event-logo img {
    margin: 8px 0;
    width: 225px;
}


.event-logo a {
    display: flex;
    align-items: center;
}

.event-logo span {
    color: #011323;
    font-size: 24px;
    font-weight: normal;
}

/* Main Navigation------------------------------ */
#main-nav {
    padding: 0px;
    display: flex !important;
}

#main-nav .navbar-nav {
    flex-direction: row;
    flex-grow: 1;
    justify-content: flex-end;
}

#main-nav a {
    color: #222222;
    font-size: 15px;
    padding: 11px 15px;
    font-weight: 500;
    font-style: normal;
    margin-right: 10px;
    border-radius: 70px;
}

#main-nav a.button {
    margin-left: 10px;
}

#main-nav a:hover,
#main-nav a:focus {
    color: #FFF;
    background-color: #000;
    text-decoration: none;
}

#main-nav .dropdown-menu li a {
    padding: 10px;
    margin-right: 0;
}

.fullWidthNav .container {
    max-width: 100%;
    width: 100%;
}

.content-block {
    margin-bottom: 40px;
}

.header-content .row {
    display: flex;
    align-items: center;
    flex-wrap: initial;

}

.header-content nav {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0;
    padding-bottom: 0;
}

#main-nav .navbar-nav li {
    margin-bottom: 0px;
}


body.homepage-body .header-content.stickyNav,
.stickyNav {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 55;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    background: var(--white);
}


.event-logo {
    padding: 0;
}


.header-content.sticky.stickyNav .event-logo img {

    margin: 9px 0;
}

#main-nav .navbar-nav li.active a {
    color: #FFF;
    background-color: #000;
    text-decoration: none;
}

.navClose {
    display: none;
}

.navbar-toggle {
    margin-right: 0px;
    background: transparent;
    /* background: var(--mainThemeColor); */
    /* border-radius: 6px; */
    border: none !important;
}


.navbar-toggle {
    /*Set to 0 if Accessibility Feature not added*/
    /* margin-right: 42px; */
    background: transparent;
    /* border-radius: 6px; */
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: var(--mainThemeColor2);
    height: 4px !important;
}


.banner_video {
    /* uncomment to fix the height   height: 700px;*/
    position: relative;
    height: 860px;
}


.banner_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
}


.slider_content {
    position: absolute;
    top: 170px;
    width: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .4);
}

@media (max-width: 992px) {
    #elevate .e-content {
        text-align: center;
        margin-bottom: 30px;
    }

    #elevate .flex-row {
        justify-content: center;
    }

    .why-attend-box {
        margin: 10px 0;
    }

    .button-white {
        font-size: 18px;
    }

    .cta .cta-wrap img {
        position: relative;
        right: 0;
        top: 0;
        width: 250px;
        margin: 0 auto;

    }

    .cta-wrap {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .logos-list.gold-logos img {
        margin: 22px 40px !important;
    }

    .button-white {
        font-size: 14px;
        padding: 6px 14px;
    }

    .why-attend-box {
        min-height: 230px !important;
    }

    #sponsors .main-intro {
        font-size: 16px !important;
        padding: 10px;
    }

    #why-attend {
        padding-bottom: 50px !important;
    }

    body.homepage-body .header-content {
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
        /* background: #fff !important; */
    }

    .mobile-logo {
        display: block !important;
    }

    .slider_content {
        position: relative;
        height: auto;
        top: 0;
        padding-top: 20px;
        background-color: #222;
    }

    .header-content .row .col-sm-9 {
        padding-left: 0px !important;
    }

    #getDemo {
        display: inline-block !important;
        font-size: 14px;
        padding: 4px;
        margin-right: 10px;
        background: #2DDBB9 !important;
        color: #fff !important;
        box-shadow: none !important;
    }

    .banner_video {
        height: auto;
    }

    .mobile-heroSecLogo {
        display: block !important;
        margin: 0 auto;
    }

    .first-heading {
        display: none !important;
    }

    .price-card .price-card-value::before {

        width: 80px !important;
        height: 80px !important;
    }
}


.banner-stats {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    color: #FFF;
    flex-wrap: wrap;
}


.banner-stats li {
    text-align: center;
    margin: 5px 20px;
}

.banner-stats li .circle {
    width: 60px;
    height: 60px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--mainThemeColor2);
    border-radius: 50%;
}



.banner-stats li p {
    text-transform: uppercase;
    font-weight: 600;
}

.popup {
    /* text-align: center;
    border: 10px solid #FFF; */
    padding: 180px 0 80px 0;
}

.popup p {
    color: #fff;
    max-width: 768px;
    font-size: 18px;
}

.popup-btns {
    display: flex;

    justify-content: center;
    align-items: center;
}


.popup-btns .button {
    min-width: 180px;
    margin: 10px;
    padding: 14px;
}

.popup .btnColored {
    padding: 10px 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 80px;
}

.popup .row {
    display: flex;
    align-items: center;
}

.popup .col-sm-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

.popup h1 {
    text-align: center;
    font-size: 54px;
    text-transform: capitalize;
    font-weight: 500;
    color: #FFF;

}

.popup h2 {
    color: #fff;
}

#date-info {
    margin-top: 20px;
    margin-bottom: 20px;
    color: var(--white);
    font-weight: 300;
    font-family: var(--eventFont);
    text-align: center;
    font-size: 32px;
    line-height: 43px;
}


.two-btns {
    text-align: center;
    margin: 35px 0;
    padding: 2px;
    border: solid 2px var(--white);
    display: inline-block;
    border-radius: 40px;

}


.two-btns a {
    background: var(--white);
    color: var(--mainThemeColor) !important;
    display: inline-block;
    padding: 12px 34px;
    border-radius: 40px;
    letter-spacing: 1px;
    font-size: 18px;
}


.two-btns a:first-child {
    background: transparent;
    color: var(--white) !important;
    box-shadow: none;
}

.two-btns:hover a {
    background: transparent;
    color: var(--white) !important;
    box-shadow: none;
}

.two-btns a:hover {
    background: var(--white) !important;
    color: var(--mainThemeColor) !important;
    box-shadow: 0px 10px 25px 0px rgb(249 71 67 / 30%);
    text-decoration: none;
}

.two-btns i {
    margin-right: 5px;
}

/*Registration Form---------------------*/
input[type="file"] {
    width: 40%;
}


input::placeholder {
    font-weight: 300 !important;
}


.col-12.order-change.radio-block-all label {
    font-weight: 300 !important;
}


.nw-frm-bldr.reg-form-wrap h1 {
    text-align: center;
    margin: 30px 0;
}

.reg-form-wrap h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 20px auto;
    max-width: 850px;
    color: var(--eventFontColor);
    text-align: center;
}

.page-heading {
    display: none;
}

form input[type=submit] {
    background: var(--mainThemeColor);
    border-color: var(--mainThemeColor);
    border-radius: var(--rounded) !important;
}

.reg-form-data .col-12 input[type=submit]:hover,
.reg-form-data .col-12 input[type=submit]:focus {
    background: var(--darkgrey);
}

.reg-form-data input::file-selector-button {
    background: var(--mainThemeColor) !important;
}

.nw-frm-bldr .reg-form-data {
    box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    border: 1px solid #dedede;
    margin-bottom: 30px;
}

.nw-frm-bldr .control-label {
    font-size: var(--smallText);
    font-family: var(--eventHeadingFont);
    color: var(--eventFontColor);
}

.reg-form-data .form-control {
    font-size: var(--smallText);
    font-family: var(--eventFont);
    color: var(--eventFontColor);
}

.nw-frm-bldr.reg-form-wrap>.row>.col-12,
.row.row-content>div>.container-fluid {
    padding: 0;
}


/*Thank you page-----------------------*/
.thanksWrapper {
    text-align: center;
    max-width: var(--halfWidth);
    margin: 20px auto;
    box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    border: 1px solid #dedede;
    padding: 30px 50px 50px;
    width: 100%;
    max-width: 90%;
    color: #fff;
}

.thanksWrapper span {
    display: block;
    font-size: 22px;
    font-weight: 400;
}

.thanksWrapper p {
    margin-top: 30px;
}

.full-page-container .col-lg-12 {
    min-height: 400px;
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;*/
}

.row-content {
    padding: 0;
}

/* Login Modal----------------------- */
#LoginModal h4,
#forgot-pwd-modal h4 {
    font-size: 20px;
}

#LoginModal .modal-header,
#forgot-pwd-modal .modal-header {
    background: var(--mainThemeColor);
}

#login-footer a,
#login-footer button,
#reset-pwd-frm a,
#reset-pwd-frm button {
    background: var(--mainThemeColor);
    font-family: var(--eventFont);
}

#login-footer .btn-default,
#reset-pwd-frm .btn-default {
    background: var(--white);
}

#login-footer .btn-darkgrey,
#reset-pwd-frm .btn-darkgrey {
    color: var(--white);
}

#login-footer .btn-default,
#reset-pwd-frm .btn-default {
    border-color: #ccc;
}

#login-footer .col-sm-8 .btn-darkgrey,
#reset-pwd-frm .btn-darkgrey {
    border-radius: var(--rounded) !important;
    font-family: var(--eventFont);
}

#LoginBtn {
    font-size: var(--smallText);
    padding: 14px 35px !important;
    border-radius: var(--curved);
}

.modal .modal-dialog {
    max-width: initial;
}

#login-footer .row .col-sm-4 {
    max-width: initial;
    flex: 33%;
    order: 2;
}

#login-footer .btn,
#reset-pwd-frm .btn {
    border-radius: var(--rounded);
}

#login-footer .btn:hover,
#reset-pwd-frm .btn:hover {
    background: var(--darkgrey) !important;
    color: var(--white) !important;
}

#reset-pwd-frm label,
#LoginModal label {
    font-family: var(--eventHeadingFont);
}

#reset-pwd-frm input,
#LoginModal input {
    font-family: var(--eventFont);
}


/* Countdown Timer---------------------------- */
.countdown-container {
    text-align: center;
    margin-top: 40px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    border-radius: 15px;
    padding: 0px 29px 0px 15px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
}

#clockdiv {
    font-family: var(--eventHeadingFont);
    color: #FFF;
    display: inline-block;
    font-weight: 300;
    text-align: center;
    font-size: 50px;

}

#clockdiv .smalltext {
    color: #FFF;
    font-size: var(--eventFontSize);
}

#clockdiv>div {
    background: none;
    position: relative;
    margin-right: 40px;
}

#clockdiv>div::before {
    content: ":";
    color: var(--lightGrey);
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-60%);
}

#clockdiv>div:last-child::before {
    content: "";

}


.review-slider .slick-arrow {
    position: absolute;
    top: 200px;
    z-index: 1;
    background-color: var(--mainThemeColor2);
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-slider .slick-arrow.slick-prev {
    left: -20px;
}

.review-slider .slick-arrow.slick-next {
    right: 10px;
}


.review-item {
    text-align: center;
    margin-right: 30px;
}


.review-item .photo {
    position: relative;
    z-index: 1;
}

.review-item .photo img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 10px solid #FFF;
    margin: auto;
}

.review-item .content {
    background-color: #EBEBEB;
    padding: 85px 20px 20px 20px;
    border-radius: 12px;
    position: relative;
    margin-top: -80px;

    transition: height 0.3s ease-in-out;
}

.review-item .content:hover {
    max-height: 100% !important;
}

.review-item .content h4 {
    margin-bottom: 0;
}

.review-item .content .designation h5 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}



.review-item .content .bio {
    font-size: 13px;
    line-height: 17px;
    overflow: hidden;
    height: 22px;
}

.review-item:hover .content .bio {
    height: auto;
}


.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-evenly;

    .slick-track {
        margin: 0;
    }
}

/* About section -------------------------------------- */


.main-intro {
    max-width: 75%;
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
    color: #FFF;
}

.main-intro strong {
    margin-bottom: 25px;
    font-size: 20px;
    display: block;
}


.dis-ico {
    display: flex;
    align-items: center;
}

.dis-ico h4 {
    font-size: 15px;
    margin-left: 17px;
    font-weight: 400;
}

#who-attend {
    background-color: #2DDBB9;
}

.wsa-box {
    text-align: center;
    margin-top: 20px;
}

.wsa-box p {
    color: #FFF;
    font-size: 18px;
    margin-top: 20px;
}

/* Why Attend section------------------------------------ */
#why-attend {
    background-color: #2DDBB9;
}

.why-attend-box {
    background-color: #00AB8B;
    color: #FFF;
    padding: 20px 26px;
    border-radius: 16px;
    border: 2px solid #FFF;
    text-align: center;
    min-height: 300px;
    height: 100%;

}


.why-attend-box h4 {
    margin: 20px 0;
}

#elevate {
    background-image: url(https://vepimg.b8cdn.com/uploads/vjfnew/10614/content/files/1703139767elevate-bg-jpg1703139767.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.e-box {
    background-color: #1F1F1F;
    text-align: center;
    padding: 10px;
    border-radius: 12px;
    margin-bottom: 25px;
}

.e-box h4 {
    color: #00B492;
    font-weight: bold;
    font-size: 36px;
}

.e-content p {
    font-size: 20px;
}

.flex-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* Agenda-------------------------------------------- */

.section.agenda-page,
.thanksWrapper {
    background-image: url(https://vepimg.b8cdn.com/uploads/vjfnew/10614/content/files/1702881390agenda-bg-jpg1702881390.jpg);
    background-size: cover;
    background-attachment: fixed;
}

#agenda {}


.agenda-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    border-bottom: none;
}

.agenda-tabs li.active::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 12px 0 12px;
    border-color: #755d99 transparent transparent transparent;
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: auto;
}

.agenda-tabs li.active a,
.agenda-tabs li.active:hover,
.agenda-tabs li.active:focus {
    background-color: #755d99;
    color: #FFF !important;
    border: none !important;
    border-radius: 4px 4px 0 0;
}

.agenda-tabs li a {
    font-size: 15px;
    padding: 15px 20px;
    min-width: 140px;
    text-align: center;
    border: none !important;
    border-radius: 4px 4px 0 0;
    color: #707070;
    background-color: #FAFAFA;
}


.inner-tabs {
    display: flex;
    justify-content: center;
}


.inner-tabs li a {
    font-size: 18px;
}


.inner-tabs>li.active>a,
.inner-tabs>li.active>a:hover,
.inner-tabs>li.active>a:focus {
    background-color: var(--mainThemeColor);
    color: #FFF;
}

.slim-bar ul>li,
.slim-bar ul>li>a {

    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    text-decoration: none;
    color: #FFF !important;
}








div.speaker2[data-toggle="modal"] {
    cursor: pointer;
}

div.speaker2[data-toggle="modal"]:hover strong {
    color: var(--mainThemeColor);
}

.agenda-time span {
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;

}

.nav-tabs>li.active>a:after,
.nav-tabs>li.active>a:focus:after,
.nav-tabs>li.active>a:hover:after {


    border-top-color: var(--mainThemeColor) !important;
}

/*Sponsors Section----------------------------------------*/
#sponsors {

    background: linear-gradient(94deg, #013A31 -5.37%, #056858 107.7%);

}

.sp-box {
    background: linear-gradient(94deg, #013A31 -5.37%, #056858 107.7%);
    box-shadow: 0px 4px 11.8px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 20px 5px;
    margin-top: 20px;
}

.logos-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logos-list img {
    display: inline-block;
    margin: 10px 20px;
    width: 100%;
    max-width: 160px;
    margin: 10px 28px;
}

.logos-list img:hover {
    box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
}

#sponsors h4 {
    margin: 20px 0 20px 0;
}

.container.full-page-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

/* FAQs Section------------------------------------------- */
.faq.padding {
    padding: 0
}

#faq {
    background-image: url(https://vepimg.b8cdn.com/uploads/vjfnew/10614/content/files/1702881390agenda-bg-jpg1702881390.jpg);
    background-size: cover;
}

.faq .panel {
    background: var(--faqBgColor);
    padding: 0;
    margin: 0 0 14px 0;
    border: none;
    border-radius: 15px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);

}

.faq-text {
    font-size: 16px;
    padding: 0 30px;
}

.faq p {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
}

.faq .panel-heading {
    padding: 0 !important;
    background: 0 0 !important
}

.faq h4.panel-title a {
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    line-height: 24px;
    color: var(--eventFontColor);
    font-family: var(--eventHeadingFont);
    font-weight: 700;
    text-transform: none;
    padding: 18px 30px;

}

.faq .panel-collapse {
    text-decoration: none;
    cursor: pointer
}

.faq .panel-collapse .panel-body {
    width: 100% !important;
    padding-bottom: 0;
    border: none !important;
    padding-top: 9px;
    font-size: var(--eventFontSize) !important;
    font-family: var(--eventFont) !important;
    font-weight: 500;
    line-height: 24px !important;
    color: var(--eventFontColor) !important
}

.faq .panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: '\f077';
    padding-right: 5px;
    font-size: 19px;
    color: var(--mainThemeColor);
}

.faq .panel-title>a.collapsed:before {
    content: '\f078';
    float: right !important;
}

.faq .panel-title>a:hover,
.faq .panel-title>a:active,
.faq .panel-title>a:focus {
    text-decoration: none;
}

h4.panel-title a[aria-expanded="true"] {
    background: #00AB8B;
    color: #FFF;
}


.num_icon {
    display: none;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    line-height: 30px;
    text-align: center;
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    color: var(--white);
    font-style: normal;
    margin-right: 10px;
    position: absolute;
    left: 0px;
}

.cus-accordian .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 12px 30px;
}

/* Contact Section------------------------------ */
.ask-cta {
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ask-cta>.container>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ask-cta .contact-img {
    max-height: 200px;
}

#contact {
    padding-top: 60px;
    padding-bottom: 60px;
}

.contactPersons {
    display: flex;
    flex-wrap: wrap;
}

.contactPersons_box {
    margin-right: 70px;
    margin-bottom: 30px;
}

.contactPersons_box p {
    margin-bottom: 0px;
}

.textSmall {
    font-size: var(--smalltext);
    font-weight: 400;
}

.contactPersons_box h5 {
    line-height: 23px;
}

.contactPersons>div:nth-child(even) {
    margin-right: 0px;
}




/* Footer----------------------------- */


footer {
    background: #00AB8B;
    padding: 40px 0px;
    position: relative;
    color: #fff;
    border-top-color: #00AB8B;
}

.footer-links li {
    display: inline-block;
    position: relative;
}

.footer-links li:after {
    content: "|";
    margin: 0px 5px 0px 12px;
}

.footer-links li:last-child::after {
    margin-right: 0px;
    content: "";
}

.footer-links a {
    font-size: var(--smalltext) !important;
}

.footer-text {
    display: flex;
    align-items: center;
    font-weight: 400;

}

.footer-text a {
    color: #fff;
    text-decoration: underline;
    margin-left: 20px;
}

.footer-text p span {
    margin-left: 10px;
}

.socialIcons {
    list-style: none;
    padding: 0px;
}

.socialIcons li {
    display: inline-block;
    padding-right: 10px;
}

.socialIcons li:last-child {
    padding-right: 0px;
}

.socialIcons li a {
    font-size: 20px;
    color: #3D4242;
    text-decoration: none;
}

.socialIcons li a:hover i {
    color: var(--mainThemeColor2);
}

/*Top to the Page button---------------*/
#top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: var(--white);
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    padding-top: 5px;
    z-index: 45;
    display: none;
    background-color: var(--mainThemeColor);
    font-size: 24px;
    padding-top: 13px;
    border-radius: 5px;
}

#top:hover,
#top:focus {
    background-color: var(--darkgrey);
}


/*Accessibility Features---------------*/
.btn.btn-access.slide {
    position: absolute;
    z-index: 45;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    background: var(--darkgrey);
    right: 12px;
    top: 46px;
    text-align: center;
    padding: 5;
}

.btn.btn-access.slide:hover {
    background: var(--mainThemeColor);
}

.accsess_tray {
    display: block;
    position: fixed;
    right: 10px;
    background-color: var(--white);
    top: 110px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 4px;
    box-shadow: 0px 0px 8px rgba(, 0, 0, 0, 0.2);
}

.accsess_tray #readspeaker_button1,
.accsess_tray .hall-wrap .rsbtn {
    right: -34px;
}

.accsess_tray .rsexpanded span {
    margin: 0;
}

.accsess_tray .rsexpanded span.rsbtn_text {
    margin: 5px 0 0 6px;
}

.accsess_tray .rsexpanded .rsbtn_progress_container.rsimg {
    margin: 7px 0 0 5px;
}

.accsess_tray .rsexpanded .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_icon.rsimg {
    display: inline-block;
}

.accsess_tray svg path {
    fill: var(--mainThemeColor);
}

.accsess_tray .btn-tray {
    padding: 6px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 15px !important;
    line-height: normal;
    display: flex;
    align-items: center;
    margin-right: 5px;
    background: rgba(var(--mainThemeColor-rgb), 0.1);
    color: var(--mainThemeColor);
}

.accsess_tray .btn-tray:last-child {
    margin-right: 4px;
}

.accsess_tray .btn-tray.btn:hover {
    opacity: 0.9;
}

.accsess_tray .btn-tray svg path {
    fill: var(--mainThemeColor);
}

.accsess_tray span {
    margin-right: 8px;
}

.accsess_tray .btn-close-access {
    text-align: center;
    padding: 8px 8px;
    background: transparent;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#accessibility-fade-in {
    width: 1px;
    opacity: 0;
    transition: all 0.75s ease;
    z-index: 5;
}

#accessibility-fade-in.show {
    opacity: 1;
    width: 262px;
    display: flex !important;
}


/*speakers*/

.speaker_container {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.front,
.back {
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
    border-radius: 0;
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    min-height: 100%;
    height: auto;
    border-radius: 0;
    color: #fff;
    font-size: 1.5rem;
}

/* .back {
    background: #281362;
    background: linear-gradient(90deg, #281362 20%, #281362 65%, #281362 75%);
    animation: gradient 8s ease infinite;
    background-size: 450%;
} */

.front:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    /* opacity: .3;
    */
    border: 2px solid #044D41;
    background-image: linear-gradient(180deg, #044D41 0%, #00382F 100%) !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 0;
}

.speaker_container:hover .front,
.speaker_container:hover .back {
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
    background-color: #013f34 !important;
    animation: gradient 8s ease infinite;
    background-size: 450%;
}

.inner {
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}

.inner .bio {
    display: none;
}

.speaker_container .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.speaker_container .front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    filter: brightness(1.5);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.speaker_container:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.speaker_container:hover .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.speaker_container {
    margin-bottom: 30px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}


.speaker_container .front>img {
    width: 270px;
    border-radius: 50%;
    filter: brightness(0.7);
}





.speaker_img-src h4 {
    font-weight: 600;
}



.custom-modal {
    text-align: center;
}

.custom-modal .modal-content {
    border-radius: 12px;
    border: 2px solid #00BE9B;
    background: linear-gradient(125deg, #054E42 0%, #00382F 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.33);
    color: #FFF;
}


div#modalBio h4 {
    font-size: 22px;
    font-weight: 500;
}

div#modalBio h5 {
    font-size: 15px;
    font-weight: 500;
    color: #EEEEEE;
    margin-bottom: 30px;
}


div#modalBio p {
    font-size: 14px;
    color: #EEEEEE;
    max-width: 450px;
    line-height: 22px;
    margin: 40px auto;
}



/*end*/


/**agenda**/




.speaker_container .front {
    border-radius: 12px;
    border: 2px solid #00BE9B;
    background: linear-gradient(125deg, #054E42 0%, #00382F 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.33);
    padding: 20px;


}

.front:after {
    border-radius: 12px !important;
}

.back {
    border-radius: 12px;
    border: 2px solid #00BE9B !important;
    background: none !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.33);
}

.front h3 {
    font-size: 17px;
    color: #FFF;
}

.front p {
    font-size: 14px;
    color: #FFF;
    min-height: 63px;
    line-height: 18px;
}


.lgo-small {
    position: absolute;
    top: 0;
    left: 0;
}

.lgo-small img {
    height: 85px;
}


.mobileview {
    display: none;
}

@media (max-width: 767px) {
  #who-attend .col-sm-3 {width: 100%;margin-bottom: 30px;}
    #agenda .agenda-tim[data-toggle="collapse"]:before {
        color: #fff;
        font-size: 30px !important;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
        content: "\f107";
        right: 30px;
        position: absolute;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: all 0.5s;
        color: #e6e6e6;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    #agenda .agenda-tim[data-toggle="collapse"].collapsed:before {
        content: "\f106";
        right: 30px;
        position: absolute;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: all 0.5s;
    }

    .agenda-tim {
        margin-bottom: 10px;
    }

    .concurrent-content-rt .concurrent-content-speaker:nth-of-type(2) {
        margin-top: 10px;
    }

    .concurrent-content-rt {
        padding-left: 0;
        border: none;
    }

    .concurrent-content-rt {
        flex-wrap: wrap;
    }

    .agenda-tim br {
        display: none;
    }

    .session-time-tag {
        margin: 0px;
        font-size: 14px;
    }

    .session-nonconcurrent .agenda-content {
        padding: 20px;
    }

    .session-nonconcurrent .agenda-content h3 {
        font-size: 22px;
    }

    .agenda-tim,
    .agenda-content,
    .concurrent-content-lf,
    .concurrent-content-rt,
    .agenda-content.wi-sp .content-left,
    .agenda-content.wi-sp .content-right {
        width: 100% !important;
    }

    .concurrent-content {
        flex-wrap: wrap;
    }

    .container-wrp {
        background: rgba(0, 0, 0, 0.6);
    }

    .desktopview {
        display: none;
    }

    .mobileview {
        display: block;
    }

    .why-attend-box {
        margin-bottom: 25px;
    }

    .flex-row {
        display: block;
    }



    .cta .cta-wrap {

        padding: 30px 24px;

        text-align: center;
    }

    .logos-list {
        flex-wrap: wrap;
    }

    .header-content {
        /* background-color: #fff; */
        position: relative;
    }

    /* .navbar-header {
        position: absolute;
        right: -287px;
    } */


    .event-logo img {
        margin: 30px 0;
        width: 150px;
    }

    #main-nav .navbar-nav li {
        margin-bottom: 17px;
    }

    .agenda-row {
        display: block;
    }

    .agenda-row .time-box {
        width: 100%;
        flex-direction: row;
        margin-bottom: 12px;
    }

    .agenda-row .time-box img {
        margin-right: 6px;
    }

    .agenda-row .webinars-content {

        padding-left: 9px;
    }

    .popup .row {
        display: block;
    }

    .popup {
        text-align: center;
        padding: 110px 0 80px 0;
    }

    .popup h1 {
        display: block;
        margin: 0;
        font-size: 28px;
        text-align: center;
    }

    #clockdiv>div::before {
        display: none;
    }

    #clockdiv>div {

        padding: 10px 8px;
    }

    .popup-btns {
        flex-direction: column;
        margin-top: 37px;
    }

    .main_top_area {
        min-height: auto;
    }

    #date-info {
        font-size: 22px;
    }

    #main-nav {
        position: fixed;
        top: 0;
        left: 0px;
        z-index: 55;
        background: rgba(0, 0, 0, 0.9);
        width: 100%;
        height: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: none !important;
    }

    #main-nav .navbar-nav {
        flex-direction: column;

    }

    #main-nav .navbar-nav {
        flex-direction: column;
        flex-grow: initial;
    }

    .navClose {
        position: absolute;
        top: 15px;
        right: 20px;
        color: var(--white);
        font-size: 22px;

        border-radius: 100%;
        width: 40px;
        height: 40px;
        border: 2px solid var(--white);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #main-nav.in {
        display: flex !important;
    }

    #main-nav a {
        color: var(--white);
        font-size: 18px;
        padding: 18px 15px;
    }

    #LoginBtn {
        margin-top: 12px;
    }

    .event-logo {
        flex-grow: 1;
    }

    .whyAttendImg {
        max-width: 320px !important;
        display: block;
        margin: auto;
    }

    .contactPersons {
        justify-content: space-around;
    }

    .contactPersons_box {
        margin-right: 0px;
    }

    #contact h3 {
        text-align: center;
    }

    .footer-section .row>div {
        text-align: center !important;
        flex-wrap: wrap;
        justify-content: center;
    }

    input[type="file"] {
        width: 100%;
    }

    .modal .modal-dialog {
        width: 95% !important;
    }

    .modal-footer .btn+.btn {
        margin-left: 2px;
    }

    #login-footer .row {
        flex-direction: column;
    }

    #login-footer .row .col-sm-4 {
        order: 1;
    }

    #login-footer .row .col-sm-8 {
        order: 2;
    }

    #login-footer .col-sm-8 {
        padding-left: 2px;
        padding-right: 2px;
    }

    form input[type=submit] {
        width: 100% !important;
    }

    .reg-form-data input::file-selector-button {
        background: var(--mainThemeColor) !important;
    }
}

@media (max-width: 575px) {
    .main_top_area .green-btn {
        background-color: #008F74 !important;
        color: #fff !important;
    }

    .mblve img {
        display: block;
        width: 100%;
    }

    .main_top_area {
        max-height: unset !important;
    }

    .main-intro {
        max-width: 100%;
    }

    .headingOverlayText {
        display: none !important;
    }

    .main-title span {
        font-size: 18px;
    }

    h3.main-title {
        font-size: 30px;
    }


    .buttons-wrap {
        padding: 20px;
    }

    .two-btns {
        margin: 0;
    }

    .simple-section {
        padding: 20px 0px;
    }

    #whyAttend {
        padding-top: 20px;
    }

    .main_top_area {
        background: url('https://vepimg.b8cdn.com/uploads/vjfnew/7587/uploads/vjf/content/misc/1742398402black-and-white-factory-industrial-plant-industry-wallpaper-preview.jpg') !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
}

@media (max-width: 480px) {
  .popup h2,.popup p {
    color: #fff;
}
    :root {
        --h1FontSize: 35px;
        --h4FontSize: 18px;
    }

    #getDemo {

        font-size: 11px !important;

    }

    #date-info span {
        display: block;
        text-align: center;
    }

    .eventDate::after {
        content: "";
        margin-left: 0px;
    }

    .countdown-container {
        padding: 0px 19px 0px 5px;

    }

    #clockdiv>div>span {
        min-width: 50px;
    }

    #clockdiv {
        font-size: 40px;
        margin-top: 10px;
    }

    #clockdiv .smalltext {
        font-size: 12px;
    }

    #clockdiv>div {

        margin-right: 13px;
    }

    #clockdiv>div::before {

        right: -11px;

    }

    .two-btns {
        border-radius: 29px;
        width: 100%;
        border: none;
    }

    .two-btns a {
        display: block;
    }

    .two-btns a:first-child {
        border: 2px solid var(--white);
        margin-bottom: 10px;
    }

}


.agenda-design4 .nav-tabs>li>a {
    color: #000;
    background: #ffffff;
}

.agenda-design4 .nav-tabs>li.active>a {
    background: #000000;
    color: #ffff;
}

.agenda-design4 {
    color: #000;
    text-align: left;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    padding: 50px 0px;
}

.agenda-design4 h1 {
    font-size: 40px;
    text-align: left;
    margin: 0 0 20px;
    font-weight: 400;
    color: #ffffff
}

.agenda-design4 .agenda-row h3 {
    font-size: 18px;
    line-height: 24px;
    display: block;
    text-align: left;
    color: #555555;

}

.agenda-design4 ol {
    padding-left: 16px;
    padding-top: 6px
}

.agenda-design4 ol li {
    padding-bottom: 10px;
    padding-left: 8px
}

.agenda-design4 p {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
}

.agenda-design4 h4 {
    margin-bottom: 0;
    border: none
}

.agenda-design4 h4 span {
    display: inline-block;
    padding-bottom: 0;
    background: #000000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    margin-left: 35px
}

.agenda-design4.agenda-design4 h4 span.green {
    background: green
}

.agenda-design4.agenda-design4 h4 span.red {
    background: #ffffff
}

.agenda-design4 .agenda-rows .agenda-row:last-child .agenda-col:last-child {
    padding-bottom: 40px
}

.agenda-design4 .agenda-row .agenda-col:first-child span {
    display: inline-block;
    padding-left: 10px;
}

.agenda-design4 .agenda-rows .agenda-row:last-child p,
.agenda-rows .agenda-row:last-child h3 {
    border-bottom: none
}

.agenda-design4 .agenda-row {
    display: table;
    width: 100%
}

.agenda-design4 .agenda-col {
    display: table-cell;
    vertical-align: middle
}

.agenda-design4 .agenda-row .agenda-col:first-child {
    vertical-align: top;
    padding-top: 18px;
    width: 270px;

    padding-right: 22px;
}

.agenda-design4 .agenda-row .agenda-col:last-child {
    padding: 0 0 0 50px;
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew/2530/uploads/vjf/content/misc/1636574628images.png) no-repeat left top 27px / 10px, url(http://vepimg.b8cdn.com/uploads/vjf/173-ccw/timeline-strip.png) repeat-y left 3px top
}

.agenda-design4 .agenda-row.no-speaker h3 {
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #eee
}

.agenda-row .speaker {
    cursor: pointer;
    padding-left: 60px;
    position: relative
}

.agenda-design4 .agenda-row .speaker-name {
    font-size: 14px;
    font-weight: 700;
    padding-top: 3px
}

.agenda-design4 .agenda-row .speaker img {
    height: 50px;
    border-radius: 25px;
    border: 1px solid #ddd;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0
}

.agenda-design4 .agenda-row .speaker.no-spk-img {
    padding-left: 0
}

.agenda-design4 .agenda-row span.designation {
    display: block;
    font-size: 13px
}

.agenda-design4 .agenda-row label {
    display: block;
    font-size: 11px;
    color: #666
}

.agenda-design4 .agenda-row p {
    font-size: 16px;
    margin: 10px 0 0;
    padding-bottom: 0px;
    color: #393938;
}

.agenda-design4 .agenda-row p:last-child {
    padding-bottom: 20px;
}

.agenda-design4 .time-display {
    width: 120px;

    text-align: left;
    display: inline-block;
    vertical-align: middle;
    color: #777;
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px
}

.agenda-design4 .time-display img {
    margin-bottom: 0
}

.mh-60 {
    min-height: 60px
}

.agenda-design4 .nav-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    border-bottom: none;
}

.agenda-design4 .nav-tabs li {
    flex: 1;
}

/*.agenda-design4 .nav-tabs li.active::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 12px 0 12px;
    border-color: var(--mainThemeColor) transparent transparent transparent;
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: auto;
}*/

.agenda-design4 .nav-tabs li.active a,
.agenda-design4 .nav-tabs li.active:hover,
.agenda-design4 .nav-tabs li.active:focus {
    background-color: var(--mainThemeColor);
    color: #FFF !important;
    border: none !important;
    border-radius: 4px 4px 0 0;
}

.agenda-design4 .nav-tabs li a {
    font-size: 15px;
    padding: 15px 20px;
    min-width: 140px;
    text-align: center;
    border: none !important;
    border-radius: 4px 4px 0 0;
    color: #707070;
    background-color: rgba(48, 177, 209, 0.1);
}



.speaker.mh-60 img {
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1637318330dummy-png1637318330.png);
    background-size: 100% 100%;
    padding: 1px;
}

.modal-dialog .modal-body p {
    padding: 0 !important;
    margin-top: 0px;
}


.agenda-speaker {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.agenda-speaker .photo {
    flex-shrink: 0;
}

.agenda-speaker .photo img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.agenda-speaker .info {
    padding-left: 12px;
}

.agenda-speaker .info h4 {
    font-size: 18px;
    margin: 0;
}

.agenda-speaker .info p {
    font-size: 14px;
    margin: 0;

    padding-bottom: 0 !important;
    color: rgba(0, 0, 0, .7);
}


@media screen and (max-width: 767px) {
    .agenda-design4 .agenda-row .agenda-col:first-child {
        text-align: left;
        width: 100%;
    }

    .agenda-design4 .agenda-row .agenda-col:last-child {
        padding-left: 20px;
    }

    .agenda-design4 .agenda-col,
    .agenda-design4 .agenda-row {
        display: block;
    }

    .agenda-design4 .nav-tabs {
        flex-wrap: wrap;
    }
}

.centered-button {
    display: block;
    align-items: center;
}

/*speakers design 7*/



.speaker-agenda .container.full-page-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

#about-speaker h3 {
    text-align: center;
}

#about-speaker .main-intro {
    max-width: 100%;
    text-align: justify;
}


.location-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.location-list li {
    display: flex;
    margin-bottom: 20px;

}

.location-list li .icon {
    width: 60px;
    flex-shrink: 0;
}

.location-list li .content h4 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 20px;
}


.location-info h4 {
    text-transform: uppercase;
}

.location-info>p {
    font-size: 18px;
    margin-bottom: 20px;
}

.icon-list {
    margin: 0;
    padding: 0;
    list-style-type: none;

}

.icon-list li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.icon-list li .icon {
    padding-right: 20px;
    flex-shrink: 0;
}

.icon-list li .icon img {
    width: 40px;
}

.icon-list li p {
    margin: 0;
    font-weight: 500;
}

.section {
    background: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1703172436registration-bg-jpg1703172436.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.section.registration-form .reg-form-wrap h3 {
    color: #fff !important;
}

.social-icon-img {
    width: 18px;
}

.social-icon-img:hover {

    -webkit-filter: brightness(0) saturate(100%) invert(54%) sepia(68%) saturate(2013%) hue-rotate(130deg) brightness(95%) contrast(101%);
    filter: brightness(0) saturate(100%) invert(54%) sepia(68%) saturate(2013%) hue-rotate(130deg) brightness(95%) contrast(101%);
}

.position-relative {
    position: relative;
}

.main_top_area {
    /*background: url(https://vepimg.b8cdn.com/uploads/vjfnew/615/uploads/vjf/content/misc/1572600379banner.jpg) top center no-repeat;*/
    /* background: url(https://vepimg.b8cdn.com/uploads/vjfnew/4006/uploads/vjf/content/misc/1612272501banner.jpg) center right no-repeat;*/
    background: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1751257523processed-banner-jpeg1751257523.jpeg') top center no-repeat;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    width: 100%;
    max-height: 650px;
    z-index: 0;

}

.first-heading {
    font-size: 28px;
    color: var(--mainThemeColor2);
}

.main_top_area .green-btn {
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 1px 11px 24.5px 0px rgba(48, 255, 213, 0.27), 3px 3px 7.6px 0px rgba(0, 0, 0, 0.75);
    color: #129079;
    font-size: 22px;
    font-weight: 800;
    padding: 12px 30px;
    transition: all .5s ease;
    margin: 35px 0;
}

.main_top_area .green-btn:hover,
.main_top_area .green-btn:focus {
    color: #129079;
    transform: scale(1.02);
    text-decoration: none;
}

.text-white.second-heading {
    text-shadow: 0px 2px 6px #2DDBB9;
}

#grp_fld_1386320 label {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-top: 16px;
}

.logos-list.platinum-logos img {
    max-width: 200px !important;
    margin: 14px;

}

.logos-list.gold-logos img {
    max-width: 160px;
}

.logos-list.silver-logos img {
    max-width: 140px;
    margin: 10px;
}

.desktop-logo {
    display: block;
}

.mobile-logo {
    display: none;
}

.mobile-heroSecLogo {
    display: none;
}

#getDemo {
    display: none;
}

.e-box img {
    width: 150px;
}

#why-attend {
    padding-bottom: 90px;
}

#sponsors .main-intro {
    margin-top: 30px;
    font-size: 18px;
}

#SpeakerBio .modal-header {
    background: transparent;
    border: 0;
}

#SpeakerBio .modal-header .close {

    font-size: 24px !important;
    opacity: 1 !important;
    cursor: pointer;
    position: relative;
    z-index: 100;
}

#SpeakerBio .modal-header .close:hover {
    opacity: 0.8 !important;
}

.mobile-heroSecLogo {
    width: 260px;
}

.btn-primary {
    color: #fff;
    background-color: #2DDBB9 !important;
    border-color: #2DDBB9 !important;
}

.reg-form-wrap h3 {
    display: none !important;
}

@media (min-width:767px) {
    section#sponsors .row {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}

section#sponsors .row.bg_ligt {
    box-shadow: 0px 4px 11.8px 0px rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(93.59deg, #013A31 -5.37%, #056858 107.7%);
    align-items: center;
    border-radius: 18px;
}

section#sponsors .row.bg_ligt img {
    max-width: 150px;
}

.allSpeakers {
    display: none;
}

.sp-img img {
    max-width: 48px;
    border-radius: 30px;
}

.section.registration-form h3 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    color: var(--white);
}

.reg-form-data input[type=submit] {
    background: var(--mainThemeColor) !important;
    border-color: var(--mainThemeColor) !important;
}

#footer, .header-content {
    background-color: var(--white) !important;
}

.agenda-row .speaker { 
    pointer-events: none;
 }
 .webinarsdescription p {
    color: #fff !important;
}