/*...color ...*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none; }

menu, ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none !important; }

html {
  scroll-padding-top: 72px; }

input::placeholder, textarea::placeholder {
  color: rgba(0, 0, 0, 0.2); }

img {
  max-width: 100%; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

/*...  common css  ...*/
/* .........................  Social media style  .........................*/
.shareboxwrp {
  display: none;
  float: left;
  width: 100%; }

.shareboxwrpin {
  margin: 0 auto;
  display: table;
  width: 40px; }

.social-media-main {
  width: 50px;
  height: 192px;
  float: left;
  position: fixed;
  bottom: 10px;
  z-index: 9999;
  right: 20px;
  padding-top: 60px; }

.shretle {
  font-size: 11px;
  font-family: arial;
  font-weight: bold;
  text-transform: uppercase;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-size: 30px 62px;
  background-image: url("../images/social-share.svg");
  background-repeat: no-repeat;
  background-position: 8px -23px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background-color: #FFFFFF;
  padding: 3px 0;
  color: #fff;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  float: left;
  position: absolute;
  top: 125px;
  left: 0;
  cursor: pointer;
  -moz-transition: top .2s linear .0s;
  -webkit-transition: top .2s linear .0s;
  transition: top .2s linear .0s; }

.shretle.open {
  top: 0;
  background-position: 10px 15px; }

.social-media-ins {
  width: 100%;
  height: 180px;
  float: left;
  margin: 0px; }

.social-media-head {
  width: 100%;
  height: auto;
  float: left;
  font-family: arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  line-height: 110%; }

.social-media-icon {
  width: 40px;
  height: 40px;
  float: left;
  cursor: pointer;
  background-image: url(../images/social.svg);
  background-size: 50px auto;
  background-repeat: no-repeat;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 5px; }

.tw-clr {
  background-position: -4px -107px;
  background-color: #000000; }

.gl-clr {
  background-position: -4px -56px;
  background-color: #fb443e; }

.wt-clr {
  background-position: -4px -159px;
  background-color: #13b345; }

.fb-clr {
  background-color: #2b44a0;
  background-position: -6px -5px; }

/*....social media ends....*/
.container {
  max-width: 1350px !important;
  margin: 0 auto !important;
  width: 100% !important; }

body {
  line-height: 1;
  font-weight: 400;
  background-color: #281A58 !important;
  font-family: gotham-book !important; }

.primary-btn {
  background-color: #FFE400;
  color: #000000; }

.navbar {
  padding-top: 24px !important;
  transition: all 0.3s ease 0s; }
  .navbar header {
    font-family: gotham-medium;
    font-size: 15px; }
    .navbar header .hamburger {
      cursor: pointer; }
    .navbar header .menu-listing {
      display: flex; }
      .navbar header .menu-listing .listing-ul .menu-list {
        margin-right: 30px;
        position: relative;
        cursor: pointer; }
        .navbar header .menu-listing .listing-ul .menu-list:last-child {
          margin-right: 0; }
        .navbar header .menu-listing .listing-ul .menu-list .navLink_custom {
          color: #ffffff;
          transition: all 0.3s ease 0s; }
          .navbar header .menu-listing .listing-ul .menu-list .navLink_custom:hover {
            color: #F02F82; }
      .navbar header .menu-listing .listing-ul .drp-dwn .drpdwn-menu {
        background-color: #ffffff;
        position: absolute;
        top: 50px;
        min-width: 170px;
        border-radius: 6px;
        display: none;
        padding: 6px 0;
        z-index: 10; }
        .navbar header .menu-listing .listing-ul .drp-dwn .drpdwn-menu li a {
          color: #281A58;
          padding: 6px 12px;
          display: block;
          transition: all 0.3s ease 0s; }
          .navbar header .menu-listing .listing-ul .drp-dwn .drpdwn-menu li a:hover {
            background-color: #F02F82;
            color: #ffffff; }
      .navbar header .menu-listing .listing-ul .drp-dwn.open .drpdwn-menu {
        display: block; }
    .navbar header .evnt-btn {
      background-color: #F02F82;
      color: #ffffff;
      padding: 10px 18px; }
    .navbar header .reg-btn {
      padding: 10px 18px; }

.nav-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  background-color: #281A58;
  z-index: 10000;
  padding-top: 8px !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.banner-section {
  position: relative;
  padding-top: 120px; }
  .banner-section .logo {
    max-width: 400px; }
  .banner-section .tag-line {
    max-width: 380px;
    height: 103px;
    background: linear-gradient(90deg, #55db73 0%, #55db73 10%, #fdf82e 10%, #fdf82e 20%, #ff7800 20%, #ff7800 30%, #00aeef 30%, #00aeef 40%, #fd4736 40%, #fd4736 50%, #55db73 50%, #55db73 60%, #fdf82e 60%, #fdf82e 70%, #ff7800 70%, #ff7800 80%, #00aeef 80%, #00aeef 90%, #fd4736 90%, #fd4736 100%);
    background-size: 300% 100%;
    animation: animateGradient 7s ease infinite;
    -webkit-mask-image: url("../images/tag-line.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    mask-image: url("../images/tag-line.png");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center; }
@keyframes animateGradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
  .banner-section .register-btn {
    padding: 12px 34px;
    font-size: 24px; }
  .banner-section::before {
    content: '';
    background-image: url("../images/shape1.png");
    max-width: 282px;
    width: 100%;
    position: absolute;
    top: 45%;
    left: 0;
    display: block;
    height: 563px;
    background-size: cover; }
  .banner-section::after {
    content: '';
    background-image: url("../images/shape1.png");
    max-width: 282px;
    width: 100%;
    position: absolute;
    top: 0px;
    right: 0;
    display: block;
    height: 563px;
    background-size: cover;
    transform: scaleX(-1); }
  .banner-section .red-star {
    position: absolute;
    bottom: 14%;
    left: 12%;
    z-index: -1; }
  .banner-section .green-star {
    position: absolute;
    right: 8%;
    top: 21%;
    z-index: -1; }
  .banner-section .mySwiper3 {
    border-radius: 12px;
    overflow: hidden; }
  .banner-section .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: none;
    opacity: 1; }
  .banner-section .swiper-pagination-bullet-active {
    background-color: #F02F82;
    border: 0; }

.eventSection {
  padding: 60px 0;
  position: relative; }
  .eventSection__title {
    font-size: 7rem;
    color: rgba(255, 255, 255, 0.1); }
  .eventSection__swiper {
    width: 100% !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    padding-bottom: 100%; }
    .eventSection__swiper img {
      padding: 5%; }
  .eventSection__eventSwiper {
    overflow-x: clip !important;
    overflow-y: inherit !important;
    margin-top: -50px;
    position: relative;
    max-width: 1040px; }
    .eventSection__eventSwiper .swiper-button-next {
      width: 40px;
      height: 40px;
      border-radius: 6px;
      background-color: #F02F82;
      margin-right: 5%; }
      .eventSection__eventSwiper .swiper-button-next::after {
        content: "";
        transform: rotate(180deg);
        width: 100%;
        height: 100%;
        background-image: url("../images/arrow-right.svg");
        background-repeat: no-repeat;
        background-position: center; }
    .eventSection__eventSwiper .swiper-button-prev {
      width: 40px;
      height: 40px;
      border-radius: 6px;
      background-color: #F02F82;
      margin-left: 5%; }
      .eventSection__eventSwiper .swiper-button-prev::after {
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("../images/arrow-right.svg");
        background-repeat: no-repeat;
        background-position: center; }
  .eventSection__eventTitle {
    color: #ffffff;
    transform: translate(0, 40px);
    display: none;
    font-size: 24px; }
  .eventSection .swiper-slide {
    opacity: 0.4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: scale(0.8) !important;
    transition: all .2s ease .0s; }
  .eventSection .swiper-slide-active {
    opacity: 1 !important;
    transform: scale(1) !important;
    z-index: 10 !important;
    position: relative; }
    .eventSection .swiper-slide-active .eventSection__swiper::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background-image: url("../images/tag-circle.svg");
      background-size: 100%;
      transform-origin: center;
      animation: rotate 20s linear infinite; }
@keyframes rotate {
  to {
    transform: rotate(360deg); } }
    .eventSection .swiper-slide-active .eventSection__eventTitle {
      display: block; }
  .eventSection .swiper-slide-prev {
    transform: scale(0.8) translateX(120px) !important;
    pointer-events: none; }
  .eventSection .swiper-slide-next {
    transform: scale(0.8) translateX(-120px) !important;
    pointer-events: none; }

.speakerSection {
  padding: 60px 0;
  background-color: #F8F0E3;
  position: relative; }
  .speakerSection::before {
    content: "";
    background-image: url("../images/blue-shape.png");
    width: 100%;
    height: 155px;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat; }
  .speakerSection::after {
    content: "";
    background-image: url("../images/tag-design.png");
    width: 150px;
    height: 100%;
    background-size: 100%;
    display: block;
    position: absolute;
    top: -18%;
    right: 0;
    background-repeat: no-repeat; }
  .speakerSection__title {
    font-size: 30px; }
  .speakerSection__sliderContent {
    position: relative; }
  .speakerSection__overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0));
    height: 50%; }
  .speakerSection__Swiperslider .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background-color: #F02F82; }
    .speakerSection__Swiperslider .swiper-button-next::after {
      content: "";
      transform: rotate(180deg);
      width: 100%;
      height: 100%;
      background-image: url("../images/arrow-right.svg");
      background-repeat: no-repeat;
      background-position: center; }
  .speakerSection__Swiperslider .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background-color: #F02F82; }
    .speakerSection__Swiperslider .swiper-button-prev::after {
      content: "";
      width: 100%;
      height: 100%;
      background-image: url("../images/arrow-right.svg");
      background-repeat: no-repeat;
      background-position: center; }
  .speakerSection__sliderimg {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    padding-bottom: 111.61825726141078%; }
  .speakerSection__leftimg {
    position: relative;
    margin-top: -14%; }
  .speakerSection__title {
    color: #F02F82; }
  .speakerSection__Name {
    position: absolute;
    bottom: 0;
    color: #ffffff;
    font-size: 16px;
    left: 0;
    right: 0;
    padding: 0 22px 19px;
    margin: 0; }
  .speakerSection__view-btn {
    padding: 10px 18px;
    font-size: 15px;
    margin-top: 10px; }

.videoSection {
  padding: 60px 0;
  background-color: #F02F82; }
  .videoSection__title {
    font-size: 30px; }
  .videoSection__videoSwiper {
    padding: 30px 0 !important; }
    .videoSection__videoSwiper .swiper-button-next {
      width: 40px;
      height: 40px;
      border-radius: 6px;
      background-color: #FFE400;
      margin-right: 5%; }
      .videoSection__videoSwiper .swiper-button-next::after {
        content: "";
        transform: rotate(180deg);
        width: 100%;
        height: 100%;
        background-image: url("../images/arrow-right-black.svg");
        background-repeat: no-repeat;
        background-position: center; }
    .videoSection__videoSwiper .swiper-button-prev {
      width: 40px;
      height: 40px;
      border-radius: 6px;
      background-color: #FFE400;
      margin-left: 5%; }
      .videoSection__videoSwiper .swiper-button-prev::after {
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("../images/arrow-right-black.svg");
        background-repeat: no-repeat;
        background-position: center; }
  .videoSection__view-btn {
    padding: 10px 18px;
    font-size: 15px;
    margin-top: 10px; }
  .videoSection__swiper-slide {
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    position: relative; }
  .videoSection__ply-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  .videoSection .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: scale(0.8) !important;
    transition: all .2s ease .0s; }
  .videoSection .swiper-slide-active {
    opacity: 1 !important;
    transform: scale(1) !important;
    z-index: 10 !important;
    position: relative; }
  .videoSection .swiper-slide-prev {
    transform: scale(0.8) translateX(120px) !important;
    pointer-events: none;
    position: relative; }
    .videoSection .swiper-slide-prev::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 10; }
  .videoSection .swiper-slide-next {
    transform: scale(0.8) translateX(-120px) !important;
    pointer-events: none;
    position: relative; }
    .videoSection .swiper-slide-next::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 10; }
  .videoSection__popupOuter {
    display: none;
    transition: all 0.5s ease 0; }
  .videoSection__popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000; }
  .videoSection__popupInner {
    position: relative;
    max-width: 720px;
    width: 100%;
    height: 405px; }
  .videoSection__close-btn {
    position: absolute;
    top: -30px;
    right: 0px;
    z-index: 10;
    cursor: pointer; }

.colourStripe {
  background-image: url("../images/stripe.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 24px;
  width: 100%;
  margin-bottom: -1px; }

.filmSection {
  padding: 110px 0 0 0;
  position: relative; }
  .filmSection__title {
    font-size: 58px;
    color: rgba(255, 255, 255, 0.2);
    margin-bottom: 30px; }
  .filmSection__video {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.5%; }
  .filmSection__abtVideo {
    max-width: 500px;
    height: 280px;
    width: 100%;
    margin: 0 0 20px 20px;
    padding-bottom: inherit; }
  .filmSection__abtPst {
    position: absolute; }
  .filmSection .red-star {
    position: absolute;
    top: 5%;
    right: 10%;
    z-index: -1; }
  .filmSection__tagbg {
    margin-top: -5%; }
  .filmSection__festivalimg {
    position: absolute;
    top: 25%;
    left: 5%;
    z-index: -1;
    max-width: 80px;
    width: 100%; }

.testimonial {
  margin-top: -12%;
  position: relative; }
  .testimonial::after {
    content: "";
    width: 100%;
    height: 58%;
    background-color: #fff;
    position: absolute;
    bottom: 0; }
  .testimonial__title {
    font-size: 30px;
    margin-bottom: 30px; }
  .testimonial__swiperSlide {
    background: #fff;
    border-radius: 12px;
    padding: 30px; }
  .testimonial__Name {
    margin: 10px 0 0 0;
    color: #281A58; }
  .testimonial__designation {
    font-size: 12px; }
  .testimonial__personImg {
    position: relative; }
  .testimonial__testiSwiper {
    padding: 0 30px !important; }
    .testimonial__testiSwiper .swiper-button-next {
      width: 40px;
      height: 40px;
      border-radius: 6px;
      background-color: #F02F82;
      top: var(--swiper-navigation-top-offset, 34%); }
      .testimonial__testiSwiper .swiper-button-next::after {
        content: "";
        transform: rotate(180deg);
        width: 100%;
        height: 100%;
        background-image: url("../images/arrow-right.svg");
        background-repeat: no-repeat;
        background-position: center; }
    .testimonial__testiSwiper .swiper-button-prev {
      width: 40px;
      height: 40px;
      border-radius: 6px;
      background-color: #F02F82;
      top: var(--swiper-navigation-top-offset, 34%); }
      .testimonial__testiSwiper .swiper-button-prev::after {
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("../images/arrow-right.svg");
        background-repeat: no-repeat;
        background-position: center; }
  .testimonial__content {
    line-height: 28px;
    background-image: url("../images/qoute.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%; }

.newsUpdates {
  background: #F8F0E3;
  padding: 60px 0;
  position: relative; }
  .newsUpdates__title {
    font-size: 30px;
    margin-bottom: 30px;
    color: #281A58; }
  .newsUpdates__inner {
    padding: 15px 15px 30px 15px;
    border-radius: 12px;
    background: #fff; }
  .newsUpdates__newsLink {
    text-decoration: underline !important;
    color: #F02F82 !important;
    margin-top: 17px; }
  .newsUpdates__date {
    background-color: #F02F82;
    padding: 5px 10px;
    border-radius: 5px;
    max-width: max-content;
    color: #ffffff;
    margin-bottom: 13px;
    font-size: 14px; }
  .newsUpdates__image {
    margin-bottom: 13px;
    border-radius: 12px;
    overflow: hidden; }
  .newsUpdates__view-btn {
    padding: 10px 18px;
    font-size: 15px;
    margin-top: 40px; }
  .newsUpdates__content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .newsUpdates .green-star {
    position: absolute;
    top: 10%;
    left: 10%; }

.gallery {
  padding: 60px 0;
  background-color: #00B3BA; }
  .gallery__image {
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    padding-bottom: 49.111111111111114%; }
    .gallery__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease; }
    .gallery__image:hover img {
      transform: scale(1.2); }
  .gallery__popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000; }
  .gallery__close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    z-index: 10; }
  .gallery__popupSwiper {
    width: 90%;
    max-width: 800px; }
  .gallery__swiperSlide {
    display: flex;
    justify-content: center;
    align-items: center; }
    .gallery__swiperSlide img {
      max-width: 100%;
      max-height: 80vh;
      border-radius: 10px; }
  .gallery .swiper-button-next,
  .gallery .swiper-button-prev {
    color: #fff; }

.sponsor {
  padding: 60px 0;
  background-image: url("../images/sposor-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .sponsor__title {
    color: #F02F82;
    margin-bottom: 40px; }
  .sponsor__swiperSlide {
    padding: 40px; }
    .sponsor__swiperSlide img {
      width: 100%; }
  .sponsor__main {
    max-width: 500px;
    margin: 0 auto; }
  .sponsor__titleImg {
    max-width: 300px;
    width: 100%; }
  .sponsor__mainStyle {
    border: 1px solid #ECECEC;
    border-radius: 12px;
    min-height: 200px;
    padding: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto; }
    .sponsor__mainStyle span {
      border: 1px solid #ECECEC;
      border-radius: 25px;
      position: absolute;
      top: -16px;
      left: 0;
      right: 0;
      background-color: #fff;
      font-size: 12px;
      max-width: max-content;
      margin: 0 auto;
      padding: 6px 19px;
      color: #F02F82; }
  .sponsor__poweredBox {
    min-height: 150px; }
  .sponsor__poweredImg {
    max-width: 250px; }
  .sponsor .swiper-pagination-bullet-active {
    background: #F02F82 !important; }

.socialFeed {
  padding: 60px 0;
  background-color: #2BB673; }
  .socialFeed__swiperSlide {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden; }
  .socialFeed__proImg {
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0; }
  .socialFeed__Swiper {
    padding: 30px 0 !important; }
    .socialFeed__Swiper .swiper-button-next {
      width: 40px;
      height: 40px;
      border-radius: 6px;
      background-color: #FFE400;
      margin-right: -25%; }
      .socialFeed__Swiper .swiper-button-next::after {
        content: "";
        transform: rotate(180deg);
        width: 100%;
        height: 100%;
        background-image: url("../images/arrow-right-black.svg");
        background-repeat: no-repeat;
        background-position: center; }
    .socialFeed__Swiper .swiper-button-prev {
      width: 40px;
      height: 40px;
      border-radius: 6px;
      background-color: #FFE400;
      margin-left: -25%; }
      .socialFeed__Swiper .swiper-button-prev::after {
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("../images/arrow-right-black.svg");
        background-repeat: no-repeat;
        background-position: center; }
  .socialFeed__platform {
    max-width: 40px;
    width: 100%;
    position: absolute;
    right: 24px; }
  .socialFeed__Name {
    color: #F02F82; }
  .socialFeed__Name, .socialFeed__NameId {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; }
  .socialFeed__swiperOuter {
    padding: 16px 75px 18px 16px; }
  .socialFeed__swiperInner {
    position: relative;
    padding-left: 60px;
    width: 100%; }

.footer {
  padding: 60px 0;
  position: relative; }
  .footer__logo {
    max-width: 335px;
    width: 100%; }
  .footer__stripe {
    max-width: 270px;
    width: 100%;
    margin: 0 auto; }
  .footer__image {
    max-width: 650px; }
  .footer__listLink::after {
    content: "|";
    margin: 0 12px;
    color: rgba(255, 255, 255, 0.25); }
  .footer__listLink:last-child::after {
    content: none; }
  .footer__link {
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease 0s; }
    .footer__link:hover {
      color: #F02F82; }
  .footer__socialIcon {
    margin: 30px 0; }
  .footer__copyright {
    color: rgba(255, 255, 255, 0.5);
    margin-top: 30px; }

.rotate {
  animation: spin 5s linear infinite;
  display: block;
  height: auto; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.prev-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  color: #F7F7F7;
  image-rendering: -webkit-optimize-contrast !important; }

.lazy-section {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease; }

.lazy-section.visible {
  opacity: 1;
  transform: translateY(0); }

.event__payBtn {
  background-color: #F02F82;
  color: #ffffff;
  padding: 0 18px !important;
  height: 36px;
  min-width: 135px; }
.event__content {
  max-width: 500px !important; }
  .event__content span {
    color: #F02F82; }

.language-toggle {
  background: #f1f1f1;
  border-radius: 20px;
  overflow: hidden; }
  .language-toggle .lan-opt {
    padding: 8px 16px;
    color: #000; }
  .language-toggle .lan-opt-active {
    background-color: #F02F82;
    color: #ffffff; }

.sponsor-width {
  max-width: 171px; }

@media only screen and (max-width: 1500px) {
  .banner-section::before {
    max-width: 190px;
    height: 365px; }
  .banner-section::after {
    max-width: 190px;
    height: 365px; }
  .banner-section .red-star {
    bottom: -30px;
    left: 4%;
    max-width: 60px; }
    .banner-section .red-star img {
      width: 100%; }
  .banner-section .green-star {
    top: 5%;
    max-width: 60px; }
    .banner-section .green-star img {
      width: 100%; } }
@media only screen and (max-width: 1200px) {
  .eventSection__title {
    font-size: 4rem; }

  .speakerSection::after {
    width: 100px;
    top: -13%; }

  .filmSection__title {
    font-size: 40px; } }
@media only screen and (max-width: 992px) {
  .navbar header .menu-listing .listing-ul {
    background-color: #281A58;
    position: fixed;
    width: 100%;
    left: -100%;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10000;
    flex-direction: column;
    padding: 24px !important;
    transition: left 0.3s ease; }
    .navbar header .menu-listing .listing-ul .menu-list {
      margin: 0 !important; }
    .navbar header .menu-listing .listing-ul .mob-logo {
      max-width: 200px !important;
      width: 100%; }
    .navbar header .menu-listing .listing-ul .close-btn {
      position: absolute;
      right: 24px !important;
      left: inherit !important;
      cursor: pointer; }
    .navbar header .menu-listing .listing-ul .drp-dwn .drpdwn-menu {
      position: relative !important;
      top: 0 !important;
      padding: 10px 0 !important; }
    .navbar header .menu-listing .listing-ul .menu-footer .menu-mob-btn {
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      margin-top: 20px;
      padding-top: 20px; }
    .navbar header .menu-listing .listing-ul .menu-footer .stipe-mob {
      margin-top: 20px; }
      .navbar header .menu-listing .listing-ul .menu-footer .stipe-mob img {
        height: 10px; }
  .navbar header .menu-listing .menu-active {
    left: 0; }

  .nav-fixed {
    padding: 16px 0 !important; }

  .banner-section .logo {
    max-width: 300px; }
  .banner-section .tag-line {
    max-width: 280px;
    height: 70px; }
  .banner-section .register-btn {
    font-size: 18px; }

  .speakerSection::after {
    width: 60px;
    top: -8%; }

  .filmSection__title {
    font-size: 36px; }
  .filmSection__abtVideo {
    max-width: 400px; }

  .sponsor__mainStyle {
    margin: 0 15px; } }
@media only screen and (max-width: 767px) {
  .filmSection {
    padding: 40px 0; }
    .filmSection__title {
      text-align: center; }
    .filmSection__abtPst {
      position: relative;
      width: 100%;
      max-width: 100%; }

  .sponsor__mainStyle {
    flex-direction: column; }

  .socialFeed__Swiper {
    padding: 0 80px !important; } }
@media only screen and (max-width: 576px) {
  .eventSection {
    padding: 30px 0; }
    .eventSection .container {
      padding: 0; }
    .eventSection__title {
      font-size: 2rem; }
    .eventSection__eventSwiper .swiper-button-next, .eventSection__eventSwiper .swiper-button-prev {
      display: none; }
    .eventSection__eventTitle {
      font-size: 18px; }
    .eventSection .swiper-slide {
      padding: 40px; }
    .eventSection .swiper-slide-next {
      transform: scale(0.8) translateX(-240px) !important; }
    .eventSection .swiper-slide-prev {
      transform: scale(0.8) translateX(240px) !important; }

  .speakerSection {
    padding: 30px 0; }
    .speakerSection .container {
      padding: 0; }
    .speakerSection__Swiperslider {
      padding: 0 50px !important; }
    .speakerSection__title {
      font-size: 24px; }
    .speakerSection::after {
      top: -12%; }
    .speakerSection .row {
      margin-left: 0 !important;
      margin-right: 0 !important; }
    .speakerSection__mob-grid {
      padding: 0 !important; }

  .videoSection {
    padding: 30px 0; }
    .videoSection .container {
      padding: 0; }
    .videoSection .swiper-slide-next {
      transform: scale(0.8) translateX(-240px) !important; }
    .videoSection .swiper-slide-prev {
      transform: scale(0.8) translateX(240px) !important; }
    .videoSection__videoSwiper {
      padding: 0 40px !important; }
    .videoSection__title {
      font-size: 24px;
      margin-bottom: 16px; }
    .videoSection__view-btn {
      margin-top: 30px; }

  .filmSection {
    padding: 30px 0; }
    .filmSection__title {
      font-size: 24px;
      margin-bottom: 16px; }

  .testimonial__title {
    font-size: 24px;
    margin-bottom: 16px; }
  .testimonial__testiSwiper .swiper-button-prev, .testimonial__testiSwiper .swiper-button-next {
    width: 33px;
    height: 33px;
    top: var(--swiper-navigation-top-offset, 38%); }

  .newsUpdates {
    padding: 30px 0; }
    .newsUpdates__title {
      font-size: 24px;
      margin-bottom: 16px; }

  .gallery {
    padding: 30px 0; }

  .sponsor {
    padding: 30px 0; }
    .sponsor__main {
      align-items: flex-start; }
    .sponsor__mainStyle {
      margin: 0 5px;
      min-height: 170px; }
    .sponsor__swiperSlide {
      padding: 25px; }

  .socialFeed {
    padding: 30px 0; }
    .socialFeed__Swiper {
      padding: 0 60px !important; }
    .socialFeed__Name {
      font-size: 14px; }
    .socialFeed__NameId {
      font-size: 12px; }
    .socialFeed__proImg {
      min-width: 30px !important;
      min-height: 30px !important;
      max-width: 30px; }
    .socialFeed__platform {
      max-width: 30px;
      right: 16px; }
    .socialFeed__swiperOuter {
      padding: 16px 55px 18px 16px; }
    .socialFeed__swiperInner {
      padding-left: 40px; }

  .footer__logo {
    max-width: 250px; }

  .banner-section .logo {
    max-width: 250px; }

  .language-toggle .lan-opt {
    padding: 4px 6px;
    font-size: 14px; }

  .sponsor-width {
    max-width: 130px; } }
.innerPage-banner {
  padding: 70px 0; }
  .innerPage-banner::before, .innerPage-banner:after {
    max-width: 140px;
    height: 250px;
    top: 0; }
  .innerPage-banner .red-star {
    bottom: 50%;
    left: 6%; }
  .innerPage-banner .green-star {
    right: 5%;
    top: 50%; }

.register {
  background-color: #fff;
  padding: 60px 0;
  position: relative; }
  .register::before {
    content: "";
    position: absolute;
    left: 0;
    background-image: url("../images/register-img1.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 10%;
    display: block;
    top: 12%;
    padding-bottom: 27%;
    z-index: -1; }
  .register::after {
    content: "";
    position: absolute;
    right: 0;
    background-image: url("../images/register-img2.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 10%;
    display: block;
    top: 43%;
    padding-bottom: 27%;
    z-index: -1; }
  .register__title {
    color: #F02F82;
    font-size: 30px; }
  .register__content {
    max-width: 700px;
    color: #999999; }
  .register__boxOuter {
    border: 1px solid #ECECEC;
    border-radius: 12px;
    padding: 44px 30px;
    background: #fff;
    min-height: 760px; }
  .register__studentIcn {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background-color: #F02F82; }
  .register__plan, .register__price {
    color: #281A58; }
  .register__price {
    margin-bottom: 16px; }
  .register__regBtn {
    padding: 10px 18px;
    font-size: 15px;
    margin-top: 10px; }
  .register__features {
    border-top: 1px solid #ECECEC;
    padding-top: 40px;
    position: relative; }
  .register__featuresTag {
    background-color: #fff;
    color: #F02F82;
    border-radius: 30px;
    border: 1px solid #ECECEC;
    padding: 3px 23px;
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    width: max-content;
    margin: 0 auto;
    font-size: 12px; }
  .register__featureList {
    margin-bottom: 21px;
    position: relative; }
    .register__featureList::before {
      content: "";
      position: absolute;
      left: -32px;
      top: 5px;
      background-image: url("../images/tick.svg");
      width: 15px;
      height: 15px;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    .register__featureList:last-child {
      margin-bottom: 0; }
  .register__inputStyle {
    border: 1px solid #E1E1E1;
    border-radius: 6px;
    padding: 0 16px;
    height: 40px;
    outline: none; }
  .register__agree {
    font-size: 14px; }
  .register__totalAmount {
    font-size: 20px; }
  .register__spinner {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #F8F8F8;
    border-radius: 6px;
    max-width: 100px;
    height: 40px; }
    .register__spinner input {
      width: 100%;
      text-align: center;
      padding: 5px;
      border: 0;
      background: none;
      pointer-events: none;
      color: #000; }
    .register__spinner button {
      min-width: 30px;
      height: 30px;
      font-size: 18px;
      cursor: pointer;
      background: none;
      border: 0;
      color: #999999; }
  .register__success {
    max-width: 500px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 12px;
    background-color: #F8F8F8;
    margin-top: 40px; }
  .register__scanTitle {
    font-size: 14px; }
  .register__qrBorder {
    border-left: 1px solid #E1E1E1; }
  .register__error {
    text-align: left;
    font-size: 12px;
    color: red;
    width: 100%;
    display: none;
    margin: 0; }

.student::after, .student::before {
  display: none; }
.student__studentForm {
  max-width: 730px;
  margin: 0 auto; }
.student__checkLink, .student__starText {
  color: #FF385F; }
.student__starText {
  font-size: 12px; }
.student__regBtnStyle {
  max-width: 160px;
  width: 100%;
  padding: 7px; }

.basic__dateBox {
  border: 1px solid #E1E1E1;
  border-radius: 6px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 7px 3px;
  cursor: pointer;
  transition: all 0.3s ease 0s; }
  .basic__dateBox input {
    margin-left: 12px;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .basic__dateBox input:checked ~ .checkmark {
      background-color: #fff;
      border: 0; }
    .basic__dateBox input:checked ~ .checkmark::after {
      display: block; }
  .basic__dateBox .checkmark {
    position: absolute;
    top: 33%;
    right: 7%;
    height: 13px;
    width: 13px;
    border: 1px solid #E1E1E1;
    border-radius: 2px; }
    .basic__dateBox .checkmark::after {
      content: "";
      position: absolute;
      display: none; }
  .basic__dateBox .checkmark::after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid #F02F82;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
.basic__dateBox-active {
  background-color: #F02F82;
  border: 1px solid #F02F82;
  color: #ffffff; }
  .basic__dateBox-active .basic__day {
    background-color: #ffffff;
    color: #F02F82; }
.basic__day {
  background: #000;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  transform: rotate(-90deg);
  font-size: 12px;
  width: 34px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -9px; }

@media only screen and (max-width: 1500px) {
  .register::after {
    top: 12%; } }
@media only screen and (max-width: 991px) {
  .register::after, .register::before {
    display: none; }
  .register__boxOuter {
    min-height: 700px; } }
@media only screen and (max-width: 767px) {
  .register__featureOuterlist {
    min-height: inherit;
    max-height: inherit; }
  .register__boxOuter {
    min-height: inherit; }

  .basic__dateBox input {
    margin: 0 12px 0 auto; } }
@media only screen and (max-width: 576px) {
  .register {
    padding: 30px 0; }
    .register__boxOuter {
      padding: 22px 16px; }
    .register__qrBorder {
      border-top: 1px solid #E1E1E1;
      border-left: 0;
      padding-top: 16px; }
    .register__featuresTag {
      width: 100%;
      padding: 10px 0;
      border: 0;
      font-size: 14px;
      cursor: pointer; }
    .register__features {
      padding-top: 24px; }
    .register__featureOuterlist {
      overflow: hidden;
      height: 0;
      transition: height 0.4s ease; }
    .register__featuresTag.open img {
      transform: rotate(180deg);
      transition: transform 0.3s ease 0s; }
    .register__title {
      font-size: 24px; }

  .innerPage-banner .red-star {
    bottom: 75%;
    left: 6%;
    max-width: 40px; }
  .innerPage-banner .green-star {
    right: 5%;
    top: 50%;
    max-width: 40px; } }
.programme {
  padding: 60px 0;
  position: relative;
  background-color: #fff; }
  .programme__title {
    color: #F02F82;
    font-size: 30px; }
  .programme__content {
    max-width: 700px;
    color: #999999; }
  .programme__filerSection {
    background-color: #F8F8F8;
    border: 1px solid #eeeeee;
    padding: 24px;
    border-radius: 12px; }
  .programme__reset {
    color: #FF385F; }
  .programme__dayFilter {
    background: #fff;
    border: 1px solid #E1E1E1;
    padding: 5px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease 0s; }
    .programme__dayFilter input {
      margin-left: 12px;
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
  .programme__dayFilter-active {
    background-color: #F02F82;
    border: 1px solid #F02F82;
    color: #ffffff; }
    .programme__dayFilter-active .programme__day {
      background-color: #ffffff;
      color: #F02F82; }
  .programme__day {
    background: #000;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    transform: rotate(-90deg);
    padding: 4px 7px;
    margin-left: -9px;
    min-width: 48px;
    text-align: center; }
  .programme__date {
    font-size: 30px; }
  .programme__dateFilterSection {
    border-bottom: 1px solid #ececec;
    margin-bottom: 17px;
    padding-bottom: 17px; }
  .programme__search {
    position: relative; }
    .programme__search input {
      border: 1px solid #ececec;
      padding: 0 40px 0 12px;
      height: 40px;
      border-radius: 6px;
      outline: none; }
  .programme__search-img {
    position: absolute;
    width: 40px;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  .programme__venue {
    margin: 24px 0; }
  .programme__dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: sans-serif; }
  .programme__dropdown-toggle {
    padding: 7px 50px 7px 12px;
    border: 1px solid #ececec;
    cursor: pointer;
    background: #fff;
    border-radius: 6px;
    text-transform: capitalize; }
  .programme__drp-tgl-rad {
    border-radius: 6px 6px 0 0; }
  .programme__dropdown-menu {
    display: none;
    width: 100%;
    border: 1px solid #ececec;
    border-top: 0;
    background: #fff;
    border-radius: 0px 0px 6px 6px;
    padding: 10px; }
    .programme__dropdown-menu input {
      margin-left: 12px;
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
      .programme__dropdown-menu input:checked ~ .checkmark {
        background-color: #F02F82;
        border: 0; }
      .programme__dropdown-menu input:checked ~ .checkmark:after {
        display: block; }
    .programme__dropdown-menu .checkmark {
      position: absolute;
      top: 33%;
      left: 1%;
      height: 13px;
      width: 13px;
      border: 1px solid #E1E1E1;
      border-radius: 2px; }
      .programme__dropdown-menu .checkmark::after {
        content: "";
        position: absolute;
        display: none; }
    .programme__dropdown-menu .checkmark::after {
      left: 5px;
      top: 2px;
      width: 4px;
      height: 8px;
      border: solid #fff;
      border-width: 0 1px 1px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .programme__dropdown-menu label {
    display: block;
    padding: 10px 5px 10px 26px;
    cursor: pointer;
    text-transform: capitalize; }
  .programme__dropdown.open .programme__dropdown-menu {
    display: block; }
  .programme__select-arw {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease 0s;
    cursor: pointer; }
  .programme__select-arwUp {
    transform: rotate(180deg); }
  .programme__tagFilter {
    border-top: 1px solid #ececec;
    margin-top: 17px;
    padding-top: 17px;
    gap: 5px;
    display: flex;
    flex-wrap: wrap; }
    .programme__tagFilter input {
      margin-left: 12px;
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
  .programme__tag {
    background: #fff;
    border-radius: 6px;
    border: 1px solid #ececec;
    padding: 6px 10px;
    cursor: pointer; }
  .programme__tag-active {
    background-color: #F02F82;
    border: 1px solid #F02F82;
    color: #ffffff; }
  .programme__listBox {
    border-left: 1px solid #ececec; }
  .programme__listDateTitle {
    font-size: 30px; }
  .programme__listBoxOuter {
    border: 1px solid #E1E1E1;
    border-radius: 12px;
    margin-bottom: 40px; }
  .programme__listBoxTitle {
    font-size: 24px;
    color: #F02F82;
    padding-right: 24px; }
  .programme__listBoxDate {
    color: #999999; }
  .programme__memberSection {
    background-color: #f8f8f8;
    border-radius: 12px; }
  .programme__panelTitle {
    background: #ffffff;
    border-radius: 50px;
    padding: 5px 12px 5px 5px;
    width: max-content;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.07); }
  .programme__panelIcon {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: #F02F82; }
  .programme__panelMember {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: block;
    overflow: hidden; }
  .programme__members {
    border-bottom: 1px solid #E1E1E1;
    gap: 12px 24px; }
  .programme__conv {
    gap: 12px 24px; }
  .programme__description {
    position: relative; }
  .programme__descriptionInner {
    max-height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: max-height 0.5s ease;
    margin: 0; }
  .programme__description.expanded .programme__descriptionInner {
    max-height: 500px;
    /* large enough for full content */
    -webkit-line-clamp: unset;
    overflow: visible; }
  .programme__readMore {
    background-color: transparent;
    color: #F02F82;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    text-decoration: underline; }
  .programme__footer {
    padding: 12px 24px;
    border-top: 1px solid #E1E1E1;
    flex-wrap: wrap;
    gap: 16px 0; }
  .programme__share {
    border: 1px solid #E1E1E1;
    padding: 3px 10px;
    border-radius: 6px;
    height: 30px;
    transition: all 0.3s ease 0s;
    width: fit-content; }
    .programme__share span {
      color: #E1E1E1;
      margin: 0 4px; }
    .programme__share:hover {
      background-color: #25d366;
      border: 1px solid #25d366; }
      .programme__share:hover span {
        color: #000; }
  .programme__footerTheme {
    gap: 10px;
    border-left: 1px solid #E1E1E1;
    padding-left: 14px;
    margin-left: 14px; }
  .programme__footerThemeStyle {
    background-color: rgba(255, 228, 0, 0.15);
    border-radius: 6px;
    padding: 0 10px; }
  .programme__listBoxPaid {
    background-color: rgba(255, 228, 0, 0.05); }
  .programme__bookBtn {
    background-color: #F02F82;
    color: #ffffff;
    min-width: 132px;
    height: 36px;
    margin-top: 30px;
    width: fit-content; }
  .programme__popUp-close {
    display: none; }
  .programme__filterFixed {
    display: none; }
  .programme__paidEvent-popUp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 10000; }
  .programme__paidEventOuter {
    background-color: #fff;
    border-radius: 12px;
    max-width: 450px;
    width: 100%;
    position: relative; }
  .programme__paidEvent-Close {
    top: -15px;
    right: -15px;
    font-size: 25px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    cursor: pointer; }
  .programme__paidEventTitle {
    background-color: #F8F8F8;
    padding: 20px;
    border-radius: 12px 12px 0 0; }
    .programme__paidEventTitle h6 {
      font-size: 24px;
      color: #F02F82; }
  .programme__otpBtn {
    margin: 24px auto 0 !important; }
  .programme__otp-container {
    display: flex;
    justify-content: center;
    gap: 20px; }
  .programme__otp-input {
    width: 34px;
    height: 40px;
    font-size: 24px;
    text-align: center;
    border: none;
    border-bottom: 2px solid #888;
    outline: none; }
  .programme__otp-input:focus {
    border-bottom-color: #000; }

@media only screen and (max-width: 1199px) {
  .programme__filerSection {
    padding: 24px 12px; } }
@media only screen and (max-width: 991px) {
  .programme__listBox {
    padding: 0 5px !important;
    border: 0; }
  .programme__listingOuter .row {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .programme__filerSection {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    border-radius: 0;
    padding-bottom: 60px;
    display: none;
    overflow-y: scroll; }
  .programme__popUp-close {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F8F8F8;
    border-top: 1px solid #EEEEEE;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    z-index: 10000; }
  .programme__filterFixed {
    display: flex;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: #F02F82;
    left: 0px;
    top: 61%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100; }
  .programme__filterMob {
    margin: 0 !important; }
  .programme__listBoxOuter {
    margin-bottom: 30px; } }
@media only screen and (max-width: 576px) {
  .programme__footerTheme {
    margin: 0;
    padding: 0;
    border: 0; }
  .programme__share {
    margin-bottom: 12px; }
  .programme__presented {
    width: 100%;
    border-top: 1px solid #E1E1E1;
    padding-top: 5px; }
  .programme__listDateTitle {
    font-size: 24px; } }
.speaker__search input {
  border: 1px solid #E1E1E1; }
.speaker__Name {
  font-size: 20px; }
.speaker__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  font-family: sans-serif; }
  .speaker__pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    text-decoration: none;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: background 0.3s; }
  .speaker__pagination .icon {
    font-size: 16px; }
.speaker__pagination a:hover {
  background: #f0f0f0; }
.speaker__pagination a.active {
  background: #F02F82;
  color: #ffffff;
  border-color: #F02F82; }
.speaker__icon-rotate {
  transform: rotate(-180deg); }

.speakerInner {
  padding: 60px 0;
  background-color: #fff;
  position: relative; }
  .speakerInner__image {
    padding-bottom: 114.25%; }

@media only screen and (max-width: 767px) {
  .speaker__search {
    width: 100%; } }
@media only screen and (max-width: 576px) {
  .speaker__Name {
    font-size: 16px; }

  .speakerInner {
    padding: 30px 0; } }
