body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
*:focus {
  box-shadow: none !important;
}
.transition,
.transition a,
.transition img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.over_hidden {
  overflow: hidden;
}
.image img {
  /* max-width: 100%; */
}
.site_bg {
  background: #F45C2A;
}
.site_color {
  color: #F45C2A;
}
/*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;
}
.fntText{
  font-size: 18px;
}
.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;
}


.WelcomeBold{

  font-weight: 600;
}
.siteBtn {
  background: #F45C2A;
  border: 1px solid #F45C2A;
  color: #ffffff;
  border-radius: 0px;
  padding: 8px 30px;
  font-size: 14px;
}
.siteBtn:hover {
  background-color: #fff;
  color: #F45C2A;
}
.siteBtnOutline {
  border: 1px solid #fff;
  background: transparent;
  color: #ffffff;
  border-radius: 0px;
  padding: 8px 30px;
  font-size: 14px;
}
.siteBtnOutline:hover {
  background: #fff;
  color: #F45C2A;
}
.siteBtnReverse {
  border: 1px solid #F45C2A;
  color: #F45C2A;
  background: transparent;
}
.siteBtnReverse:hover {
  color: #fff;
  background: #F45C2A;
}
.spkImage.image.mb-2:hover {
    border-radius: 0;
}
section#speakers .spkImage.image.mb-2 img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: top;
}
.hrDesign {
  line-height: 8px;
  margin-top: 5px;
}
.hrDesign > span {
  width: 3px;
  height: 3px;
  display: inline-block;
  background: #F45C2A;
  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: 0.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: #F45C2A;
}

.bg_black {
  background: #181717;
}


.follwUs li {
    display: inline-block;
    margin-right: 10px;
}


/*.follwUs li a {
    color: #fff;
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}*/
    .follwUs li a {
        color: #F45C2A;
        width: 36px;
        height: 36px;
        border: 1px solid #F45C2A;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .follwUs li a:hover {
            background: transparent;
            color: #F45C2A;
            text-decoration: none;
        }
.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: #F45C2A;
  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 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.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: #F45C2A;
}
.siteA:hover {
  text-decoration: none;
  color: #000;
}
.forgotA {
  color: #000;
}
.forgotA:hover {
  text-decoration: none;
  color: #F45C2A;
}

.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: #F45C2A;
  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: 90%;
}
.iti {
  width: 100%;
  margin-bottom: 1rem;
}

.fError {
  display: none;
}
.fixexHeader {
  padding-top: 66px;
}
.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;
  min-height: 152px;
}
.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: #af1e25 !important;
  text-decoration: none;
}

.boxInner {
  background: #fff;
}

.adjyes .btn {
  border-radius: 0px;
  box-shadow: none !important;
  border: 1px solid #F45C2A;
}
.adjyes .btn.active {
  background: #F45C2A;
  color: #fff;
}
.siteUL {
  list-style-type: square;
}
.siteUL.unstyled {
  list-style: none;
}
.siteUL li i {
  margin-right: 10px;
  color: #F45C2A;
}
.lead strong {
  font-weight: bold !important;
}

.siteUL ::marker {
  font-size: 18px;
  color: #F45C2A;
}

.formMain .custom-control.custom-radio.form-check-inline {
  display: inline;
}
.keyBox {
  min-height: 340px;
}
.col-md-3:last-child .keyBox {
  min-height: 0;
}
.captchaInput {
  height: 40px;
}
.headAfter.text-white:after {
  background: #ffffff;
}
@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: #F45C2A !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: #F45C2A;
  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 #F45C2A;
  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: 55px;
}

@media screen and (max-device-width: 991px), screen and (max-width: 991px) {
  .fixexHeader {
    padding-top: 54px;
  }
  .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: #F45C2A;
  }
  .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) {
  .fixexHeader {
    padding-top: 36px;
  }
  .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;
  }
  .image {
    /*display: flex;*/
    overflow: hidden;
  }
  .banner .image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    zoom: 0.3;
    outline: none;
  }
  area,
  area map {
    outline: none;
    box-shadow: none;
  }
}
