/*=== 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=Poppins:wght@500&family=Roboto:wght@500&display=swap');

html {
  font-size: 16px;
}

body {
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.alltext{
    color: black;
    font-size: 18px;
}
.alltext1{
    color: black;
    font-size: 20px;
   padding: 7px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #222222;
  font-weight: 600;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2.25rem;
}

h4 {
  font-size: 1.6875rem;
}

h5 {
  font-size: 1.375rem;
}

h6 {
  font-size: 1.25rem;
}

p,
a,
li,
blockquote,
label {
  font-size: 1rem;
  line-height: 26px;
  color: #848484;
  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;
}

.shadow,
.schedule.two .schedule-contents,
.speakers.white .speaker-item:hover {
  box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.overlay:before {
 content: "";
    /* background: url(../images/background/objects.png) no-repeat; */
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #0000001f, #07060657, #0d0c0c47, #1211111c, #1615156e);
    right: 0;
    bottom: 0;

}
.overlay:after {
  content: "";
  background: -webkit-linear-gradient(
    -45deg,
    #1e5799 0%,
    #1d1546 0%,
    #1a0b25 100%,
    #207cca 100%
  );
  opacity: 0.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: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.text-overlay:after {
  content: "CONFERENCE";
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 215px;
  width: 100%;
  height: 300px;
  background-position: center center;
  position: absolute;
  top: 40%;
  left: 50%;
  opacity: 0.05;
  transform: translateX(-50%);
}
@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: #2589fc;
  position: absolute;
  z-index: -1;
  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: 0.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;
  transform: skewX(-20deg);
}
@media (max-width: 767px) {
  .overlay-white-slant:before {
    content: none;
  }
}

span.alternate {
color: white;
    font-style: italic;
    font-weight: 400;
}

a {
  transition: 0.2s ease;
}

a:focus,
a:hover {
color: white;
    text-decoration: none;
}

button:hover {
  cursor: pointer;
}

.bg-gray {
  background: #fafafa;
}

.bg-blue {
  background: #ff6600;
}

.bg-banner-one {
  background: url(../images/background/Instrument2.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-banner .block h1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
    z-index: 1; /* Ensure the overlay is above the text */
}

.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-size: cover;
    background-position: center center;
    background-color: #4d9ffe;
}

.bg-schedule {
  /*background: url(../images/background/schedule-bg.png) no-repeat;*/
  background-size: cover;
}

.bg-registration {
  background: url(../images/background/pexels-pixabay-210158.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-title {
  background: url(../images/background/page-title-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.section {
  padding: 90px 0;
}

.border-less {
  border-bottom: 1px solid #e5e5e5;
}

.section-title {
  margin-top: 25px;
  text-align: center;
  margin-bottom: 40px;
}
.section-title h3 {
  margin-bottom: 20px;
}
.section-title.white h3,
.section-title.white p {
  color: black;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.page-title {
  text-align: center;
}

.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 #ec0f0f;
  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;
}

.border-top {
  border-top: 1px solid;
}

.btn {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s ease;
}

.btn-main {
  padding: 25px 45px;
  border-radius: 3px;
  background: #ff6600;
  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: 4px;
    background: #2589fc;
    color: #fff;
    outline: none;
    font-size: 0.9375rem;
}
.btn-main-md:hover {
  color: #fff;
  background: #ec0f0f;;
}
.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: 7 px;
    font-weight: bold;
}
.btn-transparent-md:hover {
  background: #ec0f0f;;
  border-color: #ec0f0f;;
  color: #fff;
}

.btn-main-sm {
  padding: 15px 35px;
  border-radius: 3px;
  background: #ff6600;
  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: #ec0f0f;
  color: #fff;
}

.btn-rounded-icon {
  border-radius: 100px;
  color: #fff;
  border: 1px solid #fff;
  padding: 13px 50px;
}
.organizerstxt{
    text-align: justify;
}
.main-nav {
  background: #fff;
}
@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;
  margin-right: 15px;
}
.main-nav .navbar-nav .nav-item {
  position: relative;
  font-family: 'Poppins', sans-serif;
}
.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  text-align: center;
  color: #222222;
  padding-left: 5px;
  padding-right: 17px;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  font-size: 1.06rem;
  font-family: 'Poppins', sans-serif;
}
@media (max-width: 1352px) {
  .main-nav .navbar-nav .nav-item .nav-link {
    font-size: 0.86rem;
    padding-right: 10px;
  }
}
@media (max-width: 1200px) {
  .main-nav .navbar-nav .nav-item .nav-link {
    padding-left: 4px;
    padding-right: 10px;
  }
}
@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: #222222;
  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: #ec0f0f;
}
.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);
}
.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: 0.3s ease;
}
.main-nav .dropdown .dropdown-menu .dropdown-item:hover {
  background: #fff;
  color: #ff6600;
}
@media (max-width: 991px) {
  .main-nav .dropdown .dropdown-menu {
    transform: none;
    left: auto;
    position: relative;
    text-align: center;
    opacity: 1;
    visibility: visible;
    background: #f3f3f3;
  }
}
@media (min-width: 992px) {
  .main-nav .dropdown .dropdown-menu {
    transition: 0.3s all;
    position: absolute;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
  }
  .main-nav .dropdown:hover > .dropdown-menu {
    border-top: 3px solid #ff6600;
    opacity: 1;
    display: block;
    visibility: visible;
    color: #777;
    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: #ff6600;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  outline: none;
}

/* *************************  Speaker Cards ********************** */

.card {
  text-align: center;
  height: 120px;
  margin: 20px;
}

#themes p {
  text-align: justify;
}

/* *************************** */

.page-title {
  position: relative;
  padding: 165px 0 65px;
}
@media (max-width: 1200px) {
  .page-title {
    padding: 140px 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: 'Poppins', sans-serif;
  color: #fff;
}

.footer-main {
  background: #272735;
  padding: 90px 0;
}
@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) {
  .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 {
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
  background: #fff;
}
.footer-main .block ul.social-links-footer li a i {
  line-height: 50px;
}
.footer-main .block ul.social-links-footer li a:hover {
  background: #ff6600;
}
.footer-main .block ul.social-links-footer li a:hover i {
  color: #fff;
}

.subfooter {
  background: #2a2a37;
  padding: 18px 0;
}
.subfooter .copyright-text p {
 font-family: 'Poppins', sans-serif;
}
.subfooter .copyright-text p a {
  color: #ff6600;
}
@media (max-width: 767px) {
  .subfooter .copyright-text {
    text-align: center;
  }
}
.subfooter .to-top {
  display: block;
  height: 45px;
  width: 45px;
  text-align: center;
  background: #ff6600;
  float: right;
}
.subfooter .to-top i {
  font-size: 1.5rem;
  color: #fff;
  line-height: 45px;
}
@media (max-width: 767px) {
  .subfooter .to-top {
    float: none;
    margin: auto;
    margin-top: 30px;
  }
}

.banner {
  padding: 126px 0 2px;
    position: relative;
}
@media (max-width: 1024px) {
  .banner {
    padding: 100px 0;
  }
}
.banner .block {
  position: relative;
  z-index: 10;
}

.banner .block h1 {
 text-transform: uppercase;
    font-size: 3.5rem;
    color: white;
    font-weight: 900;
    margin-bottom: 67px;
    text-shadow: 3.5px 6.062px 0px rgba(0, 0, 0, 0.1);
    margin-top: -65px;
}

@media (max-width: 767px) {
  .banner .block h1 {
    font-size: 4rem;
  }
}
@media (max-width: 400px) {
  .banner .block h1 {
    font-size: 3rem;
  }
}
.banner .block h2 {
    font-size: 2.025rem;
    color: #fff;
    font-weight: 400;
    text-shadow: 3.5px 6.062px 0px rgba(0, 0, 0, 0.1);
    /*font-style: italic;*/
    margin-bottom: 30px;
}
@media (max-width: 767px) {
  .banner .block h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 400px) {
  .banner .block h2 {
    font-size: 2.3rem;
  }
}
.banner .block h6 {
color: #fff;
    font-weight: 500;
    margin-bottom: 50px;
    font-size: 25px;
}

.banner-two {
  padding: 250px 0 150px;
  position: relative;
  overflow: hidden;
}
.banner-two .block h1 {
  color: #ff6600;
  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: 30px;
}
.about .image-block.two img {
  border-radius: 0;
  transform: translate(30px, -30px);
}
@media (max-width: 767px) {
  .about .image-block.two img {
    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;
}
.about .content-block h2:after {
  content: "";
  width: 60px;
  height: 3px;
  background:#ec0f0f;;
  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: 30px;
}
/*.about .content-block .description-two p {*/
/*  font-size: 0.9375em;*/
/*}*/
@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;
}
.speakers.white .speaker-item {
  background: #fff;
  border: 1px solid #e5e5e5;
}
.speakers .speaker-item {
  background: #eae9ec;
  padding: 7px;
  margin-bottom: 30px;
}
.speakers .speaker-item .image {
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .speakers .speaker-item .image img {
    width: 100% !important;
  }
}
.speakers .speaker-item .image .primary-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff6600;
  opacity: 0.85;
  transition: 0.3s ease;
}
.speakers .speaker-item .image .socials {
  position: absolute;
  top: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: 0.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: 0.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: 22px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 0;
}
.speakers .speaker-item .content h5 a:hover {
  color: #ff6600;
}
.speakers .speaker-item .content p {
  font-size: 0.875rem;
  margin-bottom: 5px;
}

.list {
  color: #ff6600;
}

.list + h6 {
  color: #fff;
}

.imp_dates {
  text-transform: uppercase;
}

.dates {
  color: #2589fc;
  padding: 10px;
  text-align: right;
  font-weight: bolder;
}

.date_for {
  color: #848484;
  padding: 10px;
}

.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: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #2589fc;
  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: 'Poppins', sans-serif;
  display: block;
  font-size: 1rem;
  color: #848484;
  font-weight: 400;
}
.schedule .schedule-tab ul li.nav-item a.active {
  background: #2589fc;
  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 #2589fc 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: 37%;
  }
}
@media (max-width: 575px) {
  .schedule .schedule-contents .schedule-item ul li .time {
    width: 48%;
  }
}
.schedule .schedule-contents .schedule-item ul li .speaker {
 width: 55%;
}
@media (max-width: 991px) {
  .schedule .schedule-contents .schedule-item ul li .speaker {
   width: 59%;
  }
}
@media (max-width: 767px) {
  .schedule .schedule-contents .schedule-item ul li .speaker {
    width: 60%;
  }
}
@media (max-width: 575px) {
  .schedule .schedule-contents .schedule-item ul li .speaker {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .schedule .schedule-contents .schedule-item ul li .speaker img {
    display: none;
  }
}
.schedule .schedule-contents .schedule-item ul li .subject {
  width: 30%;
}
@media (max-width: 1200px) {
  .schedule .schedule-contents .schedule-item ul li .subject {
    display: none;
  }
}
@media (max-width: 767px) {
  .schedule .schedule-contents .schedule-item ul li .venue {
    display: none;
  }
}
.schedule .schedule-contents .schedule-item li.headings {
  padding: 22px 40px;
  background: #2589fc;
}
.schedule .schedule-contents .schedule-item li.headings div {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}
.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: 0.2s ease-in;
}
.schedule .schedule-contents .schedule-item li.schedule-details .block div {
  color: #222222;
  font-family: 'Poppins', sans-serif;
}
.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%;
}
.schedule
  .schedule-contents
  .schedule-item
  li.schedule-details
  .block
  div
  span.time {
margin-left: -46px;
}
.schedule
  .schedule-contents
  .schedule-item
  li.schedule-details
  .block
  div
  span.name {
 margin-left: 0px;
    transition: 0.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);
  transform: scale(1.01);
}
.schedule
  .schedule-contents
  .schedule-item
  li.schedule-details
  .block:hover
  span.name {
  color: #ec0f0f;
}

.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: 'Poppins', 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: 'Poppins', sans-serif;
  display: block;
  font-size: 14px;
  color: #848484;
  font-weight: 400;
}
.schedule.two .schedule-tab ul li.nav-item a.active {
  background: #ff6600;
  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%;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ff6600;
}
@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 .speaker {
  width: 30%;
}
@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: 30%;
}
@media (max-width: 1200px) {
  .schedule.two .schedule-contents .schedule-item ul li .subject {
    display: none;
  }
}
.schedule.two .schedule-contents .schedule-item ul li .venue {
  width: 18.6%;
}
@media (max-width: 767px) {
  .schedule.two .schedule-contents .schedule-item ul li .venue {
    display: none;
  }
}
.schedule.two .schedule-contents .schedule-item li.headings {
  padding: 25px 0;
  background: #ff6600;
}
.schedule.two .schedule-contents .schedule-item li.headings div {
  color: #fff;
  text-transform: uppercase;
font-family: 'Poppins', 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: 0.2s ease-in;
}
.schedule.two .schedule-contents .schedule-item li.schedule-details .block div {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #222222;
 font-family: 'Poppins', 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: 0.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;
  transform: scale(1);
}
.schedule.two
  .schedule-contents
  .schedule-item
  li.schedule-details
  .block:hover
  span.name {
  color: #ff6600;
}

.table {
  color: white;
}

th {
  padding: 1.5rem !important;
}

.registration {
  overflow: hidden;
}
.registration .service-block {
 position: relative;
    padding: 77px 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: 'Poppins', 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: 80px 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; */
}

/* Controls
---------------------------------------------------------------------- */
.controls {
  text-align: center;
  margin-bottom: 40px;
}
.controls .btn {
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: 'Poppins', 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: #ff6600;
}
