/**
* @author Akash Kumar Sharma <vyom@vyom.site>
*/
.site-lang-switch-icon, .site-lang-switch-flag-icon {
  max-height: 30px;
  width: auto;
  margin-right: 10px; }

table {
  text-align: center; }
  table thead {
    background-color: #909090; }
    table thead tr th {
      padding: 20px; }
  table tbody td {
    padding: 20px; }

table, th, td {
  border: 1px solid; }

.primary-color {
  color: #ff6600; }

.secondary-color {
  color: #7c7491; }

.text-bold {
  font-weight: bold; }

.gallery-wrapper .gallery-item .image-block .image .primary-overlay {
  background: transparent; }

.sponsors .block {
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 575px) {
  .sponsors .block .image-block {
    width: 100px !important;
    height: 100px; }
    .sponsors .block .image-block img {
      object-fit: cover !important; } }

@media screen and (max-width: 910px) {
  .sponsors .block .list-inline-item {
    width: 165px !important;
    position: relative;
    left: -5px; } }

.sponsors .block .image-block img {
  object-fit: cover !important; }

.sponsors .block .image-block {
  width: auto;
  height: 110px;
  padding: 2px; }

.sponsors .section-title h3, .sponsors .section-title h3 em {
  font-weight: 500; }

.speakers .speaker-item .image .socials, .speakers .speaker-item .image .primary-overlay {
  display: none; }

.speakers .speaker-item .content h5 a {
  font-size: 22px;
  color: #ff6600;
  font-weight: 400;
  margin-bottom: 0; }
  .speakers .speaker-item .content h5 a:hover {
    color: #ff6600; }

.form-control.main {
  background: transparent;
  border: 1px solid #b3b3b3;
  border-radius: 0;
  font-size: 0.9375rem;
  padding: 15px 20px;
  margin-bottom: 20px;
  height: 50px;
  color: #505050; }
  .form-control.main:focus {
    border: 1px solid #ff6600; }

.form-control.white {
  background: #fff;
  color: #222222; }

select.form-control:not([size]):not([multiple]) {
  height: 50px; }

.main-nav .navbar-brand {
  border-right: 0px; }

.main-nav .dropdown-slide:hover .dropdown-menu {
  border-top: 3px solid #ff6600;
  display: none;
  opacity: 1;
  display: block;
  transform: translate(0px, 0px);
  opacity: 1;
  visibility: visible;
  color: #777;
  transform: translateY(0px); }
  .main-nav .dropdown-slide:hover .dropdown-menu.submenu {
    position: absolute;
    visibility: hidden;
    left: 108%;
    top: -7px;
    transition: .3s all;
    transform: translateX(20px);
    transition: visibility 0.2s, opacity 0.2s, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99); }
  .main-nav .dropdown-slide:hover .dropdown-menu li:hover > .submenu {
    display: block;
    visibility: visible;
    transform: translate(0px, 0px);
    transform: translateY(0px); }

.page-title {
  position: relative;
  padding: 165px 0 45px; }
  .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: #272735;
  padding: 60px 0; }
  @media (max-width: 767px) {
    .footer-main {
      padding: 30px 0; } }
@media (min-width: 992px) {
  .dropdown-menu .dropdown-toggle:after {
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid; }
  .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0; }
  .dropdown-menu li {
    position: relative; }
  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px; }
  .nav-item .submenu-left {
    right: 100%;
    left: auto; }
  .dropdown-menu > li:hover {
    background-color: #f1f1f1; }
  .dropdown-menu > li:hover > .submenu {
    display: block; } }

.mob-menu .accordion {
  width: 100%;
  max-width: 384px;
  margin: 30px auto 20px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0px;
  list-style: none;
  padding: 0px; }
  .mob-menu .accordion li .nav-link {
    color: #4D4D4D;
    font-size: 14px; }

.mob-menu .accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 5px;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.mob-menu .accordion li:last-child .link {
  border-bottom: 0; }

.mob-menu .accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.mob-menu .accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px; }

.mob-menu .accordion li.open .link {
  color: #ff6600; }

.mob-menu .accordion li.open i {
  color: #ff6600; }

.mob-menu .accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.mob-menu .submenu {
  display: none;
  background: #f1f1f1;
  font-size: 14px;
  list-style: none;
  padding-left: 0px; }

.mob-menu .submenu li {
  border-bottom: 1px solid #cacaca; }

.mob-menu .submenu a {
  display: block;
  text-decoration: none;
  color: #212529;
  padding: 12px;
  padding-left: 20px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.mob-menu .submenu a:hover {
  background: #b63b4d;
  color: #FFF; }

.festival-header {
  position: relative;
  padding: 140px 100px 0 0;
  height: 250px;
  top: 110px;
  background-size: cover;
  margin-bottom: 40px; }
  .festival-header .title h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 78px;
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF; }

.festival-list .blog-post {
  min-height: 307px; }

.festival-list .date {
  font-size: 30px;
  line-height: 26px;
  position: absolute;
  bottom: 7px;
  right: 30px;
  width: 70px;
  height: 67px;
  text-align: center;
  background: #ff6600;
  display: flex;
  align-items: center;
  justify-content: center; }
  .festival-list .date h4 {
    color: #fff;
    margin: 0; }
    .festival-list .date h4 span {
      display: block; }

.festival-list .post-content {
  position: relative;
  padding: 30px 30px 25px 30px; }

.festival-list .post-thumb {
  height: 100%;
  padding: 30px 0px 19px; }

.event__subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 10px; }

.event__title {
  padding-right: 10%;
  margin-bottom: 10px; }
  .event__title h2 {
    line-height: 37px; }
    .event__title h2 a {
      font-style: normal;
      font-weight: 700;
      font-size: 30px;
      color: #000; }

.event__datetime-location {
  margin-bottom: 10px; }
  .event__datetime-location span {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #FF6600; }

.event__content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000; }

.event__buttons {
  position: absolute;
  bottom: 24px;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 40px); }

.event__performers {
  margin-bottom: 60px; }
  .event__performers h4 {
    font-size: 1.7rem;
    text-transform: none;
    margin-bottom: 15px; }
  .event__performers-list h3 {
    font-size: 1.7rem;
    text-transform: none; }
  .event__performers-list a {
    position: relative;
    font-size: 1.7rem;
    color: #f60; }
    .event__performers-list a:hover:after {
      left: 0;
      bottom: 0;
      position: absolute;
      width: 100%;
      content: "";
      border-bottom: 1px solid #f60; }

.event__program {
  margin-bottom: 30px; }
  .event__program-artname {
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-weight: 700;
    letter-spacing: .03em; }
  .event__program-artrole {
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-weight: 400; }
    .event__program-artrole:not(:last-child) {
      margin-bottom: 10px; }

.event__tickets {
  position: relative;
  margin-bottom: 15px; }
  .event__tickets h4 {
    text-transform: capitalize; }
  .event__tickets-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px; }
  .event__tickets-title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000; }
  .event__tickets-price {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
    margin-right: 30px;
    max-width: 190px; }
  .event__tickets-link {
    position: absolute;
    right: 30%;
    bottom: 0px; }

.event__duration {
  margin-bottom: 30px; }
  .event__duration-paragraph {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000; }

.festival-event {
  margin-bottom: 20px;
  border-bottom: 1px solid #AEAEAE; }

.festival-single {
  padding-top: 100px; }
  .festival-single .post-top {
    display: flex;
    flex-basis: 100%;
    flex-direction: column; }
  .festival-single .event__datetime-location {
    margin-bottom: 20px; }
    .festival-single .event__datetime-location span {
      font-size: 38px; }
  .festival-single .event__poster {
    display: block;
    margin-bottom: 60px; }
  .festival-single .event__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; }

.btn__details {
  text-transform: initial;
  border: 1px solid #FF6600;
  border-radius: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  padding: 8px 20px;
  color: #000; }
  .btn__details:hover {
    background: #FF6600;
    color: #fff; }

.btn__buy {
  text-transform: initial;
  background: #FF6600;
  border-radius: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  padding: 8px 20px;
  color: #fff;
  border: 1px solid #FF6600; }
  .btn__buy:hover {
    background: #FFFFFF;
    color: #FF6600; }

@media screen and (max-width: 768px) {
  .festival-single {
    padding-top: 20px; }
    .festival-single .post-top {
      display: flex;
      flex-basis: 100%;
      flex-direction: column; }
    .festival-single .event__datetime-location {
      margin-bottom: 20px; }
      .festival-single .event__datetime-location span {
        font-size: 25px; }
    .festival-single .event__poster {
      display: block;
      margin-bottom: 60px; }
    .festival-single .event__description {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px; }
    .festival-single .event__tickets-row {
      display: block; }
    .festival-single .event__tickets-link {
      bottom: 0;
      position: relative;
      right: 0; }
  .event__content {
    margin-bottom: 10px; }
  .event__buttons {
    position: relative;
    bottom: 0;
    width: 100%; }
  .page-title {
    position: relative;
    padding: 45px 0 35px; }
    .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; } }

.carousel__slide-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover; }

@media screen and (min-width: 768px) {
  nav.navbar.home-navbar + section {
    margin-top: 100px; }
  nav.navbar:not(.home-navbar) + section {
    margin-top: 100px;
    padding: 55px 0 45px; }
  .top-slider {
    height: 700px; }
  .speakers__background {
    position: absolute;
    z-index: -100;
    top: -30%;
    width: 100%; }
    .speakers__background img {
      width: 100%; } }

@media screen and (min-width: 1200px) {
  nav.navbar.home-navbar + section {
    margin-top: 120px; }
  nav.navbar:not(.home-navbar) + section {
    margin-top: 130px;
    padding: 55px 0 45px; } }

@media screen and (max-width: 768px) {
  nav.navbar + section {
    margin-top: 0px; }
  .top-slider {
    height: 500px; }
    .top-slider .glide,
    .top-slider .glide__track,
    .top-slider .glide__slides {
      height: 500px; }
    .top-slider .banner {
      padding: 60px 0 150px; }
      .top-slider .banner .block {
        padding: 0 35px; }
        .top-slider .banner .block h1 {
          font-size: 4rem; }
        .top-slider .banner .block h2 {
          font-size: 2.6rem;
          line-height: 2.6rem;
          white-space: break-spaces;
          margin-bottom: 2rem; }
        .top-slider .banner .block h6 {
          white-space: break-spaces;
          line-height: 2.2rem; }
  .speakers__background {
    position: absolute;
    z-index: -100;
    top: 0;
    height: 100%; }
    .speakers__background img {
      width: 100%; } }

.glide-slide .block {
  position: relative;
  z-index: 20; }

.glide-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  height: 100%;
  z-index: 10;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }
  .glide-background img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media screen and (max-width: 768px) {
    .glide-background img {
      width: auto;
      height: 100%;
      object-fit: cover; } }
@media screen and (max-width: 768px) {
  .glide-slide .block {
    text-align: left; } }

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .glide * {
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide--rtl {
    direction: rtl; }

.glide__bullet {
  margin: 0 10px;
  border: 0;
  width: 15px;
  height: 15px;
  border: 50%; }
  .glide__bullet--active {
    background: #FF6600; }

.bg-about {
  background: none;
  position: relative; }
  .bg-about__background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    .bg-about__background img {
      box-shadow: none !important;
      border-radius: 0 !important; }

.bg-registration {
  background: inherit; }

.registration-block__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .registration-block__background img {
    object-fit: contain;
    width: 100%; }

.speakers {
  position: relative;
  overflow: hidden; }
