/* Event Font -------------------------*/
@font-face {
    font-family: 'Knockout2';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/19467/uploads/vjf/content/misc/1750053517Knockout-HTF49-Liteweight.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/19467/uploads/vjf/content/misc/1750053541Knockout-HTF49-Liteweight.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham2';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/19467/uploads/vjf/content/misc/1750053474Gotham-Book.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/19467/uploads/vjf/content/misc/1750053496Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gothammedium2';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/19467/uploads/vjf/content/misc/1750055953Gotham-Medium.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/19467/uploads/vjf/content/misc/1750055970Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Knockout 94 Ultmt Sumo';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/19467/uploads/vjf/content/misc/1750223887Knockout-94UltmtSumo.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/19467/uploads/vjf/content/misc/1750223907Knockout-94UltmtSumo.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Knockout 74 Full Sumo';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/19467/uploads/vjf/content/misc/1750223941Knockout-74FullSumo.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/19467/uploads/vjf/content/misc/1750223965Knockout-74FullSumo.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/19467/uploads/vjf/content/misc/1750223986Gotham-Medium.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/19467/uploads/vjf/content/misc/1750224005Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Knockout 54 Sumo';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/19467/uploads/vjf/content/misc/1750224028Knockout-54Sumo.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/19467/uploads/vjf/content/misc/1750224051Knockout-54Sumo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Gotham Book';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/19467/uploads/vjf/content/misc/1750224109Gotham-Book.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/19467/uploads/vjf/content/misc/1750224082Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/19467/uploads/vjf/content/misc/1750225184Gotham-Ultra.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/19467/uploads/vjf/content/misc/1750225199Gotham-Ultra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a:focus {
  outline: none!Important;
  box-shadow: none!Important;
}


/* Setting of Landing page colors and Font */
:root {
    --mainThemeColor: #E70707;
  	--mainThemeColor-rgb:#E70707;
    --mainThemeColor2: #ef4678;
    --eventFontColor: #696969;
    --overlayHeadingTextColor: #f7f7f7;
    --overlayHeadingTextColor2: rgb(255 255 255 / 10%);
    --eventFontSize: 16px;
    --smalltext: 14px;
    --eventFont: 'Gotham Book';
    --eventHeadingFont: 'Knockout 74 Full Sumo';
    --h1FontSize: 45px;
    --h2FontSize: 42px;
    --h3FontSize: 38px;
    --h4FontSize: 22px;
    --h5FontSize: 20px;
    --h6FontSize: 18px;
    --white: #fff;
    --black: #000;
    --yellow: #ffd600;
    --lightGrey: #ddd;
  	--darkgrey: #333;
    --halfWidth: 50%;
    --quarterWidth: 75%;
    --faqBgColor: #fafafa;
    --footerBg: #212121;
    --curved: 6px;
    --rounded: 50px;
    --btnFontSize: 18px;




}

/* General-------------------------- */
html,
a,
* {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

body {
    font-family: var(--eventFont);
    font-size: var(--eventFontSize);
    color: var(--eventFontColor);
    line-height: 26px;
    background:#282828;
  margin-bottom: 30px;
}

body > .header-content > .container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}

body > .header-content  {
    position:relative;}

.simple-section {
    padding: 60px 0px;
}

.coloredBg {
    background: var(--mainThemeColor);
  background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
}

.whiteText * {
    color: var(--white);
}

.whiteText a:hover,
.whiteText a:focus {
    color: var(--yellow);
}

h4.form-heading {
    font-size: 0px;
}
body > p:first-of-type {
    margin: 0px;
}

/****desing changes *****/

#mobile-nav-toggle i.fa-bars {
    border-radius: 0 !important;
    background: none !important;
    border: none !important;
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: ''  !important;
    display: inline-block;
    width: 18px!important;
    height: 18px!important;
    background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew/19467/uploads/vjf/content/misc/1750630385Group%20783.svg') !important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    vertical-align: middle!important;
}
#mobile-nav-toggle:hover .fa-bars:before {
    filter: brightness(0) invert(1) !important;
}
/* Make headline font bolder */
.panel-title > a {
  font-weight: 700; /* Bold font */
  display: block;
  position: relative;
  padding-right: 25px; /* Space for arrow */
}

/* Custom arrow image */
.panel-title > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew/19467/uploads/vjf/content/misc/1750226528arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

/* Rotate arrow when open (expanded) */
.panel-title > a[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(180deg);
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    
    outline: none !important;
}
#footer_cus .container {
    width: 100%;
    max-width: 90%;
}


.box__desing {
width: 100%;
    margin: auto;
    background: #282828;
   
}
.header-content .container {
    width: 100%;
    max-width: 90%;

   background:#282828;
}
a#regBtn {
    background: #E70707;
    color: #fff !important;
    text-transform: uppercase;
    font-weight:500 !important;
   font-family: 'Gotham Ultra';
    font-size: 12px;
      outline: none;
      letter-spacing: 1px;
          border: 2px solid #E70707;
          line-height: normal;
}
a#regBtn:hover {
    background: transparent;
    border: 2px solid #E70707;
    color: #E70707 !important;
}
a.btn-red.btn {
    background: #E70707;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-family: 'Gotham Ultra';
    border-radius: unset !important;
    outline: none;
    letter-spacing: 1px;
        border: 2px solid #E70707;
}
a.btn-red.btn:hover {
    background: transparent !important;
    color: #E70707;
}
.simple-section .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
h2.sub__heading {
    color: #fff;
    font-size: 35px;
    line-height: 34px;
    text-transform: uppercase;
        max-width: 650px;
        width: 100%;
}
p.count__text {
    font-size: 20px;
    line-height: 10px;
    color: #fff;
    font-family: 'Gotham';
  margin: 5px 0 5px;
}
span.cont__2 {
    color: #fff;
    font-size: 20px;
    font-family: 'Knockout 74 Full Sumo';
 
}

.accordian-container {
    width: 100%;
    max-width: 60%;
    display: block;
    margin: auto;
}
h3.heading__2 {
    font-size: 58px;
    text-transform: uppercase;
    color: #fff;
}
   .register-section-wrapper {
    
      padding: 60px 15px;
    }

  .register-section {
    border: 2px solid red;
  padding: 40px 40px 65px 40px;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
}
.btn-default {
    color: #fff !important;
    background-color: transparent!important;
    border-color: #fff!important;
    border-radius: unset !important;
    border: 2px solid #fff !important;
}
.btn-default:hover{
    background-color: #fff!important;
    color: #ED0707!important;
}

    .register-section h2 {
      text-transform: uppercase;
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .register-section .btn {
      font-size: 12px;
      text-transform: uppercase;
      margin: 5px;
      padding: 10px 18px;
     font-family: 'Gotham Ultra';
    }

    .register-section .btn-red {
      background: red;
      color: white;
      border: none;
        font-family: 'Gotham Ultra';
    }

/* Buttons------------------------------ */
.vfairsBtn {
    padding: 12px 35px;
    margin: 30px 5px;
    display: inline-block;
    font-size: var(--btnFontSize);
    font-weight: 600;
    border: 2px solid transparent;
}

.coloredShadow {
    box-shadow: 0px 15px 25px 0px rgba(var(--mainThemeColor-rgb),0.3);
}

.grayShadow {
    box-shadow: 0px 15px 25px 0px rgba(67, 67, 67, 0.2);
}

.curved {
    border-radius: var(--curved);
}

.rounded {
    border-radius: var(--rounded);
}

.btnWhite {
    background: var(--white);
    color: var(--mainThemeColor);
    border: 2px solid var(--mainThemeColor);
}

.btnBlack {
    background: var(--black);
    color: var(--white);
}

.btnColored {
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    color: var(--white) !important;
}

.btnColored:hover,
.btnColored:focus {
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor2) 0%, var(--mainThemeColor) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor2) 0%, var(--mainThemeColor) 100%);
    color: var(--white) !important;
    text-decoration: none !important;
}

.btnWhite:hover,
.btnWhite:focus,
.btnBlack:hover,
.btnBlack:focus {
    background: var(--mainThemeColor);
    color: var(--white);
    text-decoration: none !important;
}

/* 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;
}

.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------------------------- */
.main-title {
    text-align: center;
    position: relative;
    z-index: 0;
    font-size: 106px;
    color: #fff;
}

.main-title span {
    display: block;
    color: var(--mainThemeColor);
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}


.main-title .headingOverlayText {
    position: absolute;
    color: var(--overlayHeadingTextColor);
    margin: 0px 0px 0px 0px;
    font-size: 150px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -9px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    width: 100%;
    display: inline;
    text-transform: lowercase;
}




/* 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 img {

   
    max-width: 210px;
    display: block;
    margin: auto;
  
    /* margin-top: 10px !important; */
}

/* Main Navigation------------------------------ */
#main-nav {
    padding: 0px;
    display: flex !important;
}
#main-nav .navbar-nav {
    flex-direction: row;
    justify-content: end;
    flex-grow: 1;
}

#main-nav a {
    color: var(--eventFontColor);
    font-size: var(--eventFontSize);
    padding: 8px 15px;
}

#main-nav a:hover,
#main-nav a:focus {
    color: var(--mainThemeColor);
    text-decoration: none;
}

.fullWidthNav .container {
    max-width: 100%;
    width: 100%;
}

.header-content .row {
    display: flex;
    align-items: center;
    flex-wrap: initial;

}

.header-content nav {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: end;
    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: 42px;
    background: var(--mainThemeColor);
    border-radius: 6px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: var(--white);
}



/* Hero Section */
.main_top_area {
    background: url("https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1672321610bg-2jpg-jpg1672321610.jpg")no-repeat center;
    background-size: cover;
    padding-top: 4%;
    padding-bottom: 6%;
    position: relative;
}

.main_top_area::before {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    content: "";
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    position: absolute;
    opacity: 0.9;
}

.popup .col-sm-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

#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;

}


.two-btns a {
    background: var(--white);
    color: var(--mainThemeColor) !important;
    display: inline-block;
    padding: 12px 34px;
    border-radius: 40px;
    letter-spacing: 1px;
    font-size: 18px;
}


.two-btns a:first-child {
    background: transparent;
    color: var(--white) !important;
    box-shadow: none;
}

.two-btns:hover a {
    background: transparent;
    color: var(--white) !important;
    box-shadow: none;
}

.two-btns a:hover {
    background: var(--white) !important;
    color: var(--mainThemeColor) !important;
    box-shadow: 0px 15px 25px 0px rgba(var(--mainThemeColor-rgb),0.3);
    text-decoration: none;
}

.two-btns i {
    margin-right: 5px;
}

/*Registration Form---------------------*/
input[type="file"] {
    width: 40%;
}
.reg-form-wrap h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 20px auto;
    max-width: 850px;
    color: var(--eventFontColor);
}
.page-heading {
    height: 1px;
}
form input[type=submit] {
    background: var(--mainThemeColor);
    border-color: var(--mainThemeColor);
    border-radius: var(--rounded) !important;
}
.reg-form-data .col-12 input[type=submit]:hover,
.reg-form-data .col-12 input[type=submit]:focus{background: var(--darkgrey);}
  .reg-form-data input::file-selector-button {
    background: var(--mainThemeColor) !important;
}

.nw-frm-bldr .reg-form-data {
    box-shadow: 0px 2px 20px 0 rgba(0,0,0, 0.1);
    border-radius: 20px;
    border: 1px solid #dedede;
  margin-bottom:30px;
}

.nw-frm-bldr .control-label {
    font-size: var(--smallText);
    font-family: var(--eventHeadingFont);
  color: var(--eventFontColor);
}

.reg-form-data .form-control {
   font-size: var(--smallText);
    font-family: var(--eventFont);
  color: var(--eventFontColor);
}
.nw-frm-bldr.reg-form-wrap > .row > .col-12,
.row.row-content > div > .container-fluid
{
    padding: 0;
}
 

/*Thank you page-----------------------*/
.thanksWrapper {
    text-align: center;
    max-width: var(--halfWidth);
    margin: 20px auto;
    box-shadow: 0px 2px 20px 0 rgba(0,0,0, 0.1);
    border-radius: 20px;
    border: 1px solid #dedede;
    padding: 30px 50px 50px;
    width: 100%;
    max-width: 90%;
}
.thanksWrapper span {
    display: block;
    font-size: 22px;
    font-weight: 400;
}
.thanksWrapper p {
    margin-top: 30px;
}

.full-page-container .col-lg-12 {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.row-content {
    padding: 10px 0px;
}

/* Login Modal----------------------- */
#LoginModal h4,
#forgot-pwd-modal h4{
    font-size: 20px;
}

#LoginModal .modal-header,
#forgot-pwd-modal .modal-header{
    background: var(--mainThemeColor);
}

#login-footer a,
#login-footer button,
#reset-pwd-frm a,
#reset-pwd-frm button
{
    background: var(--mainThemeColor);
    font-family: var(--eventFont);
}

#login-footer .btn-default,
#reset-pwd-frm .btn-default
{
    background: var(--white);
}

#login-footer .btn-darkgrey,
#reset-pwd-frm .btn-darkgrey
{color: var(--white);}
#login-footer .btn-default,
#reset-pwd-frm .btn-default{border-color:#ccc;}
#login-footer .col-sm-8 .btn-darkgrey, 
#reset-pwd-frm .btn-darkgrey {
    border-radius: var(--rounded) !important;
    font-family: var(--eventFont);
}

#LoginBtn {
    font-size: var(--smallText);
    padding: 6px 12px;
}
.modal .modal-dialog {
    max-width: initial;
}
#login-footer .row .col-sm-4 {
    max-width: initial;
    flex: 33%;
    order: 2;
}
#login-footer .btn,
#reset-pwd-frm .btn
{
    border-radius: var(--rounded);
}
#login-footer .btn:hover,
#reset-pwd-frm .btn:hover
{
    background: var(--darkgrey) !important;
    color: var(--white) !important;
}
#reset-pwd-frm label,
#LoginModal label{
    font-family: var(--eventHeadingFont);
}
#reset-pwd-frm input,
#LoginModal input{
    font-family: var(--eventFont);
}


/* Countdown Timer---------------------------- */
.countdown-container {
    text-align: center;
    margin-top: -50px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 15px;
    padding: 0px 29px 0px 15px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
}

#clockdiv {
    font-family: var(--eventHeadingFont);
    color: var(--mainThemeColor);
    display: inline-block;
    font-weight: 700;
    text-align: center;
    font-size: 50px;
}

#clockdiv .smalltext {
    color: var(--eventFontColor);
    font-size: var(--eventFontSize);
}

#clockdiv>div {
    background: none;
    position: relative;
    margin-right: 40px;
}

#clockdiv>div::before {
    content: ":";
    color: var(--lightGrey);
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-60%);
}

#clockdiv>div:last-child::before {
    content: "";

}
#clockdiv .eventlive {
    max-width: 500px;
    font-size: 24px;
}

/* About section -------------------------------------- */
.main-intro {
    max-width: 75%;
    text-align: center;
    margin: auto;
}

.main-intro strong {
    margin-bottom: 25px;
    font-size: 20px;
    display: block;
}


/* Why Attend section------------------------------------ */
#whyAttend {
    padding-top: 80px;
}

#whyAttend .main-title {
    margin-bottom: 60px;
}

#whyAttend .headingOverlayText {
    color: var(--overlayHeadingTextColor2)
}

#whyAttend li i {
    color: var(--yellow);
}

.whiteText .main-title span {
    color: var(--yellow);
}



/* Agenda-------------------------------------------- */
#agenda {
    background-color: #f1f1f1;
}

#agenda section .container>h3 {
    display: none;
}

#agenda section h3 {
    font-size: var(--h4FontSize);
    font-weight: 600;
}

#agenda section {
    background: none !important;
}

#agenda .nav-tabs>li>a {
    color: var(--mainThemeColor) !important;
    background-color: var(--white) !important;

}

#agenda .nav>li>a:hover,
.nav>li>a:focus {
   
    color: var(--mainThemeColor) !important;
}

#agenda .agenda-style-6 .time-box,
#agenda .nav-tabs>li.active>a,
#agenda .nav-tabs>li.active>a:hover,
#agenda .nav-tabs>li.active>a:focus {
    background: var(--mainThemeColor) !important;
    color: var(--white) !important;

}

.nav-tabs>li.active>a:before,
.nav-tabs>li.active>a:focus:before,
.nav-tabs>li.active>a:hover:before {
    border-top-color: var(--mainThemeColor) !important;

}

div.speaker2[data-toggle="modal"] {
    cursor: pointer;
}

div.speaker2[data-toggle="modal"]:hover strong {
    color: var(--mainThemeColor);
}

.agenda-time span {
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;

}

.nav-tabs>li.active>a:after,
.nav-tabs>li.active>a:focus:after,
.nav-tabs>li.active>a:hover:after {


    border-top-color: var(--mainThemeColor) !important;
}
/*Sponsors Section----------------------------------------*/
.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%);
}


/* FAQs Section------------------------------------------- */
.faq.padding {
    padding: 0
}

.faq .panel {
    background: transparent;
    padding: 26px 0px 24px;
    
    border: none;
    border-radius: unset !important;
    box-shadow: none;
    border-bottom: 3px solid #ED0707;
}

.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: #fff;
    font-family: 'Gotham Ultra'  !important;
  
    text-transform: none;
  font-size: 20px;
  
}

.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: '068';
    padding-right: 5px;
    font-size: 19px;
    color: var(--mainThemeColor);
}

.faq .panel-title>a.collapsed:before {
    float: right !important;
    content: '067';
}

.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 45px 0px 0px;
    color: #fff !important;
}

/* Contact Section------------------------------ */
.ask-cta {
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ask-cta>.container>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ask-cta .contact-img {
    max-height: 200px;
}

#contact {
    padding-top: 60px;
    padding-bottom: 60px;
}

.contactPersons {
    display: flex;
    flex-wrap: wrap;
}

.contactPersons_box {
    margin-right: 70px;
    margin-bottom: 30px;
}

.contactPersons_box p {
    margin-bottom: 0px;
}

.textSmall {
    font-size: var(--smalltext);
    font-weight: 400;
}

.contactPersons_box h5 {
    line-height: 23px;
}

.contactPersons>div:nth-child(even) {
    margin-right: 0px;
}




/* Footer----------------------------- */
footer {
    background: var(--footerBg);
    padding: 20px 0px;
    position: relative;
    border-top-color: var(--mainThemeColor);
}

.footer-links li {
    display: inline-block;
    position: relative;
}

.footer-links li:after {
    content: "|";
    margin: 0px 5px 0px 12px;
}

.footer-links li:last-child::after {
    margin-right: 0px;
    content: "";
}

.footer-links a {
    font-size: var(--smalltext) !important;
}

.socialIcons {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

.socialIcons li {
    display: inline-block;
    padding-right: 10px;
}

.socialIcons li:last-child {
    padding-right: 0px;
}

.socialIcons li a {
    font-size: 20px;
    color: var(--white);
    text-decoration: none;
}

.socialIcons li a:hover i {
    color: var(--mainThemeColor);
 }

/*Top to the Page button---------------*/

#top .fa {
    height: 100%;
}

#top {
    position: fixed;
    bottom: 20px;
    right: 5px;
    color: var(--white);
    width: 55px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    padding-top: 5px;
    z-index: 45;
    display: none;
    background-color: var(--mainThemeColor);
    font-size: 46px;
    padding-top: 0px;
    border-radius: unset !important;
    padding: 0;
    margin: 0;
}

#top:hover, #top:focus{
background-color:var(--darkgrey);
}


/*Accessibility Features---------------*/
.btn.btn-access.slide {
    position: absolute;
    z-index: 45;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    background: var(--darkgrey);
    right: 12px;
    top: 46px;
    text-align: center;
    padding: 5;
}
.btn.btn-access.slide:hover{background:var(--mainThemeColor);}
.accsess_tray {
    display: block;
    position: fixed;
    right: 10px;
    background-color: var(--white);
    top: 110px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 4px;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
   .accsess_tray #readspeaker_button1,
   .accsess_tray .hall-wrap .rsbtn {
    right: -34px;
  }
   .accsess_tray .rsexpanded span {
    margin: 0;
  }
   .accsess_tray .rsexpanded span.rsbtn_text {
    margin: 5px 0 0 6px;
  }
   .accsess_tray .rsexpanded .rsbtn_progress_container.rsimg {
    margin: 7px 0 0 5px;
  }
   .accsess_tray .rsexpanded .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_icon.rsimg {
    display: inline-block;
  }
   .accsess_tray svg path {
    fill: var(--mainThemeColor);
  }
   .accsess_tray .btn-tray {
    padding: 6px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 15px !important;
    line-height: normal;
    display: flex;
    align-items: center;
    margin-right: 5px;
    background: rgba(var(--mainThemeColor-rgb), 0.1);
    color: var(--mainThemeColor);
  }
   .accsess_tray .btn-tray:last-child {
    margin-right: 4px;
  }
   .accsess_tray .btn-tray.btn:hover {
    opacity: 0.9;
  }
   .accsess_tray .btn-tray svg path {
    fill: var(--mainThemeColor);
  }
   .accsess_tray span {
    margin-right: 8px;
  }
   .accsess_tray .btn-close-access {
    text-align: center;
    padding: 8px 8px;
    background: transparent;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
   #accessibility-fade-in {
    width: 1px;
    opacity: 0;
    transition: all 0.75s ease;
    z-index: 5;
  }
   #accessibility-fade-in.show {
    opacity: 1;
    width: 262px;
    display: flex !important;
  }

/* Privacy Policy------------- */
.content-page ul {
    list-style-type: disc;
    margin-left: 20px;
}

.content-page ul li {
    margin-bottom: 0;
}

.content-page p,
.content-page li {
    text-align: justify;
}

@media (max-width: 768px) {
#footer_cus .row.d-lfex {
    flex-direction: column;
    text-align: center;
    align-items: center;
}
#footer_cus .row.d-lfex p {
    text-align: center;
}
#footer_cus .footer-links{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

    #footer_cus .licensing-info{
        text-align: center !important;
    }
}



@media (max-width: 767px) {
 .register-section {
    padding: 40px 40px 65px 40px!important;
 }
  .row.mobile-row {
    flex-direction: column-reverse!important;
}
 
    body #header #logo img{
   max-width: 100px !important;
}

    h2.sub__heading {
    color: #fff;
    font-size: 25px !important;
    line-height: 25px!important;
    text-transform: uppercase;
}
    .homepage-body p.count__text {
      font-size: 15px !important;
        margin-top: -41px !important;
         margin-left: 30px;
      
    }
     body span.cont__2 {
        font-size: 15px !important;
        margin-left: 30px;
        }

.copyright p.text-left {
    text-align: center!important;
}
h3.heading__2 {
    font-size: 32px!important;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}
#footer_cus .footer-links{
    flex-wrap: wrap !important;
        justify-content: center !important;
}
#footer_cus .legal-links {
  
    gap: 12px !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
}
    #main-nav {
        position: fixed;
        top: 0;
        left: 0px;
        z-index: 55;
        background: rgba(0, 0, 0, 0.9);
        width: 100%;
        height: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
      display: none !important;
    }
  
  #main-nav .navbar-nav {
    flex-direction: column;
    
 }
  
  #main-nav .navbar-nav {
    flex-direction: column;
    flex-grow: initial;
}

    .navClose {
        position: absolute;
        top: 15px;
        right: 20px;
        color: var(--white);
        font-size: 22px;
        font-family: 'Poppins';
        border-radius: 100%;
        width: 40px;
        height: 40px;
        border: 2px solid var(--white);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #main-nav.in {
        display: flex !important;
    }

    #main-nav a {
    color: var(--white);
    font-size: 18px;
    padding: 18px 15px;
}
  #LoginBtn {
    margin-top: 12px;
}

    .event-logo {
        flex-grow: 1;
    }

    .whyAttendImg {
        max-width: 320px !important;
        display: block;
        margin: auto;
    }

    .contactPersons {
        justify-content: space-around;
    }

    .contactPersons_box {
        margin-right: 0px;
    }

    #contact h3 {
        text-align: center;
    }

    .footer-section .row>div {
        text-align: center !important;
    }
   input[type="file"] {
    width: 100%;
}
  .modal .modal-dialog {
    width: 95% !important;
  }
  .modal-footer .btn+.btn {
    margin-left: 2px;
}
  #login-footer .row{flex-direction:column;}
  #login-footer .row .col-sm-4 {
    order: 1;
}
    #login-footer .row .col-sm-8 {
    order: 2;
}
  #login-footer .col-sm-8 {
    padding-left: 2px;
    padding-right: 2px;
}
  form input[type=submit] {
    width: 100% !important;
}
  .reg-form-data input::file-selector-button {
    background: var(--mainThemeColor) !important;
}
}

@media (max-width: 575px) {
    .main-intro {
        max-width: 100%;
    }

    .headingOverlayText {
        display: none !important;
    }

    .main-title span {
        font-size: 18px;
    }

    h3.main-title {
        font-size: 47px;
    }

    .two-btns {
        margin: 0px 0 50px;
    }

    .simple-section {
        padding: 20px 0px;
    }

    #whyAttend {
        padding-top: 20px;
    }
}

@media (max-width: 480px) {
    :root {
        --h1FontSize: 35px;
        --h4FontSize: 18px;
    }
    h3.heading__2 {
    font-size:28px !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: #f36531;
        font-weight: 600;
        font-size: 22px;
      }
      #LoginModal .modal-dialog .modal-header .close {
        position: absolute;
        right: 10px;
        top: 10px;
        color: #000000;
        opacity: 0.6;
        font-size: 32px;
        font-weight: 100;
      }
      #LoginModal .modal-dialog .modal-body {
        padding-top: 0;
        padding-bottom: 0;
      }
      #LoginModal .modal-dialog .modal-body .form-group {
        margin-bottom: 0;
        position: relative;
      }
      #LoginModal .modal-dialog .modal-body .control-label {
        color: #344054;
        font-size: 14px;
        padding-bottom: 5px;
        font-family: 'Avenir';
        font-weight: 500;
        margin-bottom: 0;
      }
      #LoginModal .modal-dialog .modal-body .form-control {
        color: #6c757d;
        border-radius: 6px;
        height: 45px;
        padding: 15px 15px 13px;
        font-size: 13px;
        box-shadow: none;
      }
      #LoginModal .modal-dialog .modal-body input#LoginEmail {
        padding-left: 35px !important;
      }
      #LoginModal .modal-dialog .modal-body .form-group.group-email::before {
        content: '';
        position: absolute;
        left: 10px;
        top: 44px;
        width: 20px;
        height: 20px;
        z-index: 1;
        background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685016767user-icon-png1685016767.png') !important;
        background-position: center center !important;
        background-repeat: no-repeat;
        background-size: contain;
      }
      #LoginModal .modal-dialog .modal-body input#Password {
        padding-left: 35px !important;
      }
      #LoginModal .modal-dialog .modal-body .form-group.grp-password-field::before {
        content: '';
        position: absolute;
        left: 10px;
        top: 44px;
        width: 20px;
        height: 20px;
        z-index: 1;
        background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685016767lock2-icon-png1685016767.png') !important;
        background-position: center center !important;
        background-repeat: no-repeat;
        background-size: contain;
      }
      #LoginModal .modal-dialog .modal-body .ResponseBox {
        color: red;
        font-weight: 100;
        font-family: 'Avenir';
        margin-top: 10px;
        font-size: 14px;
        line-height: 16px;
      }
      #LoginModal .modal-dialog #login-footer {
        border: 0;
        padding: 20px 15px 0;
      }
      #LoginModal .modal-dialog #login-footer .row {
        display: flex;
        flex-direction: column;
        margin: 0.25rem;
      }
      #LoginModal .modal-dialog #login-footer .col-sm-4 {
        width: 100%;
        margin-bottom: 15px;
        padding: 0;
        order: inherit;
      }
      #LoginModal .modal-dialog #login-footer .col-sm-4 .btn.btn-default {
        display: none;
      }
      #LoginModal .modal-dialog #login-footer .col-sm-4 .btn-darkgrey {
        width: 100%;
        margin: 0 !important;
        padding: 12px 12px 12px;
        border-radius: 5px !important;
        text-transform: uppercase;
        box-shadow: none;
        outline: none;
      }
      #LoginModal .modal-dialog #login-footer .col-sm-8 {
        width: 100%;
        max-width: 100%;
        flex-flow: wrap;
        flex-direction: column-reverse;
      }
      #LoginModal .modal-dialog #login-footer .col-sm-8 button.btn-darkgrey {
        background: transparent !important;
        color: #686a6e !important;
        font-weight: 500 !important;
        font-family: 'Avenir';
        padding: 0;
        font-family: 'Avenir';
        font-weight: 600;
        box-shadow: none;
        outline: none;
      }
      #LoginModal .modal-dialog #login-footer .col-sm-8 button.btn-darkgrey:hover {
        text-decoration: underline;
      }
      #LoginModal .modal-dialog #login-footer .col-sm-8 a.btn-darkgrey {
        background: transparent !important;
        color: #80bded !important;
        font-weight: 500 !important;
        font-family: 'Avenir';
        font-size: 14px;
        padding: 20px 5px 5px 5px;
        box-shadow: none;
        outline: none;
      }
      #LoginModal .modal-dialog #login-footer .col-sm-8 a.btn-darkgrey:hover {
        text-decoration: underline;
      }
      #forgot-pwd-modal .modal-dialog {
        width: 100%;
        max-width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
      }
      #forgot-pwd-modal .modal-dialog .modal-content {
        max-width: 350px;
        width: 100%;
        background: #f3f4f6;
        padding: 20px 20px 10px;
      }
      #forgot-pwd-modal .modal-dialog .modal-header {
        padding: 9px 15px 20px;
        background: transparent !important;
        border: 0;
      }
      #forgot-pwd-modal .modal-dialog .modal-header .modal-title {
        color: #f36531;
        font-weight: 600;
        font-size: 22px;
      }
      #forgot-pwd-modal .modal-dialog .modal-header .close {
        position: absolute;
        right: 10px;
        top: 10px;
        color: #000000;
        opacity: 0.6;
        font-size: 32px;
        font-weight: 100;
      }
      #forgot-pwd-modal .modal-dialog .modal-body {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 15px;
      }
      #forgot-pwd-modal .modal-dialog .modal-body .form-group {
        margin-bottom: 0;
        position: relative;
      }
      #forgot-pwd-modal .modal-dialog .modal-body .control-label {
        color: #344054;
        font-size: 14px;
        padding-bottom: 5px;
        font-family: 'Avenir';
        font-weight: 500;
        margin-bottom: 0;
      }
      #forgot-pwd-modal .modal-dialog .modal-body .form-control {
        color: #6c757d;
        border-radius: 6px;
        height: 45px;
        padding: 15px 15px 13px;
        font-size: 13px;
        box-shadow: none;
      }
      #forgot-pwd-modal .modal-dialog .modal-body input#resetemail {
        padding-left: 35px !important;
      }
      #forgot-pwd-modal .modal-dialog .modal-body .form-group:first-child::before {
        content: '';
        position: absolute;
        left: 10px;
        top: 44px;
        width: 20px;
        height: 20px;
        z-index: 1;
        background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685016767user-icon-png1685016767.png') !important;
        background-position: center center !important;
        background-repeat: no-repeat;
        background-size: contain;
      }
      #forgot-pwd-modal .modal-dialog .modal-body .FormResponseSuccess {
        color: red;
        font-weight: 100;
        font-family: 'Avenir';
        margin-top: 10px;
        font-size: 14px;
        line-height: 16px;
      }
      #forgot-pwd-modal .modal-dialog .modal-body .FormResponseError {
        color: red;
        font-weight: 100;
        font-family: 'Avenir';
        margin-top: 10px;
        font-size: 14px;
        line-height: 16px;
      }
      #forgot-pwd-modal .modal-dialog .modal-body .has-error .help-block {
        color: red;
        font-weight: 100;
        font-family: 'Avenir';
        margin-top: 10px;
        font-size: 14px;
        line-height: 16px;
      }
      #forgot-pwd-modal .modal-dialog .modal-footer {
        border: 0;
        padding: 20px 15px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
      }
      #forgot-pwd-modal .modal-dialog .modal-footer .btn.btn-default {
        text-transform: capitalize;
        box-shadow: none !important;
        background: transparent !important;
        color: #686a6e;
        font-family: 'Avenir';
        font-weight: 500 !important;
        outline: none;
        padding: 0;
        border: 0;
        display: none;
      }
      #forgot-pwd-modal .modal-dialog .modal-footer .btn.btn-default:hover {
        text-decoration: underline;
      }
      #forgot-pwd-modal .modal-dialog .modal-footer .btn-darkgrey {
        background: #f36531 !important;
        color: #fff;
        font-family: 'Avenir';
        font-size: 14px;
        width: 100%;
        margin: 0 0 25px !important;
        padding: 12px 12px 12px;
        border-radius: 5px !important;
        text-transform: uppercase;
        box-shadow: none;
        outline: none;
        font-weight: 600;
      }


#footer_cus {
    background-color: #282828;
    color: #fff;
    padding: 30px 0 15px;
    font-size: 12px;
    line-height: 1.5;
    border-top: unset !important;
    width: 100%;
    max-width: 100%;
    border-radius: unset !important;
    margin: auto;
}
        #footer_cus .row.d-lfex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
        #footer_cus .footer-section {
            margin-bottom: 20px;
        }
    
        #footer_cus .footer-links {
            display: flex;
    margin-top: 20px;
    gap: 27px;
    justify-content: end;
         
        }

        
        #footer_cus .footer-links a {
        color: #fff;
      font-weight: bold !important;
            font-family: 'Gotham Ultra' !important;
         letter-spacing: 1px;
         text-decoration: none !important;
         
        }
        #footer_cus p.text_2 {
    text-align: right;
       color: #fff;
       font-weight: normal !important;
}
       #footer_cus p.text_2 a {
   font-weight: normal !important;
       color: #fff;
         text-decoration:none!important;
}
      
        #footer_cus .divider {
            border-top: 2px solid #fff;
            margin: 15px 0;
        }
        
        #footer_cus .footer-address {
            margin-bottom: 15px;
            font-style: normal;
        }
        
        #footer_cus .copyright {
            font-weight: bold;
            margin-bottom: 10px;
        }
     
        #footer_cus .complaints-links {
            margin-bottom: 15px;
        }
        
       #footer_cus .licensing-info {
            font-size: 10px;
            line-height: 1.4;
            margin-bottom: 15px;
                color: #fff;
                text-align: justify;
        }
        
     #footer_cus .legal-links {
    display: flex;
    gap: 27px;
    justify-content: end;
}
        #footer_cus .legal-links a {
            color: #fff;
            text-decoration: none;
          font-family: 'Gotham Ultra'  !important;
        }
        
       #footer_cus .footer-logo_text {
        
            font-size: 14px;
            margin-bottom: 10px;
        }
        img.footer__logo {
    width: 100%;
    max-width: 54px;
    margin-bottom: 20px;
}
        
@media (min-width: 320px) and (max-width: 767px) {
  .accordian-container {
   
    max-width: 100% !important;
  
}

.header-content .row {

    flex-wrap: wrap !important;
    justify-content: center !important;
}
.event-logo img {
    max-width: 147px!important;
    
    /* margin-top: 10px !important; */
}

.row.d-lfex {
    display: flex;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
p.text_2 {
    text-align: center !important;
 
}
.footer-links {
   
    margin-top: 10px!important;
    gap: 10px!important;
  
    margin-bottom: 15px!important;
}
}  




/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height: 90px;
    padding: 33px 0;
    /* position: fixed; */
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: #282828;
 
}
div#logo {
    text-align: center;
}
@media (max-width: 991px) {

 
.col-sm-4.desktop {
    display: none!important;
}
.col-sm-4.mobile {
    display: block !important;
    padding-right: 0px  !important;
    padding-left: 0px !important;
}
#header #logo img{
    max-width: 95px  !important;
        margin-top: -11px!important;
}
span.cont__2 {
   
    font-size: 13px!important;

    line-height: 6px!important;
    display: block;
    text-align: center;
    
}

p.count__text {
    font-size: 13px!important;
    margin-top: -7px !important;
    text-align: center;

   
}

}
@media (max-width: 991px) {
    #header {
        background: #282828;
        height: 80px;
        padding: 50px 0;
        transition: all 0.5s;
    }
    div#logo {
    text-align: left !important;
            position: relative!important;
        top: -7px!important;
}
}


@media (max-width: 992px) {
    #header .container {
        max-width: 100%;
        padding-right: unset !important;
        /* display: flex; */
        /* justify-content: start;
        flex-direction: row-reverse; */
    }
}

#header.header-scrolled,
#header.header-fixed {
    background: #282828;
    height: 85px;
    padding: 60px 0;
    transition: all 0.5s;
}

#header #logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 6px 0;
    line-height: 1;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header #logo h1 span {
    color: #10579a;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
}

#header #logo img {
  
  
    width: 100%;
   max-width:152px;
  
    margin-top: -18px;
    
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu>li {
    float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}


/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}


/* Nav Meu Container */

#nav-menu-container {
    float: right;
    margin: 0;
margin-top: 4px;
}

@media (max-width: 991px) {
    #nav-menu-container {
        display: none;
    }
}


/* Nav Meu Styling */

.nav-menu a {
    padding: 8px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: 600 !important;
    font-size: 16px;
    outline: none;
}

@media (max-width: 1199px) {
    .nav-menu a {
        padding: 8px 4px;
    }
}


/* .nav-menu .menu-active a,
.nav-menu a:hover {
color: #ffca05;
} */

.nav-menu>li {
    margin-left: 8px;
}


/* .nav-menu>li>a:before {
content: "";
position: absolute;
width: 0;
height: 2px;
bottom: 0;
left: 0;
background-color: #f82249;
visibility: hidden;
transition: all 0.3s ease-in-out 0s;
} */

.nav-menu a:hover:before,
.nav-menu li:hover>a:before,
.nav-menu .menu-active>a:before {
    visibility: visible;
    width: 100%;
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
    border-radius: 3px;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #060c22;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
    border-radius: 3px;
}

.nav-menu ul li:hover>a {
    background: #9d4044;
    color: #fff;
}

.nav-menu ul ul {
    margin: 0;
}


/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: absolute;
    right: 18px;
    top: 0;
    z-index: 999;
    margin: 37px 0px 0 0;
    border: 0;
    background: none;
    font-size: 27px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
    border: 2px solid #F94141;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
    width: 38px  !important;
    height: 36px !important;
}
#mobile-nav-toggle i {
    color: #F94141;
      transition: color 0.3s ease;
}

#mobile-nav-toggle:hover {
  background-color: #F94141;
}

#mobile-nav-toggle:hover i {
  color: #fff;
}
@media (max-width: 991px) {
    #mobile-nav-toggle {
        display: inline;
    }
}


/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: #282828;
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 14px;
  
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    width: 100%;
    max-width: 211px;
    margin: auto;
}

#mobile-nav ul li a:hover {
    color: #ffca05;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #9d4044;
}

#mobile-nav ul .menu-item-active {
    color: #9d4044;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(6, 12, 34, 0.8);
    display: none;
}


/* Mobile Nav body classes */

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

div#fot__text__bottom {
    padding-bottom: 20px;
    padding-top: 15px;
}
/****end ***/
body .reg-form-data input[type=submit] {
    background: var(--mainThemeColor) !important;
    border-color: var(--mainThemeColor) !important;
    background: #E70707;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-family: 'Gotham Ultra';
    font-size: 12px;
    outline: none;
    letter-spacing: 1px;
    border-radius: 0 !important;
}
body .reg-form-data input[type=submit]:hover{
    background: var(--black) !important;
}
body.mobile-nav-active #mobile-nav-toggle .fa-times::before {
    content: '✖';
    font-size: 18px !important;
}