/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Roboto:300,400,500,700");
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');


@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Edu+NSW+ACT+Cursive:wght@400..700&family=Engagement&family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&family=Playwrite+IN+Guides&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


html {
  font-size: 16px;
}

body {
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  color: #222222;
  font-weight: 600;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.6875rem;
}

h5 {
  font-size: 1.375rem;
}

h6 {
  font-size: 1.25rem;
}

p{font-size:16px; margin-bottom: 1.6em;}

a, li, blockquote, label {
  font-size: .9rem;
  line-height: 26px;
  color: #504f4f;
  margin-bottom: 0;
}

.form-control::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 0.9375rem;
}

ul.social-links {
  margin-bottom: 0;
}

ul.social-links li:first-child a {
  padding-left: 0;
}

ul.social-links li a {
  padding: 0 15px;
  display: block;
}

ul.social-links li a i {
  font-size: 20px;
  color: #222222;
}


.submit-btn{ font-size:18px;
  display:inline-block;
  padding:15px 40px;
  background:linear-gradient(90deg,#38bdf8,#6366f1);
  color:#fff;
  font-weight:600;
  border-radius:30px;
  text-decoration:none;
  position:relative;
  overflow:hidden;
  transition:0.4s;
}

.submit-btn::before{
  content:"";
  position:absolute;
  width:300%;
  height:300%;
  background:rgba(255,255,255,0.2);
  top:-100%;
  left:-100%;
  transform:rotate(45deg);
  transition:0.5s;
}

.submit-btn:hover::before{
  top:0;
  left:0;
}

.submit-btn:hover{
  box-shadow:0 0 20px #38bdf8;
  transform:translateY(-3px);
}




.shadow, .speakers.white .speaker-item:hover, .schedule.two .schedule-contents, .sponsors .block .image-block:hover, ul.pagination li a:hover, ul.pagination li a:focus, ul.pagination .active a, .news-hr .news-post-hr:hover, .testimonial .testimonial-item .comment:hover {
  box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);
}

.inner-banner{background-color: transparent;
    background-image: linear-gradient(225deg, #536900BF 40%, #0B2C3D9E 60%);}



/* HEADING WRAPPER */
.section{margin:20px 0px;}
.section h3{text-decoration:underline;}
.title-section {
    padding: 30px 20px;
    text-align: center;
}
.section h4{display:block !important; margin-bottom:20px; color:#0a1359;}


.title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}


.line {
    flex: 1;
    height: 4px;
    background: #b30000;
    max-width: 250px;
}
/* HEADING WRAPPER */




.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.overlay:before {
  content: '';
  background: url(../images/background/objects.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.overlay:after {
  content: '';
  background: -webkit-linear-gradient(-45deg, #1e5799 0%, #1d1546 0%, #1a0b25 100%, #207cca 100%);
  opacity: .25;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.overlay-lighter:before {
  content: '';
  background: -webkit-linear-gradient(-45deg, #1e5799 0%, #1d1546 0%, #1a0b25 100%, #207cca 100%);
  opacity: .20;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.text-overlay:after {
  content: 'CONFERENCE';
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 215px;
  width: 100%;
  height: 300px;
  background-position: center center;
  position: absolute;
  top: 40%;
  left: 50%;
  opacity: .05;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*Header*/
.logos img {text-align:center;}	
.wlcm{background:#fff; padding-bottom:50px !important;}
.wlcm-msg{background:#f3e8ff; padding:20px; box-shadow: 2px 1px 10px 5px #ccc;}
.content-margin{margin-top:40px;}
.msg-block{text-align:center;}
.msg-block img{border:2px dotted #c105c4; border-radius:50%; width:160px; padding:2px; text-align:center; margin:0 auto;}
.msg-block h4{font-size:15px; color:#c105c4; padding-top:10px; text-align:center;}
.msg-block p{font-size:14px !important;}


.elementor-shape-fill {
    fill: #f97316; transform: rotateY(0deg);
    transform-origin: center;
}

 .section-msg {background:#f3e8ff;
        
        margin: auto;
        padding: 60px 20px;
        position: relative;
    }

    .section-msg .container { 
        display: flex;
        align-items: center;
        gap: 50px;
        position: relative;
    }

    /* LEFT SIDE */
    .section-msg .left {
        position: relative;
        width: 30%;
    }
	.section-msg .left img {
    margin-left: 0px;
}

    .section-msg .orange-strip {
        position: absolute;
        left: -40px;
        top: -40px;
        width: 120px;
        height: 110%;
        background: repeating-linear-gradient(
            90deg,
            #ff7a00,
            #ff7a00 6px,
            #ff9a3d 6px,
            #ff9a3d 12px
        );
        z-index: 0;
    }

    .section-msg .image-box {
        position: relative;
        z-index: 1;
        box-shadow: 0 10px 25px rgba(0,0,0,0.2);
        border-radius: 8px;
        overflow: hidden;
    }

    .section-msg .image-box img {
        width: 100%;
        display: block;
    }

    /* RIGHT SIDE */
    .section-msg .right {
        width: 70%;
        position: relative;
        padding: 30px;
        border-top: 6px solid #5c616b;
        border-right: 6px solid #5c616b;
    }

    .section-msg .right h1 {
        color: #b58900;
        font-size: 40px;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .section-msg .green-line {
        display: inline-block;
        width: 120px;
        height: 8px;
        background: #0b6b3a;
        margin-left: 10px;
        vertical-align: middle;
    }

    .section-msg .right p { text-align:justify;
        font-size: 15px;
        line-height: 1.7;
        color: #222;
        margin-bottom: 15px;
    }

    .section-msg .highlight {
        font-weight: bold;
    }

    /* Responsive */
    @media(max-width: 900px) {
        .section-msg .container {
            flex-direction: column;
        }

       .section-msg .left, .section-msg .right {
            width: 100%;
        }

        .section-msg .orange-strip {
            display: none;
        }

        .section-msg .right {
            border-right: none;
        }
    }








@media (max-width: 767px) {
  .text-overlay:after {
    font-size: 100px;
  }
}

@media (max-width: 575px) {
  .text-overlay:after {
    font-size: 70px;
  }

  
}

.overlay-primary:before {
  content: '';
  background: rgba(255, 102, 0, 0.93);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.overlay-dark:before {
  content: '';
  background: -webkit-linear-gradient(-45deg, #1e5799 0%, #1d1546 0%, #1a0b25 100%, #207cca 100%);
  opacity: .75;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.overlay-white:before {
  content: '';
  background: linear-gradient(0deg, rgba(245, 245, 248, 0.8) 0%, #f7f7f7 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.overlay-white-slant:before {
  content: '';
  width: 100%;
  margin-left: -45%;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}

@media (max-width: 767px) {
  .overlay-white-slant:before {
    content: none;
  }
}

span.alternate {
  color: #FF0000;
  font-weight: 600;
}

a {
  transition: 0.2s ease;
}

a:focus, a:hover {
  color: #c105c4;
  text-decoration: none;
}

button:hover {
  cursor: pointer;
}

.bg-gray {
  background: #fafafa;
}

.bg-blue {
  background: #c105c4;
}

.bg-banner-one { border-top:5px solid #FFFFFF;
  background: url(../images/background/homepage-one-banner.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-banner-two {
  background: url(../images/background/banner-bg-two.jpg) no-repeat;
  background-size: cover;
  background-position: right center;
}

@media (max-width: 767px) {
  .bg-banner-two {
    background-position: center center;
  }
}

.bg-about {
  background: url(../images/background/pattern-background.jpg) no-repeat;
  background-size: cover;
}

.bg-speaker {
  background: url(../images/background/spaeker-background.jpg) fixed no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-timer {
  background: url(../images/background/timer-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-schedule {
  background: url(../images/background/schedule-bg.png) no-repeat;
  background-size: cover;
}

.bg-service {
  background: url(../images/background/feature-background.jpg) no-repeat;
  background-size: cover;
}

.bg-registration {
  background: url(../images/background/registration-background.jpg) no-repeat;
  background-size: cover;
}

.bg-registration-two {
  background: url(../images/background/bg-registration-two.jpg) no-repeat;
  background-size: cover;
}

/*.bg-ticket {
  background: url(../images/background/cta-ticket-bg.jpg) fixed no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-sponsors {
  background: url(../images/background/sponsors-bg.jpg) fixed no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-subscribe {
  background: url(../images/background/newsletter-bg.jpg) fixed no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-title {
  background: url(../images/background/page-title-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-tours {
  background: url(../images/tour/tours-banner.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-hotel {
  background: url(../images/background/1.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
*/
.section {
  padding: 15px 0;
}

.border-less {
  border-bottom: 1px solid #e5e5e5;
}

.section-title {
  margin-top: 25px;
  text-align: center;
  margin-bottom: 15px;
}

.section-title h3 {
  margin-bottom: 20px;
}


.section-title.white h3, .section-title.white p {
  color: #fff;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.page-title {
  text-align: center;
}

.video {
  position: relative;
}

.video:before {
  border-radius: 3px;
}

.video img {
  width: 100%;
  border-radius: 8px;
}

.video .video-button {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.video .video-box a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video .video-box a i {
  height: 125px;
  width: 125px;
  font-size: 40px;
  background: #c105c4;
  border-radius: 100%;
  color: #fff;
  line-height: 125px;
  text-align: center;
}

.video .video-box a iframe {
  width: 100%;
  height: 100%;
}

.form-control {
  background: transparent;
  border: 1px solid #b3b3b3;
  border-radius: 0;
  font-size: 0.9375rem;
  padding: 15px 20px;
  height: 48px;
  margin-bottom: 20px;
  color: #b3b3b3;
}

.form-control:focus {
  border: 1px solid #c105c4;
  box-shadow: none;
}

.form-control.white {
  background: #fff;
  color: #222222;
}

select.form-control:not([size]):not([multiple]) {
  height: 100%;
}

.left {
  overflow: hidden;
}

.left img {
  margin-left: -40px;
}

@media (max-width: 767px) {
  .left img {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.right {
  overflow: hidden;
}

.right img {
  margin-left: 40px;
}

@media (max-width: 767px) {
  .right img {
    margin-left: 0;
  }
}

.hide-overflow {
  overflow: hidden;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  /* ideally, transition speed should match zoom duration */
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.border-top {
  border-top: 1px solid;
}

.slick-slide:focus {
  outline: 0;
}

.btn {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  transition: all .3s ease;
}

.btn-main {
  padding: 25px 45px;
  border-radius: 3px;
  background: #c105c4;
  color: #fff;
  outline: none;
}

.btn-main:hover {
  color: #fff;
}

.btn-main:focus {
  color: #fff;
  box-shadow: none;
}

.btn-main-md {
  padding: 15px 40px;
  border-radius: 0;
  background: #c105c4;
  color: #fff;
  outline: none;
  font-size: 0.9375rem;
}

.btn-main-md:hover {
  color: #fff;
  background: #e65c00;
}

.btn-main-md:focus {
  color: #fff;
  box-shadow: none;
}

.btn-transparent-md {
  padding: 15px 40px;
  background: transparent;
  outline: none;
  font-size: 0.9375rem;
  color: #222222;
  border: 1px solid #e5e5e5;
  border-radius: 0;
}

.btn-transparent-md:hover {
  background: #c105c4;
  border-color: #c105c4;
  color: #fff;
}

.btn-main-sm {
  padding: 15px 35px;
  border-radius: 3px;
  background: #c105c4;
  color: #fff;
  outline: none;
  font-size: 14px;
}

.btn-main-sm:hover {
  color: #fff;
}

.btn-main-sm:focus {
  color: #fff;
  box-shadow: none;
}

.btn-white-md {
  background: #fff;
  color: #222222;
  padding: 15px 40px;
  border-radius: 0;
}

.btn-white-md:hover {
  background: #c105c4;
  color: #fff;
}

.btn-rounded-icon {
  border-radius: 100px;
  color: #fff;
  border: 1px solid #fff;
  padding: 13px 50px;
}

.main-nav {
  background: #0a1359;
}
.navbar{padding:0!important;}

@media (max-width: 767px) {
  .main-nav {
    position: relative;
  }
}

.main-nav .navbar-brand {
  padding: 35px 40px 35px 50px;
  border-right: 1px solid #e5e5e5;
}

@media (max-width: 1200px) {
  .main-nav .navbar-brand {
    padding: 20px 30px;
  }
}

@media (max-width: 767px) {
  .main-nav .navbar-brand {
    border-right: none;
  }
}

.main-nav .navbar-toggler {
  font-size: 1.5rem; color:#FFFFFF;
  margin-right: 15px;
}

.main-nav .navbar-nav .nav-item {
  position: relative;
  font-family: "Roboto", sans-serif;
}

.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  text-align: center;
  color: #fff;
    font-weight: 600;
  padding-left: 8px;
  padding-right: 28px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 1352px) {
  .main-nav .navbar-nav .nav-item .nav-link {
    font-size:15px;
    padding-right: 8px;
  }
}

@media (max-width: 1200px) {
  .main-nav .navbar-nav .nav-item .nav-link {
    padding-left: 3px;
    padding-right: 9px;
  }
}

@media (max-width: 991px) {
  .main-nav .navbar-nav .nav-item .nav-link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.main-nav .navbar-nav .nav-item .nav-link span {
  color: #fff;
  margin-left: 16px;
}

@media (max-width: 1200px) {
  .main-nav .navbar-nav .nav-item .nav-link span {
    margin-left: 14px;
  }
}

@media (max-width: 1024px) {
  .main-nav .navbar-nav .nav-item .nav-link span {
    margin-left: 10px;
  }
}

@media (max-width: 991px) {
  .main-nav .navbar-nav .nav-item .nav-link span {
    display: none;
  }
}

.main-nav .navbar-nav .nav-item:hover .nav-link, .main-nav .navbar-nav .nav-item.active .nav-link {
  color: #ff0000;
}

.main-nav .dropdown {
  position: relative;
}

.main-nav .dropdown .open > a,
.main-nav .dropdown .open > a:focus,
.main-nav .dropdown .open > a:hover {
  background: transparent;
}

.main-nav .dropdown.full-width .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
}

.main-nav .dropdown .dropdown-menu {
  min-width: 220px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    background-color: #000;
}

.main-nav .dropdown .dropdown-menu li:not(:last-child) .dropdown-item {
  border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 991px) {
  .main-nav .dropdown .dropdown-menu li:not(:last-child) .dropdown-item {
    border: 0;
  }
}

.main-nav .dropdown .dropdown-menu .dropdown-item {
  font-size: 15px;
  padding: 10px 16px;
  transition: .3s ease;
    color: #fff;
}

.main-nav .dropdown .dropdown-menu .dropdown-item:hover {
  background: #fff;
  color: #c105c4;
}

@media (max-width: 991px) {
  .main-nav .dropdown .dropdown-menu {
    -webkit-transform: none;
            transform: none;
    left: auto;
    position: relative;
    text-align: center;
    opacity: 1;
    visibility: visible;
    background: #dd2e1d;
  }
}

@media (min-width: 992px) {
  .main-nav .dropdown .dropdown-menu {
    transition: .3s all;
    position: absolute;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  .main-nav .dropdown:hover > .dropdown-menu {
    border-top: 3px solid #c105c4;
    opacity: 1;
    display: block;
    visibility: visible;
    color: #777;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .main-nav .dropdown .dropleft .dropdown-menu {
    right: 100%;
  }
}

.main-nav .dropleft .dropdown-menu,
.main-nav .dropright .dropdown-menu {
  margin: 0;
}

.main-nav .dropleft .dropdown-menu {
  right: 0;
}

.main-nav .dropleft .dropdown-toggle::before,
.main-nav .dropright .dropdown-toggle::after {
  font-weight: bold;
  font-family: 'FontAwesome';
  border: 0;
  font-size: 14px;
  vertical-align: 1px;
}

.main-nav .dropleft .dropdown-toggle::before {
  content: "\f104";
  margin-right: 7px;
}

.main-nav .dropright .dropdown-toggle::after {
  content: "\f105";
  margin-left: 7px;
}

.main-nav .dropdown-submenu:hover > .dropdown-toggle,
.main-nav .dropdown-submenu.active > .dropdown-toggle {
  color: #c105c4;
}

.main-nav .ticket {
  background: #f7a516; border-radius:50px;
  display: block;
  padding: 10px 25px; margin:5px 10px 5px 0;
}

@media (max-width: 1352px) {
  .main-nav .ticket {
     padding: 10px 12px;
  }
}

@media (max-width: 1200px) {
  .main-nav .ticket {
    padding: 10px 12px;
  }
}

@media (max-width: 991px) {
  .main-nav .ticket {
    text-align: center;margin: 0 15px 10px;
  }
}

.main-nav .ticket img {
  margin-right: 25px;
}

@media (max-width: 1200px) {
  .main-nav .ticket img {
    display: none;
  }
}

.main-nav .ticket span {
  color: #fff;
  font-size: 1.125rem;
/*  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  border-left: 1px solid #f578f7;
  padding-left: 24px;*/
}

@media (max-width: 1200px) {
  .main-nav .ticket span {
    padding-left: 0;
    font-size: 1rem;
    border-left: none;
  }
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  outline: none;
}

.page-title {
  position: relative;
  padding: 75px 0 65px;
}

@media (max-width: 1200px) {
  .page-title {
    padding: 65px 0 65px;
  }
}

@media (max-width: 767px) {
  .page-title {
    padding: 65px 0;
  }
}

.page-title h3, .page-title li, .page-title a {
  color: #fff;
}

.page-title .title h3 {
  font-weight: 500;
  text-transform: uppercase; 
}

.page-title .breadcrumb {
  background: transparent;
}

.page-title .breadcrumb .breadcrumb-item {
  float: none;
  display: inline-block;
  text-transform: uppercase;
}

.page-title .breadcrumb .breadcrumb-item.active {
  color: #fff;
}

.page-title .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
}

.footer-main {
  /*background: #000;
  background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.7)),url(../images/city-footer.png);
  background-repeat: no-repeat;
  background-size: cover;*/background-image: radial-gradient(circle, #09346c, #040039);
  width: 100%;
  padding: 30px 0 0px 0px;
}

.elementor-icon {
    fill: #FFFFFF;
    color: #FFFFFF;
    border-color: #FFFFFF; display: inline; width:24px;
   
    line-height: 1;
    text-align: center;
    transition: all .3s;
}
.footer-main svg{display:inline-block;  width:24px;}


@media (max-width: 767px) {
  .footer-main {
    padding: 50px 0;
  }
}

.footer-main .block img {
  margin-bottom: 60px;
}

.footer-main .block ul.social-links-footer {
  margin-bottom: 0;
}

.footer-main .block ul.social-links-footer .list-inline-item:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 575px) {
.logos img{width:240px;}
.logos img.logos2{width:120px;}
.logos .col-12.col-sm-6{max-width:33%; display:inline-block !important;}
   /*.logos .col-sm-12{width:100%;}
 .logos img.mx-auto{ margin:0px;}*/


.title_wrapper{display:block !important;}
.about .content-block{margin-left:0px !important;}
.register_link a{font-size:14px !important;}
.register_link_abs a{font-size:22px !important;}
.pensa-highlight h3{font-size:15px !important; font-weight:800 !important;}
.pensa-highlight h3 span{padding:12px !important;}
.footer-logo img{width:54% !important; padding-left: 10%;}
.social_media{width:217px !important;}


  .footer-main .block ul.social-links-footer .list-inline-item:not(:last-child) {
    margin-right: 5px;
  }
}

.footer-main .block ul.social-links-footer li a {
  color: #fff;
    font-size: 15px;
}

.footer-main .block ul.social-links-footer li a i {
  line-height: 50px;
}

.footer-main .block ul.social-links-footer li a:hover {
  color: #c105c4;
}

.footer-main .block ul.social-links-footer li a:hover i {
  color: #fff;
}
.footer-main .block h5{color: #eba528; font-size: 20px; margin-bottom:15px;}
.footer-main .block h6{color: #fff; font-size: 16px;}
           .footer-main .list-style-none{list-style: none;padding-left: 0px;}
           .footer-main .list-style-none li{color: #fff;padding-bottom: 10px;font-size: 15px;}
		   .footer-main .list-style-none li span{display:inline-block;}
.subfooter {
  /*background: #2a2a37;*/
  padding: 0px 0 8px;
}

.subfooter .copyright-text p {
  font-family: "Roboto", sans-serif;
    font-size: 17px;
font-weight: 600;
color: #fff;
font-style: italic;
}

.subfooter .copyright-text p a {
  color: #eba528; font-size: 17px;
}

@media (max-width: 767px) {
  .subfooter .copyright-text {
    text-align: center;
  }
}



.cta-ticket {
  position: relative;
}

.cta-ticket .content-block {
  padding: 100px 0;
}

.cta-ticket .content-block h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
}

.cta-ticket .content-block p {
  color: #e6e6e6;
  margin-bottom: 45px;
}

.cta-ticket .image-block {
  position: absolute;
  right: 5%;
  bottom: 0;
}

@media (max-width: 767px) {
  .cta-ticket .image-block {
    display: none;
  }
}

.cta-subscribe {
  position: relative;
}

.cta-subscribe .content {
  padding: 70px 0;
}

.cta-subscribe .content h3, .cta-subscribe .content p {
  color: #fff;
}

.cta-subscribe .content h3 {
  font-weight: 500;
}

.cta-subscribe .content p {
  font-size: 0.9375rem;
}

.cta-subscribe .subscribe-button button {
  cursor: pointer;
}

@media (max-width: 767px) {
  .cta-subscribe .subscribe-button {
    margin-bottom: 30px;
  }
}

.banner {
  padding: 150px 0 70px;
  position: relative;
}

@media (max-width: 1024px) {
  .banner {
    padding: 100px 0;
  }
}

.banner .block {
  position: relative; text-align:center;
  z-index: 10;
}

.banner .block .timer .syotimer-cell {
  margin-right: 25px;
  margin-bottom: 33px;
  display: inline-block;
}

@media (max-width: 575px) {
  .banner .block .timer .syotimer-cell {
    margin-right: 10px;
    margin-bottom: 20px;
  }
}

.banner .block .timer .syotimer-cell .syotimer-cell__value {
  min-width: 67px;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  line-height: 64px;
  text-align: center;
  position: relative;
  font-weight: bold;
  color: #fff;
  border: 2px solid #c105c4;
  margin-bottom: 8px;
  border-radius: 100%;
  box-shadow: 3.5px 6.062px 0px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {
  .banner .block .timer .syotimer-cell .syotimer-cell__value {
    font-size: 30px;
  }
  .bhu-title{font-size:20px !important;}
}

@media (max-width: 400px) {
  .banner .block .timer .syotimer-cell .syotimer-cell__value {
    min-width: 65px;
    line-height: 61px;
    font-size: 25px;
  }
}

.banner .block .timer .syotimer-cell .syotimer-cell__unit {
  text-align: center;
  font-size: 0.9rem;
  text-transform:capitalize;
  font-weight: normal;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

.banner .block h1 {
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 5px;
  text-shadow: 3.5px 6.062px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .banner .block h1 {
    font-size: 3.5rem;
  }
}

@media (max-width: 400px) {
  .banner .block h1 {
    font-size: 30px;
  }
  .banner .block h5 {
    font-size: 18px;
  }
  .banner .block h6 {
    font-size: 17px;
  }
  .section-msg .right h1{font-size:27px;}
  .section-msg .right{padding:4px;}
  h3 {font-size: 24px;}
}

.banner .block h2 {
  text-transform: uppercase;
  font-size: 4.625rem;
  color: #fff;
  font-weight: 400;
  text-shadow: 3.5px 6.062px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .banner .block h2 {
    font-size: 3.2rem;
  }
}

@media (max-width: 400px) {
  .banner .block h2 {
    font-size: 2.3rem;
  }
}

.banner .block h6 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 50px;
}

.banner-two {
  padding: 250px 0 150px;
  position: relative;
  overflow: hidden;
}

.banner-two .block h1 {
  color: #c105c4;
  font-size: 88px;
}

@media (max-width: 575px) {
  .banner-two .block h1 {
    font-size: 40px;
  }
}

.banner-two .block h2 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 74px;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .banner-two .block h2 {
    font-size: 35px;
  }
}

.banner-two .block h3 {
  font-size: 74px;
}

@media (max-width: 575px) {
  .banner-two .block h3 {
    font-size: 35px;
  }
}

.banner-two .block h6 {
  margin-top: 48px;
  font-weight: 400;
  margin-bottom: 60px;
}

@media (max-width: 575px) {
  .banner-two .block h6 {
    margin-top: 30px;
  }
}

.about .image-block {
  padding: 30px;
}

.about .image-block img {
  border-radius: 100%;
  box-shadow: 0px 0px 59px 0px rgba(11, 29, 66, 0.15);
}

@media (max-width: 767px) {
  .about .image-block {
    margin-bottom: 30px;
    text-align: center;
  }
}

.about .image-block.two {
  padding: 0;
  margin-top: 15px;
}

.about .image-block.two img {
/*  border-radius: 0;*/
  -webkit-transform: translate(30px, -30px);
          transform: translate(30px, -30px);
}

@media (max-width: 767px) {
  .about .image-block.two img {
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
  }
}

.about .content-block {
  margin-left: 15px;
}

@media (max-width: 767px) {
  .about .content-block {
    text-align: center;
  }
}

.about .content-block h2 {
  margin-bottom: 35px;
  font-size: 2rem;
}

.about .content-block h2:after {
  content: "";
  width: 60px;
  height: 3px;
  background: #ff0000;
  display: block;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .about .content-block h2:after {
    margin: auto;
  }
}

.about .content-block .description-one {
  margin-bottom: 20px;
}

.about .content-block .description-one p {
  color: #222222;
  font-size: 1.0625rem;
}

.about .content-block .description-two {
  margin-bottom: 0px;
}

.about .content-block .description-two p {
  font-size: 15px;
}

@media (max-width: 575px) {
  .about .content-block ul.list-inline .list-inline-item {
    display: block;
  }
}

.about .content-block .list-inline-item:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 991px) {
  .about .content-block .list-inline-item:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .about .content-block .list-inline-item:not(:last-child) {
    margin-right: 0;
  }
}

.speakers {
  position: relative; background-color: transparent;
    background-image: linear-gradient(60deg, #2F7F7B66 40%, #E2E2E2 60%);}

.speakers.white .speaker-item {
  padding: 20px 20px 20px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.speakers .speaker-item {
  /*background: #eae9ec;*/
  padding: 7px;
  margin-bottom: 30px;
}

/*.speakers .speaker-item .image {
  margin-bottom: 16px !important;
position: relative;
overflow: hidden;
border-top-left-radius: 20px;
width: 170px;
height: 170px;
border: 4px solid #fff; 
margin: 16px auto;
    
}*/


.speakers img{border: 4px solid #fff; width: 170px; margin: 16px auto;
    border-radius: 100% 100% 100% 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);}

@media (max-width: 575px) {
  .speakers .speaker-item .image img {
    width: 50% !important;
  }
    .schedule .schedule-contents .schedule-item li.headings {
    text-align: center;
}
    .schedule .schedule-contents .schedule-item li.schedule-details {
    text-align: center;
}
    .schedule .schedule-contents {
        padding: 15px !important;
}
.bg-schedule {
    background: none;
}
}

.speakers .speaker-item .image .primary-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c105c4;
  opacity: .85;
  transition: .3s ease;
}

.speakers .speaker-item .image .socials {
  position: absolute;
  top: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: .4s ease;
}

.speakers .speaker-item .image .socials ul {
  width: 50%;
}

@media (max-width: 1200px) {
  .speakers .speaker-item .image .socials ul {
    width: 100%;
    text-align: center;
    padding: 0 20px;
  }
}

.speakers .speaker-item .image .socials ul li.list-inline-item:not(:last-child) {
  margin-right: 7px;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .speakers .speaker-item .image .socials ul li.list-inline-item:not(:last-child) {
    margin-right: 5px;
    margin-left: 5px;
  }
}

@media (max-width: 1200px) {
  .speakers .speaker-item .image .socials ul li.list-inline-item:last-child {
    margin-right: 5px;
    margin-left: 5px;
  }
}

.speakers .speaker-item .image .socials ul li a {
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
  border: 1px solid #fff;
}

.speakers .speaker-item .image .socials ul li a i {
  font-size: .9375rem;
  color: #fff;
  line-height: 50px;
}

.speakers .speaker-item .image .socials ul li a:hover {
  background: #fff;
}

.speakers .speaker-item .image .socials ul li a:hover i {
  color: #222222;
}

.speakers .speaker-item .image:hover .primary-overlay {
  top: 0;
}

.speakers .speaker-item .image:hover .socials {
  top: 0;
}

.speakers .speaker-item .content h5 a {
      font-size: 16px;
    color: #000;
    font-weight: 700;
  margin-bottom: 0;
}

.speakers .speaker-item .content h5 a:hover {
  color: #222222;
}
.speakers .speaker-item h4{background:#00007d; color:#FFFFFF; font-size:17px; text-align:center; padding:8px; border-radius:10px; display:none;}
.speakers .speaker-item .content p {
  font-weight: 700; color:#000; font-size:15px;
  margin-bottom: 5px;
}
.footer-logo {
    padding-bottom: 15px;
}
.schedule .schedule-tab {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.schedule .schedule-tab ul li.nav-item {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .schedule .schedule-tab ul li.nav-item {
    width: 100%;
    margin-bottom: 10px;
  }
}

.schedule .schedule-tab ul li.nav-item a {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #c105c4;
  font-weight: 500;
  display: block;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  padding: 20px 30px;
}

.schedule .schedule-tab ul li.nav-item a span {
  margin-top: 2px;
  font-family: "Roboto", sans-serif;
  display: block;
  font-size: 1rem;
  color: #848484;
  font-weight: 400;
}

.schedule .schedule-tab ul li.nav-item a.active {
  background: #c105c4;
  color: #fff;
  position: relative;
}

.schedule .schedule-tab ul li.nav-item a.active span {
  color: #fff;
}

.schedule .schedule-tab ul li.nav-item a.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #c105c4 transparent transparent;
}

@media (max-width: 767px) {
  .schedule .schedule-tab ul li.nav-item a.active:after {
    content: none;
  }
}

.schedule .schedule-contents {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
}

.schedule .schedule-contents .schedule-item ul {
  margin-bottom: 0;
}

.schedule .schedule-contents .schedule-item ul li {
  list-style: none;
}

.schedule .schedule-contents .schedule-item ul li div {
  display: inline-block;
}

.schedule .schedule-contents .schedule-item ul li .time {
  width: 20%;
}

@media (max-width: 767px) {
  .schedule .schedule-contents .schedule-item ul li .time {
    width: 25%;
  }
}

@media (max-width: 575px) {
  .schedule .schedule-contents .schedule-item ul li .time {
    width: 100%;
  }
}

.schedule .schedule-contents .schedule-item ul li .speaker {
  width: 20%;
}

@media (max-width: 991px) {
  .schedule .schedule-contents .schedule-item ul li .speaker {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .schedule .schedule-contents .schedule-item ul li .speaker {
    width: 22%;
  }
    .schedule .schedule-contents .schedule-item ul li .subject {
  width: 25%!important;
}
    .schedule .schedule-contents .schedule-item ul li .venue {
  width: 25%!important;
}
    .schedule .schedule-contents .schedule-item ul li .president {
  width: 100%!important;
}
}

@media (max-width: 575px) {
  .schedule .schedule-contents .schedule-item ul li .speaker {
    width: 100%;
  }
        .schedule .schedule-contents .schedule-item ul li .subject {
  width: 100%!important;
}
    .schedule .schedule-contents .schedule-item ul li .venue {
  width: 100%!important;
}
    .schedule .schedule-contents .schedule-item ul li .president {
  width: 100%!important;
}
}

@media (max-width: 575px) {
  .schedule .schedule-contents .schedule-item ul li .speaker img {
    display: none;
  }
}

.schedule .schedule-contents .schedule-item ul li .subject {
  width: 19%;
}
.schedule .schedule-contents .schedule-item ul li .venue {
  width: 19%;
}
.schedule .schedule-contents .schedule-item ul li .president {
  width: 19%;
}


@media (max-width: 1200px) {
  .schedule .schedule-contents .schedule-item ul li .subject {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .schedule .schedule-contents .schedule-item ul li .venue {
    display:  inline-block;
  }
    .schedule .schedule-contents .schedule-item ul li .president {
    display:  inline-block;
  }
}

.schedule .schedule-contents .schedule-item li.headings {
  padding: 22px 40px;
  background: #c105c4;
}

.schedule .schedule-contents .schedule-item li.headings div {
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.schedule .schedule-contents .schedule-item li.schedule-details {
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #e5e5e5;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block {
  padding: 10px 40px;
  background: #fff;
  width: 100%;
  transition: .2s ease-in;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div {
  color: #222222;
  font-family: "Roboto", sans-serif;    
    font-weight: 600;

}

.schedule .schedule-contents .schedule-item li.schedule-details .block div i {
  font-size: 1.1875em;
  color: #c7c8c9;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div img {
/*  border-radius: 100%;*/
    width: 100px;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div span.time {
  margin-left: 5px;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div span.name {
  margin-left: 20px;
  transition: .2s ease-in;
}

@media (max-width: 575px) {
  .schedule .schedule-contents .schedule-item li.schedule-details .block div span.name {
    margin-left: 0;
  }
}

.schedule .schedule-contents .schedule-item li.schedule-details .block:hover {
  box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.schedule .schedule-contents .schedule-item li.schedule-details .block:hover span.name {
  color: #c105c4;
}

.schedule .download-button {
  padding-top: 40px;
  margin-bottom: 30px;
}

.schedule.two .schedule-tab {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.schedule.two .schedule-tab ul li.nav-item {
  margin-right: 0;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .schedule.two .schedule-tab ul li.nav-item {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .schedule.two .schedule-tab ul li.nav-item {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.schedule.two .schedule-tab ul li.nav-item a {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  color: #222222;
  font-weight: 500;
  display: block;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  padding: 20px 30px;
}

.schedule.two .schedule-tab ul li.nav-item a span {
  margin-top: 2px;
  font-family: "Roboto", sans-serif;
  display: block;
  font-size: 14px;
  color: #848484;
  font-weight: 400;
}

.schedule.two .schedule-tab ul li.nav-item a.active {
  background: #c105c4;
  color: #fff;
  position: relative;
}

.schedule.two .schedule-tab ul li.nav-item a.active span {
  color: #fff;
}

.schedule.two .schedule-tab ul li.nav-item a.active:after {
  content: '';
  position: absolute;
  left: 100%;
  right: 0;
  bottom: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #c105c4;
}

@media (max-width: 991px) {
  .schedule.two .schedule-tab ul li.nav-item a.active:after {
    content: none;
  }
}

.schedule.two .schedule-contents {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
}

.schedule.two .schedule-contents .schedule-item ul {
  margin-bottom: 0;
}

.schedule.two .schedule-contents .schedule-item ul li {
  list-style: none;
}

.schedule.two .schedule-contents .schedule-item ul li div {
  display: inline-block;
}

.schedule.two .schedule-contents .schedule-item ul li .time {
  width: 20%;
}

@media (max-width: 767px) {
  .schedule.two .schedule-contents .schedule-item ul li .time {
    width: 37%;
  }
}

@media (max-width: 575px) {
  .schedule.two .schedule-contents .schedule-item ul li .time {
    width: 48%;
  }
}

.schedule.two .schedule-contents .schedule-item ul li .speaker {
  width: 20%;
}

@media (max-width: 991px) {
  .schedule.two .schedule-contents .schedule-item ul li .speaker {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .schedule.two .schedule-contents .schedule-item ul li .speaker {
    width: 60%;
  }
}

@media (max-width: 575px) {
  .schedule.two .schedule-contents .schedule-item ul li .speaker {
    width: 50%;
  }
}

.schedule.two .schedule-contents .schedule-item ul li .subject {
  width: 20%;
}

@media (max-width: 1200px) {
  .schedule.two .schedule-contents .schedule-item ul li .subject {
    display: inline-block;
  }
}

.schedule.two .schedule-contents .schedule-item ul li .venue {
  width: 20%;
}

.schedule.two .schedule-contents .schedule-item ul li .president {
  width: 20%;
}

@media (max-width: 767px) {
  .schedule.two .schedule-contents .schedule-item ul li .venue {
    display: none;
  }
    .schedule.two .schedule-contents .schedule-item ul li .president {
    display: none;
  }
}

.schedule.two .schedule-contents .schedule-item li.headings {
  padding: 25px 0;
  background: #c105c4;
}

.schedule.two .schedule-contents .schedule-item li.headings div {
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block {
  text-align: center;
  padding: 0;
  background: #fff;
  width: 100%;
  transition: .2s ease-in;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #222222;
  font-family: "Roboto", sans-serif;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div i {
  font-size: 1.1875em;
  color: #c7c8c9;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div img {
  border-radius: 100%;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div span.time {
  margin-left: 0px;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div span.name {
  margin-left: 0px;
  transition: .2s ease-in;
}

@media (max-width: 575px) {
  .schedule.two .schedule-contents .schedule-item li.schedule-details .block div span.name {
    margin-left: 0;
  }
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block:hover {
  box-shadow: none;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block:hover span.name {
  color: #c105c4;
}

.ticket-feature {
  overflow: hidden;
}

.ticket-feature .block {
  position: relative;
  padding-top: 150px;
  padding-bottom: 110px;
  height: 100%;
}

.ticket-feature .block .section-title, .ticket-feature .block a {
  position: relative;
}

.ticket-feature .block .section-title h3 {
  font-weight: 500;
}

.ticket-feature .block .timer {
  position: relative;
  margin-top: 60px;
  margin-bottom: 35px;
}

.ticket-feature .block .timer .syotimer-cell {
  margin-right: 25px;
  margin-bottom: 33px;
  display: inline-block;
}

@media (max-width: 575px) {
  .ticket-feature .block .timer .syotimer-cell {
    margin-right: 10px;
    margin-bottom: 20px;
  }
}

.ticket-feature .block .timer .syotimer-cell .syotimer-cell__value {
  min-width: 80px;
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  position: relative;
  font-weight: bold;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.35);
  background-clip: content-box;
  background: rgba(255, 255, 255, 0.26);
  margin-bottom: 8px;
  border-radius: 100%;
}

@media (max-width: 575px) {
  .ticket-feature .block .timer .syotimer-cell .syotimer-cell__value {
    font-size: 30px;
    height: 80px;
    width: 80px;
    line-height: 80px;
  }
}

.ticket-feature .block .timer .syotimer-cell .syotimer-cell__unit {
  text-align: center;
  font-size: 1rem;
  text-transform: lowercase;
  font-weight: normal;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

.ticket-feature .block-2 {
  position: relative;
  padding: 150px 10%;
  height: 100%;
  background: #c105c4;
}

@media (max-width: 575px) {
  .ticket-feature .block-2 {
    padding: 50px 20px;
  }
}

.ticket-feature .block-2 [class*=col-]:first-child {
  border-right: 1px solid #ef70f1;
  border-bottom: 1px solid #ef70f1;
}

.ticket-feature .block-2 [class*=col-]:nth-child(2) {
  border-bottom: 1px solid #ef70f1;
}

.ticket-feature .block-2 [class*=col-]:nth-child(3) {
  border-right: 1px solid #ef70f1;
}

.ticket-feature .block-2 .service-item {
  padding: 30px;
  text-align: center;
}

.ticket-feature .block-2 .service-item i, .ticket-feature .block-2 .service-item h5 {
  color: #fff;
}

.ticket-feature .block-2 .service-item i {
  font-size: 3.25rem;
  margin-bottom: 20px;
}

.ticket-feature .block-2 .service-item h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .ticket-feature .block-2 .service-item h5 {
    font-size: 1rem;
  }
}

.ticket-feature .block-2:after {
  content: '';
  position: absolute;
  right: 100%;
  bottom: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1000px 300px;
  border-color: transparent transparent #c105c4 transparent;
}

@media (max-width: 1200px) {
  .ticket-feature .block-2:after {
    content: none;
  }
}

.registration {
  overflow: hidden;
}

.registration .service-block {
  position: relative;
  padding: 120px 10%;
}

.registration .service-block [class*=col-]:first-child {
  border-right: 1px solid #f69351;
  border-bottom: 1px solid #f69351;
}

.registration .service-block [class*=col-]:nth-child(2) {
  border-bottom: 1px solid #f69351;
}

.registration .service-block [class*=col-]:nth-child(3) {
  border-right: 1px solid #f69351;
}

.registration .service-block .service-item {
  padding: 30px;
  text-align: center;
}

.registration .service-block .service-item i, .registration .service-block .service-item h5 {
  color: #fff;
}

.registration .service-block .service-item i {
  font-size: 3.25rem;
  margin-bottom: 20px;
}

.registration .service-block .service-item h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .registration .service-block .service-item h5 {
    font-size: 12px;
  }
}

.registration .registration-block {
  position: relative;
  height: 100%;
  padding: 120px 10%;
}

.registration .registration-block .block {
  position: relative;
  z-index: 9;
}

.registration .registration-block .block .title {
  margin-bottom: 35px;
}

.registration .registration-block .block .title h3 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
}

.registration .registration-block .block .title p {
  color: #b3b3b3;
  line-height: 1;
}

.pricing .pricing-item {
  border: 1px solid #e5e5e5;
}

@media (max-width: 991px) {
  .pricing .pricing-item {
    margin-bottom: 30px;
  }
}

.pricing .pricing-item .pricing-heading {
  padding: 20px 40px 30px 40px;
  background: #fafafa;
  border-bottom: 1px solid #e5e5e5;
}

.pricing .pricing-item .pricing-heading .title h6 {
  text-transform: uppercase;
  font-weight: 400;
  line-height: 50px;
  border-bottom: 1px solid #e5e5e5;
}

.pricing .pricing-item .pricing-heading .price {
  margin-top: 28px;
}

.pricing .pricing-item .pricing-heading .price h2 {
  font-size: 3.625rem;
  font-weight: 400;
  margin-bottom: 0px;
}

.pricing .pricing-item .pricing-heading .price h2 span {
  font-size: 1.5625rem;
}

.pricing .pricing-item .pricing-body {
  padding: 45px 40px;
}

.pricing .pricing-item .pricing-body ul.feature-list li {
  list-style: none;
}

.pricing .pricing-item .pricing-body ul.feature-list li p span {
  margin-right: 15px;
}

.pricing .pricing-item .pricing-body ul.feature-list li p span.available {
  color: #c105c4;
}

.pricing .pricing-item .pricing-body ul.feature-list li p span.unavailable {
  color: #d2d2d2;
}

.pricing .pricing-item .pricing-body ul.feature-list li:not(:last-child) {
  margin-bottom: 15px;
}

.pricing .pricing-item .pricing-footer {
  padding-bottom: 40px;
}

.pricing .pricing-item.featured {
  border: none;
  box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);
}

.pricing .pricing-item.featured .pricing-heading {
  background: #c105c4;
  border-bottom: 1px solid #c105c4;
}

.pricing .pricing-item.featured .pricing-heading .title h6 {
  color: #fff;
  border-bottom: 1px solid #f69351;
}

.pricing .pricing-item.featured .pricing-heading .price {
  margin-top: 28px;
}

.pricing .pricing-item.featured .pricing-heading .price h2 {
  color: #fff;
  font-size: 3.625rem;
  margin-bottom: 0px;
}

.pricing .pricing-item.featured .pricing-heading .price h2 span {
  font-size: 1.5625rem;
}

.pricing .pricing-item.featured .pricing-heading .price p {
  color: #fff;
}

.pricing.two .pricing-item {
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

@media (max-width: 991px) {
  .pricing.two .pricing-item {
    margin-bottom: 30px;
  }
}

.pricing.two .pricing-item .pricing-heading {
  position: relative;
  margin-bottom: 10px;
}

.pricing.two .pricing-item .pricing-heading .title h6 {
  position: relative;
}

.pricing.two .pricing-item .pricing-heading .price {
  position: relative;
}

.pricing.two .pricing-item .pricing-heading:before {
  content: '';
  position: absolute;
  bottom: -25%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 64px 500px 0 0;
  border-color: #fafafa transparent transparent transparent;
}

@media (max-width: 991px) {
  .pricing.two .pricing-item .pricing-heading:before {
    content: none;
  }
}

.pricing.two .pricing-item .pricing-body {
  padding: 70px 40px 45px;
}

.pricing.two .pricing-item .pricing-body ul.feature-list li p span.available {
  color: #c105c4;
}

.pricing.two .pricing-item.featured .pricing-heading:before {
  border-color: #c105c4 transparent transparent transparent;
}

.sponsors {
  position: relative;
}

.sponsors .sponsor-title {
  margin-top: 10px;
  margin-bottom: 30px;
}

.sponsors .sponsor-title h5 {
  color: #c105c4;
}

.sponsors .block {
  margin-bottom: 40px;
}

.sponsors .block .list-inline-item:not(:last-child) {
  margin-right: 15px;
}

@media (max-width: 991px) {
  .sponsors .block .list-inline-item:not(:last-child) {
    margin-right: 7px;
    margin-left: 7px;
  }
}

@media (max-width: 991px) {
  .sponsors .block .list-inline-item:last-child {
    margin-right: 7px;
    margin-left: 7px;
  }
}

.sponsors .block .image-block {
  padding: 45px 0;
  background: #fff;
  width: 244px;
  cursor: pointer;
  transition: all .3s ease;
  border: 1px solid transparent;
  margin-bottom: 10px;
}

.sponsors .block .image-block img {
  height: 55px;
}

.sponsors .block .image-block:hover {
  border: 1px solid #c105c4;
}

.sponsors .sponsor-btn {
  margin-top: 10px;
  margin-bottom: 30px;
}

.map {
  position: relative;
}

.map #map {
  height: 480px;
  color: white;
}

.map .address-block {
  position: absolute;
  padding: 45px 50px 50px 50px;
  top: 80px;
  left: 10%;
  background: #c105c4;
}

@media (max-width: 575px) {
  .map .address-block {
    display: none;
  }
}

.map .address-block h4, .map .address-block li {
  color: #fff;
  margin-bottom: 20px;
}

.map .address-block h4 {
  font-size: 1.5rem;
  font-weight: 400;
}

.map .address-block ul.address-list li {
  list-style: none;
  margin-bottom: 10px;
}

.map .address-block ul.address-list li i {
  font-size: 1.125rem;
}

.map .address-block ul.address-list li span {
  margin-left: 15px;
}

.map .address-block a {
  margin-top: 35px;
}

.map.new {
  overflow: hidden;
}

.map.new #map {
  height: 640px;
}

.map.new .address-block {
  left: 60%;
}

@media (max-width: 991px) {
  .map.new .address-block {
    left: 52%;
  }
}

@media (max-width: 767px) {
  .map.new .address-block {
    left: 5%;
  }
}

.map.new .register {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .map.new .register {
    width: 100%;
    position: relative;
  }
}

.map.new .register .block {
  padding: 130px 10%;
}

.map.new .register .block .title {
  position: relative;
  margin-bottom: 65px;
}

.map.new .register .block .title h3 {
  color: #fff;
  font-weight: 400;
}

.map.new .register .block .title p {
  color: #fff;
}

.map.new .register .block .form-control, .map.new .register .block button {
  margin-bottom: 40px;
}

.feature .feature-content h2, .feature .feature-content p {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .feature .feature-content h2, .feature .feature-content p {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .feature .testimonial {
    text-align: center;
  }
}

.feature .testimonial p {
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
  font-style: italic;
  color: #242424;
}

.feature .testimonial ul.meta li {
  font-size: 12px;
  margin-right: 10px;
}

.feature .testimonial ul.meta li img {
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

@media (max-width: 575px) {
  .app-features .app-feature {
    margin-bottom: 30px;
  }
  .tours .col-md-4{margin-bottom:20px;}
}

.app-features .app-explore {
  display: flex;
  justify-content: center !important;
  margin-bottom: 40px;
}

.banner-full .image {
  display: flex;
  justify-content: center;
}

.banner-full .image img {
  height: 625px;
}

@media (max-width: 767px) {
  .banner-full .image {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .banner-full .block {
    text-align: center;
  }
}

.banner-full .block .logo {
  margin-bottom: 40px;
}

.banner-full .block h1 {
  margin-bottom: 40px;
}

.banner-full .block p {
  font-size: 20px;
  margin-bottom: 50px;
}

.banner-full .block .app {
  margin-bottom: 20px;
}

.video-promo {
  padding: 150px 0;
}

.video-promo .content-block {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.video-promo .content-block h2 {
  font-size: 30px;
  color: #fff;
}

.video-promo .content-block p {
  margin-bottom: 30px;
}

.video-promo .content-block a i.video {
  height: 125px;
  width: 125px;
  background: #c105c4;
  display: inline-block;
  font-size: 40px;
  color: #fff;
  text-align: center;
  line-height: 125px;
  border-radius: 100%;
}

.video-promo .content-block a:focus {
  outline: 0;
}

.testimonial .testimonial-slider .item {
  padding-bottom: 10px;
}

.testimonial .testimonial-slider .item .block {
  padding: 40px;
  text-align: center;
  margin: 10px;
  border-radius: 5px;
}

.testimonial .testimonial-slider .item .block .image {
  margin-top: 30px;
  margin-bottom: 5px;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .testimonial .testimonial-slider .item .block .image {
    flex-grow: 1;
  }
}

.testimonial .testimonial-slider .item .block .image img {
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

.testimonial .testimonial-slider .item .block p {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #888888;
}

.testimonial .testimonial-slider .item .block cite {
  font-style: normal;
  font-size: 14px;
  color: #161616;
}

.testimonial .testimonial-slider .owl-dots .owl-dot:hover span {
  background: #c105c4;
}

.testimonial .testimonial-slider .owl-dots .owl-dot.active span {
  background: #c105c4;
}

.single-speaker .block {
/*
  padding-bottom: 70px;
  border-bottom: 1px solid #e5e5e5;
*/
}

.single-speaker .block .image-block {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 6px;
}

.single-speaker .block .image-block img {
  width: 100%;
}

@media (max-width: 767px) {
  .single-speaker .block .image-block {
    margin-bottom: 30px;
  }
}

.single-speaker .block .content-block .name h3 {
  font-weight: 400;
}

.single-speaker .block .content-block .profession {
  margin-bottom: 20px;
}

.single-speaker .block .content-block .profession p {
  color: #c105c4;
  font-size: 0.9375rem;
}

.single-speaker .block .content-block .details {
  margin-bottom: 35px;
}

.single-speaker .block .content-block .details p {
  font-size: 0.9375rem;
}

.single-speaker .block .content-block .details p:not(:last-child) {
  margin-bottom: 35px;
}

.single-speaker .block .content-block .social-profiles h5 {
  font-weight: 400;
  margin-bottom: 25px;
}

.single-speaker .block .content-block .social-profiles ul.social-list li a {
  display: block;
  height: 40px;
  width: 40px;
  background: #fff;
  border: 1px solid #e5e5e5;
  text-align: center;
}

.single-speaker .block .content-block .social-profiles ul.social-list li a i {
  line-height: 40px;
}

.single-speaker .block .content-block .social-profiles ul.social-list li a:hover {
  background: #c105c4;
  border: 1px solid #c105c4;
  color: #fff;
}

.single-speaker .block-2 {
  padding-top: 12px;
  padding-bottom: 18px;
}

.single-speaker .block-2 h3,
.single-speaker .block-2 p,
.single-speaker .block-2 li {
  font-size: 0.9375rem;
}

.single-speaker .block-2 .personal-info h5,
.single-speaker .block-2 .skills h5 {
  font-weight: 400;
  margin-bottom: 15px;
}

.single-speaker .block-2 .personal-info p,
.single-speaker .block-2 .skills p {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .single-speaker .block-2 .personal-info {
    margin-bottom: 30px;
  }
}

.single-speaker .block-2 .personal-info ul li {
  position: relative;
  list-style: none;
  margin-left: 25px;
}

.single-speaker .block-2 .personal-info ul li:not(:last-child) {
  margin-bottom: 5px;
}

.single-speaker .block-2 .personal-info ul li:before {
  position: absolute;
  left: -25px;
  content: "\f058";
  font-family: FontAwesome;
  color: #ff0000;
}

.single-speaker .block-2 .skills .skill-bar {
  margin-bottom: 20px;
}

.single-speaker .block-2 .skills .skill-bar p {
  margin-bottom: 5px;
}

.single-speaker .block-2 .skills .skill-bar .progress {
  border-radius: 0;
  overflow: visible;
}

.single-speaker .block-2 .skills .skill-bar .progress .progress-bar {
  background-color: #c105c4;
}

.single-speaker .block-2 .skills .skill-bar .progress .progress-bar span {
  font-family: "Roboto", sans-serif;
  float: right;
  color: white;
}

.speakers-full-width {
  overflow: hidden;
}

.speakers-full-width .speaker-slider .speaker-image {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.speakers-full-width .speaker-slider .speaker-image img {
  width: 100%;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c105c4;
  opacity: .85;
  transition: .3s ease;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay h5,
.speakers-full-width .speaker-slider .speaker-image .primary-overlay p,
.speakers-full-width .speaker-slider .speaker-image .primary-overlay i {
  color: #fff;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay h5,
.speakers-full-width .speaker-slider .speaker-image .primary-overlay p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay h5 {
  padding-top: 25%;
  margin-bottom: 10px;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay h5,
.speakers-full-width .speaker-slider .speaker-image .primary-overlay ul,
.speakers-full-width .speaker-slider .speaker-image .primary-overlay p {
  transition: .7s ease;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  opacity: 0;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay p {
  margin-bottom: 10px;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay ul .list-inline-item:not(:last-child) {
  margin-right: 10px;
}

.speakers-full-width .speaker-slider .speaker-image:hover .primary-overlay {
  top: 0;
}

.speakers-full-width .speaker-slider .speaker-image:hover .primary-overlay h5,
.speakers-full-width .speaker-slider .speaker-image:hover .primary-overlay p,
.speakers-full-width .speaker-slider .speaker-image:hover .primary-overlay ul {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.speakers-full-width .speaker-slider .slick-prev {
  left: 60px;
}

@media (max-width: 767px) {
  .speakers-full-width .speaker-slider .slick-prev {
    left: 20px;
  }
}

.speakers-full-width .speaker-slider .slick-prev:before {
  content: '\f104';
}

.speakers-full-width .speaker-slider .slick-next {
  right: 60px;
}

@media (max-width: 767px) {
  .speakers-full-width .speaker-slider .slick-next {
    right: 20px;
  }
}

.speakers-full-width .speaker-slider .slick-next:before {
  content: '\f105';
}

.speakers-full-width .speaker-slider .slick-prev,
.speakers-full-width .speaker-slider .slick-next {
  background: #fff;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  z-index: 100;
}

@media (max-width: 1024px) {
  .speakers-full-width .speaker-slider .slick-prev,
  .speakers-full-width .speaker-slider .slick-next {
    height: 35px;
    width: 35px;
  }
}

.speakers-full-width .speaker-slider .slick-prev:hover:before,
.speakers-full-width .speaker-slider .slick-next:hover:before {
  color: #c105c4;
}

.speakers-full-width .speaker-slider .slick-prev:before,
.speakers-full-width .speaker-slider .slick-next:before {
  color: #c105c4;
  font-family: FontAwesome;
}

/* Controls
---------------------------------------------------------------------- */
.controls {
  text-align: center;
  margin-bottom: 40px;
}

.controls .btn {
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .controls .btn {
    margin-right: 10px;
  }
}

.controls .btn.focus, .controls .btn:focus {
  outline: 0;
  box-shadow: none;
}

.controls .btn:hover {
  color: #c105c4;
}

.mixitup-control-active {
  color: #c105c4;
}

/* Container
---------------------------------------------------------------------- */
.gallery-wrapper {
  /* Target Elements
    ---------------------------------------------------------------------- */
  /* Grid Breakpoints
    ---------------------------------------------------------------------- */
  /* 2 Columns */
  /* 3 Columns */
}

.gallery-wrapper .gallery-item {
  padding: 15px;
}

.gallery-wrapper .gallery-item .image-block {
  padding: 6px;
  border: 1px solid #e5e5e5;
}

.gallery-wrapper .gallery-item .image-block .image {
  position: relative;
  overflow: hidden;
}

.gallery-wrapper .gallery-item .image-block .image img {
  width: 100%;
}

.gallery-wrapper .gallery-item .image-block .image .primary-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c105c4;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  transition: .3s ease;
}

.gallery-wrapper .gallery-item .image-block .image .primary-overlay a {
  display: block;
  height: 55px;
  width: 55px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  outline: none;
}

.gallery-wrapper .gallery-item .image-block .image .primary-overlay a i {
  color: #fff;
  line-height: 55px;
  font-size: 1.25rem;
}

.gallery-wrapper .gallery-item .image-block .image:hover .primary-overlay {
  opacity: .85;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.gallery-wrapper .mix,
.gallery-wrapper .gap {
  display: inline-block;
  vertical-align: top;
}

.gallery-wrapper .mix {
  background: #fff;
  position: relative;
}

.gallery-wrapper .mix {
  width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
}

@media screen and (min-width: 768px) {
  .gallery-wrapper .mix {
    width: calc(100%/3 - (((3 - 1) * 1rem) / 3));
  }
}

.gallery-wrapper.less-gutter .gallery-item {
  padding: 5px;
}

.gallery-wrapper.less-gutter .gallery-item .image-block {
  padding: 0;
  border: none;
}

@media screen and (min-width: 1200px) {
  .gallery-wrapper.less-gutter .mix,
  .gallery-wrapper.less-gutter .gap {
    width: calc(100%/4 - (((4 - 1) * 1rem) / 4));
  }
}

.gallery-full {
  overflow: hidden;
}

.gallery-full .image {
  position: relative;
  overflow: hidden;
  margin-bottom: -1px;
}

.gallery-full .image img {
  width: 100%;
}

.gallery-full .image .primary-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c105c4;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  transition: .3s ease;
}

.gallery-full .image .primary-overlay a {
  display: block;
  height: 55px;
  width: 55px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  outline: none;
}

.gallery-full .image .primary-overlay a i {
  color: #fff;
  line-height: 55px;
  font-size: 1.25rem;
}

.gallery-full .image:hover .primary-overlay {
  opacity: .85;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.news .blog-post {
  transition: .2s ease;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .news .blog-post .post-thumb img {
    width: 100%;
  }
}

.news .blog-post .post-content {
  position: relative;
  padding: 0px 30px 25px 30px;
/*
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #e5e5e5;
*/
}

.news .blog-post .post-content .date {
  position: absolute;
  top: -32px;
  left: 30px;
  width: 65px;
  height: 65px;
  text-align: center;
  background: #c105c4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news .blog-post .post-content .date h4 {
  color: #fff;
}

.news .blog-post .post-content .date h4 span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}

.news .blog-post .post-content .post-title {
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}

.news .blog-post .post-content .post-title h2 {
  margin-top: 10px;
}

.news .blog-post .post-content .post-title h2 a {
  font-weight: 400;
  color: #222222;
}

.news .blog-post .post-content .post-title h2 a:hover {
  color: #c105c4;
}

.news .blog-post .post-content .post-meta ul {
  margin-bottom: 0;
}

.news .blog-post .post-content .post-meta ul li i {
  margin-right: 7px;
}

.news .blog-post .post-content .post-meta ul li a {
  display: inline-block;
  padding-right: 25px;
  font-size: 0.875rem;
}

.news .blog-post:hover {
  box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);
}

.news .blog-post.single {
  margin-bottom: 0px;
}

.news .blog-post.single .post-title {
  padding-top: 35px;
  padding-bottom: 0;
  border: none;
  margin-bottom: 10px;
}

.news .blog-post.single .post-title h3 {
  font-weight: 800;
    font-size: 1.7rem;
}

.news .blog-post.single .post-meta {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}

.news .blog-post.single .post-details p {
  padding: 13px 0;
  font-size: 15px;
}

.news .blog-post.single .post-details .quotes {
  background: #f5f5f8;
  padding: 30px;
  border-left: 3px solid #c105c4;
  margin: 15px 0;
}

.news .blog-post.single .post-details .quotes blockquote {
  font-size: 15px;
  font-style: italic;
}

.news .blog-post.single .post-details .share-block {
  display: flex;
  padding-top: 20px;
  padding-bottom: 25px;
}

@media (max-width: 991px) {
  .news .blog-post.single .post-details .share-block {
    flex-wrap: wrap;
  }
}

.news .blog-post.single .post-details .share-block p {
  padding: 0;
}

.news .blog-post.single .post-details .share-block .tag {
  flex-basis: 50%;
  align-self: center;
}

@media (max-width: 991px) {
  .news .blog-post.single .post-details .share-block .tag {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 30px;
    flex-grow: 1;
  }
}

.news .blog-post.single .post-details .share-block .tag p, .news .blog-post.single .post-details .share-block .tag ul {
  display: inline;
  font-family: "Roboto", sans-serif;
}

.news .blog-post.single .post-details .share-block .tag p {
  color: #222222;
}

.news .blog-post.single .post-details .share-block .tag ul li a {
  color: #848484;
  font-size: 15px;
}

.news .blog-post.single .post-details .share-block .tag ul li a:hover {
  color: #c105c4;
}

.news .blog-post.single .post-details .share-block .share {
  flex-basis: 50%;
  text-align: right;
}

@media (max-width: 991px) {
  .news .blog-post.single .post-details .share-block .share {
    flex-basis: 100%;
    flex-grow: 1;
    text-align: center;
  }
}

.news .blog-post.single .post-details .share-block .share p, .news .blog-post.single .post-details .share-block .share ul {
  display: inline;
  font-family: "Roboto", sans-serif;
}

.news .blog-post.single .post-details .share-block .share p {
  margin-right: 18px;
}

@media (max-width: 400px) {
  .news .blog-post.single .post-details .share-block .share p {
    display: block;
    margin-bottom: 10px;
  }
}

.news .blog-post.single .post-details .share-block .share ul.social-links-share {
  margin-bottom: 0;
}

@media (max-width: 400px) {
  .news .blog-post.single .post-details .share-block .share ul.social-links-share {
    text-align: left;
  }
}

.news .blog-post.single .post-details .share-block .share ul.social-links-share .list-inline-item:not(:last-child) {
  margin-right: 7px;
}

@media (max-width: 400px) {
  .news .blog-post.single .post-details .share-block .share ul.social-links-share .list-inline-item:not(:last-child) {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

.news .blog-post.single .post-details .share-block .share ul.social-links-share li a {
  display: block;
  height: 38px;
  width: 38px;
  text-align: center;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.news .blog-post.single .post-details .share-block .share ul.social-links-share li a i {
  line-height: 38px;
}

.news .blog-post.single .post-details .share-block .share ul.social-links-share li a:hover {
  background: #c105c4;
  border-color: #c105c4;
}

.news .blog-post.single .post-details .share-block .share ul.social-links-share li a:hover i {
  color: #fff;
}

.news .blog-post.single:hover {
  box-shadow: none;
}

.news .comments {
  padding-bottom: 80px;
}

.news .comments h5 {
  font-weight: 400;
  margin-bottom: 10px;
}

.news .comments .comment {
  padding-top: 14px;
}

.news .comments .comment img {
  margin-right: 30px;
}

.news .comments .comment .media-body h6 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.news .comments .comment .media-body p, .news .comments .comment .media-body ul {
  font-size: 15px;
}

.news .comments .comment .media-body p {
  margin-bottom: 14px;
}

.news .comments .comment .media-body ul {
  margin-bottom: 10px;
}

.news .comments .comment .media-body ul li span {
  margin-right: 7px;
}

.news .comments .comment .media-body ul li a {
  color: #c105c4;
}

.news .comment-form h5 {
  font-weight: 400;
  margin-bottom: 30px;
}

.news .comment-form .form-control, .news .comment-form button {
  margin-bottom: 30px;
}

ul.pagination {
  margin-top: 30px;
  margin-bottom: 30px;
}

ul.pagination li {
  margin-right: 10px;
}

ul.pagination li a {
  font-size: 16px;
  padding: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-color: transparent;
  color: #848484;
  border: 1px solid #e5e5e5;
  border-radius: 0 !important;
}

ul.pagination li a:hover, ul.pagination li a:focus {
  background-color: #c105c4 !important;
  color: #fff !important;
  border-color: #c105c4 !important;
}

ul.pagination .active a {
  background-color: #c105c4 !important;
  color: #fff !important;
  border-color: #c105c4 !important;
}

.sidebar {
  padding: 0 20px;
}

.widget {
  margin-bottom: 45px;
}

.widget .widget-header {
  font-weight: 400;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .widget.search {
    margin-top: 30px;
  }
}

.widget.search .input-group .form-control {
  border-right: none;
}

.widget.search .input-group .input-group-addon {
  background: #c105c4;
  color: #fff;
  border: none;
  border-radius: 0;
  line-height: 45px;
  padding: 0 10px;
}

.widget.search .input-group .input-group-addon i {
  font-size: 15px;
  padding-right: 5px;
  padding-left: 5px;
}

.widget.category ul.category-list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  list-style: none;
}

.widget.category ul.category-list li a {
  font-size: 15px;
  letter-spacing: 0;
  display: block;
}

.widget.category ul.category-list li a:hover {
  color: #c105c4;
}

.widget.category ul.category-list li:last-child {
  margin-bottom: 5px;
}

.widget.tags ul li a {
  display: block;
  padding: 10px 25px;
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
  font-size: 15px;
}

.widget.tags ul li a:hover {
  background: #c105c4;
  color: #fff;
  border-color: #c105c4;
}

.widget.latest-post .media {
  padding: 15px 0;
}

.widget.latest-post .media:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.widget.latest-post .media img {
  margin-right: 15px;
}

.widget.latest-post .media .media-body h6 a {
  font-size: 15px;
  color: #222222;
  line-height: 1;
  font-weight: 400;
}

.widget.latest-post .media .media-body h6 a:hover {
  color: #c105c4;
}

.widget.latest-post .media .media-body p span {
  margin-right: 10px;
}

.news-hr .news-post-hr {
  display: flex;
}

@media (max-width: 1200px) {
  .news-hr .news-post-hr {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .news-hr .news-post-hr {
    margin-bottom: 30px;
  }
}

.news-hr .news-post-hr .post-thumb {
  flex-basis: 40%;
}

@media (max-width: 1200px) {
  .news-hr .news-post-hr .post-thumb {
    flex-basis: 100%;
  }
}

.news-hr .news-post-hr .post-thumb img {
  width: 100%;
}

.news-hr .news-post-hr .post-contents {
  flex-basis: 85%;
  padding: 45px;
  position: relative;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #e5e5e5; background: burlywood;
}

@media (max-width: 1200px) {
  .news-hr .news-post-hr .post-contents {
    border-left: 1px solid #e5e5e5;
    flex-basis: 100%;
  }
}

.news-hr .news-post-hr .post-contents .post-title h6 {
  margin-bottom: 36px;
  margin-top: 30px;
  font-family: "Roboto", sans-serif;
}

.news-hr .news-post-hr .post-contents .post-title h6 a {
  text-transform: uppercase;
  font-weight:500;
  position: relative;
  font-size: 22px;
  color: #222222;
  font-family: "Roboto", sans-serif;    
}

.news-hr .news-post-hr .post-contents .post-title h6 a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 37px;
  content: "";
  background: #c105c4;
  width: 30px;
  height: 2px;
}

.news-hr .news-post-hr .post-contents .post-exerpts p {
  font-size: 15px;
}

.news-hr .news-post-hr .post-contents .date {
  margin-top: 17px;
  width: 65px;
  height: 65px;
  text-align: center;
  background: #c105c4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-hr .news-post-hr .post-contents .date h4 {
  color: #fff;
  font-weight: 400;
}

.news-hr .news-post-hr .post-contents .date h4 span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}

.news-hr .news-post-hr .post-contents .more {
  text-align: right;
  margin-top: -25px;
}

.news-hr .news-post-hr .post-contents .more a {
  font-family: "Roboto", sans-serif;
  color: #222222;
  text-transform: uppercase;
  font-size: 14px;
}

.news-hr .news-post-hr .post-contents:after {
  content: '';
  position: absolute;
  right: 100%;
  bottom: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
}

@media (max-width: 1200px) {
  .news-hr .news-post-hr .post-contents:after {
    content: none;
  }
}

.about {
  padding: 45px 0;
}

.testimonial .testimonial-item {
  margin-bottom: 30px;
}

.testimonial .testimonial-item .comment {
  padding: 40px 30px;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  position: relative;
  transition: .3s ease;
}

.testimonial .testimonial-item .comment:before {
  content: '';
  position: absolute;
  left: -2px;
  bottom: -27px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 27px 0;
  border-color: transparent #e5e5e5 transparent transparent;
  transition: .3s ease;
}

.testimonial .testimonial-item .comment:after {
  content: '';
  position: absolute;
  left: -1px;
  bottom: -26px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 28px 27px 0;
  border-color: transparent #fff transparent transparent;
  transition: .3s ease;
}

.testimonial .testimonial-item .comment:hover {
  background: #c105c4;
  border: 1px solid #c105c4;
}

.testimonial .testimonial-item .comment:hover p {
  color: #fff;
}

.testimonial .testimonial-item .comment:hover:before {
  border-color: transparent #c105c4 transparent transparent;
}

.testimonial .testimonial-item .comment:hover:after {
  border-color: transparent #c105c4 transparent transparent;
}

.testimonial .testimonial-item .media {
  margin-left: 50px;
}

.testimonial .testimonial-item .media img {
  height: 65px;
  width: 65px;
  border-radius: 100%;
}

.testimonial .testimonial-item .media .media-body {
  margin-left: 15px;
  align-self: center;
}

.testimonial .testimonial-item .media .media-body .name p {
  font-family: "Roboto", sans-serif;
  color: #222222;
}

.testimonial .testimonial-item .media .media-body .profession p {
  font-size: 0.8126rem;
  color: #c105c4;
}

.error .block {
  margin-top: 60px;
  margin-bottom: 60px;
}

.error .block img {
  margin-bottom: 45px;
}

.error .block h3 {
  font-weight: 400;
  color: #c105c4;
  margin-bottom: 40px;
}

.error .block h3 span {
  font-style: italic;
  color: #222222;
}

.faq .accordion-block #accordion .card, .faq .accordion-block #accordionTwo .card {
  border-radius: 0;
  margin-bottom: 20px;
}

.faq .accordion-block #accordion .card .card-header, .faq .accordion-block #accordionTwo .card .card-header {
  background: #fff;
  padding: 0;
}

.faq .accordion-block #accordion .card .card-header h5 a, .faq .accordion-block #accordionTwo .card .card-header h5 a {
  font-weight: 400;
  color: #222222;
}

.faq .accordion-block #accordion .card .card-header h5 a span, .faq .accordion-block #accordionTwo .card .card-header h5 a span {
  padding: 20px;
  border-right: 1px solid #e5e5e5;
  margin-right: 20px;
}

.faq .accordion-block #accordion .card .card-body, .faq .accordion-block #accordionTwo .card .card-body {
  color: #848484;
  padding: 15px 20px;
}

.faq .accordion-block #accordion .card .collapse.show + .card-header h5 a, .faq .accordion-block #accordionTwo .card .collapse.show + .card-header h5 a {
  color: #c105c4;
}

.contact-form .form-control {
  margin-bottom: 30px;
}

.contact-form button {
  margin-top: 30px;
  margin-bottom: 30px;
}

.marquee-highlight{background:#0a1359; padding:20px 0px; text-align:center;}
 .marquee-highlight h4{font-size:18px; color:#FFFFFF;}  
  .marquee-highlight p{font-size:16px; color:#FFFFFF; margin:0px; font-style:italic; font-weight:500;}
        .marquee-highlight h6 {
/*            position: absolute;*/
            width: 100%; color:#FFFFFF;
            height: 100%;
            margin: 0;
}

/*# sourceMappingURL=style.css.map */


/*Siderbar Social Media Style*/

.social_link {
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  line-height: 3;
}

.socialpar {
  color: white;
  position: relative;
/*  left: -10px;*/
  font-family: 'Fira Sans', sans-serif;
  line-height: 3;
  margin: 0px;
}

#social_sidebar {
  height: 250px;
  width: 10px;
  position: fixed;
  text-align: center;
  padding: 10px;
  margin-left: 10px;
  bottom: 0rem;
  z-index: 999999;
}

.socialpar i {
  left: 24px;
  position: relative;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
}

.social_media {
  margin-left: -200px;
  width: 230px;
  padding: 0;
  display: inline-table;
  height: 0px;
  background-color: #9a0e07;
  -moz-transition-property: margin-left;
  -moz-transition-duration: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-property: margin-left;
  -ms-transition-duration: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-property: margin-left;
  -o-transition-duration: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-property: margin-left;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s;
  box-shadow: 0px 0px 6px 0px #3E3D3D;
  cursor: pointer;
  margin-bottom: 5px;
}

.social_media:hover {
  margin-left: -30px;
  width: 230px;
  background-color: #3b5998;
}

.facebook:hover {
  background-color: #3b5998;
}

.instagram:hover {
  background-color: #4099FF;
}

.google:hover {
  background-color:#00CC00;
}

.linkedin .socialpar i {
  left: 20px;
}

.google .socialpar i {
  left: 50px;
}

.youtube .socialpar i {
  left: 18px;
}

.youtube:hover {
  background-color: #E52D27;
}

.linkedin:hover {
  background-color: #0976B4;
}
/*abstract-guideline-css*/
.abstract_wrap h2,.abstract_process h2{
	font-size: 18px; text-transform:capitalize;
	font-weight: 600;
	color: #dc2d1c; padding:10px 0px 12px;
}
.abstract_wrap ul li,.abstract_process ul li,.abstract_presentation ul li,.abstract_remarks ul li{
	font-size: 15px; padding-bottom:8px;
	font-weight: 400;
	color: #2e2d2d;
	line-height: 24px;
	text-align: justify; list-style:circle; margin-left:30px;
}

.abstract_process ul.abs-guid li {
    color: #000000;
    background:url(../images/arrow.jpg) no-repeat;
    list-style: none;
    padding-left: 22px;
    line-height: 30px;
    margin-left: 10px;
}
.abstract_process ul.abs-guid-num li {
    color: #000000;
    list-style:decimal;
    line-height: 30px;
    margin-left: 30px;
}
.abstract_process ul.abs-guid-num li li{list-style:none;}


.abstract_category h3,.abstract_remark h3,.abstract_late h3,.abstract_presentation h3,.abstract_remarks h3,.abstract_awards h3{
	font-size: 21px;
	font-weight: 600;
	color: #dc2d1c;
}
.abstract_category ul li{
	font-size: 16px;
	font-weight: 400;
	color: #2e2d2d;
	line-height: 24px;
	text-align: justify;

}
.abstract_standard p{
	font-size: 18px;
	font-weight: 400;
	color:#2e2d2d;
}
.abstract_standard h4{
	font-size: 17px;
	font-weight: 600;
	padding-top:20px;
}
.abstract_standard ul li,.abstract_remark ul li{
	font-size: 16px;
	font-weight: 400;
	color: #2e2d2d;
	line-height: 24px;
	text-align: justify;
}
.abstract_withdraw p{
	font-size: 16px;
	font-weight: 400;
	color:#2e2d2d;
}
.abstract_late ul li{
    font-size: 16px;
	font-weight: 400;
	color:#2e2d2d;
	list-style-type:none;
}
.abs_prize_card,.abs_prize_card-1,.abs_prize_card-2{
	background: #c105c4;
	border-radius: 20px;
}
.prize_card_title,.poster_prize_card_title{
	padding: 20px 0px;
}
.prize_card_value,.poster_prize_card_value{
	padding: 15px 15px;
}
.prize_card_value h1,.poster_prize_card_value h1{
	font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.abstract_awards p{
    font-size:16px;
    font-weight:400;
    color:#2e2d2d;
}
.abstract_prize,.poster_prize{
	display: flex;
	justify-content: space-around;
	padding: 40px 0px;
}
.abs_prize_card-1,.poster_prize_card-1{
	margin-top: 40px;
}
.abs_prize_card-2,.poster_prize_card-2{
	margin-top: 70px;
}
.abstract_poster ul li{
	font-size: 16px;
    font-weight: 400;
    list-style-type:none;
}
.abstract_center ul li{
    font-size: 16px;
    font-weight: 400;
    list-style-type:none;
}

.poster_prize_card-1,.poster_prize_card-2,.poster_prize_card{
	background: #7c2c80;
	border-radius: 20px;
}
.guide_section{
    padding:50px 0px;
}
.abstract_awards{
    padding:30px 17px;
}
.abstract_presentation{
    padding:20px 0px;
}
.abstract_center{
    padding-top: 20px;
}


/*Registeration-page*/
.register_title h1{
	font-size: 24px;
    font-weight: 600;
    color: #dc2b1d;
}
.register_fee h2{
	font-size: 20px;
    font-weight: 600;
}
.fee_details{
	display: flex;
	justify-content: space-around;
}
.fee_card_title h2{
	font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin:0px;
}
.fee_card_date h3{
	font-size: 12px;
    font-weight: 500;
}
.fee_card_usd{
	display: flex;
	margin: 10px 0px;
}
.fee_card_date{
	padding: 10px 0px;
}
.fee_card_2 h4,.fee_card_3 h4{
	font-size: 14px;
    font-weight: 600;
}
.fee_card_1 h4{
	font-size: 12px;
	font-weight: 600;
}
.fee_card_2 h5,.fee_card_3 h5{
	font-size: 10px;
    font-weight: 600;
}
.fee_card_1{
	text-align: left;
}
.fee_card{
	text-align: center;
	background: #D9DADA; box-shadow:#000 3px 5px 15px 1px;
    border-radius: 20px;
    margin: 20px 0px;
}
.fee_card_title{
	padding: 20px 0px;
    background: #c105c4;
    border-radius: 20px 20px 0px 0px;
}
.fee_card_titles{
	padding: 20px 0px;
    background: #e22d1c;
    border-radius: 20px 20px 0px 0px;
}
.fee_card_titles h2,.fee_card_tile h2{
	font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin:0px;
}
.fee_card_tile{
	padding: 20px 0px;
    background: #2a3384;
    border-radius: 20px 20px 0px 0px;
}
.register_note h2,.register_pay h2,.register_terms h2{
	font-size: 20px;
    font-weight: 500;
    color: #dc2b1d;
}
.register_note ul li,.register_pay ul li,.register_terms ul li,.register_delegate ul li,
.register_person ul li,.register_cancel ul li{
	font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}
.register_fees h2{
	font-size: 20px;
	font-weight: 500;
	color: #dc2b1d;
}
.register_fees{
    padding-top: 28px;
}
.register_fee h2{
	font-size: 16px;
	font-weight: 600;
	color: #000;
}
.register_delegate h3,.register_person h3{
	font-size: 17px;
	font-weight: 600;
	color: #000;
}
.register_cancel h2{
	font-size: 20px;
	font-weight: 600;
	color: #dc2b1d;
}
.register_note h6{
	font-weight: 400;
	font-size: 16px;
}
.register_delegate{
	padding-top: 15px;
}
.register_cancel{
	padding-top: 30px;
}
.registeration_section{
    padding:45px 0px;
}
.register_note{
    padding: 20px 15px 10px;
    display:flex;
}
.register_fee{
     text-align:center;}
	 .register_fee h2{margin:20px 0px 30px;}
.register_fee h2 span{background:#a11012; color:#FFFFFF; padding:10px 15px; border-radius:20px; margin:20px 0px;}
.register_terms{
    padding-top:20px;
}
.guideline_section{
    display:flex;
}
.online_btn a{
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    animation: animate 1.5s linear infinite;
}
@keyframes animate{
    0%{
        opacity:0;
    }
    30%{
        opacity:0.7;
        text-shadow:1px 1px #292929;
    }
    50%{
        opacity:0.9;
        text-shadow:1px 1px #292929;
    }
    70%{
        opacity:0.7;
        text-shadow:1px 1px #292929;
    }
    100%{
        opacity:0;
    }
}


.online_btn{
    background: #dc2d1c;
    padding: 10px;
    text-align: center;
    border: 1px solid #c105c4;
    animation:anim 1.5s linear Infinite;
}
@keyframes anim{
    0%{
        background: #dc2d1c;
    }
    30%{
        background: #ec008c;
    }
    50%{
        background: #7c2c80;
    }
    70%{
        background: #ec008c;

    }
    100%{
        background: #dc2d1c;
    }
}
.abs_submit a{
    animation: abstract 0.5s linear Infinite;
}
@keyframes abstract{
    0%{text-shadow:1px 1px #dc2d1c;
        color:#ff0000;
    }
  
    50%{text-shadow:1px 1px #dc2d1c;
        color:#ff0000;
    }
	51%{
        text-shadow:1px 1px #7c2c80;
        color:#c105c4;
    }
   
    100%{text-shadow:1px 1px #7c2c80;
        color:#c105c4;
    }
}
	.terms_policy a{
		    font-size: 12px;
            font-weight: 400;
            color: #fff;
            text-decoration: none;
		}
		.terms_policy{
		    color: #fff;
            text-align: center;
            font-family: 'Montserrat';
		}
		.feature_wrap{
		    display:flex;
		}
		.crd img{
		    border: 1px solid #df5df2;
		}
		
	.register_link a{
	    font-size: 20px;
        font-weight: 600; border-radius:20px;       
        color: #fff;
        padding: 10px;
        animation: registration 1.5s linear infinite;
	}
	.register_link{ text-align:center; margin-top:30px; margin-bottom:15px;
	   /* display: flex;
        justify-content: end;
        align-items: center;*/
        
	}
	@keyframes registration{
    0%{background: #dc2d1c; color:#ffffff;}   
    50%{background: #7c2c80; color:#ffffff;}
    51%{background: #7c2c80; color:#000000;}
    100%{background: #dc2d1c; color:#000000;}
}
@-webkit-keyframes registration{
0%{color: #000000; background: #dc2d1c;}
50%{color: #ffffff; background: #dc2d1c;}
}

.register_title{
    display:flex;
}
.adviser_row{
    display:flex;
    justify-content:center;
}
.participate li{
    font-size:1rem !important;
    font-weight: 500;
    line-height: 35px;
    color: #c105c4;
    list-style-type: disclosure-closed;
}

.participate{
    margin:10px 0px;
}
.title_wrapper{
    display:flex;
}
.contact_wrap{
    display:flex;
}
.conf h2{
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    margin: 0px;
    color:#c105c4;
}
.conf{
    text-align: center;
    padding:2em 0;
}
.contact_pensa{
    display: flex;
    justify-content: center;
    align-items: center;
}
.confimg{
    display: flex;
    justify-content: center;
}
.conf-org{
    padding-top: 60px;
    text-align: center;
    padding-bottom: 2em;
}
.conf-org h2{
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    margin: 0px;
    color:#c105c4;
}
.list-style-none{
    list-style-type:none;
}
.list-style-none li{
    padding-bottom:15px;
}
.pensa_participate{
    padding-bottom:25px;
}
.pensa_participate h3{
    animation: participate 1.5s linear infinite;
}

	@keyframes participate{
    0%{
        opacity:0;
        color: #dc2d1c;
    }
    30%{
        opacity:0.7;
        text-shadow:1px 1px #292929;
        color: #ec008c;
    }
    50%{
        opacity:0.9;
        text-shadow:1px 1px #292929;
        color: #7c2c80;
    }
    70%{
        opacity:0.7;
        text-shadow:1px 1px #292929;
        color: #ec008c;
    }
    100%{
        opacity:0;
        color: #dc2d1c;
    }
}

.pensa-highlight {
    background: #fff;
    margin-bottom: 0px;
}
.pensa-highlight .awards-block, .pensa-highlight .highlight-block{padding:5px 10px 0px 25px;}
.pensa-highlight .red{background:#a11012;}
.pensa-highlight .orange{background:#ec6304;}

.pensa-highlight .red p{color:#FFFFFF; padding-bottom:15px;}
.pensa-highlight .red p span{display:block; font-size:20px;}

.pensa-highlight h3{line-height: 1.2; font-size:25px;
    font-weight: 600;
    letter-spacing: 0px;
    padding-bottom: 50px;}
.pensa-highlight h3 span{background:#0a1359; color:#FFFFFF; padding:12px 25px; border-radius:50px;}
.padding-tb-35px {
    padding-top: 35px;
    padding-bottom: 35px;
}
.listCheckBullet li {
    list-style-image:url(../images/right.png);
    padding-left: 12px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
}
::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}

.host-city{background:#f6931c;}
.img-style{border-radius:25%; padding:10px; background:#c105c4;}
.carousel-indicators li{height:10px;}
.carousel-indicators li.active{color:#FF0000 !important;}
.carousel-caption{position:absolute; top:30%}
.carousel-caption h2{color:#FFFFFF; text-shadow: -1px 6px 5px rgb(0 0 0 / 60%); font-size:40px; font-weight:bold;}


.block-city h3, .block-city h6, .block-city p{color:#FFFFFF;}
.block-city h3{text-align:center;}
.block-city img{border:2px solid #fff; padding:2px;}

.cong-venue{box-shadow: #ccc 3px 5px 25px 1px; padding: 25px 0px;}
.general-info{box-shadow: #ccc 3px 5px 25px 1px; padding: 25px 0px; background:#FFFFFF;}

.place-visit{box-shadow: #ccc 3px 5px 25px 1px; padding: 25px 0px; background:#FFFFFF;}
.place-visit img{border:2px solid #FF0000; padding:2px; border-radius:10px;}
.place-visit h6{font-size:18px !important;}

.place-visit .row .mb-3{border-bottom:2px dotted #c105c4; padding:20px 0px 30px;}
.place-visit .row .mb-3:last-child{border-bottom:none;}

.incre-india{box-shadow: #ccc 3px 5px 25px 1px; padding: 25px 0px; background:#FFFFFF;}
.incre-india img{border:2px solid #FF0000; padding:2px; border-radius:10px;}

.abs-block{box-shadow: #ccc 3px 5px 25px 1px; padding: 25px 25px; background:#FFFFFF;}
.abs-block p{font-weight: 400; color: #2e2d2d; font-size:16px; line-height:30px;}
.abs-block p.space{padding-bottom:20px;}

.registration-block{box-shadow: #000 3px 5px 25px 1px; padding: 25px 15px; background:#FFFFFF;}

.visa {display:block;}
.visa p{line-height:24px; padding:0 0 10px;}
.visa ol li{font-size:16px; padding-bottom:7px;}
.visa p a{font-size:16px; color:#2e2d2d; text-decoration:underline;}
.visa p a:hover{color:#6f42c1;}

.adv-committee table.president tr td{text-align:center; background:#c07820 !important; color:#FFFFFF; padding:10px 0px; font-size:15px;}
.adv-committee h4{text-align:center; font-size:22px; padding-top:20px; padding-bottom:15px;}

table.society{background:#fff; text-align:center; font-size:15px;}
table.society tbody tr td, table.society tbody tr td a{font-size:15px;}
table.society tbody tr td a{text-decoration:underline;}
table.society thead tr td{background:#c105c4; color:#FFFFFF;}

.pensa-center-block .col-md-4{margin-bottom:20px;}
.pensa-center{background:#c07820; border-bottom-left-radius:25px; border-top-right-radius:25px; padding:10px; color:#FFFFFF; text-align:center; display:block;}
.pensa-center h4{color:#FFFFFF; font-size:15px; font-weight:normal;}
.pensa-center h5{color:#FFFFFF; font-size:15px; font-weight:normal;}
.pensa-center a{color:#FFFFFF;}
.pensa-center a:hover{color:#000000; text-decoration:underline;}




/*Faculties*/
	.w3-bar button.tablink{background:#FF9822; color:#FFFFFF; padding:10px; font-weight:700; width:200px; font-size:16px; text-transform:uppercase;}

	.tablink.KP{border:1px solid #FF9822; background-color: rgba(39,49,66,1) !important;}

.faculties{ background:#fff; padding:50px 0px;}
.faculties .w3-bar{padding:50px 0px;}
.faculties .row .col-md-3{margin-bottom:25px;}
.faculties .faculty-block{background:#000066; padding:10px; box-shadow:#000 3px 5px 15px 1px;}
.faculties .faculty-block h4, .faculties .faculty-block h5{color:#FFFFFF; text-align:center;}
.faculties .faculty-block h4{font-size:16px;}
.faculties .faculty-block h5{font-size:14px; color:#FFFF00;}

.faculties .nat-fac .faculty-block{background:#FF33CC;}

/*Sponsorship*/
.logoMarqueeSection { overflow:hidden;
  padding-top: 30px;
  padding-bottom: 100px;
}

#logoMarqueeSection {
  max-width: 100%!important;
  margin: 0 auto;
}

.default-content-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    width: 100%;
    min-height: 100vh;
}

div.marquee>a>img {
  height: 120px;
  box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
  border:1px solid #CCCCCC; padding:4px;
}

.logoMarqueeSection>div>div {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
}

.marquee-wrapper {
  display:  inline-block;
  white-space: nowrap;
}

.marquee {
    display:  inline-block;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0%, 0, 0);
    animation-name: marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.marquee a {
    display:  inline-block;
    white-space: nowrap;
    padding-right: 5.4rem;
}

.marquee-wrapper:hover .marquee {
    animation-play-state: paused !important;
}

@keyframes marquee {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

/*TOURS*/
.tours{ margin:50px 0px;}
.tour-block{background:#000066; color:#FFFFFF; padding:10px; text-align:center; overflow:hidden; transition:1s; transform:rotate(0deg); transform:scale(1.3); cursor:pointer; transform:rotate(10deg);}
.tour-block:hover{transform:rotate(0deg); transform:scale(1.3); cursor:pointer; transform:rotate(0deg);}
.tour-block img{display:block; width:320px; margin:0 auto; padding:4px; border:2px dotted #FFFFFF;}
.tour-block h4{font-size:18px; color:#FFFFFF; padding-top:8px;}
.tour-block p{ color:#FFFFFF;}
.tour-block a{ color:#FFFFFF; text-decoration:underline;}

.content-margin-tour{margin-top:50px;}
.section-margin {
    margin-top: 30px;
}

.travel{padding:50px 0px;} 
.travel-block{box-shadow:#ccc 3px 5px 15px 1px; padding:15px;}
.travel-block h4{text-align:center; color:#ff0763; font-size:25px; text-transform:uppercase; padding-bottom:15px;}
.travel-block h5{text-align:center;}
.travel-block img{text-align:center; margin:0 auto; display:block; border:4px double #5b0147;}
.travel-block p.first{margin-top:15px;}
.travel-block p.last, .travel-block-days p.last{padding-bottom:15px;}
.travel-block p{text-align:justify;}
.travel-block p.end-tour{text-align:center; color:#e49c25; font-size:18px;}
.travel-block ul {
    display: block;
    padding-top: 15px;
    text-align: left;
    margin-left: 30px;
}
.travel-block ul li {
   
    list-style: disc; font-size:15px;  
    line-height: 26px;
    font-weight: 400;
}
.travel-block img.place-left {
    margin: 0px 15px 2px 2px; width:auto;
    display: block;
    float: left;
}
.travel-block img.place-right {
    margin: 0px 2px 2px 15px; width:auto;
    display: block;
    float: right;
}
.travel-block-days h3.heading {
    background: #009746;
    color: #FFFFFF;
    text-align: center;
    padding: 12px;
    font-size: 20px;
}
/*About us*/
.about-us{padding:10px;}
.about-us h3{padding-bottom:12px;}
.about-us p{text-align:justify; padding-bottom:12px;}

.about-us h5{margin:15px 0 10px;}
.about-us ul{margin-left:20px;}
.about-us ul li{list-style:disc; margin-left:15px;}

/*Committee*/
.committee .msg-block{text-align:center; box-shadow:1px 2px 3px 5px; padding:15px;}
.committee .msg-block img{border:2px dotted #c105c4; border-radius:50%; width:120px; padding:2px; text-align:center; margin:0 auto;}
.committee .msg-block h4{font-size:17px; color:#000099; padding-top:10px; text-align:center;}
.committee .msg-block p{font-size:15px !important; font-weight:700;}
.committee.row .col-md-3{margin-bottom:25px;}

/*places visit*/
.places-visit{background-color: transparent;
    background-image: linear-gradient(60deg, #CEC0DD 40%, #D8D8D8 60%);}
	
.places-visit-near{background-color: transparent;
    background-image: linear-gradient(130deg, #39A8A329 40%, #69155438 60%);}
	
.places-visit .row .col-md-3, .places-visit .row .col-md-4{margin-bottom:25px;}

.place-block{text-align:center;}
.place-block img{max-width: 100%; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); margin:0 auto;}
.place-block h4{font-size: 16px; color: #2e2e2e; font-weight: 700; text-align:center; padding:12px 0px;}

/*venue*/
.venue h5{padding-bottom:20px;}

/*inner heading title*/
.bhu-banner {background: linear-gradient(to right, #6f8f9b, #7a8b3f); padding: 60px 0;}
.bhu-title-wrapper {display: flex; align-items: center; justify-content: center;}
.bhu-title { margin: 0 20px; font-size: 28px; font-weight: bold; text-decoration: underline; color: #000; white-space: nowrap; font-family: "DM Serif Text", serif;}
.bhu-title-wrapper .line {flex: 1; height: 4px; background-color: red; max-width: 200px;}
/*End inner heading title*/

/* TITLE */
.section-inner{ background: #dbf5b04a; padding: 40px 20px;}
.section-inner h2 {font-family: "DM Serif Text", serif; font-size: 30px; margin-bottom: 15px;}
.section-inner h2 span{font-size: 17px; font-style:italic; display:block;}
.section-inner h3 {font-family: "DM Serif Text", serif;
    font-size: 25px;
    margin-bottom: 15px;
}

/* FLEX ROW */
.section-inner .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

/* TEXT */
.section-inner .col-text {
    flex: 1;
    min-width: 280px;
}

/* IMAGE */
.section-inner .col-img {
    flex: 1;
    text-align: center;
}

.section-inner .col-img img {
    width: 100%;
    max-width: 450px;
    border-radius: 10px;
}

/* DIVIDER */
.section-inner .divider {
    border-top: 1px solid #aaa;
    margin: 30px 0;
}

/* LIST */
.section-inner ul {
    padding-left: 20px;
}

.section-inner ul li {
    margin-bottom: 6px; list-style:disc; font-size:16px; color:#000000;
}
.section-inner ul li:last-child{margin-bottom:15px;}

/* RESPONSIVE */
@media (max-width: 768px) {


    .section-inner h2 {
        font-size: 22px;
    }
}


/*bot to top*/
#scrollTopBtn{
  display:none;
  position:fixed;
  bottom:30px;
  right:30px;
  z-index:99;
  font-size:22px;
  border:none;
  outline:none;
  background:linear-gradient(135deg,#38bdf8,#6366f1);
  color:white;
  cursor:pointer;
  padding:12px 16px;
  border-radius:50%;
  box-shadow:0 0 15px rgba(56,189,248,0.6);
  transition:0.3s;
}

#scrollTopBtn:hover{
  transform:translateY(-5px) scale(1.1);
  box-shadow:0 0 25px #38bdf8;
}
/*End bot to top*/

/*Higlights*/
.highlights-section {
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    padding: 20px 20px 40px;
    color: #fff;
    text-align: center;
}

.section-title {
    font-size: 36px;
    margin-bottom: 20px;
    position: relative;
}


.highlights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 20px;
}

.highlight-item {
    background: rgba(255,255,255,0.08);
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    backdrop-filter: blur(10px);
    transition: 0.3s ease;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeUp 0.8s forwards;
}

.highlight-item:nth-child(2){ animation-delay: 0.2s; }
.highlight-item:nth-child(3){ animation-delay: 0.4s; }
.highlight-item:nth-child(4){ animation-delay: 0.6s; }
.highlight-item:nth-child(5){ animation-delay: 0.8s; }

.highlight-item:hover {
    transform: translateY(-5px) scale(1.02);
    background: rgba(255,255,255,0.15);
}

.highlight-item span {
    font-size: 22px;
    color: #00ffcc;
}

.highlight-item p {
    margin: 0;
    font-size: 16px;
    text-align: left;
}

@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Responsive */
@media (max-width: 600px) {
    .section-title {
        font-size: 26px;
    }
}

/*welcome message*/
 .message-bg{   
   overflow-x: hidden;
   /* background: linear-gradient(270deg, #0f2027, #203a43, #2c5364);
    background-size: 600% 600%;*/ 
    animation: gradientBG 12s ease infinite;background: linear-gradient(135deg, #f5f9ff, #eef3ff);
}

/* Animated Gradient */
@keyframes gradientBG {
    0% {background-position: 0% 50%;}
    50% {background-position: 100% 50%;}
    100% {background-position: 0% 50%;}
}

/* Floating Icons */
.message-bg .icon {
    position: absolute;
    font-size: 35px;
    opacity: 0.1;
    animation: float 12s infinite ease-in-out;
}

.icon:nth-child(1) { top: 10%; left: 8%; }
.icon:nth-child(2) { top: 70%; left: 15%; }
.icon:nth-child(3) { top: 30%; right: 10%; }
.icon:nth-child(4) { top: 80%; right: 20%; }

@keyframes float {
    0% { transform: translateY(0px);}
    50% { transform: translateY(-25px);}
    100% { transform: translateY(0px);}
}

/* Section */
.message-bg .welcome-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
}

/* Card */
.message-bg .welcome-card {
    max-width: 1400px;
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    padding: 45px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    animation: fadeIn 1.2s ease;
}

/* Fade Animation */
@keyframes fadeIn {
    from {opacity:0; transform: translateY(30px);}
    to {opacity:1; transform: translateY(0);}
}

.message-bg.welcome-card h2 {
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #2c3e50;
}

.message-bg .welcome-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    margin-bottom: 15px;
}

/* Highlight */
.message-bg .highlight {
    color: #000;
    font-weight: 600;
}

/* Responsive */
@media(max-width:768px){
    .message-bg .welcome-card {
        padding: 25px;
    }
    .message-bg .welcome-card h2 {
        font-size: 26px;
    }
}
/*End Welcome message*/


