@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&display=swap');
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
@font-face {
    
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/578/uploads/vjf/content/misc/1562822869Helvetica.eot');
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/578/uploads/vjf/content/misc/1562822869Helvetica.eot?#iefix') format('embedded-opentype'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/578/uploads/vjf/content/misc/1562822970Helvetica.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/578/uploads/vjf/content/misc/1562822950Helvetica.woff') format('woff'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/578/uploads/vjf/content/misc/1562822932Helvetica.ttf') format('truetype'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/578/uploads/vjf/content/misc/1562822905Helvetica.svg#Helvetica') format('svg');
    font-weight: normal;
    font-style: normal;
}
inout.form-control,
option,
select,
::placeholder{
  font-family: Oswald!important;
}


/* Setting of Landing page colors and Font */
:root {
    --mainThemeColor: #b71d21;
    --mainThemeColor-rgb: 243, 101, 49;
    --mainThemeColor2: #b71d21;
    --eventFontColor: #696969;
    --overlayHeadingTextColor: #f7f7f7;
    --overlayHeadingTextColor2: rgb(255 255 255 / 10%);
    --eventFontSize: 16px;
    --smalltext: 14px;
    --eventFont: 'Oswald';
    --eventHeadingFont: 'Oswald';
    --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;




}


::selection{
    background: var(--mainThemeColor);
    color: var(--white);
}

div#mblview {
    display: none;
}


.panel-body p {
    text-align: left !important;
}


.two-btn-bg p{
    color: #000  !important;
}

.main-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.item-lgo {
    width: 400px;
    object-fit: cover;
    margin: 5px;
}


/* qr codes  */
/* .mobile-app {
    background: var(--mainThemeColor2);
} */

img.qr {
    border: 1px solid #eeeeee8a;
    padding: 2px;
    border-radius: 2px;
    max-width: 180px;
}

.download-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.download-item .store {
    height: 96px;
}

.download-item.reverse {
    flex-direction: row-reverse;
}



.socialIcons {
    list-style: none;
    padding: 0;
    text-align: center;
    margin-bottom: 0px;
}

.socialIcons li {
    display: inline-block;
    padding-right: 10px;
}

/* .socialIcons li:last-child {
    padding-right: 0px;
} */

.socialIcons li a {
    font-size: 32px !important;
    color: var(--mainThemeColor);
    text-decoration: none;
}

.socialIcons li a:hover i {
    color: var(--mainThemeColor);
}

.thanksWrapper {
    padding: 100px 0;
}
.edit-profile-post-submission {
    padding: 100px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}
.btn-primary {
    color: #fff;
    background-color: #b71d21!important;
    border-color: #b71d21!important;
}
.logos-list {
    text-align: center;
      margin: 30px 0;
}
.logos-list img {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 250px;
    margin: 5px;
    padding: 16px;
    border: solid 1px #eee;
    transition: all 0.2s ease;
}
.logos-list img:hover {
    box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
}
.section.registration-form {
    padding-top: 60px;
}
.video-container1 {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio for responsive design */
    height: 0;
    overflow: hidden;
}

/* section#sponsors {
    display: none;
} */



/* 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);
    z-index: 1;
}

#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: "";

}









.video-container1 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.padding {
    padding-top: 0px;
  position:relative;
}

.popup img{
  display:none;
max-width: 320px;
}
.logo-left-en a {
    background-color: #fff;
    display: block;
    padding: 30px 12px;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
    position: absolute;
    left: 0px;
    top: 0px;
}
.navbar {
    
  margin-bottom: 0px;}
h2{color:#b71d21;}
.icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    margin-top: -60px;
    position: relative;
}
.icons__box {
    text-align: center;
    width: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.icons__img {
    max-width: 120px;
}
.icons__box img{border:5px solid #fff; border-radius:100%;background: #fff;}
.orange-btn{background:#e21637;
color:#fff;
      padding: 6px 20px!important;
  display:inline-block;
  font-size:21px;
}
.icons__title{color:#b71d21;}
.underline {
    display: block;
    border-bottom: 5px solid #de1535;
    padding-bottom: 10px;
}
.orange-btn:hover{color:#fff;
text-decoration:none;
background:#a72831;}
.agenda-row {
    display: table;
    width: 100%;
}
#RegisterBtn {
    border-radius: 4px;
    font-size: 20px;
    padding: 3px 12px 6px;
    font-weight: normal;
}

#RegisterBtn:hover{color:#fff;
background-color:#a72831 !important;}
.panel-default a {
    color: #de1535;
    text-decoration: underline;
}
.panel-default a:hover{
    
    text-decoration: none;
}
.agenda-row .agenda-col:first-child {
    vertical-align: top;
    padding-top: 18px;
    width: 100px;
}
.agenda-col {
    display: table-cell;
    vertical-align: middle;
}

.time-display {
    width: 100px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.time-display img {
    margin-bottom: 0;
}

.agenda-row .agenda-col:last-child {
    /* border-left: 4px solid #ddd; */
    padding: 0 0 0 30px;
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew/578/uploads/vjf/content/misc/1563436443circle.png) no-repeat left top 5px / 10px, url(//vepimg.b8cdn.com/uploads/vjf/173-ccw/timeline-strip.png) repeat-y left 3px top;
}
.bor-bot-line {
    padding-bottom: 20px;
    border-bottom: 0px solid #eee;
    margin-bottom: 15px;
}

.agenda-section .simple-section .agenda-col h3 {
    text-align: left;
    margin-bottom: 15px;
      font-size: 28px;
  line-height:34px;
}
.agenda-section .simple-section h3, .speakers h3 {
    margin-bottom: 50px;
    text-align: center;
}
.agenda-row h3 {
    font-size: 16px;
   line-height: 18px;
    display: block;
    text-align: left;
    color: #555555;
    margin: 20px 0 16px;
}

.agenda-row .speaker {
    padding-left: 60px;
    position: relative;
}

.agenda-row .speaker img {
    height: 50px;
    border-radius: 25px;
    border: 1px solid #ddd;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

.agenda-row .speaker-name {
    font-size: 14px;
    font-weight: 600;
    padding-top: 3px;
}

.agenda-row span.designation {
    display: block;
    font-size: 12px;
}


a.img-container[href^="/en/hall"] {
    border: 2px solid #e21637;
    padding: 12px 30px!important;
    font-size: 1.5em;
    font-family: Oswald;
    border-radius: 3px;
    padding-bottom: 16px !important;
    padding-top: 12px !important;
    color: #fff;
}
a.img-container[href^="/en/hall"]:hover{text-decoration:none; opacity:0.8;}

.control-label {
      font-family:Oswald;
  	  font-size: 18px;
  	  font-weight: normal;
}

.foot_bootom,
.padding .col-lg-2 a img {
    display: none!important
}
.page-heading{display:none;}
body {
    font-family:Oswald;
    font-size: 18px;
  color:#000;
  font-weight:400;
}
h3, h4{font-family:Oswald;}
#reg-btn{background-color:#e21637; border-radius:4px;}
#reg-btn:hover{background-color:#a72831; color:#fff !important; text-decoration:none !important;}
#reg-btn a:hover{text-decoration:none !important;}

#footer a{color:#fff;font-size: 14px;}
.platinum-partner .slick-slide img{padding:0px;}
.partners img{margin-bottom:30px;}
.virtual-tour .col-sm-4{margin-bottom:30px;}
h4{    font-size: 30px;color:#b71d21;
    text-transform: uppercase;}
.main-nav{float:right;     margin-top: 82px;}
.main-logo{float:left;}
.menu-bg{background:url(https://vepimg.b8cdn.com/uploads/vjfnew/578/uploads/vjf/content/misc/1561460509menu-bg.png)repeat-x top left;
background-size:contain; padding:0px;}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
   
    text-decoration:underline !important;
    
}
.navbar-default .navbar-nav>li>a:hover{color:#fff !important; text-decoration:underline !important;}
.reg-btn a:hover{text-decoration:none !important;}
.header-content {
        background: #b71d21;
    position: relative;
    z-index: 1;
}
.testimonials{background-color:#868686;}
.testimonials p{ color:#e0e0e0 !important; text-align:center; margin-top:70px;}
.testimonials span{text-transform:uppercase; font-weight:bold; color:#fff; font-size:20px;}
.two-btn-bg{
  /*background: url(https://vepimg.b8cdn.com/uploads/vjfnew/578/uploads/vjf/content/misc/1561458153btns-bg.jpg) top center repeat;
background:#000000;
  background-size:contain; padding:25px;*/
}
.two-btn-bg p{    font-size:40px;
  font-weight: 300;
    font-family: Oswald;}
.header-content .container{
  /*width:100%;
max-width:100%; */
padding-left:0px;
padding-right:0px;}

.header-content .container > .row{
    margin: 0px;
}

.main_top_area {
   /*background: url(https://vepimg.b8cdn.com/uploads/vjfnew/615/uploads/vjf/content/misc/1572600379banner.jpg) top center no-repeat;*/
  /* background: url(https://vepimg.b8cdn.com/uploads/vjfnew/4006/uploads/vjf/content/misc/1612272501banner.jpg) center right no-repeat;*/
/* background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1703070516adobestock-672887216-jpeg1703070516.jpeg) top right no-repeat; */

background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1727070960foodshow-header-jpg1727070960.jpg) top right no-repeat;
  
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    width: 100%;
    max-height: 550px;
    z-index: 0;
    
}

  .big-logo{display:block;}
  .small-logo{display:none;}
.logo-left-en img {
width:300px;
}

.footer-section-1 img {
    height: 60px;
    margin-top: 15px
}

#LoginBtn {
   /* border: 1px solid #ccc;
    margin-left: 10px*/
}
.regBtn {
    background: #fff;
    color: #b71c20 !important;
    border-radius: 5px;
    padding: 6px 9px !important;
  margin-top: 2px;
}

.emp-video-tag {
    max-width: 100%
}

.navbar-default {
    padding-top: 0px
}
.navbar-toggle {
    margin-top: 18px;
    background: #fff;
}

.logo-left-en {
    text-align: left!important
}

.logo-left-en {
    text-align: left!important;
    position: relative;
}

.modal-header {
    background-color: #b71c20;
 
}
.modal-header h4{ color:#fff !important;}

.participating img {
    height: auto
}

.top-right-section {
    padding-top: 15px
}


.main_top_area .container-wrp {
   /* background: rgba(0, 0, 0, 0); */
  padding: 5% 0px;
}

.popup {
    background: 0 0;
    padding-top: 60px
}

.popup h1 {
    font-family:Oswald!important;
    font-size: 3.5em!important;
    margin-top: 40px;
    text-transform: none;
    font-weight: 700
}

.popup h2 {
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 50px;
    color: #fff;
    font-size: 3.5em;
    font-weight: 700
}

.col-sm-6 a img {
    padding-top: 45px!important;
    margin-bottom: 23px!important
}

.padding a img {
    padding-top: 0!important;
    padding-bottom: 0!important;
    margin-bottom: 0!important
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    text-align: right;
}
.footer-links a {
    font-size: 14px;
    font-weight: 300;
}
#footer,
footer {
    border-top-color: #b71d21!important;
    background-color: #b71d21!important;
    padding-bottom: 12px;
  font-family:Oswald;
}

.footer-section-2 img {
    margin-top: 25px
}

#footer .padding {
    padding-top: 25px
}

.btn-darkgrey {
    background-color: #b71c20!important;
    font-family: Oswald !important;
    font-size: 15px;
    font-weight: 600;
}
#login-footer .btn-default{    font-family: Oswald !important;
    font-size: 15px;
    font-weight: 600;}

.container-parent {
    border-bottom: 0px solid #eee
}

.custom-para-info {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    font-family:Oswald;
    text-align: center
}

#banner-slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

#banner-slider .carousel,
#banner-slider .carousel-inner,
#banner-slider .item,
#banner-slider .item>img {
    height: 100%!important;
    width: 100%!important
}

#time {
    padding: 35px 0 28px
}

#time li {
    background: #fffffa!important;
    border-radius: 5px;
    width: 95px;
    padding: 15px 5px 10px;
    margin-right: 14px
}

#time p {
    background: 0 0!important;
    color: #333;
    height: auto;
    line-height: 1em;
    font-weight: 700;
    font-size: 40px;
    font-family: Oswald, sans-serif
}

#time span {
    margin-top: 0;
    margin-left: 0;
    color: #333;
    left: 0;
    padding-top: 0
}

.popup {
    margin-bottom: 0
}

.two-btns {
    margin: 18px 0 60px;
  text-align:left;
}
.two-btns .btn {
    padding: 6px 30px!important;
    font-size: 1.5em;
 
    font-family: Oswald;
    border-radius: 3px;
}

.two-btns .green-btn, .two-btns .green-btn:hover {
    background: #b72322;
    color: #fff!important;
    box-shadow: none;
    margin-right: 15px;
}

.two-btns .green-btn:hover{background:#a72831;}

.two-btns .white-btn {
    box-shadow: none;
    border: 2px solid #b72322;
}

#get-your-own .two-btns .green-btn {
    box-shadow: 0 8px 0 0 #c7c7c7!important
}

.header-bottom {
    padding: 10px;
    color: #393939;
    background: #f7f7f5
}

.header-bottom .list-inline {
    margin-bottom: 5px
}

.header-bottom ul li {
    padding: 0 5px;
    display: inline-block;
    vertical-align: top
}

.header-bottom .details-img {
    margin-right: 10px
}

.header-bottom .details-img img {
    height: 70px;
    width: 70px
}

.header-bottom .details-box {
    width: 272px;
    overflow: hidden;
    text-align: left;
    padding: 5px
}

.header-bottom .details-info h4 {
    margin: 15px 0 3px
}

.header-bottom .details-info p {
    line-height: 1em;
    font-size: 12px
}

.simple-section {
    color: #393938;
    text-align: left;
    padding: 40px 5px!important;
  /*  border-bottom: 1px solid #e0e0e0*/
}

.simple-section h1 {
    font-family: Oswald, sans-serif;
    font-size: 40px;
    text-align: center;
    margin: 0 0 20px;
    font-weight: 700;
    color: #2c2c2c
}
.simple-section h3{
margin: 0 0 25px;
    font-size: 45px;
    color: #b71d21;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    
}
h3{position:relative;}
/*h3.underline:after{content:"";
  width:400px;
  height:5px;
  background-color:#000;
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:-20px;
}*/

.simple-section ol {
    padding-left: 16px;
    padding-top: 6px
}

.simple-section ol li {
    padding-bottom: 10px;
    padding-left: 8px
}

.simple-section.inner-section h2 {
    font-size: 22px;
    text-align: left;
    margin: 0 0 20px;
    font-weight: 600;
    color: #414141
}

.simple-section.inner-section ol {
    padding-left: 35px
}

.simple-section.inner-section ol li,
.simple-section.inner-section ul li {
    padding-bottom: 6px;
    padding-left: 8px
}

.simple-section p {
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 28px
}

#presenters-section h1 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px
}

#about-section p {
    font-size: 16px;
    line-height: 1.5em
}

.schedule-container {
    color: #414141;
    border-bottom: 1px solid #e9e8e8;
    padding: 13px 0 5px;
    width: 100%
}

.schedule-container ul li {
    vertical-align: top
}

.day-display {
    width: 150px;
    height: 110px;
    background-color: #22AECF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    display: table-cell;
    vertical-align: middle;
    color: #f9ffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1em
}

.schedule-box {
    width: 230px;
    min-height: 110px;
    border-left: 5px solid #22AECF;
    padding: 8px 8px 8px 35px;
    position: relative
}

.schedule-box img {
    position: absolute;
    width: 15px;
    left: 11px;
    top: 12px
}

.time-slot-time {
    padding: 0;
    margin: 0 0 2px;
    font-size: 14px;
    font-weight: 700;
    color: #464646
}

.time-slot-header {
    padding: 0;
    margin: 0 0 3px;
    color: #292929
}

.time-slot-text {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 1.3em
}

.btn-schedule {
    margin-top: 35px
}

#cta50-section {
    text-align: center;
    background: #e9573b;
    color: #f8f9ff
}

.cta50-text,
.cta50-text h1 {
    text-align: right
}

.cta50-text h1 {
    font-family: Oswald, serif;
    color: #f8f9ff
}

.btn-cta50-container {
    text-align: left
}

.btn-cta50 {
    background-color: #fffff6;
    box-shadow: 0 8px 0 0 #931502;
    color: #e9572f;
    font-size: 1.5em;
    font-weight: 700;
    margin-top: 2px;
    padding: 15px 50px;
    border: 0
}

.btn-cta50:hover {
    background-color: #fff5ff;
    color: #e9571f
}

#cta60-section,
#cta60-section h1 {
    color: #fcffff;
    text-align: center
}

.featured-presenter {
    border-bottom: 1px solid #d7d7d8;
    overflow: hidden;
    padding: 35px
}

.featured-speaker-img {
    border: 10px solid #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
    float: left;
    margin-right: 30px;
    max-height: 305px
}

.featured-presenter p {
    font-size: 20px;
    line-height: 1.5em
}

#cta60-section {
    background: #e9553f
}

#cta60-section h3 {
    text-align: center
}

.btn-cta60,
.btn-cta60:hover {
    background-color: #fbffff;
    box-shadow: 0 8px 0 0 #931500;
    color: #e9543f;
    font-size: 1.5em;
    font-weight: 700;
    margin-top: 15px;
    padding: 15px 50px;
    border: none
}

.navbar-form.navbar-left {
    float: right
}

.navbar-nav>li>a {
    border-bottom: 2px solid transparent;
    padding-bottom: 2px
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    text-decoration: none;
    color: #fff;
    padding: 8px 12px 9px;
    font-size: 20px;
    line-height: 18px;
    font-weight: 400;
    text-transform: none;
  font-family:Oswald;
}

.navbar-collapse .navbar-nav {
    display: inline-block;
    float: none;
    width: 950px;
    vertical-align: middle
}

.navbar-collapse .navbar-form {
    display: inline-block;
    float: none!important;
    margin: 0;
    vertical-align: middle
}

.navbar-collapse {
    display: block!important
}

.navbar-collapse .nav>li {
    display: inline-block!important
}

.navbar-header {
    display: none!important
}

.col-lg-9.top-right-section {
    float: right;
    text-align: right
}

.faq.padding {
    padding: 0
}

.faq .panel {
    background: #fff;
    padding: 0px 25px;
    margin: 0 0 27px;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    border-bottom: 2px solid #ccc;
    padding-bottom: 30px;
}

.faq .panel-heading {
    padding: 0!important;
    background: 0 0!important
}

.faq h4.panel-title a {
    font-size: 24px;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    line-height: 30px;
    color: #333;
    font-family: Oswald, sans-serif;
    font-weight: 700;
      text-transform: none;
}

.faq .panel-collapse {
    font-size: 14px;
    text-decoration: none;
    cursor: pointer
}

.faq .panel-collapse .panel-body {
    width: 100%!important;
    padding-bottom: 0;
    border: none!important;
    padding-top: 9px;
    font-size: 21px!important;
    font-family: Oswald, serif!important;
    line-height: 24px!important;
    color: #000!important
}
.faq .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
  font-size:19px;
  color:#e01439;
}
.faq .panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.faq .panel-title > a:hover, 
.faq .panel-title > a:active, 
.faq .panel-title > a:focus  {
    text-decoration:none;
}
.featured-presenter p a {
    color: #f60
}

#video-section {
    color: #393937
}

.about-video-wrapper {
    margin: auto 30px auto auto;
    width: 500px;
    float: left
}

div#eventApp p{
    text-align: center;
    padding-top: 20px;
}

.section-main-header {
    margin: 0 0 5px;
    padding: 0
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 5px;
    height: 0;
    overflow: hidden;
    margin: auto auto 10px
}

.video-container embed,
.video-container iframe,
.video-container img,
.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    margin: auto
}

#video-section p {
    font-family: Oswald, serif;
    font-size: 20px;
    line-height: 1.5em
}

#partners-section .col-lg-3 {
    float: none;
    display: inline-block;
    width: auto;
    vertical-align: bottom
}

#partners-section .col-lg-3 img {
    width: 200px
}

.dateList {
    text-align: left;
    margin-bottom: 5px
}

.dateList span.cal-icon img {
    width: 25px;
    height: 25px
}

.sponserSec {
    margin-bottom: 35px;
    text-align: center
}

@media only screen and (max-width:1200px) {
    .navbar-collapse .navbar-nav{
        width: unset;
    }
    .logo-container {
        text-align: center
    }
    #about-section p,
    .featured-presenter p {
        line-height: 1.5em;
        font-size: 18px
    }
    .day-display {
        width: 120px;
        font-size: 20px
    }
    .details-box {
        width: 220px
    }
    .about-image-container ul li img {
        width: 250px
    }
    .schedule-box {
        width: 180px
    }
    .buy-box {
        width: 220px
    }
    .buy-feature-list {
        font-size: 12px
    }
    .faq-list-container,
    .testimonial-box {
        width: 100%
    }
}

@media only screen and (max-width:992px) {
   .main-nav {
    float: none;
    margin-top: 0px;
    background: #363636;
    padding: 10px 0px;
}
  .menu-bg{background:none;}
  .main-logo {
    float: none;
    background: #e21637;
    padding-bottom: 15px;
    padding-top:15px;
}
  .big-logo{display:none;}
  .small-logo{display:block; max-width:130px !important; }
  .navbar {
    min-height: 0px;
    margin-bottom: 0px;
   
}
  .main_top_area{margin-top:0px;}

    #cta50-section,
    .btn-cta50-container,
    .cta50-text,
    .dateList,
    .top-menu-container ul {
        text-align: center
    }
    .col-lg-9.top-right-section,
    .col-lg-9.top-right-section .container-fluid,
    .logo-left-en {
        text-align: center;
        padding: 0
    }
    .navbar-nav {
        margin: 0
    }
    header.smaller {
        position: relative
    }
    .hero-info-container h1 {
        margin: 10px;
        padding: 0;
        font-size: 2.5em;
        color: #fffffc
    }
    .hero-info-container h2 {
        font-size: 1.2em
    }
    .details-box {
        width: 320px
    }
    .about-image-container {
        width: 100%;
        float: none
    }
    .about-image-container ul li img {
        width: 285px
    }
    .video-wrapper {
        margin: auto 0 auto auto;
        max-width: 100%;
        float: none
    }
    #video-section h1 {
        margin-top: 30px
    }
    .day-display {
        width: 100px;
        font-size: 20px
    }
    .schedule-box {
        width: 134px
    }
    .buy-box {
        width: 265px;
        margin-bottom: 15px
    }
    .partners-container ul li img {
        width: 145px
    }
    .video-inline-list li {
        width: 32%
    }

}


@media only screen and (max-width:991px) {
 
.top-right-section {
    padding-top: 2px;
    position: initial;
}
  .logo-left-en a {
    
    left: 15px;
 
}
}
@media only screen and (min-width:767px) {

    .main_top_area{
        background-position-x: 250px;
        background-position-y: -45px;
        max-height: unset  !important;
    }
    /* .container-wrp {
        background-image: linear-gradient(to right, rgb(0, 0, 0) 30%, rgba(255, 0, 0, 0));
      } */
}
@media only screen and  (min-device-width: 576px) and (max-device-width: 766px) {
    .main_top_area{
       background-position: top center;
    }
    /* .container-wrp {
        background-image: linear-gradient(to right, rgb(0, 0, 0) 30%, rgba(255, 0, 0, 0));
      } */
}
@media only screen and  (max-device-width: 576px) {
    .main_top_area{
        background-position-x: center;
    }
}
@media only screen and (max-width:767px) {


    .download-item {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .download-item .qr {
        margin-bottom: 20px;
    }

    .download-item.reverse {
        flex-direction: column;
    }


  .two-btns a{display:block;}
  

  .main-nav {
   
    background: black;
 
}
    .navbar-default {
        padding-top: 0
    }

    .logo-left-en img {
        margin-top: 0!important;
          width: 160px;
       
    }
    .jad-logo-mob {
        margin-top: 12px
    }
    .navbar-collapse {
        margin-top: 40px
    }
    .popup {
        width: 100%;
        padding: 0 10px 35px
    }
    .popup h1 {
        font-size: 2.5em!important;
        margin-top: 20px
    }
    .popup h2 {
        font-size: 1.2em!important
    }
    .col-lg-9.top-right-section,
    .logo-left-en {
        padding: 0 20px
    }
    .logo-container {
        text-align: center
    }
    .two-btns button {
       
    }
    .two-btns button.green-btn {
        margin-top: 0
    }
    #time li {
        width: 60px;
        padding: 15px 5px 10px;
        margin-right: 5px
    }
    #time p {
        font-size: 28px;
        font-family: Oswald, sans-serif;
        min-width: 40px
    }
    #time span {
        font-size: 12px;
        width: 100%
    }
    .header-bottom ul li {
        width: 100%;
        vertical-align: top
    }
    .header-bottom .details-box {
        margin: 0 auto
    }
    .btn-cta50 {
        color: #22aecf
    }
    .text-center {
        text-align: center!important
    }
    .participating.sponsors {
        padding-top: 0
    }
    .participating img {
        margin: 0
    }
    .faq .panel-title {
        font-size: 14px
    }
    .faq .panel-heading {
        padding: 10px 45px 10px 15px
    }
    .counter-box {
        width: 90px
    }
    .header-bottom .details-box {
        width: 214px
    }
    .about-image-container ul li img {
        width: 257px
    }
    .day-display-container {
        width: 100%
    }
    .day-display {
        width: 100px;
        font-size: 20px
    }
    .schedule-box,
    .video-inline-list li {
        width: 100%
    }
    .two-btns button.btn {
        padding: 15px 12px!important;
        width: 95%
    }
      .two-btns button.btn {
    width:100% !important;
}
    #sbg-1 img,
    #sbg-2 img,
    #sbg-3 img {
        display: none
    }
    .navbar-collapse .nav,
    .navbar-header {
        display: block!important
    }
   .navbar-collapse .nav{
  position: absolute;
    background: #b71d21;
    width: 100%;
    left: 0px;
     padding: 0px 10px 10px;
  }
    #sbg-1 {
        background: url(http://vepimg.b8cdn.com/uploads/vjf/134-pdn/bg-sm-1.jpg) left top/100% 100% no-repeat
    }
    #sbg-2 {
        background: url(http://vepimg.b8cdn.com/uploads/vjf/134-pdn/bg-sm-2.jpg) left top/100% 100% no-repeat
    }
    #sbg-3 {
        background: url(http://vepimg.b8cdn.com/uploads/vjf/134-pdn/bg-sm-3.jpg) left top/100% 100% no-repeat
    }
    .navbar.navbar-default {
        margin-bottom: 0;
        min-height: 0;
      position: initial;
    }
    .navbar-header {
        margin-top: -15px
    }
    .navbar-collapse .nav>li {
        display: block!important;
        text-align: center;
        border-bottom: 1px solid #eee
    }
    .navbar-default .navbar-collapse {
        display: none!important;
        text-align: center;
        margin-top: 8px
    }
    .navbar-default .navbar-collapse.in,
    .navbar-default .navbar-form {
        display: block!important;
        text-align: center
    }
    .dateList {
        text-align: center
    }
}
@media only screen and (max-width:575px) {


    div#deskvew {
        display: none;
    }

    div#mblview {
        display: block;
    }
    .two-btn-bg p{
        font-size: 22px !important;
    }
    .main_top_area{
        max-height: unset !important;
    }
    #bs-example-navbar-collapse-1.collapse:not(.show) {
    display: none !important;
}
#bs-example-navbar-collapse-1.collapse.in {
    display: block !important;
}
  
  input#fld_75880 {
    background: #b71d21;
    border-color: #b71d21;
    width: 100%;
}
  
.main_top_area .container-wrp {
     background: rgb(0 0 0 / 60%);
    text-align:center;
    
    }

    .two-btn-bg p{
        color: #fff !important;
    }
  .container-wrp img {
 
    margin: auto;
}}
  
@media only screen and (max-width:480px) {
    .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;

    }

  .popup img{
    max-width: 100%;
  }

    .hero-info-container {
        text-align: center;
        padding: 20px 0 60px
    }
    .number {
        font-size: 25px
    }
    .counter .list-inline li {
        padding-left: 0;
        padding-right: 0
    }
    .counter-box {
        padding: 15px 5px;
        width: 50px
    }
    .duration {
        font-size: 9px
    }
    .popup {
        padding-bottom: 0
    }
    .popup h1 {
        font-size: 2em!important
    }
    .popup h2 {
        margin-bottom: 30px
    }
    .two-btns .green-btn,
    .two-btns .green-btn:hover {
        margin-right: 0
    }
    h1 {
        font-size: 28px!important
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        padding-left: 0;
        padding-right: 0
    }
    .header-content {
     
    }
    .header-content .navbar-collapse .btn-info {
        margin: 8px 0
    }
    .logo-left-en {
        text-align: left!important
    }
    .col-lg-9.top-right-section {
        margin-top: -30px;
        float: none
    }
}

.section-heading {
    font-weight: 300;
    font-size: 36px;
    color: #888;
    margin-top: 45px
}

.tmdi-heading {
    margin: 30px 0 25px;
    border-bottom: 1px solid #d6d6d6
}

.tmdi-heading h4 {
    color: #2cafe3;
    font-size: 24px;
    font-weight: 300;
    margin: 0;
    padding-bottom: 10px;
    float: left
}

.tmdi-heading .carousel-control {
    position: relative;
    top: auto;
    left: auto;
    background: 0 0;
    display: inline-block;
    opacity: 1;
    margin-top: 6px
}

.tmdi-heading .left.carousel-control {
    background: url(http://vepimg.b8cdn.com/uploads/vjf/133-mtdi/icon-prev.png) no-repeat;
    width: 25px;
    height: 21px;
    margin-right: 10px
}

.tmdi-heading .right.carousel-control {
    background: url(http://vepimg.b8cdn.com/uploads/vjf/133-mtdi/icon-next.png) no-repeat;
    width: 25px;
    height: 21px
}

.carousel-inner .item .col-sm-3:first-child,
.carousel-inner .item .col-sm-4:first-child {
    padding-left: 0
}

.carousel-inner .item .col-sm-4:last-child {
    padding-right: 0!important
}

.carousel-inner .item p {
    color: #333;
    font-size: 16px;
    padding-top: 5px;
    font-weight: 400;
    margin: 0
}

.carousel-inner .item span {
    display: block;
    color: #888;
    font-size: 12px;
    padding-top: 5px;
    font-weight: 300
}

.carousel-inner .item label {
    display: block;
    color: #666;
    font-size: 12px;
    padding: 20px 0 0;
    margin: 0;
    font-weight: 300;
    text-transform: uppercase
}

.carousel-inner .item p.description {
    color: #666;
    font-size: 14px;
    font-weight: 300
}

.carousel-inner.sm-carousel .item p {
    font-size: 14px;
    padding-top: 8px
}

#virtual-tour .section-heading {
    padding-bottom: 20px
}

#virtual-tour .col-xs-2 {
    width: 20%!important
}

#virtual-tour .col-xs-2 .vt-thumb {
    padding-bottom: 12px
}

#virtual-tour .col-xs-2 img {
    max-height: 107px!important;
    width: 100%;
    border: 1px solid #7d7d7d
}

#virtual-tour h3 {
    padding: 15px 0 24px;
    margin: 0
}

#virtual-tour .col-sm-7 img {
    border: 1px solid #7d7d7d
}

#virtual-tour .col-sm-5 {
    font-family: Oswald, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #666
}

#virtual-tour .tmdi-heading {
    margin: 0;
    border-bottom: none;
    height: 40px
}

.vt-thumb.selected {
    background: url(http://vepimg.b8cdn.com/uploads/vjf/133-mtdi/icon-thalay-noo.png) center bottom no-repeat
}
@media (min-width: 768px){
.navbar-right {
    float: none!important;
}
}

@media (min-width:992px) {
    .vjf-header p#announcement-section {
        display: inline-block
    }
    .top-search {
        float: right;
        max-width: 100%;
        width: 300px
    }
    .top-search .typeahead.dropdown-menu li {
        overflow: hidden
    }
}

#Prev-Next-Booth-Btns {
    position: relative!important;
    height: auto!important
}

#JsRegisterFrm label.required::after {
    content: " *";
    color: red;
}

.edit-profile .controls{
display:none !important;
}

.slick-slide {
    display: none;
    float: left;
    height: 200px !important;
    /* min-height: 1px; */
}

.simple-section ul li {
    line-height: 1.5;
    padding-bottom: 5px;
}
.simple-section ul li::marker {
    color: #b71d21;
}

.simple-section ul {
    margin: 0;
}

 input#fld_75880 {
    background: #b71d21;
    border-color: #b71d21;
}

body.curr-lang-en .navbar {
    display: block !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: white !important;
    color: #FFF;
    text-decoration: underline;
}


span#grp_fld_396075 input {
width:auto;
    color: #fff;
    padding: 0 30px;
    background-color: #b71d21;
}
.nw-frm-bldr .reg-form-data .row .col-12:last-child {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

 .col-sm-12 {
    width: 100%;
}
.text-center {
    text-align: center !important;
}

span#grp_fld_324375 input {
width:auto;
    color: #fff;
    padding: 0 30px;
}


