@font-face {
  font-family: 'OpenSansExtraBold';
  /*src: url('../fonts/OpenSansExtraBold.eot');
  src: url('../fonts/OpenSansExtraBold.eot') format('embedded-opentype'),*/
  src: url('../fonts/OpenSansExtraBold.woff2') format('woff2'),
       url('../fonts/OpenSansExtraBold.woff') format('woff'),
       url('../fonts/OpenSansExtraBold.ttf') format('truetype'),
       url('../fonts/OpenSansExtraBold.svg#OpenSansExtraBold') format('svg');
}
@font-face {
  font-family: 'OpenSansLight';
  /*src: url('../fonts/OpenSansLight.eot');
  src: url('../fonts/OpenSansLight.eot') format('embedded-opentype'),*/
  src: url('../fonts/OpenSansLight.woff2') format('woff2'),
       url('../fonts/OpenSansLight.woff') format('woff'),
       url('../fonts/OpenSansLight.ttf') format('truetype'),

       url('../fonts/OpenSansLight.svg#OpenSansLight') format('svg');
}
@font-face {
  font-family: 'OpenSansRegular';
  /*src: url('../fonts/OpenSansRegular.eot');
  src: url('../fonts/OpenSansRegular.eot') format('embedded-opentype'),*/
  src: url('../fonts/OpenSansRegular.woff2') format('woff2'),
       url('../fonts/OpenSansRegular.woff') format('woff'),
       url('../fonts/OpenSansRegular.ttf') format('truetype'),
       url('../fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
}
@font-face {
  font-family: 'OpenSansBold';
  /*src: url('../fonts/OpenSansBold.eot');
  src: url('../fonts/OpenSansBold.eot') format('embedded-opentype'),*/
  src: url('../fonts/OpenSansBold.woff2') format('woff2'),
       url('../fonts/OpenSansBold.woff') format('woff'),
       url('../fonts/OpenSansBold.ttf') format('truetype'),
       url('../fonts/OpenSansBold.svg#OpenSansBold') format('svg');
}

@font-face { font-family: 'IBM Plex Devanagari'; src: url(https://vepimg.b8cdn.com/uploads/vjfnew/649/uploads/vjf/content/misc/1577179800IBMPlexSansDevanagari-Regular.otf)}
@font-face { font-family: 'IBM Plex Devanagari SemiBold'; src: url(https://vepimg.b8cdn.com/uploads/vjfnew/649/uploads/vjf/content/misc/1577179827IBMPlexSansDevanagari-SemiBold.otf)}
@font-face { font-family: 'IBM Plex Devanagari Bold'; src: url(https://vepimg.b8cdn.com/uploads/vjfnew/649/uploads/vjf/content/misc/1577687922IBMPlexSansDevanagari-Bold.otf)}
@font-face { font-family: 'IBM Plex Devanagari Light'; src: url(https://vepimg.b8cdn.com/uploads/vjfnew/649/uploads/vjf/content/misc/1577688021IBMPlexSansDevanagari-Light.otf)}


html{
position:relative;
min-height:100%;
overflow-x:hidden;
}

.registration_frame{
    width: 100%;
    height: 540px;
    border: 0px;
    
}



.padding_top_20{
  padding-top: 20px;
}

/* autocomplete*/
.twitter-typeahead{width: 100%}
.tt-menu{
  text-align: left;
}
.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {

}

.edit-profile-box-login{
  padding-top: 20px;
}

.edit-profile-box-login a.btn-primary{
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

/**/
@media only screen and (max-width:600px){
  .banner-ratio {
    background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew/649/uploads/vjf/content/misc/157848538715782899117680x1600.jpg') !important;
   }
} 


body{
-webkit-transition: all 0.3s ease;                  
  -moz-transition: all 0.3s ease;                 
  -o-transition: all 0.3s ease;   
  -ms-transition: all 0.3s ease;          
  transition: all 0.3s ease;
}
img:not(.no-fix-width){
max-width: 100%;
}
.container{
max-width:1170px;
margin:auto;
}
*, *:hover {
-webkit-transition: all 0.3s ease;                  
  -moz-transition: all 0.3s ease;                 
  -o-transition: all 0.3s ease;   
  -ms-transition: all 0.3s ease;          
  transition: all 0.3s ease;
}

#clockdiv{font-family:  'IBM Plex Devanagari',sans-serif;color: #333;display: inline-block;font-weight: 100;text-align: center;font-size: 40px}
#clockdiv > div {padding: 10px;border-radius: 3px;background: #fffffa;display: inline-block; margin-right: 14px}
#clockdiv > div:last-child {margin-right: 0}
#clockdiv div > span{padding: 7px 10px 0;border-radius: 3px;background: none;display: block; line-height: 1em;min-width: 78px}
#clockdiv .smalltext{padding-bottom: 3px;font-size: 16px}

.main_top_area{
width:100%;
background-size: 100% 100%;
border-bottom:solid 5px #b8b8b8;
background-image: url(../images/new/Corniche-Skyline-Abu-Dhabi-UAE.jpg);
background-repeat: no-repeat;
background-position: center top;
}
.navbar-default {
background-color: transparent;
border-color:transparent;
}

.navbar-default .navbar-nav > li > a {
color:#FFF;
font-weight:bold;
font-size:14px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #FFF;
text-decoration:underline;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
background-color:transparent;
color: #FFF;
text-decoration:underline;
}

.navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 0px;
}
.padding{
padding-top:25px;
}
.popup{
width:80%;
height:auto;
background: rgba(0, 0, 0, .7);
margin:30px auto;
padding:15px 30px 35px;
}
.popup h1{
font-size:35px;
color:#FFF;
text-align:center;
/* font-family: Arial, Helvetica, sans-serif; */
text-transform:uppercase;
}
.popup h2{
font-size:26px;
color:#DC2225;
text-align:center;
/* font-family: Arial, Helvetica, sans-serif; */
text-transform:none;
}
.popup h3{
font-size: 2.5em;
color:#FFF;
text-align: left;
font-family:  'IBM Plex Devanagari regular';
text-transform: none;
}
.participating{
padding:30px 0px 30px 0px;
}
.participating img{
text-align:center;
margin:20px 0;
border:solid 1px;
border-color:transparent;
padding:10px;
height:56px;
}
.participating img:hover{
border:solid 1px #CCC;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding:10px;
}
h1{
font-size:48px;
color:#2d2c2c;
text-align:center;
font-family:  'IBM Plex Devanagari Bold', Arial, Helvetica, sans-serif;
text-transform:uppercase;
}
h2{
font-size:30px;
color:#2d2c2c;
text-align:center;
font-family:  'IBM Plex Devanagari', 'OpenSansLight';
}
.green{
color:#DC2225;
}
.gray{
color:#666;
}
.blue{
color:#005faf;
}
.sub_title{
 font-family:  'IBM Plex Devanagari', 'OpenSansBold';
 font-size:18px;
 color:#FFF;
 /* padding-left:15px; */
 font-weight:normal;
}
.space{
margin-right:10px;
}
.sep
{
color:#FFF;
font-weight:bold;
font-size:14px;
padding-top: 13px;
}

p{
  font-family: 'IBM Plex Devanagari';
}
h3{
  font-family: 'IBM Plex Devanagari SemiBold';
}
.video_section{
width:100%;
background:#f0f0f0;
border-bottom:solid 5px #bababa;
padding:30px 0px 30px 0px;
}
.video_bg{
background:url(../images/new/lapotop.png) no-repeat center;
background-size:100%;
height:376px;
}
.video_section h1{
font-size:36px;
color:#2d2c2c;
 font-family: 'IBM Plex Devanagari Light';
 text-transform:uppercase;
 padding:0px;
 margin:0px;
}
.video_section h2{
font-size:18px;
color:#306a8f;
 font-family: 'OpenSansLight';
 text-align:left;
}
.video_section p{
color:#554e4e;
font-family: 'IBM Plex Devanagari';
font-size:12px;
line-height:20px;
}

.video_section .btn{
border:solid 2px #585656;
border-radius:0px;
padding:15px 40px 15px 40px;
}
.video_section .btn:hover {
opacity:0.8;
}
.social{
width:100%;
background:#141414;
padding:30px 0px 30px 0px;
color:#FFF;
text-align:center;
}
.social h1{
font-size:48px;
color:#FFF;
text-align:center;
 font-family: 'IBM Plex Devanagari Bold';
 text-transform:uppercase;
}
.social h2{
font-size:22px;
color:#FFF;
 font-family: 'OpenSansLight';
}
.faq{
}

.faq h1{
font-size:36px;
color:#000;
font-family:  'IBM Plex Devanagari Bold';
}
.faq p{
color:#554e4e;
font-family:  'IBM Plex Devanagari';
font-size:12px;
line-height:20px;
text-align:center;
}
.line{
background:url(../images/new/line.png) no-repeat center;
width:100%;
height:5px;
margin:20px 0px 20px 0px;
}
footer{
color:#FFF;
border-top-width: 5px;
border-top-style: solid;
border-top-color: #DC2225;
background-color: #CCC;
}

footer .navbar-default {
background-color: transparent;
border-color:transparent;
float: left;
padding-top: 60px;
padding-right: 0px;
padding-bottom: 40px;
padding-left: 0px;

}

footer .navbar-default .navbar-nav > li > a {
color:#666;
font-size:12px;
font-weight:normal;
float: right;
}
footer .navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #FFF;
text-decoration:underline;
}

footer .navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
background-color:transparent;
color: #DC2225;
text-decoration:underline;
}
.foot_bootom{
color:#666;
font-size:12px;
font-family: 'IBM Plex Devanagari';
padding:10px 0px 10px 0px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #BBBBBB;
}
.foot_bootom .social_icon{
float:right;
clear:both;
}
.foot_bootom img{
margin-right:10px;
}
button.btn {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;

font-family:'IBM Plex Devanagari Bold';
}
.two-btns {
text-align:center;
margin:16px 0 46px;

}
.two-btns button.btn {
padding:20px 48px;
}
.green-btn {
color:#FFFFFF;
background-color: #DC2225;
}
.green-btn:hover {
background:#00e356;
color:#FFFFFF;
}
.white-btn {
background:#FFFFFF;
color:#565555;
}
.white-btn:hover {
opacity:0.8;
}
.cus-accordian .panel-heading {
background:url(../images/new/close.png) no-repeat #f8f2f2 right center;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
font-family: 'IBM Plex Devanagari SemiBold';
}
.cus-accordian .panel-heading.headin {
background:url(../images/new/open.png) no-repeat right center;
}
.cus-accordian .panel {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.cus-accordian .panel-body {
  font-family: 'IBM Plex Devanagari';
  font-size:12px;
}
.cus-accordian .panel-default > .panel-heading + .panel-collapse > .panel-body {
width:94%;
margin:0 auto;
border-top:dotted #ababab 2px;
padding-left:0;
padding-right:0;
line-height:20px;
color:#554e4e;
}
.socialmedia li {
display:inline-block;
}
.socialmedia li a {
-webkit-border-radius:999em;
-moz-border-radius:999em;
border-radius:999em;
border:#FFFFFF solid 2px;
width:60px;
height:60px;
display:block;
text-align:center;
line-height:60px;
padding:13px 0;
}
.logos {
text-align:center;
}
.logos .col-lg-1 {
min-height:96px;
}
#countdownWrapper {
background: #222;
padding: 40px 0 45px;
text-align: center;
}

#time {
color: white;
text-align: center;
padding-top: 23px;
}

#time p {
min-width: 85px;
height: 85px;
font-size: 35px;
line-height: 80px;
font-weight: normal;
padding:0 10px;
color: #555;
margin: 0;
background: #ffffff; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #eaeaea 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#eaeaea 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#eaeaea 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #ffffff 0%,#eaeaea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
font-family:  'IBM Plex Devanagari';
z-index: 3;
text-align: center;
}

#time span {
color: #fffefe;
width: 80px;
padding: 6px 0;
margin: 17px 0 0 0;
display: inline-block;
background:none;
text-align: center;
position: relative;
font-family: 'IBM Plex Devanagari';
left: 3px;
font-size:13px;
}
#time ul {
display:inline-block;
padding:0;
}
#time li {
display: inline;
float: left;
margin: 0 20px 0 0;
}


#time ul, #time ul:nth-child(2) li:last-child {
margin: 0;
}


/* MY JS */
.img-options{
display:none;
}
.accordian-options{
display:none;
}
.cus-accordian .panel-body ul {
padding-left:20px;
}
.cus-accordian .panel-title a {display: block;}
.modal-header{
background-color: #444;
color:white;
padding:9px 15px;
}
.modal-header .close{
opacity: 0.6;
color:white;
}
.btn-darkgrey{
background-color:#DC2225;
color:white;
}
.btn-darkgrey:hover{
background-color:#00e356;
}
footer .navbar-default{
padding-bottom:0px;
}
#inner-page {background-size: 100% auto}
#inner-page .popup, #inner-page .two-btns {display: none}
#inner-page .popup {display: none}
.med-txtbox{
width:350px;
}

.custom-modal-container{width:auto}
.custom-modal-container .modal-header{
margin-bottom: -5px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;

-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;

border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.form-registration{
padding: 10px 20px 0 40px;
}
#RegisterFrm .controls{
clear:both;
}
.FromResponseContainer{
padding: 15px 15px 10px 0px;
}
.FormResponseError{
font-family:  'IBM Plex Devanagari',Helvetica,Arial,sans-serif;
font-size: 15px;
line-height: 1.42857143;
color: red;
font-weight: bold;
}
.FormResponseSuccess{
font-family:  'IBM Plex Devanagari',Helvetica,Arial,sans-serif;
font-size: 15px;
line-height: 1.42857143;
color: green;
font-weight: bold;
}

::-webkit-input-placeholder {
  color:    #aaa;
}
:-moz-placeholder {
  color:    #aaa;
}
::-moz-placeholder {
  color:    #aaa;
}
:-ms-input-placeholder {
  color:    #aaa;
}

.help-block{
font-size:12px;
}

/* client feedback fixes */
h1 {text-transform: none}
.logos .col-lg-1 {min-height: 70px}
.participating {padding-top: 20px}
.participating.sponsors {padding-top: 33px}
.participating img {margin: 13px 0 0}
.faq.padding {padding-bottom: 20px}
.line {
background-image: url(../images/spacer-16.png);
background-repeat: repeat-x;
height: 16px
}

.foot_bootom .social_icon a {
width: 14px;
height: 14px;
display: inline-block;
background-color: transparent;
background-repeat: no-repeat;
}

.foot_bootom .social_icon a.fb {
background-image: url(../images/new/facebook.png)
}
.foot_bootom .social_icon a.fb:hover {
background-image: url(../images/new/facebook-h.png)
}

.foot_bootom .social_icon a.rss {
background-image: url(../images/new/rss.png)
}
.foot_bootom .social_icon a.rss:hover {
background-image: url(../images/new/rss-h.png)
}

.foot_bootom .social_icon a.twitter {
background-image: url(../images/new/twiter.png)
}
.foot_bootom .social_icon a.twitter:hover {
background-image: url(../images/new/twiter-h.png)
}

.foot_bootom .social_icon a.linkedin {
background-image: url(../images/new/linkedin.png)
}
.foot_bootom .social_icon a.linkedin:hover {
background-image: url(../images/new/linkedin-h.png)
}

.ResponseBox{
display:none;
color: #DC2225;
font-weight: bold;
}
.ResponseBoxTxt{
height: auto !important;
padding: 34px 20px 20px 20px;
text-align: center;
font-size: 18px;
}

.jad-logo-mob, .mob-clearfix {display: none}

/* cometchat embed */
#comet-chat .cometchat_notification {display: none !important}
#comet-chat .cometchat_traypopup {width: 100% !important; height: 100% !important; left: 0 !important; display: block !important}
#comet-chat .cometchat_traycontent {height: 96% !important}
#comet-chat .cometchat_traycontenttext {height: 100% !important}
#comet-chat .cometchat_iframe {position: relative; height: 100% !important; width: 100% !important}
#comet-chat #cometchat_base {width: 100% !important; left: 0 !important; border-radius: 0}
#comet-chat #cometchat_userstab/*, #cometchat_optionsbutton*/, #cometchat_hide, .cometchat_trayiconimage/*, #cometchat_trayicons*/, #cometchat_trayicon_chatrooms {display: none}
#comet-chat #cometchat_chatboxes_wide .cometchat_tab {background: rgba(4, 103, 169, 0.93)}
#comet-chat #cometchat_chatboxes_wide .cometchat_tabmouseover.cometchat_tab:first-of-type, #cometchat_chatboxes_wide .cometchat_tabclick.cometchat_usertabclick.cometchat_tab:first-of-type {border-radius: 0}
#comet-chat #cometchat_optionsbutton_popup {right: 2px; left: auto !important; z-index: 300004}
#comet-chat #cometchat_trayicon_chatrooms_popup {position: relative; bottom: auto}
#comet-chat #cometchat_trayicon_chatrooms_popup .cometchat_traytitle, #cometchat_trayicons {display: none !important}
#comet-chat {max-width: 300px}
#comet-chat #cometchat_optionsbutton {width: auto}
#comet-chat #cometchat_optionsbutton.cometchat_tabmouseover {border-radius: 0}
#comet-chat #cometchat_optionsbutton #cometchat_optionsbutton_icon {text-indent: 0 !important; width: auto; padding-left: 20px; padding-right: 10px}
/* end cometchat embed */

/* accessibility options start */
.accessibility-actions {text-align: right; margin:-5px 46px 10px 0; position: relative}
.accessibility-actions a, .accessibility-actions h3 {vertical-align: middle; display: inline-block; color: #fff; text-decoration: none}
.accessibility-actions h3 {margin: 0}
.padding .accessibility-actions a > img {padding-bottom: 0 !important}

#readspeaker_button1 {position: absolute; width: 315px !important; right: 0px; bottom: -32px; margin: 0; text-align: right}

body.colorblind, body.colorblind .header-content, body.colorblind .gray-bg, body.colorblind #footer, body.colorblind footer,
body.colorblind .modal-body, body.colorblind .modal-footer, body.colorblind .simple-section {
background: #000 !important
}
body.colorblind .faq .panel {
background: #111 !important
}
body.colorblind .two-btns .green-btn {
background: #3bb9ec !important;
color: #fff !important
}
body.colorblind .main_top_area .container-wrp {
background: rgba(0, 0, 0, .8) !important
}
body.colorblind .main_top_area .popup {
background: none !important
}
body.colorblind, body.colorblind p, body.colorblind ul li, body.colorblind .schedule-details p, body.colorblind .navbar-default .navbar-nav > li > a,
body.colorblind .speakerImg span, body.colorblind a, body.colorblind .header-content,
body.colorblind .gray-bg h4, body.colorblind .accessibility-actions h3, body.colorblind .faq .panel-collapse .panel-body {
color: #fff !important
}
body.colorblind .simple-section h3, body.colorblind .simple-section h1 {
color: #ff0 !important
}
body.colorblind .color-red-bg, body.colorblind .color-green-bg, body.colorblind .modal-header, body.colorblind .modal-header-green, 
body.colorblind .modal-header-magenda, body.colorblind .color-orange-bg, body.colorblind .color-orange-bg,
body.colorblind .color-purpal-bg, body.colorblind .color-blue-bg, body.colorblind .btn-darkgrey, body.colorblind .two-btns .white-btn {
background: #3bb9ec !important
}
body.colorblind .left-border-orange, body.colorblind .left-border-blue, body.colorblind .left-border-green,
body.colorblind .left-border-purpal, body.colorblind .left-border-red {
border-left-color: #3bb9ec !important
}
/* accessibility options end */

/* MEDIA QUERIES */
@media (max-width:1200px) {
.logos .col-lg-1 {
display:none;
}
.main_top_area {
background-size:auto 100%;
}
}
@media (max-width:1024px) {
.jad-logo-mob {
  display: block; 
  float: right
}
.jad-logo-mob {
  clear: both
}
.jad-logo-web {
  display: none
}
.mob-clearfix {
  display: inline
}
.navbar-default .navbar-nav > li > a {
  font-size: 18px
}
}
@media (max-width:768px) {
.topad {
padding:10px 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border:none;
}
}
@media (max-width:560px) {
.two-btns button.btn {
margin:10px 0;
}
}
@media (max-width:480px) {
.popup {
width:100%;
}
}
@media (max-width:320px) {
.popup h2 {
font-size:30px;
}
#time li {
}
h1 {
font-size:40px;
}
}
.ctrl-hdn-cstm{
display:none;
}
.datepicker{
cursor:pointer !important;
}

/* Hide Footer Menus + Social Icons */
.foot_bootom .col-sm-6{
display: none !important;
}
.form-control-radio{
display: inline-block !important;
 width: auto !important;
padding: 5px 20px 0px 50px;
text-align: center;
align-content: center;
padding-right: 18px;
margin-right: 10px;
}
.flt-right{
float: right !important;
}
.flt-left{
float: left !important;
}
.file-allowed-label{
padding: 3px 0px 0px 3px;
  font-family: 'IBM Plex Devanagari Bold';
  font-size: 10px;
}
/* field tooltip text */
.field-tool-tip-text{
  padding: 3px 0px 0px 3px;
  font-family: 'IBM Plex Devanagari Bold';
  font-size: 10px;
}
/* for virtual tour section */

#u41_state0 {
  position: absolute;
  left: 220px;
  top: 0px;
  width: 714px;
  height: 172px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-y: hidden;
  overflow-y: hidden;
  background-image: none;
}
#u41_state0_content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 1px;
}
#u42 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1164px;
  height: 146px;
}
.ax_inline_frame {
  font-size: 13px;
  color: #333333;
  text-align: center;
  line-height: normal;
}
.ax_image {
  font-family: 'Arial Regular', 'Arial';
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #000000;
  text-align: center;
  line-height: normal;
}
#u43 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 208px;
  height: 118px;
}
#u43_img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 208px;
  height: 118px;
}
#u44 {
  position: absolute;
  left: 2px;
  top: 51px;
  width: 204px;
  visibility: hidden;
  word-wrap: break-word;
}
#u45 {
  position: absolute;
  left: 240px;
  top: 0px;
  width: 208px;
  height: 118px;
}
#u47 {
  position: absolute;
  left: 480px;
  top: 0px;
  width: 208px;
  height: 118px;
}
#u49 {
  position: absolute;
  left: 720px;
  top: 0px;
  width: 208px;
  height: 118px;
}
#u51 {
  position: absolute;
  left: 960px;
  top: 0px;
  width: 208px;
  height: 118px;
}
.image-srcoller-container-div{
  left: 318px;
  height: 150px;
  overflow: hidden;
  text-align: center;
}
.slider-image-container{
position: absolute;
  left: 200px;
  top: 335px !important;
  width: 778px;
  height: 443px;
margin-bottom: 500px;
}

.slider-image-container img{
position: absolute;
left: 0px;
top: 0px;
width: 778px !important;
height: 443px !important;
}
.slider-thumb-text-box{
display:none;
}
.image-info-text{
  margin-top: 460px;
  font-size: 15px;
  color: #000;
  font-family:  'IBM Plex Devanagari Light';
}
.image-heading-text{
  margin-top: 25px;
font-size: 36px;
  color: #000;
  font-family:  'IBM Plex Devanagari Light';
}
.slider-thumb-img img, .slider-thumb-img .img{
  width: 208px !important;
  height: 118px !important;
}
.forgot-btn{
margin-left:10px;
}


/* privacy page global / common */
.privacy-policy-content .container{
padding: 15px 15px 15px 15px !important;
}
.privacy-page-heading{
padding: 20px !important;
}
.privacy-policy-content h2{text-align: left !important;}
/* privacy page */

#login-footer .col-sm-4, #login-footer .col-sm-8 {float: right}

.slim-bar {background: #333; text-align: right; position: absolute; top:0; left: 0; width: 100%; padding: 2px 0 4px}
.slim-bar ul {list-style: none; margin: 0; padding: 0}
.slim-bar ul > li {list-style: none; margin: 0 10px 0 0; padding: 5px 10px 0 0; display: inline-block; border-right: 1px solid #eee; height: 20px}
.slim-bar ul > li:last-child {border-right: none}
.slim-bar ul > li, .slim-bar ul > li > a {color: #fff; font-size: 11px; font-weight: 400; line-height: 13px; text-decoration: none}
.slim-bar ul > li > a:hover {color: #fff; text-decoration: underline}
#bar-sep {display: none}

@media (max-width:767px) {
 
  
#login-footer .col-sm-4, #login-footer .col-sm-8 {float: none}
#login-footer .col-sm-8 {text-align: center; margin-top: 10px; border-top: 1px solid #ddd}
#login-footer .flt-left {float: none !important}
#login-footer .col-sm-8 a {margin: 10px 0; display: inline-block}

#clockdiv {font-size: 24px}
#clockdiv > div {margin-right: 7px; padding: 10px 5px}
#clockdiv > div > span {padding: 0 0 4px; min-width: 60px; }
#clockdiv > div > div {margin-right: 0}
#clockdiv .smalltext {font-size: 13px}
}
body {
	font-family:'IBM Plex Devanagari', 'Open Sans', sans-serif;
	font-weight:400;
	color:#767676;
}
.footer-section-1 a{color:#fff;}
.footer-section-1 a:hover, .footer-section-1 a:focus{color:#fff; text-decoration:underline}
.how-it-works .package {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-top: 22px;
      padding-bottom: 20px;
}.faq-bg {
    background: url(//vepimg1.b8cdn.com/uploads/vjf/342-nacme/faq-bg.jpg) left top repeat;
}
#sticky {
  padding: 0.5ex;
  width: 300px;
  background-color: #fff;
  color: #363636;
  height: 540px;
  overflow: hidden;
  overflow-y: hidden;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 20px -8px #bababa;
}

#sticky.stick {
  position: fixed;
  top: 0;
  z-index: 999;
  border-radius: 0 0 0.5em 0.5em;
}

#JsRegisterFrm .form-group:not(#group-container-field_id_1242812):not(#group-container-field_id_1242811) label{
    display: none;
}

.social-share-registration{
    width: 32px;
}
/* #sticky::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#sticky::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}

#sticky::-webkit-scrollbar-thumb
{
  background: rgb(183,122,255);
  background: linear-gradient(90deg, rgba(183,122,255,1) 25%, rgba(22,106,255,1) 100%);
	/* background-color: #000000; 
}  */
.how-it-works .package h2 {
    background-color: #555;
    color: #eee !important;
    border: none;
    font-size: 20px !important;
    margin-bottom: 0px !important;
    padding: 11px;
    font-weight: 300 !important;
}

.how-it-works h2 {
    color: #444;
    font-size: 30px;
    font-family:  'IBM Plex Devanagari','Open Sans', sans-serif;
    font-weight: 300;
    margin: 0 0 15px;
}

.how-it-works .package h3 {
    background-color: #777;
    color: #fff;
    font-size: 25px;
    line-height: 18px;
    font-weight: 400;
    display: block;
    padding: 22px;
    margin: 0px;
  text-align: center;
}
.how-it-works .package ul {
    list-style-type: none;
    margin: 0;
    padding: 0 1.5em;
}
.how-it-works .package ul li {
    border-bottom: 1px solid #ddd;
    color: #444;
    padding: 7px 0;
    font-size: 13px;
}
.how-it-works .package ul li:last-child {
    border-bottom: none;
}

#u45{left: 65px !important;width: 280px !important;height: 150px !important}
#u47{left: 428px !important;width: 280px !important;height: 150px !important;}
#u51{left: 786px !important;width: 280px !important;height: 150px !important}
#u41_state0{left:0px !important;width: 100%!important}
.language-switcher{padding-top: 7px;}
.language-switcher a{text-decoration: none;}
.footer-social-icons{text-decoration: none !important;}
.simple-section{border-bottom: 1px solid #e0e0e0;}
.simple-section-left,.simple-section-left h3{text-align: left !important;}
.header-content {background: #050608;}

.container.full-page-container {margin:0; padding:0; max-width:100% !important; width:100% !important}
.row.row-content {padding:0; margin:0}
.row.row-content > .col-lg-12{padding:0; margin:0}
#group-container-field_id_1240479 label{width: 100%}
.blue-text{color: #009ddc !important;}
.green-text{color: #8dc73f !important;}
.white-text{color: #fff !important;}
.blue-bg{background-color: #009ddc !important;}
.green-bg{background-color: #8dc73f;}
.green-bg h3{font-size: 30px;}
.green-bg p{font-size: 15px;}
.faq-bg{
	background: url(//vepimg1.b8cdn.com/uploads/vjf/342-nacme/faq-bg.jpg) left top repeat;;
}
#group-container-field_id_1240668 label{width: 100%}
label.required:after {content: " *"; color: red;}


.image-heading-text {
    margin-top: 25px;
    font-size: 36px;
    color: #000;
    font-family:  'IBM Plex Devanagari Light', 'OpenSansLight';
}
.row-centered {
    text-align: center;
}

.image-srcoller-container-div{
    left: 318px;
    height: 150px;
    overflow: hidden;
    text-align: center;
}
.slider-image-container{
	position: absolute;
    left: 200px;
    top: 30px !important;
    width: 778px;
    height: 443px;
	margin-bottom: 500px;
}

.green-btn2{background-color: #8dc73f; color: #fff; padding: 10px 20px; border-radius: 8px;}
.green-btn2:hover{text-decoration: none;}
.slider-image-container {
    width: 100%;
    height: auto;
}

.contact-form label{color:#fff; text-align: left; font-weight: normal; }
	
.darkgrey-bg{background-color: #6e6e6e;}

.slider-image-container img{
position: absolute;
left: 0px;
top: 0px;
width: 778px !important;
height: 443px !important;
}
.slider-thumb-text-box{
display:none;
}
.image-info-text{
    margin-top: 460px;
    font-size: 15px;
    color: #000;
    font-family:  'IBM Plex Devanagari Light';
}
.image-heading-text{
    margin-top: 25px;
	font-size: 36px;
    color: #000;
    font-family:  'IBM Plex Devanagari Light';
}
.slider-thumb-img img, .slider-thumb-img .img{
    width: 208px !important;
    height: 118px !important;
}

#intac-partners img{margin-bottom: 30px;}
.col-center-block {
    display: inline-block;
    float: left;
    text-align: left;
}
.how-it-works h1 {
    color: #666 !important;
    font-size: 80px !important;
    font-family:  'IBM Plex Devanagari', 'Open Sans', sans-serif;
    font-weight: 600 !important;
    margin: 0 0 5px !important;
	text-align: center !important;
}
.how-it-works h2 {
    color: #444 !important;
    font-size: 30px !important;
    font-family:  'IBM Plex Devanagari', 'Open Sans', sans-serif;
    font-weight: 300 !important;
    margin: 0 0 15px !important;
}


/*
.two-btns a,
.form-registration{visibility: hidden}
*/

.canada-logo {margin-right: 20px}
.ip-blocked{
	height: 300px;
	font-size: 28px;
	text-align: center;
	padding-top: 16%;
}

.main_top_area {
	background:url(https://vepimg.b8cdn.com/uploads/vjfnew/649/uploads/vjf/content/misc/15782899117680x1600.jpg) no-repeat top left / 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /* background-size: auto; */
    position: relative;
    width: 100%;
	/* min-height:650px; */
    height: auto;
  border-bottom:none;
  background-position: center;
  background-color: #050608;
}	
.logo-left-en {text-align:left !important; margin-top:0px;}
.logo-left-en img { width:110px;
}
.row.padding {padding-top: 20px}
.header-content .row.padding {padding-top: 36px; padding-bottom:10px;}
.modal-header { background: linear-gradient(90deg, rgba(22,106,255,1) 0%, rgba(183,122,255,1) 70%);}
.participating img {height: auto}
.top-right-section {padding-top: 15px}
.main_top_area .row.padding .col-lg-2, .jad-logo-web, .jad-logo-mob, #date-info {
    /*display: none !important;*/
}
.container-wrp {
  height:100%;
  background: none;
  height:100%;
  border-radius:0;
  padding:0px 18px;
}
.popup-bg-trans{background: rgba(0,0,0, 0.7);background: none; padding:0px; width:90%; margin-top:0px; z-index:11; position:relative; text-align:center; padding-top: 30px;}
.popup-bg-trans h1{font-family:  'IBM Plex Devanagari', 'Open Sans', sans-serif;
	font-size: 45px !important;
	margin-top: 30px;
	line-height:64px;
	text-transform: none;
	font-weight:600;
	text-shadow: 2px 2px #000;}
.popup-bg-trans h1 span{display:block;}
.popup-bg-trans h2{font-family:  'IBM Plex Devanagari', 'Open Sans', sans-serif;
	line-height: 1.1;
	margin-top:20%;
	margin-bottom: 20px;
	color: #fff;
	font-size:40px;
	font-weight: 400;
	text-shadow: 2px 2px #000; }

.popup {background: none; padding:0px; width:100%; margin-top:0px; z-index:11; position:relative; text-align:center; }
.popup h1 {
font-family:  'IBM Plex Devanagari Bold', 'Open Sans', sans-serif;	
font-size: 3.2em;
margin-top: 0px;
/* line-height: 64px; */
text-transform: none;
font-weight: 600;
/* text-shadow: 2px 2px #000; */
}
.popup h1 span{
  display:block;
}

.sub_title {
/* font-family:  'IBM Plex Devanagari Light', 'Open Sans', sans-serif; */
    /*font-size:16px; */
    font-weight: 400 !important;
    display: block;
    margin-top: 10px;
    color: #fff !important;
    /* text-shadow: 2px 2px #000; */
    padding-left: 0;
}
.popup h2 {
font-family:  'IBM Plex Devanagari', 'Open Sans', sans-serif;
  line-height: 1.1;
  margin-top:20%;
  margin-bottom: 20px;
  color: #fff;
  font-size:40px;
  font-weight: 400;
 	text-shadow: 2px 2px #000; 
}
/*.col-sm-6 a img{
    padding-top: 45px !important;
    margin-bottom: 23px !important;
}*/
.padding a img{
    padding-top: 0px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {text-align: center; padding-top: 30px;}
.navbar-default .navbar-nav > li:last-child > a{
	border-right:none !important;
}
#footer,footer{
  border-style: solid;
  border-width: 5px 0px 0px 0px;
  -moz-border-image: url(https://vepimg.b8cdn.com/uploads/vjfnew/649/uploads/vjf/content/misc/1577179055bg.jpg) 5 5 5 5 repeat repeat !important;
  -webkit-border-image: url(https://vepimg.b8cdn.com/uploads/vjfnew/649/uploads/vjf/content/misc/1577179055bg.jpg) 5 5 5 5 repeat repeat !important;
  -o-border-image: url(https://vepimg.b8cdn.com/uploads/vjfnew/649/uploads/vjf/content/misc/1577179055bg.jpg) 5 5 5 5 repeat repeat !important;
  border-image: url(https://vepimg.b8cdn.com/uploads/vjfnew/649/uploads/vjf/content/misc/1577179055bg.jpg) 5 5 5 5 repeat repeat !important;
  }
#footer, footer{
    /* border-top-color: #dba71b !important; */
    background-color: #2d2d2d !important;
}
.footer-section-1 img {height: auto; margin:10px 0 15px 0}
.footer-section-2 img {margin-top:15px}
.foot_bootom {display: none !important}
#footer .padding {padding-top:9px}
.btn-darkgrey{
    background-color: #dba71b !important;
	color:#fff !important;
}
#footer{
	color:#93a3c9;
	padding:10px 0;
}
#footer h6{
	color:#fff;
	font-weight:400;
	font-size:20px;
	margin:15px 0;
font-family:  'IBM Plex Devanagari', 'Open Sans', sans-serif;	
}
.social-icons-div{
	margin:10px 0;
}
.social-icons-div a{
	margin-right:10px;
}
.displayBlock{
	display:block;
}
.container-parent{
	border-bottom: 2px solid #eee;
}
.padding .col-lg-2 a img{
	display: none !important;
}
.custom-para-info{
	color: rgb(255, 255, 255);
	font-size: 13px;
	font-weight: 500;
	font-family:  'IBM Plex Devanagari Bold';
	text-align: center;
}
#banner-slider {width: 100%; height: 100%; position: absolute; top: 0; left: 0;z-index:0;     
 /* background: url(//vepimg.b8cdn.com/uploads/vjfnew/342/uploads/vjf/content/misc/1562165105hero.png)no-repeat center;*/
  background: url(https://vepimg.b8cdn.com/uploads/vjfnew/342/uploads/vjf/content/misc/1562674157cover-img.jpg)no-repeat center;
  
    background-size: cover;}
/*#banner-slider .carousel, #banner-slider .carousel-inner, #banner-slider .item, #banner-slider .item > img {height: 100% !important; width: auto !important; display: inline-block}*/
#banner-slider .carousel, #banner-slider .carousel-inner, #banner-slider .item, #banner-slider .item > img {height: 100% !important; width: 100% !important}

/* specific */

#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: none !important; color: #333333; height: auto; line-height: 1em; font-weight: bold; font-size: 40px; font-family:  'IBM Plex Devanagari',sans-serif}
#time span {margin-top: 0; margin-left: 0; color: #333333; left:0; padding-top: 0}

.popup {margin-bottom: 0}
.two-btns {
    margin: 30px 0px 70px 0px;
    z-index: 12;
    position: relative;
}
.two-btns .btn {    padding: 5px 30px !important; font-weight:600; font-family:  'IBM Plex Devanagari', 'Open Sans', sans-serif;	 border-radius: 3px;  text-transform:none; font-size:18px; margin:0 5px;}
.two-btns .white-btn{
  color:#fff;
  background: rgb(183,122,255);
  background: linear-gradient(90deg, rgba(22,106,255,1) 0%, rgba(183,122,255,1) 70%);
}
.two-btns .green-btn {box-shadow: 0 8px 0 0 #c7c7c7; color:#55544e; background:#efefef; text-shadow:1px 1px #7d6700;}

.green-btn:hover,
.white-btn:hover {
    opacity: 0.8;
}
.footer-links{
	margin:15px 0;
	}
.footer-links a { margin:0 10px; color:#fff;}
.gray-bg{
	background:#f1f1f1;
	padding:30px 0px;
}
.whyUs-bg{
	background:#004394 url(//vepimg1.b8cdn.com/uploads/vjf/342-nacme/whyUs-bg.jpg) left top repeat;;
}
.faq-bg{
	background: url(//vepimg1.b8cdn.com/uploads/vjf/342-nacme/faq-bg.jpg) left top repeat;;
}
.moreInfo-bg{
	background:#ddad2a url(//vepimg1.b8cdn.com/uploads/vjf/342-nacme/about-bg.jpg) left top repeat;;
}

.whyUs-bg p,
.moreInfo-bg p,
.simple-section.moreInfo-bg h3,
.simple-section.whyUs-bg h3{
	color:#fff;
}
.dis-ico{
	float:left;
	width:60px;
}
.gray-bg h4{
	margin-left:70px;
	font-weight:400;
	font-size:15px;
}
.gray-bg p{
	margin-left:70px;
	font-size:13px;
}
#get-your-own .two-btns .green-btn {box-shadow: 0 8px 0 0 #c7c7c7 !important}
.padTop20{
	padding-top:20px;}
.sponserSec{
	text-align:center;
}
.marTop30{
	margin-top:40px !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}
.pad-right-0{
	padding-right:0px;
}
.dotted-ul{ list-style-type: disc !important; }
.agenda-section.simple-section img {/*display:none;*/margin: -2px 0 0 0px; width: 15px;
    height: 15px;}
.simple-section {color: #565656; text-align: left; padding: 60px 5px !important;}
.simple-section h1 {font-size: 40px; text-align: left; margin: 0 0 20px; font-weight: 400; color: #2c2c2c}
.simple-section h3 {margin: 0 0 30px; font-size: 36px; color: #363636; font-weight: 600; text-align: left;}
.simple-section ol {padding-left: 16px; padding-top: 6px}
.simple-section ol li {padding-bottom: 10px; padding-left: 8px;font-size: 16px}
.simple-section.inner-section h2 {font-size: 22px; text-align: left; margin: 0 0 20px; font-weight: 600; color: #404040}
.simple-section.inner-section ol {padding-left: 35px}
.who-should-attend_icons a:hover{
  color:#5fecff !important;
}
.simple-section.inner-section ol li, .simple-section.inner-section ul li {padding-bottom: 6px; padding-left: 8px;font-size: 18px; margin-bottom: 10px; font-weight:400;}
.simple-section p {font-size: 16px; margin-bottom: 16px; line-height: 28px; font-weight:400;}
.simple-section-margin {margin-bottom: 16px!important ; line-height: 28px!important;}
.modal-body p{
  line-height: 28px!important;
}
#presenters-section h1 {margin: 0; font-size: 25px; font-weight: 600; line-height: 30px}
#about-section p {font-size: 16px; line-height: 1.5em}
.simple-section ul {padding: 0px; margin:0px; padding-left: 18px;}
.simple-section ul li{ margin-bottom:5px; font-size:18px; padding-left:0px; font-weight:300px; line-height:26px;}
.schedule-container {color: #404040; 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:bold;line-height:1em}
.schedule-box {width:230px;min-height:110px;border-left:5px solid #22AECF;padding:8px;position:relative;padding-left:35px}
.schedule-box img{position:absolute;width:15px;left:11px;top:12px}
.time-slot-time{padding:0;margin:0 0 2px 0;font-size:14px;font-weight:bold;color:#464646}
.time-slot-header{padding:0;margin:0 0 3px 0;color:#292929}
.time-slot-text{padding:0;margin:0;font-size:12px;line-height:1.3em}
.btn-schedule{margin-top:35px}
.marBotNone{
  text-decoration:none !imporatnt;
	margin-bottom:0px !important;
}
#cta50-section{text-align:center; background: #e9573b; color: #f8f9ff}
.cta50-text{text-align:right}
.cta50-text h1 {font-family:  'IBM Plex Devanagari',serif; color: #f8f9ff; text-align: right}
.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: bold;margin-top: 2px; padding: 15px 50px; border:0}
.btn-cta50:hover {background-color: #fff5ff; color:#e9571f}

.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, 0.1); float: left; margin-right: 30px; max-height: 305px}
.featured-presenter p {font-size: 20px; line-height: 1.5em}

#cta60-section {background: #e9553f; color: #fcffff; text-align: center}
#cta60-section h1 {color: #fcffff; text-align: center}
#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: bold; margin-top: 15px; padding: 15px 50px; border: none }

.vjf-section.agenda-section h4 {margin: 0; border: none}
.vjf-section.agenda-section h4 span {display: inline-block; padding-bottom: 0; background: #004394; color: #fff; padding: 10px 20px; border-radius: 5px; border: none; margin-left: 30px}
.vjf-section.agenda-section h4 span.green {background: green}
.vjf-section.agenda-section h4 span.red {background: #8E162C}
/*.agenda-rows .agenda-row:first-child .agenda-col:last-child {padding-top: 10px}*/
.agenda-rows .agenda-row:last-child .agenda-col:last-child {padding-bottom: 40px}
.agenda-rows .agenda-row:last-child p, .agenda-rows .agenda-row:last-child h3 {border-bottom: none}
.agenda-row {display: table; width: 100%}
.agenda-col {display: table-cell; vertical-align: middle;}
.agenda-section .simple-section .agenda-col h3 {text-align:left; margin-bottom:15px;}
.agenda-row .agenda-col:first-child {vertical-align: top; padding-top: 18px; width: 100px}
.agenda-row .agenda-col:last-child {/*border-left: 4px solid #ddd; */padding: 0 0 0 30px; background: url(//vepimg.b8cdn.com/uploads/vjfnew/649/uploads/vjf/content/misc/1577350924circle.png) no-repeat left top 24px / 10px, url(http://vepimg.b8cdn.com/uploads/vjf/173-ccw/timeline-strip.png) repeat-y left 3px top}
.agenda-row h3 {font-size: 16px; font-family: 'IBM Plex Devanagari SemiBold'; font-weight: 600; line-height: 18px; display: block; text-align: left; color: #555555; margin: 20px 0  16px}
.agenda-row.no-speaker h3 {padding-bottom: 20px; margin-bottom: 0; border-bottom: 1px solid #eee}
.agenda-row .speaker {padding-left: 60px; position: relative}
.agenda-row .speaker-name {font-size: 14px; font-weight: 600; padding-top: 3px; color:#555555;}
.agenda-row .speaker img {height: 50px; border-radius: 25px; border: 1px solid #ddd; position: absolute; top:0; left: 0; margin: 0}
.agenda-row span.designation {display: block; font-size: 14px; font-weight: 600; padding-top: 3px; color:#555555;}
.agenda-row label {display: block; font-size: 11px; color: #666}
.agenda-row p {font-size: 15px; margin: 20px 0 0; padding-bottom: 20px; border-bottom: 1px solid #eee; color: grey}
/*.time-display {font-family: 'Open Sans', sans-serif; width: 150px; height: 110px; background-color: #004394; border-radius: 5px; text-align: center; padding: 25px 0; display: inline-block; vertical-align: middle; color: #f9ffff; font-size: 24px; font-weight: bold; line-height: 30px; margin-right: 30px}*/
.time-display {width: 100px; font-family:  'IBM Plex Devanagari', 'Open Sans', sans-serif; text-align: left; display: inline-block; vertical-align: middle; color: #828282; font-size: 16px; font-weight: bold; margin-right: 15px}
.time-display img {margin-bottom: 0}

/* top menu */
.navbar-form.navbar-left {float: right}
.navbar-nav > li > a {padding-bottom: 10px; border-bottom: 2px solid transparent; padding-bottom: 2px}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  text-decoration: none;
  color: #fff;
  padding:7px 12px 4px 12px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
	text-transform: none;
}
.navbar-default .navbar-nav > li > a {
    text-decoration: none;
    color: #fff;
    padding:7px 12px 4px 12px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
	text-transform:noee;
}
.navbar-default .navbar-nav > li{
	margin-left:12px;
}
.navbar-default .navbar-nav > li.login-btn > a {
    color: #fff;
	background:#f0b510;
	padding:8px;
}
.navbar-collapse .navbar-nav {
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin-left: -48px;
    /* margin-left: calc(100% - 88%); */
}
.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-collapse .nav > li:last-child{
	border-right:none;
}
.navbar-header {display: none !important}

.col-lg-9.top-right-section {/*float: right;*/ text-align: right}

.faq.padding {padding: 0; font-family:  'IBM Plex Devanagari', 'Open Sans', sans-serif;}
.faq .panel {background: #fff; padding: 15px 25px; margin: 0 0 15px; border: none; border-radius: 8px}
.faq .panel-heading {padding: 0 !important; background: none !important}
.faq h4.panel-title a {font-size: 15px; text-decoration: none; cursor: pointer; outline: none; line-height: 24px; color: #4d4d4d; font-weight: 300;}
.faq .panel-collapse {font-size: 15px; text-decoration: none; cursor:pointer;}
.faq .panel-collapse .panel-body {width: 100% !important; padding-bottom: 0; border: none !important; padding-top: 9px; font-size:15px !important;  line-height: 24px !important; color: #4d4d4d !important}

.featured-presenter p a {color: rgb(255,102,0)}

#video-section {color: #393937}
.about-video-wrapper {margin: auto; width: 500px; float: left; margin-right: 30px}
.section-main-header {margin: 0 0 5px 0; padding: 0}
.video-container {position: relative; padding-bottom: 56.25%; padding-top: 5px; height: 0; overflow: hidden; margin: auto; margin-bottom: 10px}
.video-container iframe, .video-container object, .video-container embed, .video-container img {position: absolute; top: 0; left: 0; width: 100%!important; height: 100%!important; margin: auto}
#video-section p {font-size: 20px;line-height: 1.5em}
.text-center{
	text-align:center !important;
}
#partners-section .col-lg-3 {float: none; display: inline-block; width: auto; vertical-align: bottom}
#partners-section .col-lg-3 img {width: 200px}
.col-centered{
float: none;
margin: 0 auto;
}
.schedule-date{
	background:#1e355d;
	border-radius:6px;
	padding:30px 10px;
	text-align:center;
	color:#fff;
	font-size:25px;
	font-weight:400;
}
.left-border{
	border-left: #1e355d solid 8px;
}
.schedule-details{
	border-bottom:#d8d8d8 solid 1px;
	padding-bottom:25px;
	margin-bottom:25px;
}
.schedule-details p{
	margin-bottom:3px;
	color:#4d4d4d;
}
.borBotNone{
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:0px;
}
.bor-bottom{
	border-bottom:#d8d8d8 solid 1px;
	padding-bottom:20px;
}
.sep-line{
	border-bottom:#d8d8d8 solid 1px;
	margin:15px 0;
	display:block;
}
.team-thumnail{
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
background:#ececec;
border-radius:10px;
border:#FFFFFF solid 10px;
height:197px;
width:197px;
padding:10px;
text-align:center;
}
.team-thumnail img{
	height:100%;
	width:100%;
}
.padLeft40{
	padding-left:40px;
}
.team-info{
	padding-top:20px;
}
.team-info h5{
	font-size:20px;
	font-weight:400;
	margin-bottom:10px;
}
.team-info h5 span{
	font-size:18px;
	display:block;
	margin-top:5px;
	font-weight:400;
}
.team-info p{
	font-size:15px;
	font-weight:400;
	margin-bottom:0px;
}
.partner{
	text-align:center;
	margin-bottom:20px;
}
.partner span{
	display:block;
	font-size:16px;
	margin-top:10px;
}

.orange-bor{
	border-bottom: 2px dotted #f47d33;
}
.marTB30{
	margin-top:50px;
	padding-bottom:60px;
	margin-bottom:50px;
}
.bold{
	font-weight:500;
}
.color-red{
	color:#b32643 !important; 
}
.color-orange-bg{
	background:#ee7729;
}
.left-border-orange{
border-left: 8px solid #ee7729;
}
.color-red-bg{
	background:#b12744;
}
.left-border-red{
border-left: 8px solid #b12744;
}
.color-green-bg{
	background:#92d050;
}
.left-border-green{
border-left: 8px solid #92d050;
}
.color-purpal-bg{
	background:#ccc0da;
}
.left-border-purpal{
border-left: 8px solid #ccc0da;
 min-height: 132px;
}
.color-blue-bg{
	background:#8db4e2;
}
.left-border-blue{
border-left: 8px solid #8db4e2;
 /* min-height: 132px; */
 height: auto;
}
.sponsors{
	margin-top:40px;
	text-align:center;

}
.sponsors .thumnail{
	margin-bottom:30px;

}
.sponsors p,
.sponsors{
	text-align: center;
	font-size:16px;
	font-weight:400;
}
.sponsors p.bold{
	font-weight:400;
}
.sponsors p a{
	text-align:left;
	color:#535353;
	text-decoration:underline;
	padding-top:10px;
	display:block;
}

.infoBox{
	background:#011e41;
	color:#fff;
	font-family:  'IBM Plex Devanagari', 'Open Sans', sans-serif;
	padding:20px;
	border-radius:10px;
	text-align:center;
	min-height:358px;
}
.infoBox.green-bg{
	background:#837600;
}
.infoBox.red-bg{
	background:#ab192d;
}
.infoBox h5{
	font-size:20px;
	font-weight:500;
	margin-bottom:15px;
}
.infoBox p{
	font-size:14px;
	margin-bottom:15px;
	line-height:20px;
	text-align:center;
}
.infoBox a{
	text-decoration:underline;
	color:#fff;
}
.infoBox a:hover{
	text-decoration: none;
	color:#fff;
}
.speakers{text-align: center;
background:#fff; border-bottom: 1px solid #e0e0e0;}
.agenda-section .simple-section h3,
.speakers h3 {margin-bottom: 50px; text-align:center;}

.speakerImg{	
		display: inline-block; 
		margin:20px 0px; 
		text-align: center;
}
.speakerImg div.thumbnail-img{
	background:#f4f4f4;
	border:#fff solid 1px;
	-webkit-box-shadow: -1px 0px 9px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 0px 9px 0px rgba(0,0,0,0.75);
	box-shadow: -1px 0px 9px 0px rgba(0,0,0,0.75);
	padding:10px 5px;
	margin-bottom:15px;	
}
.speakerImg span {
 		font-size:17px; 
		color:#55544e; 
		font-weight:400;
}
/*
.col-center-block {
    float: none;
    display: block;
    margin: 0 auto;
 
}
*/
.about-sec{
	background:#f0eeef url(//vepimg1.b8cdn.com/uploads/vjf/342-nacme/about-bg.jpg) left top repeat;
	padding:30px 0px;	
}
.about-sec h3{
	text-align:left;
	color:#767676 ;
}
.video-div{
	border:#fff solid 4px;
box-shadow: 2px 1px 5px 0px #848484;
}
.video-div img{
	width:100%;
}
.whyAttend-sec{
	background:#192654 url(//vepimg1.b8cdn.com/uploads/vjf/342-nacme/why-bg.jpg) left top repeat;
	padding:30px 0px;
}
.whyAttend-sec h3{
	color:#cdb87d;
}
.whyAttend-sec p{
	color:#cdb87d;
	margin:35px 0 ;
	font-size:25px ;
	line-height:30px ;
	text-align:center ;
}
.whyAttend-sec p a{
	color:#cdb87d;
	margin:35px 0 ;
	font-size:25px ;
	line-height:30px ;
	text-align:center ;
	display:inline-block;
	padding:20px;
	font-weight:400;
	border:#cdb87d solid 1px;
	text-decoration:none;
}
.whyAttend-sec p a:hover{
	color:#004394;
	background:#cdb87d;
	margin:35px 0 ;
	font-size:25px ;
	line-height:30px ;
	text-align:center ;
	display:inline-block;
	padding:20px;
	border:#cdb87d solid 1px;
	text-decoration:none;
}
.simple-section.faq h3 {
    margin: 0 0 35px;
    font-size:35px;
    color: #2c2c2c;
    font-weight: 600;
}
.faq h4.panel-title a,
.panel-default>.panel-heading+.panel-collapse>.panel-body,
.simple-section.faq .panel-title {
	text-align:left;
	color:#888888 !important;
}
.carousel-indicators {
    bottom: 40px;
}
.carousel-indicators li {
	display:inline-block;
    width:20px;
	height:20px;
    background-color: #ffffff;
	border-radius:20px;
	border:none;
	margin:0 5px 0 0 !important;
}
.carousel-indicators .active {
	display:inline-block;
    width:20px;
	height:20px;
    background-color: #8dc73f;
	border:none;
}


@media only screen and (max-width:1200px){
    .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{width:100%}
    .testimonial-box{width:100%}
}

@media only screen and (max-width:1199px){
  .logo-left-en img {
    max-width: none;
}
	.why-attand-icons li{
    width: 25% !important;
  }

}

@media only screen and (max-width:992px){
  .why-attand-icons li {
    width: 32% !important;
}
    .logo-left-en, .col-lg-9.top-right-section, .col-lg-9.top-right-section .container-fluid {text-align: center; padding: 0}
    /*.logo-left-en a img {height: 60px}*/
    .navbar-nav {margin: 0}
    header.smaller{position:relative}
    .top-menu-container ul{text-align:center}
    .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;max-width:100%;float:none;margin-right:0}
    #video-section h1{margin-top:30px}.day-display{width:100px;font-size:20px}
    .schedule-box{width:134px}.buy-box{width:265px}
    #cta50-section{text-align:center}
    .cta50-text{text-align:center}
    .btn-cta50-container{text-align:center}
    .partners-container ul li img{width:145px}
    .buy-box{margin-bottom:15px}
    .video-inline-list li{width:32%}
.dateList {
	text-align:center;
}	

}
/* Portrait tablets and small desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .two-btns .white-btn {
    padding: 4px 15px !important;
  font-size: 14px;  
  }
  .popup h1 {
    font-size: 2em;
  }
  .popup h3 {
    font-size: 1.2em;
  }
  .logo-left-en{padding-top:24px;}
  .navbar-default .navbar-collapse {
    text-align: left !important;
}

.navbar-default .navbar-nav > li > a {
  
  padding: 7px 5px 4px 5px;
  
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  
  padding: 7px 5px 4px 5px;
}
.navbar-default .navbar-nav > li:last-child > a > img {
  width: 99px !important;
  height: auto;
  margin-top: -6px !important;
}

}
@media (min-width: 768px) and (max-width: 992px) {
  #sticky {
    width:245px;
  
  }
  .two-btns .white-btn {
  padding: 4px 15px !important;
font-size: 14px;  
}
.two-btns{
  margin: 4px 0 0 -20px !important;
}
  .popup h1 {
    font-size: 1.6em;
  }
  .popup h3 {
    font-size: 1em;
  }
  .sub_title {
    margin-top: 0px;
    font-size: 14px;
  }
 
  .navbar-default .navbar-collapse {
    text-align: left !important;
}
  .logo-left-en{padding-top:24px !important; }
  .navbar-default .navbar-nav > li:last-child > a > img {
    width: 76px  !important;
    margin-top: 0px !important;
}
  .navbar-default .navbar-nav > li {
    margin-left: 9px;
}
  /* .logo-left-en img {
    width: 190px;
} */
  .navbar-default .navbar-nav > li > a {
  
    padding: 7px 3px 4px 3px;
    
  }
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    
    padding: 7px 3px 4px 3px;
  }
}
.logo-left-en a:last-child {
  display: none;
}
.mobile-logo-st{display: none;}
.mb-logo{display: none;}

@media only screen and (max-width:767px){
  .mobile-logo-st{
    display: block;
    text-align: center;
    margin: 10px 0;
  }
  .mb-logo{display: block;}
  .mb-logo a img {max-width: 110px;}

  #return-to-top {
    bottom: 100px !important;
  }
  .popup h1 {
    text-align: center !important;
}
  .navbar-collapse .navbar-nav {
    float: none;
    margin-left: 0;
}
  .popup h1 {
text-align: center;
  }
 
.logo-left-en a:last-child {
  display: block;
  margin-bottom: 20px;
}
.logo-left-en img {
  /* width: 70%; */
  height: auto !important;
}
  .navbar-default .navbar-nav > li:last-child > a > img {
    display: none;
}
  #sticky {
    width: 100% !important;
    box-shadow: none;
  }
  #sticky h5{
    font-size: 18px;
   
  }
  #sticky.stick {
    position: relative !important;
    top: 0;
    z-index: 999;
    border-radius: 0 0 0.5em 0.5em;
  }
  .registration_frame {
    width: 100%;
    height: 1110px;
    border: 0px;
    
}
  .popup h3 {
text-align: center;
  }
  .mob-button{
    display: block !important;
  }
  #sticky {
    height: auto;
    overflow: visible;
    overflow-y: unset;
  }
  .col-center-block {
    float: none;
    text-align: center;
}
.mobNone{
	display:none;
}	
.container-wrp{
	padding:10px;
}
.simple-section h3 {
    margin: 0 0 20px;
    font-size:24px;
}
.simple-section {
    padding:25px 5px !important;
}
.simple-section p{
	font-size:14px;
}
.simple-section.faq h3,
.simple-section h3 {
    font-size: 20px;
	margin-top:15px !important;
}
.vjf-section.agenda-section h4 {
    margin-bottom: 15px;
}
.faq h4.panel-title a {
    font-size: 14px;
    font-weight: 300;
}
.dateList {
	text-align:center;
}
.whyAttend-sec p {
    margin:15px 0;
    font-size:18px;
}
.whyAttend-sec p a{
    margin:5px 0;
}	
    .jad-logo-mob{margin-top: 12px;}
    .navbar-collapse {margin-top: 40px}
    .popup {width: 100%; padding: 0px 10px 35px}
    .popup h1 {font-size: 2.5em !important; margin-top: 20px}
    .popup h2 {font-size: 1.2em !important}
    .logo-left-en, .col-lg-9.top-right-section {padding: 0 20px}
    .logo-container{text-align:center}
    
    .two-btns button {max-width: 274px}
    .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:  'IBM Plex Devanagari', sans-serif; min-width: 40px}
    #time span {font-size:12px; width: 100%}
    
    .header-bottom ul li {width: 100%}
    .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 ul li {vertical-align: top}
    .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{width:100%}
    .video-inline-list li{width:100%}
    
    .two-btns button.btn {padding: 15px 12px !important; width: 95%}
    
     #sbg-1 img, #sbg-2 img, #sbg-3 img {display: none}
     #sbg-1 {background: transparent url(http://vepimg.b8cdn.com/uploads/vjf/134-pdn/bg-sm-1.jpg) no-repeat left top / 100% 100%}
     #sbg-2 {background: transparent url(http://vepimg.b8cdn.com/uploads/vjf/134-pdn/bg-sm-2.jpg) no-repeat left top / 100% 100%}
     #sbg-3 {background: transparent url(http://vepimg.b8cdn.com/uploads/vjf/134-pdn/bg-sm-3.jpg) no-repeat left top / 100% 100%}
     
  /*.nav.navbar-nav {margin: 0 -15px; border-top: 1px solid #ddd}
  .nav.navbar-nav.navbar-right {border-top: none; float: left}
  .navbar-default .navbar-nav > li > a {border-bottom: 1px solid #ddd; padding-left: 0; font-size: 14px}
  .navbar-collapse {margin-top: 0}
  .navbar-form {margin-bottom: 0; margin-top: 3px}
  .logo-left-en {z-index: 1}*/
  .logo-left-en img {height: 58px}
  .navbar.navbar-default {margin-bottom: 0; min-height: 0px}
  .navbar-header {display: block !important; margin-top: -38px}
  .navbar-collapse .nav {display: block !important}
  .navbar-collapse .nav > li {display: block !important; text-align: center; border-bottom:none; color:#fff;}
.navbar-default .navbar-nav > li > a {color:#fff !important;}
  .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;
      /* background: #009ddc; */
    padding: 10px;}
  
  .left-border {
    border-left:none;
	}
.schedule-date {
    padding:10px 15px;
	margin-bottom:15px;
}
.popup h1 {
    font-size:30px !important;
    margin-top: 25px;
    line-height:36px;
}
.popup h1 span {
    font-size:20px !important;
}
.two-btns {
    margin: 18px 0 30px;
    text-align: center !important;
}
.two-btns .btn {
    padding:15px 25px !important;
    font-size:20px;
	margin-top:20px;
}
.bor-bottom {
    border-bottom:none;
    padding-bottom:0px;
    margin-bottom:0px;
}
.team-info {
	margin-bottom:20px;
	padding-top:0px;
	text-align: center !important;
 }
 .team-info p{
	text-align: center !important;
 }
.padLeft40 {
    padding-left:0px;
}
.team-thumnail{
	margin:auto;
} 

.navbar-default .navbar-nav > li > a {
    border-right: none;
	color:#004394;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
	border:#fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #050608;
}
.popup {width: 100%; padding: 0px;
   /* margin-top:50%; */
}
    .popup h1 {font-size: 2.5em !important; margin-top: 20px}
    .popup h2 {font-size: 1.2em !important}
	.popup p {font-size: 1em !important;
margin: 0 20px;
line-height: 21px;}
.carousel-indicators {
    bottom: 0px;
}
#banner-slider .carousel, #banner-slider .carousel-inner, #banner-slider .item, #banner-slider .item > img {
    height: auto !important;
 }
 .container-wrp{ background-color:#1d1d1d !important;}
.main_top_area{
	height:auto !important;
	min-height:auto !important;}
	
.popup h2 {
    margin:15px 0;
}
.two-btns {
    margin:0px 0 35px;
}
.sub_title {
    font-size: 14px;
    width: auto !important;
}
.topad {
  text-align: center !important;
}
}
@media only screen and (max-width:480px){
  .why-attand-icons li{
    width: 100% !important;
    margin-right: 0px !important;
  }
	/* .navbar-toggle{margin-top: 0px;} */
  .hero-info-container{text-align:center;padding:20px 0 60px 0}
  .number{font-size:25px}
  .counter .list-inline li{padding-left:0px;padding-right:0px}
  .counter-box{padding:15px 5px;width:50px}
  .duration{font-size:9px}
  .popup {padding-bottom: 0}
  .popup h1 {font-size: 2.0em !important}
  .popup h2 {margin-bottom: 30px}
  .two-btns .green-btn, .two-btns .green-btn:hover {margin-right: 0px}
  h1 {font-size: 28px !important}
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {padding-left: 0; padding-right: 0}
  
  /*.header-content {background: transparent url(http://vepimg.b8cdn.com/uploads/vjf/157-bdpa/header-mobile.jpg) repeat-x}*/
  .header-content {background: #050608 }
  .header-content .navbar-collapse .btn-info{margin: 8px 0}
  .logo-left-en {text-align: left !important}
  .logo-left-en img {}
  .col-lg-9.top-right-section {margin-top: -30px; float: none}
 .two-btns .btn {
    width: 100%;
} 
}


/* virtual tour section */
.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: none; display: inline-block; opacity: 1; margin-top: 6px}
.tmdi-heading .left.carousel-control {background: transparent 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: transparent url(http://vepimg.b8cdn.com/uploads/vjf/133-mtdi/icon-next.png) no-repeat; width: 25px; height: 21px}

.carousel-inner .item .col-sm-4:first-child, .carousel-inner .item .col-sm-3: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:  'IBM Plex Devanagari',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: transparent url(http://vepimg.b8cdn.com/uploads/vjf/133-mtdi/icon-thalay-noo.png) no-repeat center bottom}

.simple-section.agenda-section h4 span {
  display: inline-block;
  padding-bottom: 0;
  background: rgb(183,122,255);
    background: linear-gradient(90deg, rgba(183,122,255,1) 25%, rgba(22,106,255,1) 100%);
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  margin-left: 35px;
}
.agenda-row .speaker {
  padding-left: 60px;
  position: relative;
}

.mh-60 {
  min-height: 60px;
}

.black-bg {
  background: #2d2d2d;
}
.text-white {
  color: #fff !important;
}
.speakers-sec img {
  border-radius: 100%;
  width: 160px;
  height: 160px;
}
.gradient-bg{
  background: linear-gradient(90deg, rgba(22,106,255,1) 0%, rgba(183,122,255,1) 70%);

}
.text-gradient{
  background: linear-gradient(90deg, rgba(22,106,255,1) 0%, rgba(183,122,255,1) 70%); 
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.speak-name {
  color: #fff;
  font-weight: bold !important;
}
.speak-name span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height:20px;
}
.left-border-blue {
  border-left: 6px solid #ae73ff;
}

.session-box {
  padding: 0px 25px;
  margin-top: 30px;
  position: relative;
  margin-left: 100px;
}
.session-time {
  position: absolute;
  width: 80px;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12.75px;
  text-align: center;
  font-weight:bold;
}
.session-title {
  font-size: 16px;
  font-weight: bold;
  /* margin-bottom: 15px; */
  line-height: 10px;
}
.row.flex-box-container h5 {line-height: 18px;}

@media only screen and (max-width: 1000px){ 
  h5 {line-height: 20px !important;
  	  font-size:14px !important;}
}

.row.flex-box-container img {margin: 1px 0 0 5px !important;}
.simple-section p {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 22px;
}
.speaker-box .divTable {
 /* padding-bottom: 10px; */
}
/* .hidden-sm.hidden-xs{display:none;} */

.divTable {
  display: table;
  width: 100%;
}
.speaker-image {
  width: 85px;
}
.divTableCell {
  display: table-cell;
  vertical-align: top;
  padding-top:10px;
}
  
.speaker-name-tab {
  font-weight: bold !important;
  margin-bottom: 0px !important;
}
.speaker-designation {
  line-height: 22px !important;
  font-size: 14px !important;
}
.keynote-session {
  background: linear-gradient(90deg, rgba(22,106,255,1) 0%, rgba(183,122,255,1) 70%);
  padding: 5px 10px;
  color: white;
  font-size: 14px;
}
.keynote-session a {
  color: #fff !important;
}
.why-attand-icons li{
  display: inline;
  float: left;
  color: #fff;
  margin-right: 5px;
    width: 16%;
    text-align: center;
}
/*.why-attand-icons li img{
  height: 80px;
  width: 80px;
} */
.mob-button{
  bottom: 0;
    z-index: 999;
    /* border-radius: 0 0 0.5em 0.5em; */
    position: fixed;
    justify-content: center;
    width: 100%;
    margin-bottom: 0px;
    background: rgb(183,122,255);
    background: linear-gradient(90deg, rgba(22,106,255,1) 0%, rgba(183,122,255,1) 70%);
}
.mob-button .white-btn{
  margin-top: 0px;
  background: transparent;
}
.mob-button{
  display: none;
}
.session-number {
  font-weight: bold;
  font-size: 24px;
  /* margin-bottom: 25px; */
  display:none;
}
.header-content .container{
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 100%;
}
.navbar-default .navbar-nav > li:last-child > a {
  border-right: none !important;
  padding: 0;
}
.navbar-default .navbar-nav > li:last-child > a > img{
  width: 110px;
  height: auto;
    margin-top: -12px;
}
.navbar-collapse .nav > li:last-child {
  position: absolute;
  right: 0;
  margin: auto;
}
#sticky-regform .reg-section .js-reg-container form .form-group  label{
display: none;

}
.gray-box{
  background: #f9f9f9;
   width: 100%;
   padding: 0px 20px;
   min-height: 355px;
}
.gray-box1{
  background: #f9f9f9;
   width: 100%;
   padding: 0px 20px;
   min-height: 200px;
}
.gray-box2{
  background: #f9f9f9;
   width: 100%;
   padding: 0px 20px;
   min-height: 240px;
}
.gray-box3{
  background: #f9f9f9;
   width: 100%;
   padding: 0px 20px;
   min-height: 220px;
}
.gray-box4{
  background: #f9f9f9;
   width: 100%;
   padding: 0px 20px;
   min-height: 200px;
}
.banner-ratio {
  /* padding-bottom: 42.7%; (438 × 100 / 1024) */
  padding-bottom: 20.84444%;
  background-size: contain;
	background-position: bottom center;
  background-repeat: no-repeat;
  width: 100%;
	position: relative;
}
.banner__content {
	position: absolute;
	/* background-color: #00000065; */
	color: white;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;	
	padding: 0 3rem;
}
@media(max-width: 767px) {
	.banner__content {
		position: static;
	}
	.banner-ratio {
    background-size: auto;
    background-position: left;
		/* background-size: cover; */
		padding-bottom: 0;
	}
}

.banner__content>* {
	align-self: stretch;
}
.modal-body .speaker-info  {
  height: 300px;
  overflow: hidden;
  overflow-y: scroll;

}
.modal-body p.agenda-info {
  height: 250px;
  overflow: hidden;
  overflow-y: scroll;
  margin-bottom: 16px!important;
  line-height: 28px!important;

}
.icons-attend{
text-align: center;
  color:#fff;
}
.icons-attend p{
  font-family: 'IBM Plex Devanagari Light';
  }

  #return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(25,106,255);
    background: rgba(25,106,255, 0.7);
    /* background: linear-gradient(90deg, rgba(22,106,255,1) 0%, rgba(183,122,255,1) 70%); */
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(25,106,255, 0.9);
}
.modal {
  overflow-y: auto;
}
.modal-open {
  overflow: auto;
}
.modal-open[style] {
  padding-right: 0px !important;
}

/*#group-container-field_id_1242808 .col-lg-8 .row .col-xs-4{
	width:45% !important;
}
#group-container-field_id_1242808 .col-lg-8 .row .col-xs-8{
	width:55% !important;
}*/
span#code-error {
    display: none !important;
}