body{font-family: 'Roboto', sans-serif; font-size:14px;}
*:focus{box-shadow: none!important}
.transition, .transition a, .transition img{-webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition:all .3s ease-in-out; transition: all .3s ease-in-out;}
.over_hidden{overflow:hidden;}
.image img{max-width:100%;}
.site_bg{background:	#a649be;}
.site_color{color:	#a649be;}
/*z-index*/
.z_index_1{z-index:1;}
.z_index_2{z-index:2;}
.container{max-width: 1200px;}

/* Font Size */ 
.font_size_11{font-size: 11px;}
.font_size_12{font-size:12px;}
.font_size_13{font-size:13px;}
.font_size_14{font-size:14px;}
.font_size_15{font-size:15px;}
.font_size_16{font-size:16px;}
.font_size_17{font-size:17px;}
.font_size_18{font-size:18px;}
.font_size_19{font-size:19px;}
.font_size_20{font-size:20px;}
.font_size_40{font-size:40px;}



.form_des_line .form-group {position: relative; margin-bottom: 30px;}
.form_des_line .form-control {padding: 10px; height: inherit}
.form_des_line .form-control:focus{box-shadow: none;}
.form_des_line .lab_pos {left: 10px; pointer-events: none; top: 10px; width: 100%; white-space: nowrap; overflow: hidden;   text-overflow: ellipsis; font-size: 12px; margin: 0px; color: #444; line-height: 22px;}
.form_des_line .lab_vlu .lab_pos{top:-20px; left:0px; font-size:12px; color:#007bff;}


.siteBtn{background: 	#a649be; border: 1px solid 	#a649be; color: #FFFFFF; border-radius: 0px; padding: 8px 30px; font-size: 14px;}
.siteBtn:hover{background-color: #fff; color: 	#a649be;}
.siteBtnOutline{border: 1px solid #fff; background: transparent; color: #FFFFFF; border-radius: 0px; padding: 8px 30px; font-size: 14px;}
.siteBtnOutline:hover{background: #fff; color: 	#a649be;}
.siteBtnReverse{border: 1px solid 	#a649be; color: 	#a649be; background: transparent;}
.siteBtnReverse:hover{color: #fff; background: 	#a649be;}

.hrDesign{line-height: 8px; margin-top: 5px;}
.hrDesign > span{width: 3px; height: 3px; display: inline-block; background: 	#a649be; vertical-align: top;}
.evtLabel{font-weight: 500; padding-right: 30px; min-width: 100px; font-size: 13px;}
.eventRow{display: flex;}
.evtValue{font-size: 12px; color: #666;margin-bottom: .5rem;}
.mapForIframe{position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0;}
.mapForIframe iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.mapForIframeSingle iframe{height: 300px; width: 100%;}
.adjCkMarg{margin-top: -15px;}

.showMobile{display: none;}
.mt_minus_150{margin-top: -150px;}
.boxShadow{box-shadow: 0px 2px 10px rgba(0,0,0,0.2);}
.site_bg .hrDesign > span{background: #ffffff;}
.site_bg .evtValue{color: #FFFFFF;}

 /* counter box style 1 */
.counter-feature-box-1 {height:199px;}
.counter-feature-box-1:hover {background:#ff214f; border-color: #ff214f;}

/* counter box style 3 */
.counter-box-3 .counter-box {display: inline-block;     width: auto;     padding: 0 15px; vertical-align: top; text-align: center; position: relative;}
.counter-box-3 .counter-box:after {    position: absolute;
    right: 0;
    width: 1px;
    height: 70%;
    background-color: #f9f9f9;
    content: "";
    top: 15%;}
.counter-box-3 .counter-box:last-child:after {width: 0;}
.counter-box-3 .counter-box .number {display: block; font-weight: 600; font-size: 34px; line-height: 30px; }
.counter-box-3 .counter-box span {font-weight: 400; font-size: 10px; line-height: 18px; text-transform: uppercase;}
.termtext a, .bestView a{color: 	#a649be;}

.bg_black {
    background: #181717;
}
.copy  {
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
}
.footer_info .copy  a {
    color: #fff;
    text-decoration: none;
}


.siteInput{
        background-color: #eee;
    border: none;
    padding: 10px 15px;
    width: 100%;
    font-size: 12px;
    color:#6c757d;
    
}
.adjcolSpace.no-gutters {
    margin-right: -4px;
    margin-left: -4px;
}
.adjcolSpace.no-gutters>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}


.lLogo {
    max-width: 110px;
}

.footerAdj {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
}
.siteUL li{padding: 2px 0px}
.headAfter:after{
    content: '';
    background: 	#a649be;
    width: 50px;
    height: 2px;
    display: block;
    margin-top: 5px;}
.headAfter.text-center:after{margin: 5px auto 0}

.copyLogo{
    max-width: 97px;
}


.spkImage {
    max-width: 150px;
    width:100%;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: #f8f9fa;
}
.spkImage img{width:100%}
.spkMain:hover .spkImage {
    
}
.spkMain{
    background: #f5f5f5;
    padding: 15px;
    min-height: 313px;
    border-radius: 10px;
}
.siteA{color: 	#a649be;}
.siteA:hover{text-decoration: none;color: #000}
.forgotA{color: #000;}
.forgotA:hover{text-decoration: none;color: 	#a649be}

.adjJuryModal .modal-header{margin-top: 150px;}
.adjJuryModal .avatar{ 
    width: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -110px;
    margin-left: auto;
    margin-right: auto;
    background: #f9f9f9;
}
.adjJuryModal .avatar img{max-width: 100%;width:100%;}
.modalClose{    position: absolute;
    right: -20px;
    margin: 0 !important;
    top: -20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
    background: #fff !important;
    opacity: 1; z-index: 1;}
.adjJuryModal{border: 0px;}

.spkMain > p{line-height: 20px; min-height: 40px;}

.agenda-row {
    display: table;
    width: 100%;
}
.agenda-col {
    display: table-cell;
    position: relative;
}
.agenda-row .agenda-col:first-child {
    width: 100px;
    padding-right:15px;
}

.agenda-row .agenda-col:last-child {
    border-left: 4px solid #ddd;
    padding: 0 0 30px 20px;}

.agenda-row .agenda-col:last-child:before{
        content: "";
    width: 12px;
    height: 12px;
    background: 	#a649be;
    position: absolute;
    left: -8px;
    border-radius: 12px;
    top: 5px;
    
}


.agDate{margin-bottom: 30px;}
.agenda-row h3 {
    font-size: 16px;
    line-height: 18px;    
    color: #555555;
    
}
.agenda-row .speaker {
    position: relative;
    display: inline-block;
    padding-left: 50px;
    min-height: 40px;
    margin-right: 20px;
    flex:0 0 30%;
    
    margin-bottom: 10px;
}
.agenda-row p {
    font-size: 12px;
    margin: 10px 0 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    
}
.agenda-row:last-child  .agenda-col:last-child {padding-bottom: 0px;}

.speakerMain{display: flex;flex-wrap: wrap;}
.spDEt{margin-top: 3px;}
.spImage{width: 40px; height: 40px; overflow: hidden; border-radius: 50%;border: 1px solid #ddd; position: absolute; left: 0px; top: 0px; background: #ddd}
.spImage img{max-width: 100%;}
img{max-width: 100%;}
.spName {font-weight: 500; font-size: 13px;}
.spDeg {font-size: 11px;}



.spon .no-gutters {
    margin-right: -4px;
    margin-left: -4px;
}
.spon .no-gutters>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}

.inrSpon{text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;}


.inrSpon img{max-width: 80%;}
.iti{width: 100%; margin-bottom: 1rem;}

.fError{display: none;}
.fixexHeader{padding-top:75px;}
.forJq.notRight .fMian{display: none}
.forJq.notRight .fError{display: block}


.bar1, .bar2, .bar3 {
    width: 15px;
    height: 1px;
    background-color: #333;
    margin: 4px 0;
    transition: 0.4s;
    display: block;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 4px);
    transform: rotate(-45deg) translate(-4px, 4px);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-3px, -4px);
    transform: rotate(45deg) translate(-3px, -4px);
}
.menu_layer {
    display: none;
}
.menu_layer.layer_opn {
    display: block;
}
.opacity_05 {
    opacity: 0.5;
}
.bg_black {
    background: #000;
}
.pos_full {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.whyBox .whoinner > i {
    font-size: 42px;
}
.whoinner{margin-bottom: 50px;padding:30px 15px;background-color: rgba(0,0,0,0.2);transition: all 0.5s ease;}
.whoinner:hover{
    box-shadow: 0 2px 15px rgba(0,0,0,0.25);
}
.whoinner p{margin-bottom:0;}
a.text-dark:focus, a.text-dark:hover{
    color:	#a649be!important;
    text-decoration: none;
}

.boxInner{
    background:#fff;
}

.adjyes .btn {
    border-radius: 0px;
    box-shadow: none!important;
    border: 1px solid 	#a649be;
}
.adjyes .btn.active {
    background: 	#a649be;
    color: #fff;
}
.siteUL.unstyled{list-style: none;}
.siteUL li i {
    margin-right:10px
}

.eventCta {
    background: #a649be;
    padding: 30px;
    margin-top: 0;
    position: relative;
}
section.banner {
    position: relative;
}
.bannerBox {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    width: 32%!important;
    background: rgba(6, 0, 0, 0.6);
    color: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
}

.lightHeader{
    transition:all 0.6s;
    background: #fff;
    box-shadow: 0 0 40px rgba(0,0,0,0.25);
}
@media (min-width: 992px){
.whyBox .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
}

.left_side_main_menu li.nav-item{padding: 0px 10px;}
.linkBtn{  color: 	#a649be!important}
.mtMius{margin-top: -50px}
.agendaMain li > a.nav-link{background: #eee; padding: 15px 20px;position: relative; color: #343a40;}
.agendaMain li > a.nav-link.active{background: #343a40; color: #eee;}
.agendaMain li > a.nav-link > span{margin-bottom: 3px;}
.agendaMain li > a.nav-link.active:after{    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #343a40;
    content: "";
    margin-left: -5px;}

.fullA{color: #6c757d; text-decoration: none!important; display: block;}
.fullA:hover{color: #000;}

.datetime-icon i, .datetime-icon .icons {
    font-size: 40px;
}

.navbar-brand img{
    max-height:35px;
}

.bannerBtn{
    position: absolute;
    bottom:100px;
    left:30px;
    text-align: center;
    color:#fff;
    background:#ca4fe8;
    border:1px solid #ca4fe8;
    border-radius:0;
    padding:8px 40px;
    font-size:16px;
    transition: 0.5s;
}
.bannerBtn:hover{
    background:#fff;
    color:#000;
}
@media screen and (max-device-width: 991px), screen and (max-width: 991px) {
    .fixexHeader{padding-top:75px;}
    	 .left_side_main_menu {position: fixed; top:0px; left: -251px; padding-left: 15px; padding-right: 15px; padding-bottom: 15px; width: 250px; transition: all 0.1s ease-in; background:#fff; padding:0px; bottom:0;}
	.left_side_main_menu.collapsing {transition: all 0.1s ease-in;}
    .left_side_main_menu.show {left: 0;}
	.left_side_main_menu .navbar-nav{height: 80%; overflow-y: auto; max-height: calc(100% - 63px);}
	.mob_menu_logo{border-bottom: 1px solid #eee; margin-bottom: -1px;min-height: 47px;
    line-height: 27px;}

	 header.position-absolute{position:fixed !important; background:	#a649be;}
	 .navbar-light .navbar-nav .nav-link{padding:10px; border-bottom: 1px solid #eee; color:#000;}
	 .navbar-brand{margin-left:6px;}
	 .mast_img_adj{max-width:100% !important;}
    
}

@media screen and (max-width: 767px) {
    .showDesktop{display: none;}
    .showMobile{display: block;}
    .why-attand-icons li{width: 46%; display: inline-block;}
    .agenda-row .agenda-col:first-child {width: 60px; font-size: 12px;}
    .box.p-5{padding: 20px!important;}
    .evtLabel{    padding-right: 10px;
    min-width: 80px;}
    .counter-box-3 .counter-box{    padding: 0 10px;}
    .counter-box-3 .counter-box .number{font-size: 30px;}
    .speakerMain{display: block}
    .bannerBox{
        position: static;
        transform: none;
        width:100%!important;
    }

    .bannerBtn {
        position: absolute;
        bottom: 15px;
        left: 10px;
        text-align: center;
        color: #fff;
        background: #ca4fe8;
        border: 1px solid #ca4fe8;
        border-radius: 0;
        padding: 2px 13px;
        font-size: 12px;
        transition: 0.5s;
}
}








