/* Import Fonts & All CSS */
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/default-assets/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/material-design-iconic-font.min.css);
/* :: 01.0 Reboot Area CSS */
* {
    margin: 0;
    padding: 0; 
    outline:none;
    border:none;}
    

  body {
    font-weight: 400;
    font-size: 16px;
    position: relative;
    z-index: auto; }

  /*h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    
    color: #111343;
    line-height: 1.25;
    font-weight: 600; }

  a,
  a:active,
  a:focus,
  a:hover {
    color: #111343;
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    outline: none;
    font-weight: 500; }*/

  li {
    list-style: none; }

  /*p {
    line-height: 1.8;
    color: #5d5e8d;
    font-size: 16px;
    font-weight: 400; }*/

  img {
    max-width: 100%;
    height: auto; }

  ul {
    margin: 0;
    padding: 0; }
    ul li {
      margin: 0;
      padding: 0; }

  .bg-overlay {
    position: relative;
    z-index: 1; }
    .bg-overlay::after {
      position: absolute;
      content: "";
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      background-color: rgba(0, 0, 0, 0.4); }

      .bg-gradient-overlay {
        position: relative;
        z-index: 1; }
        .bg-gradient-overlay::after {
          position: absolute;
          content: "";
          height: 100%;
          width: 100%;
          top: 0;
          left: 0;
          z-index: -1;
          background: #c63fa4;
          background-image: -moz-linear-gradient(120deg, #455561 0%, #313E50 100%);
          background-image: -webkit-linear-gradient(120deg, #455561 0%, #313E50 100%);
          background-image: -ms-linear-gradient(120deg, #455561 0%, #313E50 100%);
          /* background-image: -moz-linear-gradient(120deg, #df42b1 0%, #505add 100%);
          background-image: -webkit-linear-gradient(120deg, #df42b1 0%, #505add 100%);
          background-image: -ms-linear-gradient(120deg, #df42b1 0%, #505add 100%); */
          opacity: 0.9; }
      
          .bg-gradient-overlay-2 {
            position: relative;
            z-index: 1; }
            .bg-gradient-overlay-2::after {
              border-radius: 0px;
              content: '';
              position: absolute;
              width: 100%;
              height: 100%;
              top: 0;
              left: 0;
              z-index: -1;
              background: #c63fa4;
              background-image: -moz-linear-gradient(120deg, #505add 0%, #df42b1 100%);
              background-image: -webkit-linear-gradient(120deg, #505add 0%, #df42b1 100%);
              background-image: -ms-linear-gradient(120deg, #505add 0%, #df42b1 100%);
              opacity: 0.9;
            }
      
      
.bg-img {
 background-position: center center !important;
 background-size: cover !important;
 background-repeat: no-repeat !important; }
      

.jarallax {
  position: relative;
  z-index: 0; }
  .jarallax .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

.bg-boxshadow {
  -webkit-box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
  box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15); }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  position: fixed;
  z-index: 100;
  color: #ffffff;
  right: 20px;
  text-align: center;
  padding-right: 0;
  width: 100%;
  top: 20px;
  width: 30px;
  background: #df42b1;
  height: 30px;
  line-height: 30px; }

img.mfp-img {
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15); }

button.mfp-close,
button.mfp-arrow {
  background: #df42b1; }

.mfp-bottom-bar {
  display: none !important; }

.mfp-bg {
  background-color: #000000; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gray {
  background-color: #f7f7f7 !important; }

textarea:focus,
input:focus {
  outline: none; }

textarea:invalid,
input:invalid,
textarea:required,
input:required {
  box-shadow: none !important; }

.border {
  border-color: #4b4d7b; }

.mfp-arrow-left::after {
  border-right-color: transparent; }

.mfp-arrow-left::before {
  border-right-color: #ffffff; }

.mfp-arrow-right::after {
  border-left-color: transparent; }

.mfp-arrow-right::before {
  border-left-color: #ffffff; }

/* :: 02.0 Spacing Area CSS */
.mt-15 {
  margin-top: 15px; }

.mt-30 {
  margin-top: 30px; }

.mt-20 {
  margin-top: 20px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mt-100 {
  margin-top: 100px; }

.mt-150 {
  margin-top: 150px; }

.mr-15 {
  margin-right: 15px; }

.mr-30 {
  margin-right: 30px; }

.mr-50 {
  margin-right: 50px; }

.mr-100 {
  margin-right: 100px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-15 {
  margin-left: 15px; }

.ml-30 {
  margin-left: 30px; }

.ml-50 {
  margin-left: 50px; }

.ml-100 {
  margin-left: 100px; }

.pt-50 {
  padding-top: 50px !important; }

.section-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.section-padding-0-80 {
  padding-top: 0;
  padding-bottom: 80px; }

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0; }

.section-padding-80-50 {
  padding-top: 80px;
  padding-bottom: 50px; }

.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-0-85 {
  padding-top: 0;
  padding-bottom: 85px; }

.section-padding-100-60 {
  padding-top: 100px;
  padding-bottom: 60px; }

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }


/* :: 6.0 Buttons Area CSS */
.btn:focus {
  box-shadow: none; }

.confer-btn {
  position: relative;
  z-index: 1;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  display: inline-block;
  padding: 0 25px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  border-radius: 23px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  overflow: hidden; }
  .confer-btn i {
    margin-left: 5px; }
  .confer-btn::before {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    content: '';
    background: #df42b1;
    background-image: -webkit-linear-gradient(120deg, #505add 0%, #df42b1 100%);
    background-image: -ms-linear-gradient(120deg, #505add 0%, #df42b1 100%);
    z-index: -2; }
  .confer-btn:focus, .confer-btn:hover {
    font-weight: 500;
    background-color: #ffffff;
    color: #111343 !important;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15); }
    .confer-btn:focus i, .confer-btn:hover i {
      -webkit-animation: buttonIcon 1s ease-in infinite;
      animation: buttonIcon 1s ease-in infinite; }
    .confer-btn:focus::before, .confer-btn:hover::before {
      left: 110%; }

@-webkit-keyframes buttonIcon {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes buttonIcon {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.confer-btn-2 {
  position: relative;
  z-index: 1;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 0 25px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  border-radius: 23px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .confer-btn-2 i {
    margin-left: 4px; }
  .confer-btn-2.btn-2 {
    color: #111343; }
  .confer-btn-2:focus, .confer-btn-2:hover {
    font-weight: 500;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    background-color: #df42b1;
    color: #ffffff; }

.confer-btn-white {
  position: relative;
  z-index: 1;
  height: 46px;
  padding: 0 25px;
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 23px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 42px;
  font-weight: 500;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .confer-btn-white i {
    margin-left: 5px; }
  .confer-btn-white:hover, .confer-btn-white:focus {
    background-color: #df42b1;
    border-color: #df42b1;
    color: #ffffff; }

.confer-btn-white-2 {
  position: relative;
  z-index: 1;
  height: 46px;
  padding: 0 25px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-radius: 23px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 42px;
  font-weight: 500;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .confer-btn-white-2 i {
    margin-left: 3px; }
  .confer-btn-white-2:hover, .confer-btn-white-2:focus {
    background-color: #df42b1;
    border-color: #df42b1;
    color: #ffffff; }

.confer-gb-btn {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 46px;
  padding: 0 25px;
  min-width: 180px;
  height: 46px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 23px;
  border: none;
  overflow: hidden; }
  .confer-gb-btn::before {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    content: '';
    background: #df42b1;
    background-image: -webkit-linear-gradient(120deg, #505add 0%, #df42b1 100%);
    background-image: -ms-linear-gradient(120deg, #505add 0%, #df42b1 100%);
    z-index: -2; }
  .confer-gb-btn::after {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 23px;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background-color: #151853;
    content: '';
    z-index: -1; }
  .confer-gb-btn:hover, .confer-gb-btn:focus {
    color: #ffffff; }
    .confer-gb-btn:hover::after, .confer-gb-btn:focus::after {
      opacity: 0; }



/* :: 17.0 Schedule Area CSS */
.our-schedule-area {
  position: relative;
  z-index: 1;
  background-color: #000000;
 display: flex;

}
  .our-schedule-area .schedule-tab {
    position: relative;
    z-index: 1;
    margin-bottom: 45px; }
    .our-schedule-area .schedule-tab .nav-tabs {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-bottom: none; }
      .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link {
        color:#fff;
        background-color: transparent;
        text-align: center;
        border-radius: 0;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
        padding: 15px 0;
        margin: auto 1em;
        border: none;
         }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link {
            font-size: 10px;
            padding: 10px; } }
        @media only screen and (min-width: 480px) and (max-width: 767px) {
          .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link {
            font-size: 12px;
            padding: 15px 20px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link {
            font-size: 14px; } }
        .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link span {
          font-size: 14px;
          font-weight: 500;
          letter-spacing: 0;
          text-transform: capitalize; }
          @media only screen and (max-width: 767px) {
            .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link span {
              font-size: 9px; } }
          @media only screen and (min-width: 480px) and (max-width: 767px) {
            .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link span {
              font-size: 10px; } }
        .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link.active {
          color: #00acd1;
          border-bottom: 3px solid #00acd1;
        }
      .our-schedule-area .schedule-tab .nav-tabs .nav-item:nth-child(1) .nav-link {
         }
      .our-schedule-area .schedule-tab .nav-tabs .nav-item:last-child .nav-link {
        border-right: none; }

.single-schedule-area {
  border: 1px solid #444675;
  border-radius: 10px;
  padding: 25px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-bottom: 20px; 
}
  
  .single-schedule-area:hover, .single-schedule-area:focus {
    border-color: #2c392a; }
  .single-schedule-area .single-schedule-tumb-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
    width: 49%;
    padding-right: 15px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-schedule-area .single-schedule-tumb-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
        width: 35%; } }
    @media only screen and (max-width: 767px) {
      .single-schedule-area .single-schedule-tumb-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        padding-bottom: 30px; } }
    .single-schedule-area .single-schedule-tumb-info .single-schedule-tumb {
      height: 90px;
      width: 90px; }
      .single-schedule-area .single-schedule-tumb-info .single-schedule-tumb img {
        border-radius: 0%; }
    .single-schedule-area .single-schedule-tumb-info .single-schedule-info {
      margin-left: 30px; }
      .single-schedule-area .single-schedule-tumb-info .single-schedule-info h6 {
        font-size: 22px;
        color: #ffffff;
        font-weight: 600; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-schedule-area .single-schedule-tumb-info .single-schedule-info h6 {
            font-size: 20px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single-schedule-area .single-schedule-tumb-info .single-schedule-info h6 {
            font-size: 18px; } }
        @media only screen and (max-width: 767px) {
          .single-schedule-area .single-schedule-tumb-info .single-schedule-info h6 {
            font-size: 18px; } }
      .single-schedule-area .single-schedule-tumb-info .single-schedule-info p {
        color: #9293bc;
        margin-bottom: 0; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-schedule-area .single-schedule-tumb-info .single-schedule-info p {
            font-size: 15px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single-schedule-area .single-schedule-tumb-info .single-schedule-info p {
            font-size: 15px; } }
        @media only screen and (max-width: 767px) {
          .single-schedule-area .single-schedule-tumb-info .single-schedule-info p {
            font-size: 15px; } }
        .single-schedule-area .single-schedule-tumb-info .single-schedule-info p span {
          color: #ffffff; }
  .single-schedule-area .schedule-time-place {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    width: 30%;
    padding: 0 15px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-schedule-area .schedule-time-place {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
        width: 35%; } }
    @media only screen and (max-width: 767px) {
      .single-schedule-area .schedule-time-place {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 0 0 30px 0; } }
    .single-schedule-area .schedule-time-place p {
      color: #ffffff;
      margin-bottom: 0;
      letter-spacing: 1px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-schedule-area .schedule-time-place p {
          font-size: 15px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-schedule-area .schedule-time-place p {
          font-size: 15px; } }
      @media only screen and (max-width: 767px) {
        .single-schedule-area .schedule-time-place p {
          font-size: 15px; } }
      .single-schedule-area .schedule-time-place p i {
        color: #00acd1;
        margin-right: 5px; }
      .single-schedule-area .schedule-time-place p:last-child {
        margin-bottom: 0; }
  .single-schedule-area .btn.confer-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
    width: 16%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-schedule-area .btn.confer-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        width: 30%; } }
    @media only screen and (max-width: 767px) {
      .single-schedule-area .btn.confer-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
  .single-schedule-area.single-page {
    -webkit-box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
    box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
    border-color: #ffffff;
    justify-content:flex-start;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    .single-schedule-area.single-page .single-schedule-info h6 {
      color: #111343; }
    .single-schedule-area.single-page .single-schedule-info p {
      color: #9293bc;
      margin-bottom: 0; }
      .single-schedule-area.single-page .single-schedule-info p span {
        color: #111343; }
    .single-schedule-area.single-page .schedule-time-place p {
      color: #111343; }
      .single-schedule-area:hover{
        background-color:  #0e1b4d}
    .single-schedule-area.single-page:hover, .single-schedule-area.single-page:focus {
      border-color:  #00acd1}

   .id_text{
     font-weight: bold;
     text-align: center;
   }
   .qrcode{
     width: 200px;
     height: 200px;
     display: flex;
     margin: 0 auto;
   }