@font-face {
    font-family: 'Nexa-Black';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1744110133nexa-black-woff21744110133.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1744110133nexa-black-woff1744110133.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1744110133nexa-regular-woff21744110133.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1744110133nexa-regular-woff1744110133.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



/* Setting of Landing page colors and Font */
:root {
    --mainThemeColor: #6A97CF;
    --mainThemeColor-rgb: 97, 183, 70;
    --mainThemeColor2: #fec957;
    --eventFontColor: #2c3133;
    --overlayHeadingTextColor: #f7f7f7;
    --overlayHeadingTextColor2: rgb(255 255 255 / 10%);
    --eventFontSize: 16px;
    --smalltext: 14px;
    --eventFont: 'Nexa';
    --eventHeadingFont: 'Nexa-Black';
    --h1BannerFontSize: 90px;
    --h1FontSize: 45px;
    --h2FontSize: 42px;
    --h3FontSize: 38px;
    --h4FontSize: 22px;
    --h5FontSize: 20px;
    --h6FontSize: 18px;
    --white: #fff;
    --black: #000;
    --yellow: #ffd600;
    --lightGrey: #ddd;
    --darkgrey: #333;
    --halfWidth: 50%;
    --quarterWidth: 75%;
    --faqBgColor: #fafafa;
    --footerBg: #212121;
    --curved: 6px;
    --rounded: 50px;
    --btnFontSize: 18px;





}

.thanksWrapper {

    margin-top: 108px !important;
}

a:focus {

    outline: none !important;
}

h3[aria-label="Registration Form"] {

    margin-top: 150px;
}

/****na***/
.navbarcus.scrolled {
    padding: 0.75rem 1rem;
    background: var(--mainThemeColor);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: 100% !important;
    top: 3.4% !important;
    border-radius: unset !important;
}

.section.registration-form {
    margin-top: 100px;
}

.col-12 h3 {
    text-align: center;
    font-family: var(--eventFont) ! Important;
    font-size: 30px;
    font-weight: 600;
    color: #6194cd !Important;
    margin-bottom: 20px;
}

input::placeholder {
    color: #353636 !Important;
}

span#grp_fld_1471696 .control-label:after {
    content: "*";
    color: red;
}

.navbarcus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #6A97CF;
    padding: 1.5rem 1rem;
    position: fixed;
    /* Make it fixed */
    top: 5%;
    /* Stick to top */
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
    z-index: 100;
    transition: all 0.3s ease;
    border-radius: 12px;
    /* remove radius when it's full width */
}

.logo img {
    width: 100%;
    max-width: 95px;
}

.logo {
    color: #fff;
    font-weight: bold;
}

.logo small {
    display: block;
    font-size: 0.6rem;
    opacity: 0.8
}

/* these two containers will get populated by JS */
.links,
.sidebar-links {
    display: flex;
    gap: 1.5rem
}

.links a,
.sidebar-links a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.links a:hover,
.sidebar-links a:hover {
    color: #fdcb4e !important;
    text-decoration: none !important;
}

.auth,
.sidebar-auth {
    display: flex;
    gap: .75rem;
}

.auth button,
.sidebar-auth button {
    background: #FDCB4E;
    border: none;
    padding: .45rem 1rem;
    border-radius: .35rem;
    font-weight: 500;
    cursor: pointer;
    color: #000;
    font-size: 16px;
}

.hamburger {
    display: none;
    font-size: 2.5rem;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    width: 50px;
    border-radius: 50px;
    height: 50px;
    border: 1px solid #fff !important;
}



/* SIDEBAR */
.sidebar {
    position: fixed;
    top: 16%;
    left: 0;
    height: 83vh;
    width: 260px;
    background: #6A97CF;
    transform: translateX(-100%);
    transition: transform .3s;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    z-index: 9999;
}

.sidebar.open {
    transform: translateX(0)
}

.sidebar .close-btn {
    align-self: flex-end;
    font-size: 1.5rem;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    display: none !important;
}

.sidebar-links {
    flex-direction: column
}

.sidebar-auth {
    flex-direction: column;
    margin-top: auto
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
    z-index: 80;
}

.overlay.show {
    opacity: 1;
    pointer-events: all
}

/* mobile */
@media (max-width:768px) {

    .links,
    .auth {
        display: none
    }

    .hamburger {
        display: block
    }

    .slim-bar.text-right a {
        font-size: 9px !important;
    }

    .links a,
    .sidebar-links a {

        border-bottom: 1px solid !important;
        line-height: 36px !important;
    }

    .slim-bar.text-right span {
        font-size: 9px !important;
    }

    .navbarcus {
        max-width: 100% !important;
        border-radius: unset !important;
        margin-top: -9px !important;
        width: 100%;

    }

    nav.navbarcus.scrolled {
        margin-top: 2px !important;
    }
}

/***end ****/
body.curr-lang-en.homepage-body {
    overflow-x: hidden;
}

.slider_content {
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1744895506hero-jpg1744895506.jpg) center center / cover no-repeat;
    min-height: 757px;
}

/* Responsive for tablets and smaller devices */
@media (max-width: 992px) {
    .slider_content {
        min-height: 500px;
    }
}

@media (max-width: 768px) {
    .slider_content {
        min-height: 500px;
    }
}

@media (max-width: 576px) {
    .slider_content {
        min-height: 450px;
    }
}

.reg-form-data input[type=submit] {
    background: var(--mainThemeColor) !important;
    border-color: var(--mainThemeColor) !important;
    border-radius: 50px !important;
    color: #fff !important;
    font-family: var(--eventFont) ! Important;
    margin-bottom: 20px;
}

.contct-formwrapper span#grp_fld_269428 input#fld_269428 {

    color: #ffffff !important;
    background-color: var(--mainThemeColor) !important;

}

.video-wraper .video {

    object-fit: none !important;
}

img.icon__ee {
    width: 100%;
    max-width: 28px;
    margin-top: -5px;
}

.careerlogo-wrp {
    display: flex;
}

/* .header-content {
    background-color: #000;
  } */
.colored-template .row .col-md-6:nth-of-type(1) {
    background: #fdcb4e;
}

.colored-template .row .col-md-6:nth-of-type(2) {
    background: #6A97CF;
}

.colored-template .row .col-md-6 .row img {
    width: 100%;
}

.colored-template .row .col-md-6 .row {
    padding: 20px 0px;
}

.colored-template .row .col-md-6 .row h4 {
    font-weight: bold;
    font-size: 28px;
}

.colored-template .row .col-md-6 .row p {
    font-size: 16px;
    line-height: 1.3;
    color: #000;
}

/*.sp-desc {
      max-height: 350px;
      overflow: auto;
  }*/
/* General-------------------------- */
body,
p,
a,
li {
    font-family: var(--eventFont);
    font-size: var(--eventFontSize);
    color: var(--eventFontColor);
    line-height: 26px;
}

body .header-content .container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}



h3[aria-label="Registration Form"] {
    font-size: 0;
    /* hide original text */
    position: relative;
    text-align: center;
}

h3[aria-label="Registration Form"]::after {
    content: "Registration form";
    text-align: center;
    color: #6A97CF;
    font-size: 30px;
    text-transform: none;
}

.slider_content {
    position: relative;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px;
    }
}

.custom-col-1 .control-label,
.custom-col-1 .form-control {
    font-family: var(--eventFont) !Important;
    font-size: 16px !Important;

}

.custom-col-1 .form-control {
    color: #2c3133 !Important;
}

.custom-col-1 .control-label {
    color: #6A97CF !Important;

}

.homepage-body .header-content {
    position: absolute;
    z-index: 99;
    width: 100%;
}

.header-content .container .row {
    background: var(--mainThemeColor);
    border-radius: 6px;
    margin-top: 15px;
    position: relative;
}

.header-content .row {
    display: flex;
    align-items: center;
    flex-wrap: initial;
    justify-content: space-between;
}

.header-content .container .row div {
    margin: 0px 15px;

}

.header-content .event-logo img {
    margin: 8px 0px;
    /* min-width: 180px; */
    max-width: 120px;
}

.header-content .navCol {
    flex-grow: 1;
}

.header-content .navBtnCol .btn-lg {
    display: inline-block;
    padding: 10px 16px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 6px !important;
    background-color: #FDCB4E;
    color: #000;
}

div#mentor {
    /* background-color: #60b746; */
    position: relative;
    z-index: 9;
}

.mentor-details img {
    width: 100%;
}

.mentor-details h4 {
    color: #fff;
    text-align: center;
    padding: 10px 0 0;
}

.mentor-details p {
    text-align: center;
    color: #fff;
}

.nw-frm-bldr.reg-form-wrap {
    padding-top: 0px !important;
}

.exb-list {
    padding-bottom: 30px;
}

.slider_with_caption .carousel-inner>.item img {
    width: 100%;
}

.exb-wrapper {
    background-color: #000;
    padding: 50px 0;
}

.exb-wrapper h3 {
    color: #fff;
}

.exb-wrapper p {
    color: #fff;
}

.exb-list h3 {
    border-bottom: 2px solid #000;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.exb-list img {
    border: 1px solid #000;
    margin-bottom: 20px;
    box-shadow: 0px 0px 9px 1px #7e7a7a;
}



.career-dsc-wrp {
    background-color: #000;
    padding: 40px 0;
}

.career-dsc-wrp h4 {
    text-transform: uppercase;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.career-dsc-wrp p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}



.careerbtn .rounded {
    border-radius: 2px;
    width: 100%;
    color: #000 !important;
    text-transform: uppercase;
    background-color: #fff !important;
    background-image: none;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 18px;
}




.getwrapper {
    background-color: #000;
    padding: 50px 0;
}

.careerlogo-wrp a {
    /* border-radius: 0; */
    background-color: #000 !important;
    background-image: none;
}

.btngrid .rounded {
    border-radius: 2px;
    width: 100%;
    margin-bottom: 0;
    margin-top: 18px;
    text-transform: uppercase;

}

.getwrapper {
    background-color: #000;
    padding: 50px 0;
}

.contct-formwrapper span#grp_fld_269428 {
    display: flex;
    text-align: left;
}

.contct-formwrapper span#grp_fld_269428 input#fld_269428 {
    text-align: center;
    display: block;
    /* margin: auto; */
    padding: 9px 40px;
    font-size: 16px;
    color: #000;
    background-color: #fff;
    border: 0;
    font-weight: 600;
    text-transform: uppercase;
}

a#regBtn {
    margin-left: 10px;
}

.topbtn ul li {
    display: inline-block;
}

.topbtn ul li a {
    padding: 8px 34px;
    font-size: 16px !important;
    border-radius: 0;
}

/* p{
    margin: 0;
  } */
.topbtn {
    position: fixed;
    top: 2%;
    right: 20%;
}

.contct-formwrapper .reg-form-wrap h3 {
    color: #fff;
}

.getwrapper h4 {
    color: #fff;
    font-size: 20px;
    padding-bottom: 13px;
}

.contct-formwrapper .nw-frm-bldr .reg-form-data {
    background-color: transparent;
    border: 0;
}

.contct-formwrapper .reg-form-data .form-control {
    border-radius: 0;
}

.contct-formwrapper .nw-frm-bldr .control-label {
    font-size: 16px;
    color: #fff;
}

.getwrapper p {
    color: #fff;
}

.getwrapper p a {
    color: #fff;
}

.getwrapper h5 {
    font-size: 22px;
    color: #fff;
}

.contct-formwrapper {
    background-color: var(--mainThemeColor);
}

body .header-content {
    position: relative;
}

.simple-section {
    padding: 50px 0px;
}

.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%);
}

.desknv {
    display: none !important;
}

.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;
}

.vistr-ap {
    padding: 40px 0;
    background-color: #000;
}

.vistr-ap h3 {
    color: var(--mainThemeColor);
}

.vistr-ap p {
    color: #fff;
}

.section.visitors-page .container.full-page-container {
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

.section.visitors-page .row.row-content {
    padding: 0;
}

.section.visitors-page .full-page-container .col-lg-12 {
    display: block;
}


/* Buttons------------------------------ */
.vfairsBtn {
    padding: 12px 35px;
    margin: 30px 5px;
    display: inline-block;
    font-size: var(--btnFontSize);
    font-weight: 600;
    border: 2px solid transparent;
}

.coloredShadow {
    box-shadow: 0px 15px 25px 0px rgba(var(--mainThemeColor-rgb), 0.3);
}

.grayShadow {
    box-shadow: 0px 15px 25px 0px rgba(67, 67, 67, 0.2);
}

.curved {
    border-radius: var(--curved);
}

body.curr-lang-en .rounded {
    border-radius: 50px !important;
    text-decoration: none !important;
}

.btnWhite {

    color: #000000 !important;
    border: 2px solid var(--mainThemeColor2);
    font-size: 18px !important;
    background: #FDCB4E !important;
    font-weight: bold !important;
    border-radius: 50px !important;
}

.btnBlack {
    background: var(--black);
    color: var(--white);
}

.btnColored {
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor) 100%);
    color: var(--white) !important;
    border: 0;
}

div#main-nav .btnColored {
    border-radius: 50px !important;
}

div#main-nav .btnColored:hover,
div#main-nav .btnColored:focus {
    color: #fff !important;
}

.btnColored:hover,
.btnColored:focus {
    background-image: -webkit-linear-gradient(left, var(--black) 0%, var(--black) 100%);
    background-image: linear-gradient(to right, var(--black) 0%, var(--black) 100%);
    color: var(--white) !important;
    text-decoration: none !important;
}

.homepage-body .btnWhite:hover,
.homepage-body .btnWhite:focus,
.homepage-body .btnBlack:hover,
.homepage-body .btnBlack:focus {
    background: var(--black) !important;
    color: var(--white) !important;
    text-decoration: none !important;
}

.homepage-body .header-content .rounded.btn-lg.btnWhite:hover {
    color: #fff !important;
}

/* 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);
}

/* Top black bar----------------------- */
.slim-bar {
    position: fixed;
    background-color: #353636;
    color: var(--white);
    z-index: 9999;

}

.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;
}

/* div#about p{
    color: #fff;
  } */


.career-wrapper {
    display: flex;
    width: 100%;
}

.career-logo {
    width: 50%;
    background-color: var(--mainThemeColor);
}

.careerlogo-wrp {
    width: 50%;
    background-color: #fff;
    padding: 30px;
}

.careerlogo-wrp img {
    width: 100%;
    max-width: 300px;
}

.career-logo h3 {
    color: #000;
    text-transform: uppercase;
    padding: 40px 50px;
    font-size: 38px !important;
    font-weight: 700 !important;
}

.section.career-zone .full-page-container .col-lg-12 {
    display: block;
    min-height: unset;
}

.section.career-zone .container.full-page-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.section.career-zone .row-content {
    padding: 0;
}




.slider_with_caption {
    position: relative;
}



.slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    color: var(--black);
    font-size: 30px;
}

.slider-arrow:hover {
    transform: scale(1.3);
    color: var(--black);
}

.slider-arrow:focus {
    color: var(--black);
}

.slider-arrow.left {
    left: 5%;
}

.slider-arrow.right {
    right: 5%;
}



.spnsr-wrp {
    background-color: #000;
    padding: 50px 0;
}

.spnsr-wrp h3 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding-bottom: 30px;
}


.section.sponsor-page .full-page-container .col-lg-12 {
    display: block;
}

.section.sponsor-page .container.full-page-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.section.sponsor-page .row-content {
    padding: 0;
}













.section.exhibitor-page .full-page-container .col-lg-12 {
    display: block;
}

.section.exhibitor-page .container.full-page-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.section.exhibitor-page .row-content {
    padding: 0;
}

.section.contact-page .row-content {
    padding: 0;
}

.section.contact-page .container.full-page-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.section.contact-page .full-page-container .col-lg-12 {
    display: block;
}

/* Main Heading------------------------- */
.main-title {
    text-align: left;
    position: relative;
    z-index: 0;
    color: var(--mainThemeColor);
}

.main-title span {
    display: block;
    color: var(--white);
    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;
}




/* Unordered list------------------------------- */
ul {
    list-style: none;
    padding: 0px;
}

ul li {
    margin-bottom: 15px;
}

ul.checklist li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 40px;
    ;
}

ul.checklist li i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 25px;
}

.agenx-wrapper p {
    color: #fff;
}

h3.main-title {
    text-align: left !important;
}

section#faq h3.main-title {
    text-transform: uppercase;
}

.agenx-wrapper {
    background-color: #6A97CF;
    padding: 20px;
    border-radius: 4px;
    min-height: 282px;
    margin-bottom: 30px;
}

.agenx-wrapper h4 {
    color: #fff;
    font-size: 20px;
}


/* Event Logo----------------------------------- */
.event-logo img {
    margin: 8px 0px;
    max-width: 180px;
    margin-bottom: 30px;
}

/* div#about {
    background-color: #000;
  } */

/* Main Navigation------------------------------ */
.container-parent.header-content {
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1672321610bg-2jpg-jpg1672321610.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 16px;
}

.container-parent.header-content::before {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    content: "";
    position: absolute;
    opacity: 0.9;
    background-image: linear-gradient(to right, #1C1C1F 0%, #232323 100%);
}

.homepage-body .container-parent.header-content {
    background: transparent;
}

.homepage-body .container-parent.header-content::before {
    content: unset;
}

#main-nav {
    padding: 0px;
    display: flex !important;
}

#main-nav .navbar-nav {
    flex-direction: row;
    justify-content: center;
    flex-grow: 1;
}

#main-nav a {
    color: var(--eventFontColor);
    font-size: var(--eventFontSize);
    padding: 8px 15px;
    font-weight: 700;
    font-family: var(--eventFont);
}

#main-nav a {
    color: var(--white);

}

#main-nav a:hover,
#main-nav a:focus {
    color: var(--mainThemeColor2);
    text-decoration: none;
}

.fullWidthNav .container {
    max-width: 100%;
    width: 100%;
}

.header-content .row {
    display: flex;
    align-items: center;
    flex-wrap: initial;

}

/* .header-content nav {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
  } */

#main-nav .navbar-nav li {
    margin-bottom: 0px;
}

.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(--black);
}

#main-nav .navbar-nav li.active a {
    color: var(--mainThemeColor2);
    text-decoration: none;
}

.navClose {
    display: none;
}

.navbar-toggle {
    margin-right: 0px;
    background: var(--mainThemeColor);
    border-radius: 6px;
}

#LoginBtn {
    border-radius: var(--rounded) !important;
    font-family: var(--eventFont);
}

#LoginBtn:hover,
#LoginBtn:focus {
    color: var(--white) !important;
}

.navbar-toggle {
    /*Set to 0 if Accessibility Feature not added*/
    /* margin-right: 42px;
    background: var(--mainThemeColor);
    border-radius: 6px; */
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: var(--white);
}



/* Hero Section */
.main_top_area {
    /* background: url("https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1672321610bg-2jpg-jpg1672321610.jpg")no-repeat center; */
    background-size: cover;
    padding-top: 148px;
    padding-bottom: 4%;
    position: relative;
    overflow: hidden;
}


.main_top_area::before {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    content: "";
    position: absolute;
    opacity: 0;
    background-image: linear-gradient(to right, #1C1C1F 0%, #23232387 100%);
}


/*.main_top_area::after {
  content: '';
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  width: 36%;
  background: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/17345574851719309592banner-fpc-png1734557485.png') no-repeat bottom;
  background-size: contain;
  z-index: 0;
  }*/

.popup .col-sm-12 {
    display: flex;
    flex-direction: column;
    align-items: start;
    flex-wrap: wrap;
    justify-content: center;


}

.popup {
    position: absolute;
    z-index: 1;
    left: 15%;
    top: 30%;
}

.popup h1 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    text-transform: unset;
    -webkit-text-stroke-color: var(--white);
    font-size: var(--h1BannerFontSize);
    font-weight: 800;
    line-height: 1.3em;
    text-align: left;
}

.popup h1 span {
    display: block;
    -webkit-text-fill-color: var(--white);
    -webkit-text-stroke-width: 0px;
   /* word-spacing: 12px !important;*/
}

#date-info {
    margin-top: 0px;
    margin-bottom: 10px;
    color: var(--white);
    font-weight: bold;
    font-family: var(--eventFont);
    margin-bottom: 30px;
}

/* .eventDate::after {
    content: "|";
    margin-left: 7px;
  } */

.two-btns {
    text-align: center;
    margin: 35px 0 20px;
    padding: 2px;
    border: solid 0px var(--yellow);
    display: inline-block;
    border-radius: 6px;

}


.two-btns a {
    background: var(--mainThemeColor2);
    color: var(--black) !important;
    display: inline-block;
    padding: 12px 34px;
    border-radius: 6px;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 700;
}

.popup .two-btns {
    margin: 10px 0;
    text-align: left;
}

.two-btns a:first-child {
    background: #FDCB4E;
    color: var(--black) !important;
    box-shadow: none;
}

.two-btns:hover a {
    background: var(--black);
    color: var(--white) !important;
    box-shadow: none;
}

.two-btns a:hover {
    background: var(--black) !important;
    color: var(--white) !important;
    box-shadow: 0px 15px 25px 0px rgba(var(--mainThemeColor-rgb), 0.3);
    text-decoration: none;
}

.two-btns i {
    margin-right: 5px;
}

/*Registration Form---------------------*/
input[type="file"] {
    width: 40%;
}

.reg-form-wrap h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 20px auto;
    max-width: 850px;
    color: var(--eventFontColor);
}

.page-heading {
    height: 1px;
}

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-family: var(--eventHeadingFont);
    color: var(--eventFontColor);
}

.reg-form-data .form-control {
    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%;
}

.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: 10px 0px;
}

/* 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: 6px 12px;
}

.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: -50px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    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: var(--mainThemeColor);
    display: inline-block;
    font-weight: 700;
    text-align: center;
    font-size: 50px;
}

#clockdiv .smalltext {
    color: var(--eventFontColor);
    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: "";

}

#clockdiv .eventlive {
    max-width: 500px;
    font-size: 24px;
}

/* About section -------------------------------------- */
.main-intro {
    max-width: 75%;
    text-align: center;
    margin: auto;
}

.main-intro strong {
    margin-bottom: 25px;
    font-size: 20px;
    display: block;
}


/* Why Attend section------------------------------------ */
#whyAttend {
    padding-top: 80px;
}

#whyAttend .main-title {
    margin-bottom: 60px;
}

#whyAttend .headingOverlayText {
    color: var(--overlayHeadingTextColor2)
}

#whyAttend li i {
    color: var(--yellow);
}

.whiteText .main-title span {
    color: var(--yellow);
}



/* Agenda-------------------------------------------- */
#agenda {
    background-color: #f1f1f1;
}

#agenda section .container>h3 {
    display: none;
}

#agenda section h3 {
    font-size: var(--h4FontSize);
    font-weight: 600;
}

#agenda section {
    background: none !important;
}

#agenda .nav-tabs>li>a {
    color: var(--mainThemeColor) !important;
    background-color: var(--white) !important;

}

#agenda .nav>li>a:hover,
.nav>li>a:focus {

    color: var(--mainThemeColor) !important;
}

#agenda .agenda-style-6 .time-box,
#agenda .nav-tabs>li.active>a,
#agenda .nav-tabs>li.active>a:hover,
#agenda .nav-tabs>li.active>a:focus {
    background: var(--mainThemeColor) !important;
    color: var(--white) !important;

}

.nav-tabs>li.active>a:before,
.nav-tabs>li.active>a:focus:before,
.nav-tabs>li.active>a:hover:before {
    border-top-color: var(--mainThemeColor) !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 {
  padding-top: 130px;
}

.logos-list {
    text-align: center;
}

.logos-list img {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 90%;
    margin: 5px;
    margin-bottom: 30px;
    padding: 5px;
    border: solid 1px #eee;
    transition: all 0.2s ease;
}

.logos-list img:hover {
    box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
}


/* FAQs Section------------------------------------------- */
.faq.padding {
    padding: 0
}

.faq .panel {
    background: var(--mainThemeColor2);
    padding: 24px 25px 24px;
    margin: 0 0 27px;
    border: none;
    border-radius: 15px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);

}


.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-left: 45px;
}

.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;
    line-height: 24px !important;
    color: #000 !important
}

.faq .panel-collapse .panel-body a {
    color: #000;
}

.faq .panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: '\f068';
    padding-right: 5px;
    font-size: 19px;
    color: var(--mainThemeColor);
}

.faq .panel-title>a.collapsed:before {
    float: right !important;
    content: '\f067';
}

.faq .panel-title>a:hover,
.faq .panel-title>a:active,
.faq .panel-title>a:focus {
    text-decoration: none;
}

.num_icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    line-height: 30px;
    text-align: center;
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor) 100%) !important;
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor) 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 45px 0px 45px;
}

/* 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: var(--footerBg);
    padding: 20px 0px;
    position: relative;
    border-top-color: var(--mainThemeColor);
}

.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;
}

.socialIcons {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

.socialIcons li {
    display: inline-block;
    padding-right: 10px;
}

.socialIcons li:last-child {
    padding-right: 0px;
}

.socialIcons li a {
    font-size: 20px;
    color: var(--white);
    text-decoration: none;
}

.socialIcons li a img {
    max-width: 26px;
    margin-top: -10px;
}

.socialIcons li a:hover i {
    color: var(--mainThemeColor);
}

/*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;
}

/* Privacy Policy------------- */
.content-page ul {
    list-style-type: disc;
    margin-left: 20px;
}

.content-page ul li {
    margin-bottom: 0;
}

.content-page p,
.content-page li {
    text-align: justify;
}

@media (max-width: 1300px) {
    .topbtn {
        right: 30%;
    }
}

@media (max-width: 992px) {

    .popup h1 {
        font-size: 34px;
    }

    .homepage-body .header-content {
        position: relative;
        top: 0;
    }

    .header-content .container .row {
        margin-top: 0;
        border-radius: 0;
    }

    .topbtn {
        display: none;
    }

    .desknv {
        display: block !important;
    }

    :root {
        --h1BannerFontSize: 80px;
    }
}

@media (min-width: 768px) {
    .main_top_area::after {
        top: -15%;
    }
}

@media (max-width: 768px) {
    .main_top_area::after {
        content: unset;
    }

}

@media (min-width: 1024px) {
    .main_top_area::after {
        top: 4%;
    }
}

@media (max-width: 767px) {
    .slider_content {
        position: relative;
    }

    .agenx-wrapper {
        min-height: unset;
        margin-bottom: 10px;
    }

    .navbarcus {
        display: flex;
        justify-content: flex-end !important;

        flex-direction: row-reverse !important;

    }

    .logo img {

        margin-left: 16px !important;
    }

    :root {
        --h1BannerFontSize: 70px;
    }

    .header-content .rounded.btn-lg.btnWhite {
        color: #000 !important;
        border-radius: 6px !important;
        margin-bottom: 5px;
        text-align: center !important;
    }

    .header-content .container .row div.text-right {
        display: none;
    }

    video.about-video {
        width: 100%;
    }

    .careerlogo-wrp {
        flex-direction: column;
    }

    a#regBtn {
        margin-top: 10px;
        margin-left: 0;
    }

    .careerlogo-wrp img {
        display: block;
        margin: auto;
    }

    .careerlogo-wrp {
        width: 100%;
        padding: 20px 0;
    }

    .career-wrapper {
        flex-direction: column;
    }

    .career-logo {
        width: 100%;
    }

    .career-logo h3 {
        text-align: center;
        padding: 20px 0;
    }

    #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;
        font-family: 'Poppins';
        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;
    }

    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) {
    .popup {
        position: absolute;
        z-index: 1;
        left: 0%;
        top: 35%;
    }

    .popup .row {
        margin: 0;
    }

    :root {
        --h1BannerFontSize: 40px;
    }

    .main-intro {
        max-width: 100%;
    }

    .headingOverlayText {
        display: none !important;
    }

    .main-title span {
        font-size: 18px;
    }

    h3.main-title {
        font-size: 30px;
    }

    .two-btns {
        margin: 0px 0 50px;
    }

    .simple-section {
        padding: 20px 0px;
    }

    #whyAttend {
        padding-top: 20px;
    }
}

@media (max-width: 480px) {
    .slider_content {
        position: relative !important;
        padding: 10px;
        background-color: #353636 !important;
    }

    .popup .col-sm-12 {
        min-height: unset;
    }

    .slim-bar {
        height: 25px;
    }

    .career-logo h3 {
        font-size: 28px !important;
    }

    :root {
        --h1FontSize: 35px;
        --h4FontSize: 18px;
    }

    /* #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;
    }

    #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: inline-block;
    }

    .two-btns a:first-child {
        border: 2px solid var(--white);
        margin-bottom: 10px;
    }

}

.block-overlay.Restream_Webinar {
    display: none !important;
}

#LoginModal .modal-dialog {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

#LoginModal .modal-dialog .modal-content {
    max-width: 350px;
    width: 100%;
    background: #f3f4f6;
    padding: 20px 20px 10px;
}

#LoginModal .modal-dialog .modal-header {
    padding: 9px 15px 20px;
    background: transparent !important;
    border: 0;
}

#LoginModal .modal-dialog .modal-header .modal-title {
    color: #f36531;
    font-weight: 600;
    font-size: 22px;
}

#LoginModal .modal-dialog .modal-header .close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000000;
    opacity: 0.6;
    font-size: 32px;
    font-weight: 100;
}

#LoginModal .modal-dialog .modal-body {
    padding-top: 0;
    padding-bottom: 0;
}

#LoginModal .modal-dialog .modal-body .form-group {
    margin-bottom: 0;
    position: relative;
}

#LoginModal .modal-dialog .modal-body .control-label {
    color: #344054;
    font-size: 14px;
    padding-bottom: 5px;
    font-family: 'Avenir';
    font-weight: 500;
    margin-bottom: 0;
}

#LoginModal .modal-dialog .modal-body .form-control {
    color: #6c757d;
    border-radius: 6px;
    height: 45px;
    padding: 15px 15px 13px;
    font-size: 13px;
    box-shadow: none;
}

#LoginModal .modal-dialog .modal-body input#LoginEmail {
    padding-left: 35px !important;
}

#LoginModal .modal-dialog .modal-body .form-group.group-email::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 44px;
    width: 20px;
    height: 20px;
    z-index: 1;
    background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685016767user-icon-png1685016767.png') !important;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: contain;
}

#LoginModal .modal-dialog .modal-body input#Password {
    padding-left: 35px !important;
}

#LoginModal .modal-dialog .modal-body .form-group.grp-password-field::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 44px;
    width: 20px;
    height: 20px;
    z-index: 1;
    background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685016767lock2-icon-png1685016767.png') !important;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: contain;
}

#LoginModal .modal-dialog .modal-body .ResponseBox {
    color: red;
    font-weight: 100;
    font-family: 'Avenir';
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
}

#LoginModal .modal-dialog #login-footer {
    border: 0;
    padding: 20px 15px 0;
}

#LoginModal .modal-dialog #login-footer .row {
    display: flex;
    flex-direction: column;
    margin: 0.25rem;
}

#LoginModal .modal-dialog #login-footer .col-sm-4 {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
    order: inherit;
}

#LoginModal .modal-dialog #login-footer .col-sm-4 .btn.btn-default {
    display: none;
}

#LoginModal .modal-dialog #login-footer .col-sm-4 .btn-darkgrey {
    width: 100%;
    margin: 0 !important;
    padding: 12px 12px 12px;
    border-radius: 5px !important;
    text-transform: uppercase;
    box-shadow: none;
    outline: none;
}

#LoginModal .modal-dialog #login-footer .col-sm-8 {
    width: 100%;
    max-width: 100%;
    flex-flow: wrap;
    flex-direction: column-reverse;
}

#LoginModal .modal-dialog #login-footer .col-sm-8 button.btn-darkgrey {
    background: transparent !important;
    color: #686a6e !important;
    font-weight: 500 !important;
    font-family: 'Avenir';
    padding: 0;
    font-family: 'Avenir';
    font-weight: 600;
    box-shadow: none;
    outline: none;
}

#LoginModal .modal-dialog #login-footer .col-sm-8 button.btn-darkgrey:hover {
    text-decoration: underline;
}

#LoginModal .modal-dialog #login-footer .col-sm-8 a.btn-darkgrey {
    background: transparent !important;
    color: #80bded !important;
    font-weight: 500 !important;
    font-family: 'Avenir';
    font-size: 14px;
    padding: 20px 5px 5px 5px;
    box-shadow: none;
    outline: none;
}

#LoginModal .modal-dialog #login-footer .col-sm-8 a.btn-darkgrey:hover {
    text-decoration: underline;
}

#forgot-pwd-modal .modal-dialog {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

#forgot-pwd-modal .modal-dialog .modal-content {
    max-width: 350px;
    width: 100%;
    background: #f3f4f6;
    padding: 20px 20px 10px;
}

#forgot-pwd-modal .modal-dialog .modal-header {
    padding: 9px 15px 20px;
    background: transparent !important;
    border: 0;
}

#forgot-pwd-modal .modal-dialog .modal-header .modal-title {
    color: #f36531;
    font-weight: 600;
    font-size: 22px;
}

#forgot-pwd-modal .modal-dialog .modal-header .close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000000;
    opacity: 0.6;
    font-size: 32px;
    font-weight: 100;
}

#forgot-pwd-modal .modal-dialog .modal-body {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
}

#forgot-pwd-modal .modal-dialog .modal-body .form-group {
    margin-bottom: 0;
    position: relative;
}

#forgot-pwd-modal .modal-dialog .modal-body .control-label {
    color: #344054;
    font-size: 14px;
    padding-bottom: 5px;
    font-family: 'Avenir';
    font-weight: 500;
    margin-bottom: 0;
}

#forgot-pwd-modal .modal-dialog .modal-body .form-control {
    color: #6c757d;
    border-radius: 6px;
    height: 45px;
    padding: 15px 15px 13px;
    font-size: 13px;
    box-shadow: none;
}

#forgot-pwd-modal .modal-dialog .modal-body input#resetemail {
    padding-left: 35px !important;
}

#forgot-pwd-modal .modal-dialog .modal-body .form-group:first-child::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 44px;
    width: 20px;
    height: 20px;
    z-index: 1;
    background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685016767user-icon-png1685016767.png') !important;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: contain;
}

#forgot-pwd-modal .modal-dialog .modal-body .FormResponseSuccess {
    color: red;
    font-weight: 100;
    font-family: 'Avenir';
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
}

#forgot-pwd-modal .modal-dialog .modal-body .FormResponseError {
    color: red;
    font-weight: 100;
    font-family: 'Avenir';
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
}

#forgot-pwd-modal .modal-dialog .modal-body .has-error .help-block {
    color: red;
    font-weight: 100;
    font-family: 'Avenir';
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
}

#forgot-pwd-modal .modal-dialog .modal-footer {
    border: 0;
    padding: 20px 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
}

#forgot-pwd-modal .modal-dialog .modal-footer .btn.btn-default {
    text-transform: capitalize;
    box-shadow: none !important;
    background: transparent !important;
    color: #686a6e;
    font-family: 'Avenir';
    font-weight: 500 !important;
    outline: none;
    padding: 0;
    border: 0;
    display: none;
}

#forgot-pwd-modal .modal-dialog .modal-footer .btn.btn-default:hover {
    text-decoration: underline;
}

#forgot-pwd-modal .modal-dialog .modal-footer .btn-darkgrey {
    background: #f36531 !important;
    color: #fff;
    font-family: 'Avenir';
    font-size: 14px;
    width: 100%;
    margin: 0 0 25px !important;
    padding: 12px 12px 12px;
    border-radius: 5px !important;
    text-transform: uppercase;
    box-shadow: none;
    outline: none;
    font-weight: 600;
}

footer.footer-section.whiteText .socialIcons li a i>img,
footer.footer-section.whiteText .socialIcons i {
    font-size: 32px;
}

.fa-twitter:before {
    content: "

}