/* Event Font -------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


@font-face {
    font-family: 'sephirregular';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/13356/content/files/1715166614sephir-regular-webfont-eot1715166614.eot');
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/13356/content/files/1715166614sephir-regular-webfont-eot1715166614.eot?#iefix') format('embedded-opentype'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/13356/content/files/1715166614sephir-regular-webfont-woff21715166614.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/13356/content/files/1715166614sephir-regular-webfont-woff1715166614.woff') format('woff'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/13356/content/files/1715166614sephir-regular-webfont-ttf1715166614.ttf') format('truetype'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/13356/content/files/1715166614sephir-regular-webfont-svg1715166614.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Setting of Landing page colors and Font */
:root {
    --mainThemeColor: #76809b;
    --mainThemeColor-rgb: 243, 101, 49;
    --mainThemeColor2: #322f44;
    --eventFontColor: #333;
    --overlayHeadingTextColor: #f7f7f7;
    --overlayHeadingTextColor2: rgb(255 255 255 / 10%);
    --eventFontSize: 16px;
    --smalltext: 14px;
    --sephir: 'sephirregular';
    --eventFont: "Montserrat", sans-serif;
    --eventHeadingFont: "Montserrat", sans-serif;
    --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: #ebeef4;
    --footerBg: #212121;
    --curved: 6px;
    --rounded: 0px;
    --btnFontSize: 18px;




}

/* General-------------------------- */

body {
    font-family: var(--eventFont);
    font-size: var(--eventFontSize);
    color: var(--eventFontColor);
    line-height: 26px;
    overflow: hidden;
}
.agenda-collapsible .row .time-box {
    background-color: var(--mainThemeColor) !important;
}
.agenda-collapsible .nav-tabs li.active::after {
    border-color:  var(--mainThemeColor) transparent transparent transparent !important;
}
.reg-form-data .form-control {
    height: 42px !important;
    border-radius: 7px !important;
}
.custom-col-1 .control-label {
    margin-top: 0px !important;
}
a.back__btn {
    padding: 12px 35px;
    font-family: "Montserrat", Sans-serif;
    margin: 30px 5px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500 !important;
    border: 2px solid transparent;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background-color: #b513f9 !important;
    border-radius: 6px !important;
    color: #fff !important;
    outline: none !important;
}
.video-wrap .row {
    display: flex;
    align-items: center;
}
.res-1 img {
    position: relative;
    width: 100%;
}
#myCarousel a[data-slide="prev"],#myCarousel a[data-slide="next"] {
    display: block !important;
}
.res-tb {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.res-tb h3 {
    font-size: 18px;
    max-width: 70%;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.res-tb p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 18px;
    text-align: center;
    max-width: 70%;
}

.avionicawrp .container-parent.header-content {
  display: none;
}

.contactform-wrapper .container1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
 
}


.section.contact-page .row-content {
  padding: 0;
}

.column {
  flex: 1;
 width: 50%;
  
}
#agenda .col-lg-4.col-sm-6.col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
}


/* 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: 4%;
  padding-bottom: 6%;
  position: relative;
}
#agenda .fade:not(.show) {
    opacity: 1;
}
.main_top_area::before {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  content: "";
  background-image: -webkit-linear-gradient(left, #000000fc 0%, #0000009e 100%);
  background-image: linear-gradient(to right, #000000fc 0%, #0000009e 100%);
  position: absolute;
  opacity: 0.9;
}

.popup .col-sm-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}










.column img {
  width: 100%;
  height: auto;
  
}
.form-column {

  padding: 30px;
}
.form-column form {
  display: flex;
  flex-direction: column;
}
.form-column label {
  margin-bottom: 10px;
  font-weight: bold;
}
.form-column input,
.form-column textarea {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
.form-column button {
  padding: 10px 20px;
  background-color: var(--mainThemeColor);
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
.form-column button:hover {
  background-color: var(--mainThemeColor);
}





div#survey .row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.titledetailswp h3 span {
    color: var(--mainThemeColor);
}

.car-slider img {
    border-radius: 6px;
}

/* .resouce-wrapper a {
  background-color: var(--mainThemeColor);
} */

.digitalvision a {
  background-color: var(--mainThemeColor);
    border-radius: 4px;
}

.carousel-caption h3 {
    font-size: 26px;
    padding-bottom: 40px;
}


.resouce-wrappewer ul.nav.nav-pills {
    border-bottom: 2px solid #9ea3b6;
    margin-bottom: 40px;
}

.resouce-wrappewer .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    background-color: transparent;
    color: #008ecf !important;
}

.resouce-wrappewer .nav-pills>li>a{
    background-color: transparent;
    color: #9ea3b6 !important;
    font-size: 18px;
    font-weight: 500;
}


.resouce-wrappewer .nav-pills>li>a:focus , .resouce-wrappewer .nav-pills>li>a:hover{
    color: #9ea3b6 !important;
}

.carousel-caption{
    top: 20px;
    right: 10px;
    left: 10px;
}
.resouce-wrappewer .titledetailswp {
    padding-bottom: 30px;
}

.sp-topalgn p {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #4f575c;
}


.collapse.in {
display: block !important;
}

.logo-sponsr img {
    max-width: 200px;
    margin: auto;
    display: block;
}

.sp-topalgn {
    padding-bottom: 50px;
}
section#faq h3.main-title {
  display: none;
}



/*

body .nav>li>a:hover,
body .nav>li>a:focus {
    background-color: #024089 !important;
    color: #fff !important;
}
*/

.mobile-video {
  display: none;
}

@media (max-width: 992px) {
    .hidden-xs {
        display: none !important;
    }
  
  .mobile-video {
  display: block;
}
  
  .desktop-video {
  display: none;
}

    .news-letter .news-letter-box .col-md-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

}

@media (max-width: 1180px) {
    #main-nav a {

        font-size: 10px !important;
        padding: 10px 8px !important;
    }

    div#nest {

        margin-bottom: -13% !important;
    }

    .event-title {

        font-size: 80px !important;
        line-height: 70px !important;

    }

    .event-logo img {

        max-width: 160px;
    }

    #survey .flex-items h1 {
        font-size: 40px !important;

    }

}

@media (max-width: 1230px) {
    .img-cont.p-absolute img {
        width: 100% !important;
        max-width: 480px !important;
    }
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: block !important;
    }


}

@media (max-width: 768px) {


    body .img-cont.p-absolute img {
        width: 100% !important;
        max-width: 718px !important;
    }
}

@media (max-width: 992px) {
    .visible-xs {
        display: block !important;
    }

    .col-md-6 .svg-buttons-wrap {
        margin: 0px -25px 0px 40px !important;
    }

    .img-cont img {
        width: 100% !important;
    }

    .img-cont.p-absolute img {

        display: block !important;
        margin: auto !important;
    }

    .img-cont.p-absolute {

        margin: auto;
    }

    .navbar-nav>li {
        float: unset !important;
    }

    body #main-nav a {

        font-size: 16px !important;

    }
}

.agenda-row .time {
    border-bottom: none !important;
}

.agenda-page .agenda-style-7 {
    display: none !important;
}

.agenda-page .agenda-style-7.new {
    display: block !important;
}

div#\32 9750 .agenda-row:nth-child(1) .time,
div#\32 9751 .agenda-row:nth-child(4) .time,
div#\32 9752 .agenda-row:nth-child(13) .time {

    color: #fff;
}

div#\32 9750 .agenda-row:nth-child(2) .time,
div#\32 9751 .agenda-row:nth-child(5) .time,
div#\32 9752 .agenda-row:nth-child(14) .time {

    color: #fff;
}

div#\32 9750 .agenda-row:nth-child(3) .time,
div#\32 9751 .agenda-row:nth-child(6) .time,
div#\32 9751 .agenda-row:nth-child(19) .time {

    color: #fff;
}

div#\32 9750 .agenda-row:nth-child(4) .time {

    color: #fff;
}

div#\32 9750 .agenda-row:nth-child(5) .time,
div#\32 9751 .agenda-row:nth-child(1) .time,
div#\32 9751 .agenda-row:nth-child(2) .time,
div#\32 9751 .agenda-row:nth-child(7) .time,
div#\32 9751 .agenda-row:nth-child(8) .time,
div#\32 9751 .agenda-row:nth-child(9) .time,
div#\32 9751 .agenda-row:nth-child(10) .time,
div#\32 9751 .agenda-row:nth-child(20) .time,
div#\32 9751 .agenda-row:nth-child(21) .time,
div#\32 9751 .agenda-row:nth-child(22) .time,
div#\32 9752 .agenda-row:nth-child(1) .time,

div#\32 9752 .agenda-row:nth-child(2) .time,
div#\32 9752 .agenda-row:nth-child(4) .time,
div#\32 9752 .agenda-row:nth-child(15) .time,
div#\32 9752 .agenda-row:nth-child(16) .time,
div#\32 9752 .agenda-row:nth-child(17) .time,
div#\32 9752 .agenda-row:nth-child(18) .time,
div#\32 9752 .agenda-row:nth-child(19) .time {

    color: #fff;
}

div#\32 9750 .agenda-row:nth-child(6) .time {

    color: #fff;
}

div#\32 9750 .agenda-row:nth-child(7) .time {

    color: #fff;
}

div#\32 9750 .agenda-row:nth-child(8) .time {

    color: #fff;
}

div#\32 9750 .agenda-row:nth-child(9) .time {

    color: #fff;
}

div#\32 9750 .agenda-row:nth-child(10) .time {

    color: #fff;
}

div#\32 9750 .agenda-row:nth-child(11) .time {

    color: #fff;
}

div#\32 9750 .agenda-row:nth-child(12) .time {

    color: #fff;
}

div#\32 9750 .agenda-row:nth-child(13) .time,
div#\32 9751 .agenda-row:nth-child(11) .time,
div#\32 9752 .agenda-row:nth-child(5) .time {

    color: #fff;
}

div#\32 9750 .agenda-row:nth-child(14) .time,
div#\32 9751 .agenda-row:nth-child(12) .time,
div#\32 9752 .agenda-row:nth-child(6) .time {

    color: #fff;
}

div#\32 9750 .agenda-row:nth-child(15) .time,
div#\32 9751 .agenda-row:nth-child(13) .time,
div#\32 9752 .agenda-row:nth-child(7) .time {

    color: #fff;
}

div#\32 9750 .agenda-row:nth-child(16) .time,
div#\32 9751 .agenda-row:nth-child(14) .time,
div#\32 9752 .agenda-row:nth-child(8) .time {

    color: #fff;
}

div#\32 9750 .agenda-row:nth-child(17) .time,
div#\32 9751 .agenda-row:nth-child(15) .time,
div#\32 9752 .agenda-row:nth-child(9) .time {

    color: #fff;
}

div#\32 9750 .agenda-row:nth-child(18) .time,
div#\32 9751 .agenda-row:nth-child(16) .time,
div#\32 9752 .agenda-row:nth-child(10) .time {

    color: #fff;
}

div#\32 9750 .agenda-row:nth-child(19) .time,
div#\32 9751 .agenda-row:nth-child(17) .time,
div#\32 9752 .agenda-row:nth-child(11) .time {

    color: #fff;
}

div#\32 9750 .agenda-row:nth-child(20) .time,
div#\32 9751 .agenda-row:nth-child(3) .time,
div#\32 9751 .agenda-row:nth-child(18) .time,
div#\32 9752 .agenda-row:nth-child(3) .time,
div#\32 9752 .agenda-row:nth-child(12) .time {

    color: #fff;
}

.agenda-page .agenda-row .agenda-body {
    border-bottom: unset !important;
}

.agenda-page .agenda-row .col-xs-12.col-md-9 {
    border-bottom: dashed 1px #dadada;
}

.speaker_img-src img {

    object-fit: cover !important;
}

.agenda-row .time {
    /* background: #b513f9 !important;
  border-bottom: 1px solid #ffffff26!important;
   */
}

.hidden {
    display: none !important;
}

body #main-nav a:hover,
body #main-nav a:focus {
    color: var(--mainThemeColor) !important;
    text-decoration: none;
    outline: none !important;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;

    color: #fff !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {

    background-color: #b513f9 !important;
    color: #fff !important;

}

.agenda-row .agenda-body h3 {

    font-size: 18px !important;
}

.agenda-style-7 h3.main-title {
    /* text-align: center; */
    /* font-size: 36px; */
    color: var(--mainThemeColor) !important;
    font-family: var(--sephir);
    font-size: 110px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 128px;
}

.section.agenda-page {

    background: url(https://vepimg.b8cdn.com/uploads/vjfnew/13356/uploads/vjf/content/misc/17144915395570869-1.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
}

.modal-header {
    background: linear-gradient(180deg, rgba(171, 121, 45, 1) 35%, rgba(46, 34, 16, 1) 100%) !important;

}

.speaker_container {

    background: linear-gradient(180deg, rgba(171, 121, 45, 1) 35%, rgba(46, 34, 16, 1) 100%) !important;

}

.weap {
    padding: 30px 0;
}

.weap h1 {
    font-family: 'sephirregular' !important;
    text-align: center;
    font-size: 60px;
    margin-bottom: 40px;
    color: #b513f9;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.weap ul li {
    padding: 5px 0;
    font-size: 17px;
    list-style: disc;
}

p.form-desc {
    text-align: center;
}

.weap p {
    font-size: 17px;
}

#vendor {
    margin: 15px 0;
}

#vendor label {
    font-weight: normal;
    font-size: 17px;
}

form#vendor input {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #b513f9;
    border-radius: 6px;
    border: none;
    transition: 0.3s;
}

form#vendor input:hover {
    opacity: 0.8;
}

.navbar {
    min-height: 0px;
}

.row.m-1 .col-12[aria-label="First Name"],
.row.m-1 .col-12[aria-label="Last Name"],
.row.m-1 .col-12[aria-label="Email"],
.row.m-1 .col-12[aria-label="Phone"] {
    flex: 0 0 100%;
    max-width: 50%;
}

#form_29429 label.control-label {
    font-weight: 500;
    font-size: 15px;
}

.booth-form-title {
    font-family: 'sephirregular' !important;
    font-size: 48px;
    text-align: center;
    color: var(--mainThemeColor);
    font-weight: 400 !important;
    text-transform: uppercase;
    font-style: normal;
    margin-top: 60px;
    text-decoration: none;
}

.row.row-st .col-5:nth-of-type(1) .info-box1 h4 {
    background: #024089;
}

.row.row-st .col-5:nth-of-type(2) .info-box1 h4 {
    background: #024089;
}

.row.row-st .col-5:nth-of-type(3) .info-box1 h4 {
    background: #024089;
}

.row.row-st .col-5:nth-of-type(4) .info-box1 h4 {
    background: #024089;
}

.row.row-st .col-5:nth-of-type(5) .info-box1 h4 {
    background: #024089;
}

.row.row-st {
    padding: 30px 15px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1350px;
    margin: 0 auto;
}

.row.row-st .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 20.00%;
    max-width: 20.00%;
}

.row.row-st .info-box1 h4 {
    font-size: 17px;
    text-align: center;
    color: #fff;
    padding: 20px 10px;
    border-radius: 6px 6px 0 0;
    clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
}

.row.row-st .info-box1 {
    border-radius: 6px;
    border: 1px solid #ddd;
    min-height: 515px;
    box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.1);
}

.row.row-st .info-box1 h4 span {
    display: block;
    padding-top: 10px;
    font-weight: 700;
}

.row.row-st .info-box1 div {
    padding: 15px;
}

.row.row-st .info-box1 div br {
    display: block;
}

.row.row-st .info-box1 div p {
    line-height: 1.7;
}

.contact-us .container-fluid,
.contact-us .row.row-content .col-lg-12,
.contact-us .row.m-1 .col-12 {
    padding: 0;
}

.section.speaker-registration-form {
    padding-top: 120px;
}

form#form_29429 .form-control {
    min-height: 48.5px;
}

form#form_29429 textarea#fld_274243 {
    min-height: 117px;
    padding: 13px 20px;
}

span#grp_fld_274239 {
    display: flex;
}

input#fld_274239 {
    padding: 19px 56px !important;
    outline: 0px;
    border: 1px solid #b513f9;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 15px;
    letter-spacing: 0.1em;
    width: 178px;
    height: 55px;
}

ul.list-default {
    list-style-type: disc;
    margin: 16px;
}

ul.list-default li {
    margin-bottom: 0;
}



.homepage-body .header-content {
    /*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;*/
    width: 100%;
    z-index: 999 !important;
  background: #dce2ec;
}

body>.header-content>.container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}

body>.header-content {
    position: relative;
    z-index: 1;
}

.simple-section {
    padding: 65px 0px;
}

/*.section.about-us,
.section.news-page {
    margin-top: -100px;
}*/

.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(--mainThemeColor);
    text-decoration: none;
}

h4.form-heading {
    font-size: 0px;
}

body>p:first-of-type {
    margin: 0px;
}


.event-title {
    font-family: 'sephirregular';
    font-size: 110px;
    text-align: left;
    color: var(--mainThemeColor);
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 128px;
}

.event-title span {
    display: inline-block;
    margin-left: 158px;
    color: var(--mainThemeColor2);
}

.la {
    background-color: #E2E2E2;
    color: var(--mainThemeColor);
    display: inline-block;
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: 0.3em;
    -webkit-text-stroke-color: #000;
    stroke: #000;
}


/* Buttons------------------------------ */
.vfairsBtn {
    padding: 12px 35px;
    font-family: "Montserrat", Sans-serif;
    margin: 30px 5px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500 !important;
    border: 2px solid transparent;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background-color: var(--mainThemeColor2) !important;
    border-radius: 6px !important;
}

.vfairsBtn:hover {
    background-color: #008ecf !important;
}

.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);
}

.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-color: var(--mainThemeColor2);
    /*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-color: var(--mainThemeColor2) !important;
    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;
}

/* 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: initial;
    background-color: var(--black);
    color: var(--white);

}

.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;
}

.row.m-1 .col-12[aria-label="First Name"],
.row.m-1 .col-12[aria-label="Email"] {
    padding-right: 1%;
}

.row.m-1 .col-12[aria-label="Last Name"],
.row.m-1 .col-12[aria-label="Phone"] {
    padding-left: 1%;
}

.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;
}


/* Main Heading------------------------- */


h3.main-title {
    font-family: "sephirregular";
    font-size: 110px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
}


.main-title {
    text-align: center;
    position: relative;
    z-index: 0;
    color: #008ecf;
}

.main-title span {
    color: #b513f9 !important;
    font-family: 'sephirregular';
    font-size: 110px;
    text-align: left;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 128px;
    width: 106%;
}


.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;
}

/* Event Logo----------------------------------- */

.event-logo {
    text-align: center;
    padding: 0;
}

.event-logo img {
    margin: 8px 0px;
    max-width: 160px;
}

/* Main Navigation------------------------------ */
#main-nav {
    padding: 0px;
    display: flex !important;
}

#main-nav .navbar-nav {
    flex-direction: row;
    justify-content: end;
    flex-grow: 1;
}

.container-parent.header-content {
  margin-top: -10px;
}

.container-parent.header-content .header-content {
  top: 10px;
}


.container-parent.header-content #main-nav .navbar-nav li.active a{
  color: #fff;
}
.container-parent.header-content #main-nav .navbar-nav li a{
  color: var(--mainThemeColor);
}


#main-nav a {
    color: var(--mainThemeColor);
    font-size: 16px;
    padding: 15px 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.1em;
}

#main-nav a:hover,
#main-nav a:focus {
    color: var(--mainThemeColor) !important;
    text-decoration: none;
}

.fullWidthNav .container {
    max-width: 100%;
    width: 100%;
}

.header-content .row {
    display: flex;
    align-items: center;
    width: 100%;

}

.header-content nav {
    margin-bottom: 0px;

    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(--white);
}

#main-nav .navbar-nav li.active a {
    color: var(--mainThemeColor);
    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: 22px;
    background: var(--mainThemeColor);
    border-radius: 6px;
    margin-top: -50px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: var(--white);
}

.section.faq-page .main_top_area .popup .col-sm-12{
  align-items: unset !important;
}



.section.faq-page .main_top_area h4 {
    color: #fff;
    font-size: 30px;
}



#date-info {
    margin-top: 0px;
    margin-bottom: 30px;
    color: var(--white);
    font-weight: 600;
    font-family: var(--eventFont);
}

.eventDate::after {
    content: "|";
    margin-left: 7px;
}

.two-btns {
    text-align: center;
    margin: 35px 0 20px;
    padding: 2px;
    border: solid 2px var(--white);
    display: inline-block;
    border-radius: 40px;

}

.popup .col-sm-12 p.main-description {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}


.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;
}

.formbuilder-form-wrap h3 {
    font-family: 'sephirregular';
    font-size: 48px;
    text-align: center;
    color: var(--mainThemeColor);
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    margin-top: 40px;
}

.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 15px 25px 0px rgba(var(--mainThemeColor-rgb), 0.3);
    text-decoration: none;
}

.two-btns i {
    margin-right: 5px;
}

/*Registration Form---------------------*/

.contact-form-wrap .container-fluid {
    padding: 0 !important;
}

input[type="file"] {
    width: 40%;
}

.section.registration-form {}

.section.registration-form {
    background: url('https://vepimg.b8cdn.com/uploads/vjfnew/13356/uploads/vjf/content/misc/17144915395570869-1.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 100px;
    margin-top: -100px;
}

.press-registration .box-info {
    padding: 35px;
}

.press-registration .box-info .img-box-desc {
    font-size: 18px;
}

.press-registration .box-info .img-box-desc a {
    color: #000;
    text-decoration: none;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 15px;
}

.press-registration .box-info .img-box-desc a:hover {
    color: #b513f9;
}

body .reg-form-wrap h3 {
    display: none;
    font-family: 'sephirregular' !important;
    font-size: 48px;
    text-align: center;
    color: var(--mainThemeColor);
    font-weight: 400 !important;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;


}

.page-heading {
    height: 1px;
    display: none;
}

form input[type=submit] {
    background: var(--mainThemeColor) !important;
    border-color: var(--mainThemeColor) !important;
    border-radius: var(--rounded) !important !important;
    color: #FFF !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;

}

.container.full-page-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.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);
}

.resouce-wrapper.form-and-countdown .nw-frm-bldr.reg-form-wrap .ticket__content{
    width: 100% !important;
}

.resouce-wrapper.form-and-countdown .nw-frm-bldr.reg-form-wrap .ticket__price{
    width: 100% !important;
    min-width: unset !important;
    max-width: unset !important;
}


.ticket__content.pb-0 .panel-body .row .col-md-6:nth-child(9) {
    flex:100% !important;
    max-width:100% !important;
}

.ticket__content.pb-0 .panel-body .row .col-md-6:nth-child(13) {
    flex:100% !important;
    max-width:100% !important;
}

.ticket__content.pb-0 .panel-body .row .col-md-6:nth-child(12) {
    flex:100% !important;
    max-width:100% !important;
}


/* Countdown Timer---------------------------- */
.countdown-container {
    text-align: center;
    margin-top: 0px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background:  var(--mainThemeColor2) ;
/*background: linear-gradient(350deg, var(--mainThemeColor) 0%,  var(--mainThemeColor2)  100%);*/
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    padding: 0px 29px 0px 15px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.countdown-container .btnColored.primary2 {
    padding: 6px 12px;
    margin: 20px 0px 20px 30px;
}

#clockdiv div > span{
    min-width: 50px;
}

#clockdiv {
    font-family: var(--eventHeadingFont);
    color: var(--white);
    display: inline-block;
    font-weight: 400;
    text-align: center;
    font-size: 24px;
}

#clockdiv .smalltext {
    color: var(--white);
    font-size: 11px;
    font-weight: 500;
}

#clockdiv>div {
    background: none;
    position: relative;
    margin-right: 30px;
}

#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: 80%;
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
    color: var(--e-global-color-accent);
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.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);
}

.whyattend h1 {
    color: var(--mainThemeColor);
    font-family: var(--sephir);
    font-size: 110px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 128px;
}

.whyattend p {
    text-align: center;
    color: var(--e-global-color-text);
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    max-width: 100%;
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
}



/* Agenda-------------------------------------------- */
#agenda {
    background-color: #ebeef4;
    padding: 60px 0;
    margin-bottom: 30px;
}

#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----------------------------------------*/
.logos-list {
    text-align: center;
}

.logos-list img {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 250px;
    margin: 5px;
    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%);
}

#sponsorship .sub-heading {
    font-size: 48px;
    line-height: 45px;
    line-height: 68px;
}

#sponsorship .sub-heading span {
    font-size: 64px;
    font-weight: 800;
}

#sponsorship .desc-box {
    margin: 0;
}


/* FAQs Section------------------------------------------- */
.faq.padding {
    padding: 0
}

.faq .panel {
    background: var(--faqBgColor);
    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: 15px;
}

.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: var(--eventFontColor) !important
}

.faq .panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: '\f107';
    padding-right: 5px;
    font-size: 19px;
    color: var(--mainThemeColor);
}

.faq .panel-title>a.collapsed:before {
    float: right !important;
    content: '\f105';
}

.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(--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 15px 0px 15px;
}


/* 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;
}

.contact-element {
    position: relative;
    padding-top: 200px;
}

.contact-wrap {
    margin-top: -70px;
    position: relative;
}

.bg-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50vw;
    /* Adjust based on the width of your first column */
    height: 100%;
    background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew/13356/content/files/1716270215group-24-png1716270215.png');
    /* Replace with your image URL */
    background-size: cover;
    background-position: center;
    /* Ensure the background stays behind the content */
}

.content {
    position: relative;
    z-index: 1;
    padding-top: 20px;
    /* Add padding to avoid content being hidden behind the absolute element */
}

.container-custom {
    overflow: hidden;
}



.img-info {

    padding: 170px 0;
}

.img-info .img-box-title {
    margin-bottom: 8px;
    color: #fff;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 26px;
}

.img-info .img-box-desc {
    color: #fff;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}



.contact-form-wrap .nw-frm-bldr .reg-form-data {
    box-shadow: none;
    border: none;
}

.contact-form-wrap .reg-form-wrap h3 {
    display: none;
}

.contact-form-wrap .reg-form-data .form-control {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: #F6F4EF;
}

.logo-topvid {
    padding: 20px 0;
}

.logo-topvid img {
    max-width: 400px;
}

.resouce-wrapper {
    padding-bottom: 0px;
}

.resouce-wrapper img {
  border-radius: 4px;
}

.ticket__desc {
    border-right: 0 !important;
    min-width: unset !important;
    max-width: unset !important;
}
.agenda-design1 .agenda-rows .agenda-row:last-child .agenda-col:last-child h3{

    font-size: 21px !important;
    font-weight: 500 !important;
    line-height: 28px;
    margin-bottom: 15px;
}

.agenda-design1 .agenda-rows .agenda-row:last-child .agenda-col:last-child .row {
    flex-direction: column;
}

.agenda-design1 .agenda-rows .agenda-row:last-child .agenda-col:last-child .row .col-lg-4.col-sm-12 {
    max-width: 100%;
}

.digitalvision {
    position: relative;
    padding: 60px 0 80px;
}

.digi-com {
    position: absolute;
    right: 0;
    bottom: 50px;
}

.digi-com img {
    max-width: 180px;
}
.digitalvision h3 span{
    color: var(--mainThemeColor);
}
.digit-top p {
    text-align: center;
    padding: 10px 0;
    color: var(--mainThemeColor);
}


/* Footer----------------------------- */
footer {
 
  background-color: var(--mainThemeColor); /* For browsers that do not support gradients */
  background-image: linear-gradient(var(--mainThemeColor),var(--mainThemeColor2));
    padding: 50px 0px 50px 0;
    position: relative;
    border-top: 0;
   
    
}

.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-section ul li a {
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight: 500;
}

.footer-section .follow-desc {
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 30px;
}

.footer-section .branded-info {
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 24px;
}

.socialIcons {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
    display: none;
}

.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:hover i {
    color: var(--mainThemeColor);
}


.elementor-social-icons-wrapper .elementor-screen-only {
    display: none;
}

.elementor-grid-item {
    margin-right: 10px;
    margin-bottom: 10px;
}

.elementor-grid-item svg {
    width: 18px;
    height: 18px;
    fill: #FFF;
}

.elementor-grid-item svg:hover {
    fill: #b513f9;
    transition: ease;
}

/*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;
}

.content-page h2 {
    font-size: 64px;
    font-family: "sephirregular";
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 72px;
    text-align: center;
    color: var(--mainThemeColor);
}

.content-page .sub-heading {
    font-family: "sephirregular";
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 60px;
    letter-spacing: 0.1em;
}

.content-page p {
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.content-page a {
    color: #b513f9;
}

@media (max-width: 992px) {
    .text-left {
        text-align: center !important;
    }

    .vfairsBtn {
        margin: 30px 0;
    }

    .navbar-toggle {
        margin-right: 0;
        margin-top: -55px;
    }

    .contact-us .container-fluid,
    .contact-us .row.row-content .col-lg-12,
    .contact-us .row.m-1 .col-12 {
        padding: 15px;

    }

    .row.m-1 .col-12[aria-label="First Name"],
    .row.m-1 .col-12[aria-label="Last Name"],
    .row.m-1 .col-12[aria-label="Email"],
    .row.m-1 .col-12[aria-label="Phone"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row.m-1 .col-12[aria-label="First Name"],
    .row.m-1 .col-12[aria-label="Email"] {
        padding: 0px 15px;
    }

    .row.m-1 .col-12[aria-label="Last Name"],
    .row.m-1 .col-12[aria-label="Phone"] {
        padding: 0px 15px;
    }

    .navbar-header {
        position: absolute;
        right: 0;
        top: 0;
    }

    div#pitch {
        margin-top: -40px !important;
    }

    div#auction .col-md-6.scrollReveal.revealLeft.reveal {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    div#nest {

        margin-top: -40px !important;
    }

    .event-logo {
        text-align: left;
    }

    .event-logo img {

        width: 180px;
        padding-left: 12px;
    }

    .header-content .row {
        flex-direction: column;
    }

    .svg-container svg {
        width: 380px !important;
        height: 400px !important;
        display: block;
        margin: auto;
    }

    .event-title {

        font-size: 49px;
        line-height: 1;
    }

    .event-title span {

        margin-left: 0;

    }


    .img-cont.p-absolute {
        position: relative !important;
    }

    .img-cont {
        margin-bottom: 20px !important;
    }

    .desc-box {
        margin-left: 32px;
        margin-top: 0;
        margin: 0 !important;
    }

    .img-cont:before {
        display: none;
    }

    #main-nav {
        position: fixed;
        top: 0;
        left: 0px;
        z-index: 55;
        background: rgba(0, 0, 0, 0.9);
        width: 100%;
        height: 100% !important;
        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;
    }

    .speaker_container {
        z-index: 0 !important;
    }

    .news-letter {
        z-index: 0 !important;
    }

    #LoginModal .modal-dialog {
        width: 100% !important;
    }

    .content-page h2 {
        font-size: 38px;
        line-height: 45px;
    }

    .content-page p,
    .content-page li {
        text-align: left;
    }
}

@media (max-width: 575px) {
.col-lg-6.col-md-6 {
    padding: 0;
}
div#agenda .container {
    padding: 0;
}
    .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) {

    .agenda-design1 .agenda-row {
        display: grid !important;
    }


    :root {
        --h1FontSize: 35px;
        --h4FontSize: 18px;
    }

    body .event-title {

        font-size: 48px !important;

        line-height: 54px !important;
    }

    .svg-container svg {
        width: 305px !important;
        height: 400px !important;
        display: block !important;
        margin: auto !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;
    }

    #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;
    }

}

.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: #b513f9;
    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: #b513f9;
    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: #b513f9 !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;
}

.ticketItems button,
.coupncode button,
.order__summary h6,
.ticketFormCol .panel-heading {
    background:var(--mainThemeColor) !important;
}
.pricebtn-btn {
    background: var(--mainThemeColor) !important;
    border: 1px solid var(--mainThemeColor) !important;
    color: #fff;
}
.ticket__item {
    border: 1px solid #b513f9 !important;
}

.dropdown-toggle::after {
    display: none !important;
}

.ticket__item.hasAddon {
    background: #f1f1f1 !important;
}




.img-cont:before {
    position: absolute;
    content: "";
    width: 466px;
    height: 282px;
    opacity: 0.4;
    border: 1px solid #9f9f9f;
    bottom: 33px;
    left: -8px;
    z-index: 1
}

.img-cont>img {
    position: relative;
    z-index: 9
}



div#about {
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew/13356/uploads/vjf/content/misc/1714473933Group-24.png);
    background-size: cover;
}

.img-cont {
    margin-bottom: 60px;
}

.desc-box {
    margin-left: 32px;
    margin-top: 20px;
}

a.link {
    color: #b513f9;
    text-transform: uppercase;
    text-decoration: underline;
}



.img-cont.p-absolute {
    position: absolute;
    right: 0;
    max-width: 640px;
}


div#nest {
    background: url('https://vepimg.b8cdn.com/uploads/vjfnew/13356/uploads/vjf/content/misc/1714477710Group-25.png');
    background-size: cover;
    margin-bottom: -20%;
}

div#workshops {
    background: url('https://vepimg.b8cdn.com/uploads/vjfnew/13356/uploads/vjf/content/misc/1714477710Group-25.png');
    background-size: cover;
}


.text-left {
    text-align: left;
}

div#conf {
    background: #fff;
}

div#pitch,
div#networking {
    background: #00224B0D;
}




/*-------scrollReveal----------*/

.scrollReveal {
    opacity: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
}

.revealTop {
    transform: translate(0px, 150px);
}

.revealRight {
    transform: translate(-150px, 0px);
}

.revealLeft {
    transform: translate(150px, 0px);
}

.revealBottom {
    transform: translate(0px, -150px);
}

.scrollReveal.reveal {
    opacity: 1;
    transform: translate(0, 0);
}

@media screen and (max-width: 992px) {
    .row.row-st .col-5 {
        flex: 0 0 100.00%;
        max-width: 100.00%;
        margin-bottom: 20px;
    }

    .bg-left {
        width: 100%;
    }

    .scrollReveal {
        opacity: 1 !important;
    }

    .revealTop,
    .revealRight,
    .revealLeft,
    .revealBottom {
        transform: translate(0, 0) !important;
    }
}


.whiteText .main-title {
    color: white !important;
    font-family: 'sephirregular';
    font-size: 110px;
    text-align: left;
    color: var(--mainThemeColor);
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 128px;
    width: 106%;
}

#reg .larg-title {
    color: #008ecf !important;
    font-family: 'sephirregular';
    font-size: 110px;
    text-align: left;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 128px;
    width: 106%;
}
















/*@media all{
*,:after,:before{box-sizing:border-box;}
a{background-color:transparent;text-decoration:none;color:#c36;}
a:active,a:hover{color:#336;}
a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none;}
a:not([href]):not([tabindex]):focus{outline:0;}
@media print{
*,:after,:before{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important;}
a,a:visited{text-decoration:underline;}
}
}*/

@media all {
    .svg-container a {
        box-shadow: none;
        text-decoration: none;
    }

    .svg-container {
        height: 100%;
    }

    .svg-container {
        transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
    }
}



@media all {
    .svg-container {
        margin: -150px -70px 0px 40px;
    }

    @media (max-width:1024px) {
        .svg-container {
            margin: 0px 0px 0px 0px;
        }
    }

    .svg-container svg path {
        opacity: 0;
    }

    .svg-container svg a:hover path {
        filter: drop-shadow(0 9px 4px rgba(171, 121, 45, 0.6));
    }

    .svg-container svg path:not(.hex) {
        pointer-events: none;
    }
}




.svg-container svg a:hover path {
    filter: drop-shadow(0 9px 4px rgba(171, 121, 45, 0.6));
}


.svg-container svg a {
    transition: all 0.3s ease 0s;
}

.svg-container a:hover {
    filter: drop-shadow(0 9px 4px rgba(171, 121, 45, 0.6));
}






mark {
    background-color: #eee;
}

#topelement {
    background: url('https://vepimg.b8cdn.com/uploads/vjfnew/13356/uploads/vjf/content/misc/17144915395570869-1.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 10px;
    position: relative;
}

h4.main-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #000;
}

#reg .desc-box .main-pragraph {
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #000;
}

.bg-img {
    position: absolute;
    width: 60%;
    height: 100%;
    left: 0;
    top: 713px;
    z-index: -1;
}

.scroll-img {
    display: none;
    text-align: right;
}

.scroll-img a {
    scroll-behavior: smooth;
    transition: all;
}










#topelement .main-description {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.second-highlights {
    color: #008ecf;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 20px;
    padding: 12px 0px 15px 0px;
}

.desc-box p {
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.sub-heading {
    font-family: "sephirregular";
    font-size: 64px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 72px;
    color: var(--mainThemeColor2);
}

.news-letter {
    position: relative;
    z-index: 1 !important;
}

.news-letter .news-letter-box {
    background-color: #b513f9;
    padding: 40px 77px;

}

.news-letter .sub-heading {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
}

.news-letter-text-box {
    display: flex;
    justify-content: space-between;
    border: 1px solid #fff;
    text-align: right;
    padding: 2px 2px;
}

.news-letter-text-box div .form-control {
    height: 54px !important;
    background-color: unset;
    border: none;
    box-shadow: none;
    padding: 15px 38px 15px 20px;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.news-letter-text-box div .form-control::placeholder {
    color: #FFF !important;
}

.news-letter-text-box .full-width {
    width: 100%;
}

.news-letter-text-box .news-letter-btn .btn {
    background-color: #fff;
    color: #b513f9;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    padding: 19px 38px 19px 38px;
}

.news-letter-text-box .news-letter-btn .btn:hover {
    background-color: #008ecf;
    color: #fff;
}

.text-white {
    color: #fff !important;
}

.news-letter-description {
    color: #fff;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.small-title {
    font-size: 40px;
}

.bg-img2 {
    position: absolute;
    width: 60%;
    height: 100%;
    left: 0;
    top: 912px;
    z-index: -1;
}

.simple-speakers-section {
    margin-top: 75px;
}

.speakers-menu-list ul li img {
    max-width: 270px;
    filter: grayscale(1);
}

.speakers-menu-list ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

.speakers-menu-list .sub-heading {
    font-size: 32px;
    line-height: 38px;
    text-transform: capitalize;
}

.speakers-menu-list p {
    text-align: center;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.desc-content .sub-heading a {
    color: #008ecf;
    font-family: "sephirregular";
    font-size: 48px;
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 55px;
}

.desc-content>a {
    padding: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #008ecf;
    font-family: "Montserrat", Sans-serif;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 12px;
    letter-spacing: 0.1em;
    color: #008ecf;
    text-decoration: none;
}

.news-item h3 a {
    font-family: "sephirregular";
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 30px;
    color: #008ecf;
}

.news-item h3 {
    margin-bottom: 40px;
}

.news-item img {
    height: 269px;
    object-fit: cover;
}

.news-item>a {
    padding: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #008ecf;
    font-family: "Montserrat", Sans-serif;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 12px;
    letter-spacing: 0.1em;
    color: #008ecf;
    text-decoration: none;
}

.news-item p {
    display: none;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}

.news-title {
    font-family: "sephirregular";
    color: #008ecf;
    font-size: 64px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 128px;
    padding: 0 15px;
}


@media (max-width: 992px) {
    body #main-nav a {
        color: #fff !important;
    }
    .row {
        width: 100%;
        margin: 0 !important;
    }
    #main-nav .navbar-nav{
        width: 100%;
    }
}


@media screen and (max-width: 767px) {
  .contactform-wrapper .container1 {
    flex-direction: column;
}

.column {
    width: 100%;
}
  .container-parent.header-content{
    margin-top: 0;
    padding: 10px 0 0 0;
  }

  /* .container-parent.header-content .header-content {
    background-color: #17204a;
} */
    .logo-topvid img{
        max-width: 100%;
    }
    .header-content{
        background-color:#dce2ec ;
        position: relative;
    }
    #reg .larg-title {
        font-size: 36px;
    }

    #topelement {
        padding-top: 20px;
    }

    .whiteText .main-title {

        font-size: 54px;

        line-height: 60px;
        width: 100%;
    }

    .sub-heading {

        font-size: 40px;

        margin: 30px 0;
    }

    .news-letter .news-letter-box {

        padding: 5px 30px 20px 30px;
    }

    .news-letter-text-box .news-letter-btn .btn {

        padding: 19px 11px;
    }

    .scroll-img {
        display: none;
    }

    .news-title {
        line-height: 25px;
        text-align: center !important;
    }

    .news-item {
        margin-bottom: 30px;
        text-align: center;
    }

    .desc-content {
        margin-bottom: 30px;
        text-align: center;
    }

    .desc-content .sub-heading {
        text-align: center !important;
    }

    .speakers-menu-list ul {
        justify-content: space-evenly;
    }

    .img-info {
        padding: 50px;
    }
}



.tabel-sec table {
    border-collapse: separate;
    border-spacing: 20px 0px;
}

.tabel-sec table tr th {
    background-color: #15377b;
    color: #fff;
    font-family: Sephir;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}

.tabel-sec table tr td {
    border: 1px solid #000;
    text-align: center;
    font-family: Sephir;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 20px 60px;
    background-color: #fff !important;
}

.tabel-sec table tr td:first-child {
    background-color: #7B7B7B !important;
    color: #fff;
}

.tabel-sec table tr.bg-blue td {
    background-color: var(--mainThemeColor2) !important;
    color: #fff;
}

.img-wrap {
    max-height: 760px !important;
}

.img-wrap .last-child {
    color: #fff;
    font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

.img-wrap .sub-heading {
    color: #fff;
    font-family: var(--sephir);
    font-size: 110px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
}

.table-box {
    padding-top: 70px !important;
}

.table-box h1 {
    color: #008ecf;
    font-family: var(--sephir);
    font-size: 110px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
}

@media screen and (max-width: 767px) {
    .news-letter-text-box div .form-control {
        padding: 0px 4px 0px 18px !important;
    }

    .sub-heading {
        line-height: 48px !important;
    }

    .sub-heading {
        font-size: 38px !important;
        margin: 30px 0 0px 0 !important;
    }

    .main-title span {

        line-height: 48px !important;
        width: 100% !important;
    }

    .main-title span {
        font-size: 46px !important;
    }

    #reg .larg-title {
        font-size: 36px !important;
    }

    #reg .larg-title {
        line-height: 32px !important;
        width: 100% !important;
    }

    img.alignnone.size-full.wp-image-2238 {
        width: 30px;
        height: 30px;
    }

    .tabel-sec table {
        border-spacing: 8px 0px;
    }

    .tabel-sec table tr th {

        font-size: 18px !important;
        line-height: 22px !important;

    }

    .tabel-sec table tr td {

        font-size: 16px !important;
        line-height: 24px !important;

        padding: 14px 4px !important;

    }

    .table-box {
        padding-top: 120px !important;
    }

    .table-box h1 {
        font-size: 60px;
    }

    .whyattend h1 {
        font-size: 70px;
        line-height: 78px;
    }

    .img-wrap .sub-heading {
        font-size: 70px;
    }

    .main-title span {
        font-size: 70px;
    }



    .bg-left {
        display: none;
    }

    .img-info {
        background-image: url(https://vepimg.b8cdn.com/uploads/vjfnew/13356/content/files/1716270215group-24-png1716270215.png);
        background-size: cover;
        width: 100%;
        background-position: center;
    }

    #sponsorship .sub-heading {
        font-size: 28px;
    }

    #sponsorship .sub-heading span {
        font-size: 44px;
    }

    .news-letter .sub-heading {
        font-size: 34px;
    }
}

#sponsors {
    position: relative;
    margin-top: -60px;
}

.logo-slider {

    margin: 50px auto;
    text-align: center;
    position: relative;
}

.slider img {
    height: auto;
    display: block;
    margin: 0 auto;
}

.arrows {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 20px;
    display: none;
}

.arrows button {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    display: inline-block !important;
}

.arrows button:focus {
    outline: none;
}

.arrows button i {
    color: var(--mainThemeColor);
}

#survey {
    background-color: var(--mainThemeColor2);
    padding: 20px 0;
    margin-bottom: 30px;
}

#survey .flex-items {
    text-align: center;
}

#survey .border-right {
    border-right: 2px solid #b513f9;
    min-height: 139px;
}

#survey .flex-items>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

#survey .flex-items h1 {
    font-size: 60px;
    letter-spacing: 8px;
    color: #fff;
}

#survey .flex-items>div span {
    color: #325886;
    font-size: 78px;
    font-weight: bold;
}

#survey .flex-items h3 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
}

#survey .flex-items p {
    color: #fff;
}


.row.flex-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    #survey .border-right {
        border-right: none;
        border-bottom: 1px solid var(--mainThemeColor);
    }
}

footer.footer-section ul {
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-social-icons-wrapper {
    margin-bottom: 14px;
}



.embed-container {
    position: relative;
    /*padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%;
      height: 100%;*/
}


.banner_video iframe {

    width: 100%;
    height: 600px;
}


.intro-afc {
    margin-top: -300px;
}

@media (max-width: 767px) {
    body .reg-form-wrap h3 {
        font-size: 36px !important;
    }

    h1 {
        font-size: 48px !important;
        line-height: 58px !important;
    }

    .banner_video iframe {

        width: 100%;
        height: 300px;
    }


    .intro-afc {
        margin-top: 50px;
    }


    .banner_video {
        height: auto;
    }
}

table#tablepress-1 tr td a {
    color: #FFF;
    text-decoration: none;
}

/****new code *****/

.svg-buttons-wrap {
    margin: -100px -70px 0px 40px;
}

.svg-row {
    display: flex;
    justify-content: flex-end;
    gap: 10px;

}


.svg-row.first {
    padding-right: 70px;
}


.svg-row.second {
    margin-top: -32px;
}

.svg-row.third {
    padding-right: 70px;
    margin-top: -32px;
}


.svg-row.fourth {
    padding-right: 145px;
    margin-top: -32px;
}

.svg-row a {
    position: relative;
    display: block;
    width: 142px;
    transition: all 0.3s ease 0s;
}

.svg-row a:hover {
    filter: drop-shadow(0 9px 4px rgba(171, 121, 45, 0.6));
}

.svg-row a span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    color: #FFF;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    /* max-width: 100px; */
    padding: 0 20px;
}

.video-wrap {
    position: relative;
  background: #dce2ec;
}
.video-wrap .row {
    display: flex;
    align-items: center;
}
.video-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    z-index: 1;
  
}

@media screen and (max-width: 1300px) {

    .svg-buttons-wrap {
        margin: -126px -18px 0px 40px;

    }

    .svg-row a {

        width: 126px;

        flex-shrink: 0;
    }

    .svg-row.first {
        padding-right: 68px;
    }

    .svg-row.third {
        padding-right: 70px;

    }

    .svg-row.fourth {
        padding-right: 138px;

    }

    .video-wrap .event-title {
        font-size: 90px;
        line-height: 94px;
    }
}


@media screen and (max-width: 1299px) {
    .svg-buttons-wrap {
        margin: -64px -16px 0px 40px;
    }

    .svg-row a {
        width: 100px;
        flex-shrink: 0;
    }

    .svg-row.first {
        padding-right: 54px;
    }

    .svg-row.second {
        margin-top: -22px;
    }

    .svg-row.third {
        padding-right: 56px;
        margin-top: -23px;
    }


    .svg-row.fourth {
        padding-right: 112px;
        margin-top: -24px;
    }

    .svg-row a span {

        font-size: 13px;

        line-height: 18px;
    }


}

@media screen and (max-width: 991px) {
    .video-wrap {
    background-color: #dce2ec;
}

.res-1 {
    margin-bottom: 10px;
}

    .video-wrap .event-title {
        text-align: center;
        margin-top: 50px;
    }
    .video-content{
        position: relative;
    }
    .carousel-caption p {
        font-size: 14px;
        padding: 0 25px;
    }
    .digitalvision{
        padding: 60px 20px;
    }
    .digi-com img{
        max-width: 78px;
    }
    .digi-com{
        bottom: 110px;
    }
}

@media screen and (max-width: 767px) {



    .svg-buttons-wrap {
        margin: 0;
    }


    .svg-row {
        gap: 5px;
    }


    .svg-row a {
        width: 76px;
        flex-shrink: 0;
    }

    .svg-row a span {
        font-size: 11px;
        line-height: 1.3;
    }

    .svg-row.first {
        padding-right: 40px;
    }

    .svg-row.second {
        padding-right: 0;
        margin-top: -20px;
    }

    .svg-row.third {
        padding-right: 40px;
        margin-top: -20px;
    }

    .svg-row.fourth {
        padding-right: 80px;
        margin-top: -20px;
    }
}


.agenda-style-7 .nav>li>a:hover, 
.agenda-style-7 .nav>li>a:focus {
    background-color: var(--mainThemeColor2) !important;
    color: #FFF !important;
}


/*----------------*/

.hero-content h3 {
    font-size: 28px;
    line-height: 36px;
    color: var(--mainThemeColor);
    margin-top: 0px;
    font-weight: 700;
}
.hero-content p {
    font-size: 18px;
    line-height: 30px;
    color: var(--mainThemeColor);
    margin-bottom: 0px;
}
.btnColored.primary2 {
    background: var(--mainThemeColor) !important;
}
.btnColored.primary2:hover {
    background: var(--mainThemeColor2) !important;
}
.hero-content .vfairsBtn {
    margin-left: 0px !important;
    text-transform: none;
}

.resouce-wrapper.form-and-countdown {
    background: url('https://euimg.vfairs.com/uploads/vjfnew/10000504/uploads/vjf/content/misc/1727356826Form section.jpg') center top no-repeat;
    background-size: cover;
}

.resouce-wrapper.form-and-countdown .container > .row > div:first-child {
    padding-top: 125px;
}

h3.section-title {
    font-weight: bold;
    font-size: 26px;
    color: #0D4273;
    text-transform: uppercase;
}
h3.section-title span {
    color: #B513F9;
}

.resouce-wrapper.form-and-countdown .nw-frm-bldr .reg-form-data {
    background: transparent;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    padding: 0px 0px;
}
.resouce-wrapper.form-and-countdown .nw-frm-bldr.reg-form-wrap {
    padding-top: 0px;
}
/* .resouce-wrapper.form-and-countdown .nw-frm-bldr .reg-form-data label {
    display: none;
} */
.resouce-wrapper.form-and-countdown .nw-frm-bldr .reg-form-data select,
.resouce-wrapper.form-and-countdown .nw-frm-bldr .reg-form-data input:not([type="submit"]) {
    border-radius: 0px 0px;
}
.resouce-wrapper.form-and-countdown .nw-frm-bldr .reg-form-data input[type="submit"] {
    background: var(--mainThemeColor2) !important;
    padding: 12px 35px;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 500 !important;
    margin: 0px 0px !important;
    border: none !important;
    height: auto;
    border-radius: 4px;
}
.resouce-wrapper.form-and-countdown .nw-frm-bldr .reg-form-data .col-12[aria-label="Email"] {
    width: 98% !important;
    min-width: 98% !important;
}

.resouce-wrapper.form-and-countdown .countdown-container {
    width: 100%;
    max-width: 470px;
    background: var(--mainThemeColor) !important;
    margin: 0px 0px 20px 0px;
    border-radius: 8px;
    padding: 20px 24px;
    color: #fff;
    text-align: center;
}

.ribbon-heading {
    width: 100%;
    border-bottom: solid 4px var(--mainThemeColor);
    margin-bottom: 12px;
}

.ribbon-heading h4 {
    color: #fff;
    font-size: 16px;
    margin: 0px 0px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 10px 16px;
    border-radius: 6px 28px 0px 0px;
    min-width: 30%;
    background: rgb(181,19,249);
    background: linear-gradient(350deg, rgba(181,19,249,0) 0%, rgba(181,19,249,0.3029586834733894) 35%, rgba(0,103,177,1) 100%);
}

.session-box {
    border-radius: 6px;
    background: rgb(181,19,249);
    background: linear-gradient(350deg, rgba(181,19,249,0) 0%, rgba(181,19,249,0.3029586834733894) 35%, rgba(0,103,177,1) 100%);
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    margin-bottom: 10px;
}
.session-box .content {
    padding: 20px 36px;
    width: 100%;
}
.session-box .content .date {
    background: #B513F9;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 6px 12px;
    display: inline-block;
    margin-bottom: 10px;
}
.session-box .content h2 {
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    line-height: 28px;
    text-transform: uppercase;
    padding-right: 60px;
}
.session-box .content .sp-details {
    margin-top: 15px;
}
.session-box .content .sp-details h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0px 0px;
}
.session-box .content .sp-details p {
    font-size: 14px;
    color: #fff;
    margin: 0px 0px;
}

.session-box .speaker-box {
    position: relative;
    border-radius: 36px 6px 6px 6px;
}
.session-box .speaker-box img {
    width: 350px;
    height: 200px;
    object-fit: cover;
    border-radius: 80px 6px 6px 6px;
}
.speaker-box .time-con {
    position: absolute;
    bottom: 30px;
    left: -100px;
}
.speaker-box .time-con:before {
    content: '';
    width: 150px;
    height: 100px;
    display: block;
    background: url(https://euimg.vfairs.com/uploads/vjfnew/10000504/uploads/vjf/content/misc/1727361182bubbles.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: -35px;
    z-index: -1;
}
.speaker-box .time {
    width: 180px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    border-radius: 30px;
    text-align: center;
    padding: 6px 10px;
    background: #008ECF;
    margin: 0px 0px;
}

.session-box.ltr {
    flex-direction: row-reverse;
    background: rgb(0,103,177);
    background: linear-gradient(198deg, rgba(0,103,177,1) 0%, rgba(181,19,249,0.3029586834733894) 65%, rgba(181,19,249,0) 100%);
}
.session-box.ltr .speaker-box img {
    border-radius: 6px 80px 6px 6px;
}
.session-box.ltr .time-con {
    right: -100px;
    left: auto;
}
.session-box.ltr .content,
.session-box.ltr .content h2,
.session-box.ltr .content .sp-details,
.session-box.ltr .content .sp-details h4 {
    text-align: right;
}
.session-box.ltr .content h2 {
    padding-right: 0px;
    padding-left: 60px;
}

.session-box.ltr .speaker-box .time-con:before {
    right: 0;
}

.partners-con {
    background: url('https://euimg.vfairs.com/uploads/vjfnew/10000504/uploads/vjf/content/misc/1727366170Partners-new.jpg') center center no-repeat;
    background-size: cover;
}

.partners-con .nav-pills>li>a {
    outline: none !important;
}

.partners-con .nav-pills>li.active {
    border-bottom: solid 4px #008ECF;
    margin-bottom: -3px;
}

.partners-con .nav-pills {
    display: flex;
    justify-content: space-between;
}

.partners-con .nav-pills>li {
    flex: 1;
    text-align: center;
}

.show-on-tab-mob {
    display: none;
}

.resouce-wrapper.form-and-countdown .countdown-container {
    flex-direction: column;
    text-transform: uppercase;
}
#clockdiv_two .timeBox {
    display: flex;
    flex-direction: column;
}
#clockdiv_two {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
#clockdiv_two .timeBox {
    font-size: 28px !important;
    font-weight: bold !important;
}
#clockdiv_two span {
    font-size: 14px !important;
    font-weight: normal !important;
    text-transform: uppercase;
}

@media screen and (max-width: 991px) {
    .show-on-tab-mob {
        display: block;
    }
    .homepage-body .header-content {
        background: transparent;
    }
    /* .homepage-body .event-logo img {
        visibility: hidden;
    } */
    .navbar-toggle {
        background: transparent;
        border: none;
    }
    .navbar-toggle .icon-bar {
        width: 34px;
        height: 3px;
        margin-top: 8px;
        display: block;
    }
    .video-wrap {
        background: #dce2ec url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1733142146xf-png1733142146.png') center top no-repeat;
        background-size: cover;
        margin-top: -70px;
        padding-top: 100px;
        min-height: 100vh;
        padding-bottom: 60px;
    }
    .logo-topvid img {
        max-width: 300px;
    }
    .logo-topvid {
        padding: 0px 0px;
        text-align: center;
    }
    .logo-topvid:after {
        content: '';
        width: 50px;
        height: 4px;
        background: #fff;
        display: block;
        margin: 14px auto;
    }
    .hero-content, .hero-content .text-left {
        text-align: center !important;
    }
    .hero-content h3 {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        line-height: 32px;
        margin: 15px 0px;
    }
    .hero-content p {
        text-align: center;
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .hero-content .text-left > a {
        margin: 10px 0px 0px 0px;
        width: 100%;
    }
    .hide-on-tab-mob,
    .video-wrap .car-slider,
    .mobile-video {
        display: none;
    }
    .digit-top > img {
        border-radius: 20px;
    }
    .digitalvision, .digitalvision h3, .digitalvision .text-left {
        text-align: center !important;
    }
    .digitalvision h3 {
        margin: 20px 0px;
    }
    .resouce-wrapper.form-and-countdown > .container > .row > div:first-child {
        padding-top: 0px !important;
    }
    .resouce-wrapper.form-and-countdown, .resouce-wrapper.form-and-countdown h3 {
        text-align: center;
    }
    .resouce-wrapper.form-and-countdown h3, .resouce-wrapper.form-and-countdown .countdown-container {
        margin: 20px 0px;
    }
    .resouce-wrapper.resource-collections, .resouce-wrapper.resource-collections h3 {
        text-align: center;
    }
    .resouce-wrapper.resource-collections h3 {
        margin-bottom: 20px;
    }
    .resouce-wrapper.resource-collections .row.slid_row > div {
        flex: 1;
        min-width: 320px;
    }
    .resouce-wrapper.resource-collections .row.slid_row {
        flex-wrap: nowrap;
        padding: 0px 30px;
        overflow-x: auto;
    }
    .resouce-wrapper.resource-collections .res-tb h3 {
        margin: 0px 0px;
        font-size: 24px;
    }
    .resouce-wrapper.resource-collections .res-tb p {
        font-size: 16px;
        line-height: 21px;
    }
    .resouce-wrapper.resource-collections .text-left {
        text-align: center !important;
    }
    .resouce-wrapper.live-sessions .container .section-title, .resouce-wrapper.live-sessions .container > p {
        text-align: center;
    }
    .resouce-wrapper.live-sessions .session-box {
        flex-direction: column;
        text-align: center;
    }
    .resouce-wrapper.live-sessions .session-box .content h2 {
        text-align: center;
        padding: 0px 0px;
        margin: 10px 0px;
    }
    .resouce-wrapper.live-sessions .sp-details, .sp-details h4 {
        text-align: center;
    }
    .resouce-wrapper.live-sessions .speaker-box {
        width: 100%;
        text-align: right;
    }
    .resouce-wrapper.live-sessions .speaker-box .time-con p {
        margin: 0 auto;
    }
    .resouce-wrapper.live-sessions .speaker-box .time-con {
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto !important;
        text-align: center;
    }
    .sp-details.show-on-tab-mob {
        margin: 20px 0px 30px 0px;
        display: block;
        width: 100%;
        color: #B513F9;
    }
    .sp-details.show-on-tab-mob h4 {
        font-weight: bold;
        font-size: 18px;
        margin: 0px 0px 2px 0px;
    }
    .sp-details.show-on-tab-mob p {
        font-size: 16px;
    }
    .session-box.ltr .content, .session-box.ltr .content h2, .session-box.ltr .content .sp-details, .session-box.ltr .content .sp-details h4 {
        text-align: center;
    }
    .session-box.ltr .speaker-box img {
        border-radius: 80px 6px 6px 6px;
    }
    .resouce-wrappewer.partners-con .titledetailswp, .resouce-wrappewer.partners-con .titledetailswp h3 {
        text-align: center;
    }
    .resouce-wrappewer ul.nav.nav-pills li {
        min-width: 60%;
    }
    .resouce-wrappewer ul.nav.nav-pills {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 2px;
        border-bottom: none;
    }
}

.modal-header {
    background: #b513f9 !important;
}

/* agenda */
.agenda-con .agenda-design2-speaker .main-title {
    display: none;
}
.agenda-con .agenda-design2-speaker .agenda-row{
    margin-bottom: 0;
}
.agenda-con .agenda-design2-speaker .agenda-row .speaker {
    padding-left: 60px;
    position: relative;
    font-family: 'Montserrat';
}
.agenda-con .agenda-design2-speaker {
    border: 1px solid #BCBCBC;
}
.agenda-con .agenda-row .speaker img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    object-position: top;
}
.agenda-con .agenda-design2-speaker h4 span {
    color: #fff;
    font-size: 16px;
    margin: 0px 0px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 10px 16px;
    border-radius: 6px 28px 0px 0px;
    min-width: 30%;
    background: rgb(181, 19, 249);
    background: linear-gradient(350deg, rgba(181, 19, 249, 0) 0%, rgba(181, 19, 249, 0.3029586834733894) 35%, rgba(0, 103, 177, 1) 100%);
}
.agenda-con .agenda-design2-speaker .agenda-group> h4::after {
    content: '';
    width: 60%;
    border-bottom: solid 4px #007ABF;
    margin-bottom: 30px;
    display: block;
}
.agenda-design2-speaker .agenda-row .agenda-col:first-child img {
    display: none;
}
.agenda-con .agenda-design2-speaker .agenda-row h3 {
    background: transparent;
}
.agenda-con .agenda-design2-speaker .agenda-row h3 {
    background: transparent;
    color: #4F575C !important;
    font-size: 18px !important;
    font-family: var(--eventFont);
    border-bottom: 2px solid #008ECF !important;
}
.agenda-con .agenda-design2-speaker .agenda-row .agenda-col:last-child{
    border-left: 0px !important;
}
.agenda-con .group-section .agenda-group .agenda-rows .agenda-row .agenda-col:first-child{
    position: relative;
}
.agenda-con .group-section .agenda-group .agenda-rows .agenda-row .agenda-col:first-child::before {
    content: '';
    background: #008ECF;
    height: 100%;
    width: 2px;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
}
 
.agenda-con .group-section .agenda-group  .agenda-rows .agenda-row .agenda-col:first-child::after {
    content: '';
    position: absolute;
    top: 0;
    right: -17px;
    color: #fff;
    font-size: 14px;
    max-width: 300px;
    width: 100%;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
.agenda-design2-speaker .agenda-row .agenda-col:first-child{
    width: 130px !important;
}
.agenda-con .group-section .agenda-group .agenda-rows .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]{
    position: relative;
    padding-bottom: 0;
}
.agenda-con .group-section .agenda-group  .agenda-rows  .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]::after {
    content: '';
    position: relative;
    right: 0;
    bottom: 0;
    font-size: 16px;
    color: #DD8DFF;
    display: block;
    text-align: end;
}
.speaker-headingdiv {
    margin: 10px 0px;
    font-family: 'Montserrat';
}
.speaker-headingdiv .speaker {
    font-size: 16px;
    padding-left: 0 !important;
}
.speaker-headingdiv .speaker-title {
    background: #DD8DFF;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 20px;
    line-height: 0;
    color: #fff;
    margin-left: 20px;
}

/* session1 */

.agenda-con .group-section .agenda-group:nth-child(1) .agenda-rows:nth-child(2) .agenda-row .agenda-col:first-child::after {
    content: 'ON DEMAND';
    background: #b513f9;
}
.agenda-con .group-section .agenda-group:nth-child(1) .agenda-rows:nth-child(2) .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]::after {
    content: 'WEBINAR';
}

.agenda-con .group-section .agenda-group:nth-child(1) .agenda-rows:nth-child(3) .agenda-row .agenda-col:first-child::after {
    content: 'ON DEMAND';
    background: #b513f9;
}
.agenda-con .group-section .agenda-group:nth-child(1) .agenda-rows:nth-child(3) .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]::after {
    content: 'VISNOW VIDEO';
}

.agenda-con .group-section .agenda-group:nth-child(1) .agenda-rows:nth-child(4) .agenda-row .agenda-col:first-child::after {
    content: 'ON DEMAND';
    background: #b513f9;
}
.agenda-con .group-section .agenda-group:nth-child(1) .agenda-rows:nth-child(4) .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]::after {
    content: 'VISNOW VIDEO';
}

.agenda-con .group-section .agenda-group:nth-child(1) .agenda-rows:nth-child(5) .agenda-row .agenda-col:first-child::after {
    content: 'WHITE PAPER';
    background: #007ABF;
}
.agenda-con .group-section .agenda-group:nth-child(1) .agenda-rows:nth-child(5) .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]::after {
    content: 'GARTNER PAPER';
}

.agenda-con .group-section .agenda-group:nth-child(1) .agenda-rows:nth-child(6) .agenda-row .agenda-col:first-child::after {
    content: 'ON DEMAND';
    background: #b513f9;
}
.agenda-con .group-section .agenda-group:nth-child(1) .agenda-rows:nth-child(6) .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]::after {
    content: 'VISNOW VIDEO';
}

.agenda-con .group-section .agenda-group:nth-child(1) .agenda-rows:nth-child(7) .agenda-row .agenda-col:first-child::after {
    content: 'WHITE PAPER';
    background: #007ABF;
}
.agenda-con .group-section .agenda-group:nth-child(1) .agenda-rows:nth-child(7) .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]::after {
    content: 'WHITEPAPER';
}

.agenda-con .group-section .agenda-group:nth-child(1) .agenda-rows:nth-child(8) .agenda-row .agenda-col:first-child::after {
    content: 'ON DEMAND';
    background: #b513f9;
}
.agenda-con .group-section .agenda-group:nth-child(1) .agenda-rows:nth-child(8) .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]::after {
    content: 'WEBINAR';
}
/* session2 */
.agenda-con .group-section .agenda-group:nth-child(2) .agenda-rows:nth-child(2) .agenda-row .agenda-col:first-child::after {
    content: 'ON DEMAND';
    background: #b513f9;
}
.agenda-con .group-section .agenda-group:nth-child(2) .agenda-rows:nth-child(2) .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]::after {
    content: 'VISNOW VIDEO';
}
.agenda-con .group-section .agenda-group:nth-child(2) .agenda-rows:nth-child(3) .agenda-row .agenda-col:first-child::after {
    content: 'ON DEMAND';
    background: #b513f9;
}
.agenda-con .group-section .agenda-group:nth-child(2) .agenda-rows:nth-child(3) .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]::after {
    content: 'VISNOW VIDEO';
}
.agenda-con .group-section .agenda-group:nth-child(2) .agenda-rows:nth-child(4) .agenda-row .agenda-col:first-child::after {
    content: 'ON DEMAND';
    background: #b513f9;
}
.agenda-con .group-section .agenda-group:nth-child(2) .agenda-rows:nth-child(4) .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]::after {
    content: 'VISNOW VIDEO';
}
.agenda-con .group-section .agenda-group:nth-child(2) .agenda-rows:nth-child(5) .agenda-row .agenda-col:first-child::after {
    content: 'BLOG';
    background: #007ABF;
}
.agenda-con .group-section .agenda-group:nth-child(2) .agenda-rows:nth-child(5) .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]::after {
    content: 'BLOG';
}
.agenda-con .group-section .agenda-group:nth-child(2) .agenda-rows:nth-child(6) .agenda-row .agenda-col:first-child::after {
    content: 'ON DEMAND';
    background: #b513f9;
}
.agenda-con .group-section .agenda-group:nth-child(2) .agenda-rows:nth-child(6) .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]::after {
    content: 'PANEL';
}
.agenda-con .group-section .agenda-group:nth-child(2) .agenda-rows:nth-child(7) .agenda-row .agenda-col:first-child::after {
    content: 'ON DEMAND';
    background: #b513f9;
}
.agenda-con .group-section .agenda-group:nth-child(2) .agenda-rows:nth-child(7) .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]::after {
    content: 'WEBINAR';
}
.agenda-con .group-section .agenda-group:nth-child(2) .agenda-rows:nth-child(8) .agenda-row .agenda-col:first-child::after {
    content: 'ON DEMAND';
    background: #b513f9;
}
.agenda-con .group-section .agenda-group:nth-child(2) .agenda-rows:nth-child(8) .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]::after {
    content: 'WEBINAR';
}
.agenda-con .group-section .agenda-group:nth-child(2) .agenda-rows:nth-child(9) .agenda-row .agenda-col:first-child::after {
    content: 'ON DEMAND';
    background: #b513f9;
}
.agenda-con .group-section .agenda-group:nth-child(2) .agenda-rows:nth-child(9) .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]::after {
    content: 'WEBINAR';
}
.agenda-con .group-section .agenda-group:nth-child(2) .agenda-rows:nth-child(10) .agenda-row .agenda-col:first-child::after {
    content: 'ON DEMAND';
    background: #b513f9;
}
.agenda-con .group-section .agenda-group:nth-child(2) .agenda-rows:nth-child(10) .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]::after {
    content: 'PODCAST';
}
.agenda-con .group-section .agenda-group:nth-child(2) .agenda-rows:nth-child(11) .agenda-row .agenda-col:first-child::after {
    content: 'ON DEMAND';
    background: #b513f9;
}
.agenda-con .group-section .agenda-group:nth-child(2) .agenda-rows:nth-child(11) .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]::after {
    content: 'PODCAST';
}
.agenda-con .group-section .agenda-group:nth-child(2) .agenda-rows:nth-child(12) .agenda-row .agenda-col:first-child::after {
    content: 'ON DEMAND';
    background: #b513f9;
}
.agenda-con .group-section .agenda-group:nth-child(2) .agenda-rows:nth-child(12) .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]::after {
    content: 'PODCAST';
}
/* session3 */

.agenda-con .group-section .agenda-group:nth-child(3) .agenda-rows:nth-child(2) .agenda-row .agenda-col:first-child::after {
    content: 'ON DEMAND';
    background: #b513f9;
}
.agenda-con .group-section .agenda-group:nth-child(3) .agenda-rows:nth-child(2) .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]::after {
    content: 'VISNOW VIDEO';
}
.agenda-con .group-section .agenda-group:nth-child(3) .agenda-rows:nth-child(3) .agenda-row .agenda-col:first-child::after {
    content: 'ON DEMAND';
    background: #b513f9;
}
.agenda-con .group-section .agenda-group:nth-child(3) .agenda-rows:nth-child(3) .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]::after {
    content: 'VISNOW VIDEO';
}
.agenda-con .group-section .agenda-group:nth-child(3) .agenda-rows:nth-child(4) .agenda-row .agenda-col:first-child::after {
    content: 'ON DEMAND';
    background: #b513f9;
}
.agenda-con .group-section .agenda-group:nth-child(3) .agenda-rows:nth-child(4) .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]::after {
    content: 'VISNOW VIDEO';
}
.agenda-con .group-section .agenda-group:nth-child(3) .agenda-rows:nth-child(5) .agenda-row .agenda-col:first-child::after {
    content: 'WHITE PAPER';
    background: #007ABF;
}
.agenda-con .group-section .agenda-group:nth-child(3) .agenda-rows:nth-child(5) .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]::after {
    content: 'WHITEPAPER';
}
.agenda-con .group-section .agenda-group:nth-child(3) .agenda-rows:nth-child(6) .agenda-row .agenda-col:first-child::after {
    content: 'BLOG';
    background: #007ABF;
}
.agenda-con .group-section .agenda-group:nth-child(3) .agenda-rows:nth-child(6) .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]::after {
    content: 'BLOG';
}
.agenda-con .group-section .agenda-group:nth-child(3) .agenda-rows:nth-child(7) .agenda-row .agenda-col:first-child::after {
    content: 'ON DEMAND';
    background: #b513f9;
}
.agenda-con .group-section .agenda-group:nth-child(3) .agenda-rows:nth-child(7) .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]::after {
    content: 'WEBINAR';
}
.agenda-con .group-section .agenda-group:nth-child(3) .agenda-rows:nth-child(8) .agenda-row .agenda-col:first-child::after {
    content: 'ON DEMAND';
    background: #b513f9;
}
.agenda-con .group-section .agenda-group:nth-child(3) .agenda-rows:nth-child(8) .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]::after {
    content: 'WEBINAR';
}
/* session4 */
.agenda-con .group-section .agenda-group:nth-child(4) .agenda-rows:nth-child(2) .agenda-row .agenda-col:first-child::after {
    content: 'ON DEMAND';
    background: #b513f9;
}
.agenda-con .group-section .agenda-group:nth-child(4) .agenda-rows:nth-child(2) .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]::after {
    content: 'VISNOW VIDEO';
}
.agenda-con .group-section .agenda-group:nth-child(4) .agenda-rows:nth-child(3) .agenda-row .agenda-col:first-child::after {
    content: 'WHITE PAPER';
    background: #007ABF;
}
.agenda-con .group-section .agenda-group:nth-child(4) .agenda-rows:nth-child(3) .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]::after {
    content: 'WHITEPAPER';
}
.agenda-con .group-section .agenda-group:nth-child(4) .agenda-rows:nth-child(4) .agenda-row .agenda-col:first-child::after {
    content: 'ON DEMAND';
    background: #b513f9;
}
.agenda-con .group-section .agenda-group:nth-child(4) .agenda-rows:nth-child(4) .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]::after {
    content: 'VISNOW VIDEO';
}
.agenda-con .group-section .agenda-group:nth-child(4) .agenda-rows:nth-child(5) .agenda-row .agenda-col:first-child::after {
    content: 'ON DEMAND';
    background: #b513f9;
}
.agenda-con .group-section .agenda-group:nth-child(4) .agenda-rows:nth-child(5) .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]::after {
    content: 'PANEL';
}
.agenda-con .group-section .agenda-group:nth-child(4) .agenda-rows:nth-child(6) .agenda-row .agenda-col:first-child::after {
    content: 'ON DEMAND';
    background: #b513f9;
}
.agenda-con .group-section .agenda-group:nth-child(4) .agenda-rows:nth-child(6) .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]::after {
    content: 'WEBINAR';
}
.agenda-con .group-section .agenda-group:nth-child(4) .agenda-rows:nth-child(7) .agenda-row .agenda-col:first-child::after {
    content: 'VIDEO';
    background: #007ABF;
}
.agenda-con .group-section .agenda-group:nth-child(4) .agenda-rows:nth-child(7) .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]::after {
    content: 'VIDEO';
}
.agenda-con .group-section .agenda-group:nth-child(4) .agenda-rows:nth-child(8) .agenda-row .agenda-col:first-child::after {
    content: 'VIDEO';
    background: #007ABF;
}
.agenda-con .group-section .agenda-group:nth-child(4) .agenda-rows:nth-child(8) .agenda-row .agenda-col:last-child h3[data-target="#SessionDetail"]::after {
    content: 'VIDEO';
}

@media screen and (max-width: 768px) {
    .agenda-con .agenda-design2-speaker h4::after {
        width: 100%;
    }
    .agenda-design2-speaker .agenda-row .agenda-col:first-child{
        padding-left: 0;
    }
    .agenda-con .agenda-design2-speaker .agenda-row .agenda-col:last-child{
        padding-left: 0;
    }
    .agenda-con .group-section .agenda-group .agenda-rows .agenda-row .agenda-col:first-child::after{
        left: 0;
        right: auto;
    }
    .agenda-con .agenda-design2-speaker .agenda-group> h4::after{
        width: 100%;
    }
 
  
}
@media screen and (max-width: 575px) {
    .speaker-headingdiv .speaker{
        display: block;
    }
    .speaker-headingdiv .speaker-title {
        margin-left: 0;
        margin-top: 10px;
        display: block;
        line-height: normal;
        text-align: center;
    }
}

.session-detail {
    min-height: 50px;
}
.agenda-con .agenda-design2-speaker .agenda-row .speaker {
    pointer-events: none;
}