  /* Anubhav's css */
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
  * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  html {
    font-size: 16px;
    scroll-padding-top: 110px;
    scroll-behavior: smooth;
  }

  body {
    line-height: 1.375;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 1rem;
    font-family: "Noto Sans", sans-serif !important;

  }

  /* Layout */
  /* .container {
    max-width: 960px;
  } */

  a {
    text-decoration: none !important;
  }

  #fContent a:not(.fButton, h3 a) {
    color: #000 !important;
  }

  a:hover {
    text-decoration: none;
  }

  h1,
  h2,
  h3,
  h4,
  h5 {
    color: #1d2127;
  }

  h1 {
    font-size: 2.25rem;
    margin: 1.25rem 0 1rem;
    font-weight: 800;
  }

  h2 {
    font-size: 2rem;
    margin: 1.25rem 0 1rem;
    font-weight: 400;
  }

  h3 {
    font-size: 1.8rem;
    margin: 1.25rem 0 1rem;
    font-weight: 400;
    line-height: 140%;
  }

  h4 {
    font-size: 1.5rem;
    margin: 1.56rem 0 1rem;
    font-weight: 400;
    line-height: 140%;
  }

  ul,
  ul li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
  }

  .hasListStyleUl ul,
  .hasListStyleUl ul li {
    list-style: disc;
  }

  .hasListStyleUl ul {
    padding-left: 20px !important;
  }

  .hasListStyleUl ul li {
    margin-bottom: 8px !important;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  p {
    color: #000;
    line-height: 24px;
    margin: 0 0 20px;
    font-size: 1rem;
    text-align: justify;
  }

  /* .container {
    min-width: 320px;
  } */

  body.width-full #fContent>.container {
    width: 100%;
    padding: 0;
    min-width: 100%;
  }

  .fModuleTitle h3 {
    font-size: 2.2em;
  }

  /***----**/

  form.fForm .form-item {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  form.fForm label {
    width: 100%;
    text-align: left;
    display: block;
    padding-top: 0;
    font-weight: bold;

  }

  input[type="text"],
  input[type="password"],
  input[type="email"],
  select,
  textarea {
    width: calc(100% - 2px) !important;
    margin: 2px !important;
    height: 42px !important;
    padding: .375rem .75rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
  }

  textarea {
    height: 100px !important;
  }

  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  select:focus,
  textarea:focus {
    border: 1px solid #aaa !important;
    margin: 0 !important;
  }

  form {
    margin: 30px 0;
  }

  .hasFormRow form {
    margin: 30px 0;
  }

  .hasFormRow .buttons {
    padding-left: 15px !important;
  }

  form.fForm .buttons {
    padding-left: 15px !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  form.fForm .buttons input:focus {
    border: 3px solid var(--brand-color-1);
    margin: 2px;
    margin-right: 1rem;
  }

  form.fForm .form-item-error input,
  form.fForm .form-item-error select,
  form.fForm .form-item-error textarea {
    border: 2px solid #CC0000;
    margin: 1px;
  }

  form.fForm .form-item-error>label {
    color: #cc0000;
  }

  .fForm .form-item-option {
    margin: 0 !important;
  }

  .fForm .form-item-option label {
    display: flex;
    align-items: center;
  }

  .fForm .hint,
  .fForm .error {
    margin-left: 0 !important;
  }

  .iconset .fMenu {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 0;
    padding: 0;
  }

  .iconset .fMenu>li {
    list-style: none;
    padding: 1rem !important;
    background: #f5f5f5;
    transition: 0.5s all;
    position: relative;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    flex: 1 1 280px;
    margin: 0;
  }

  .iconset .fMenu>li>a {
    display: block;
    font-weight: bold;
    color: #000;
    border-radius: 5px;
    color: #000 !important;
  }

  .iconset img {
    width: auto;
    max-width: 64px;
    display: block;
    margin-bottom: 0.5rem;
    display: block;
  }

  .iconset ul,
  .iconset ul li {
    list-style: none;
  }

  .iconset .fMenu ul {
    margin: 0 !important;
    margin-top: 0px !important;
    margin-top: 1rem !important;
    padding-left: 2rem !important;
    display: block;
  }

  .iconset .fMenu ul li {
    margin: 0;
    margin-bottom: 0px !important;
    margin-bottom: 0.25rem !important;
    list-style: square;
  }

  .iconset .fMenu ul a {
    font-weight: 500;
    color: #000 !important;
  }

  .iconset .fMenu>li {
    list-style:
      none;
    padding:
      1rem;
    background:
      #f5f5f5;
    transition:
      0.5s all;
    position: relative;
    border:
      1px solid #eaeaea;
    border-radius:
      5px;
    flex:
      1 1 280px;
    margin:
      0;
  }

  .fModule {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin: 1rem 0;
  }

  header .fModule {
    padding-top: 0;
    padding-bottom: 0;
    padding: 0 15px;
    margin: 0;
  }

  .region-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .wrap {
    margin: 0 auto;
    max-width: 100%;
    overflow: visible;
  }

  .pt-0 {
    padding-top: 0 !important;
  }

  .pb-0 {
    padding-bottom: 0 !important;
  }

  .pl-0 {
    padding-left: 0 !important;
  }

  .pr-0 {
    padding-right: 0 !important;
  }

  .mt-0 {
    margin-top: 0 !important;
  }

  .mb-0 {
    margin-bottom: 0 !important;
  }

  .ml-0 {
    margin-left: 0 !important;
  }

  .mr-0 {
    margin-right: 0 !important;
  }

  .no-title .page-title,
  .no-title .fPageTitle {
    display: none;
  }

  .page-title,
  .fPageTitle {
    background: #1c1827;
    color: #fff;
    padding: 2rem 0 2rem;
    position: relative;
    text-align: center;
  }

  .page-title .wrap {
    position: absolute;
    top: 16%;
    left: 6%;
  }

  .page-title h1,
  .fPageTitle h1 {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 800;
    text-align: center;
  }

  #f-messages .info {
    position: absolute;
    top: 0;
    z-index: 9999999;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #000 !important;
  }

  form.fForm fieldset {
    border: 0 none;
    margin: 0.5rem 0;
    padding: 0;
  }

  form.fForm fieldset legend,
  .path-user-login- form label {
    padding: 0.5rem 0;
    font-size: 1.25rem;
    color: #28a745;
    margin-bottom: 0;
    font-weight: bold;
  }

  a.fButton,
  form.fForm .buttons input,
  .listing-header-item-currency input,
  .discount-code input[type="submit"] {
    position: relative;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    color: #fff !important;
    font-weight: 400;
    text-align: center;
    background-color: #6853a3;
    overflow: hidden;
    border-radius: 0 20px 0 20px;
    position: relative;
    transition: all 300ms ease;
    display: inline-block;
    border: 2px solid #6853a3;
    }

  a.fButton:hover,
  form.fForm .buttons input:hover,
  .listing-header-item-currency input:hover,
  .discount-code input[type="submit"]:hover {
    color: #6853a3 !important;
    background-color: transparent !important;
    border-radius: 0px;
  }

  #nav-up {
    display: none !important;
  }

  footer {
    background: #e6e7e8;
    padding: 0;
    position: relative;
  }

  footer a,
  footer h3,
  footer p {
    margin: 0;
    font-size: 12px;
  }



  .text-white p,
  .text-white h3,
  .text-white a,
  .text-white span,
  .text-white {
    color: #fff !important;
  }

  /* Menu */
  header {
    background-image: url(https://storage.unitedwebnetwork.com/files/1307/a786b996996d8ea4fde0089777bc6204.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 1px solid #fff;
    position: relative;
    padding: 10px 0;
    transition: 0.6s all ease;
  }

  .f-scrolled:not(.fixedHeader) header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: 0.6s all ease;
  }

  .fixedHeader header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: 0.6s all ease;
  }

  .main-menu .fMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 40px;

  }

  .main-menu .fMenu > li {
    position: relative;
    z-index: 1;
    transform: perspective(1000px);
  }

  .main-menu .fMenu a {
    color: #061837;
  }

  .main-menu .fMenu>li>a {
    font-size: 14px;
  }

  .main-menu .fMenu a:hover {
    color: #d99727;
  }

  .main-menu .fMenu li ul {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    opacity: 0;
    text-align: center;
    top: 0;
    visibility: hidden;
    z-index: -99999;
    height: 0;
    transition: 0.6s all ease;
  }

  .main-menu .fMenu li ul li {
    text-align: left;
  }

  .main-menu .fMenu li ul a {
    color: #000;
    padding: 10px 20px;
    display: inline-block;
  }

  .main-menu .fMenu > li:hover ul {
    background: #fff;
    width: 250px;
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transition: all .5s, background, 2s .5s linear;
    transition: all .5s, background 2s .5s linear;
    height: fit-content;
  }

  .fSearch .form-item {
    position: relative;
  }

  .fSearch .form-item img {
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    max-height: 20px;
  }

  .fSearch input {
    border-radius: 25px;
    padding-left: 44px !important;
  }

  .fSocial li {
    margin-bottom: 5px !important;
  }

  .fSocial a {
    display: inline-block;
    width: 25px;
    height: 25px;
  }

  .fSocial img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .fSocial li:last-child img {
    filter: brightness(0) invert(1);
  }
  .about-wrap,
  .venue {
    background-image: url(https://storage.unitedwebnetwork.com/files/1307/27dce2f253c2317ddae30efc3a21eaf4.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .venue {
    background-image: url(https://storage.unitedwebnetwork.com/files/1307/9d29dd4509c6589df2e77d184dcd2544.png);
  }

  .fHeading h3 {
    color: #fff;
    margin-bottom: 30px;
  }

  .fHeading h3 span {
    display: block;
  }

  .fCountdown,
  .fVenue,
  .fConferenceRight {
    position: relative;
    z-index: 99;
  }

  .fCountdown .fCountSec {
    display: none;
  }

  .fCountdown p,
  .fCountdown h4 {
    margin: 0;
  }

  .fCountdown div.fCountText {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .fCountdown div.fCountText:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 33%;
    height: 2px;
    background: #f9c312;
  }

  .fCountdown div.fCountText:last-child:after {
    display: none;
  }

  .fCountdown h4 {
    color: #fac40f;
    font-size: 40px;
    font-weight: bold;
  }

  .fCountdown .fCountHrs h4 {
    color: #119dd9;
  }

  .fCountdown .fCountMin h4 {
    color: #6cbd45;
  }

  .fCountdown .fCountMin2 h4 {
    color: #e760fd;
  }

  .fCountdown p.fCountText {
    text-transform: uppercase;
    font-size: 15px;
    font-style: italic;
  }

  .wrapper,
  .yellow-wrapper,
  .attend {
    position: relative;
  }

  .wrapper .side-float-img,
  .yellow-wrapper .side-float-img,
  .attend .side-float-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2%;
    width: 30%;
    height: 100%;
    z-index: 3;
  }
  .wrapper .side-float-img {
    left: -1px;
  }
  .yellow-wrapper .side-float-img {
    right: 7%;
    left: auto;
    width: 23%;
  }

  .side-float-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .attend .side-float-img {
    left: 9.55%;
    width: 20%;
  }
  .yellow-wrapper {
    background: #de9b27;
  }

  .fConference.fHeading h3 {
    color: #200d29;
  }

  .fConference.fHeading h3 small {
    font-size: 0.7em;
  }

  .fHide {
    opacity: 0;
  }

  .fCountdown.fConferenceRight p.fCountText {
    color: #fff !important;
  }

  .exhibition {
    background-image: url(https://storage.unitedwebnetwork.com/files/1307/9e02178b764accdfb65d5a1749ba05f3.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .exhibition .fHeading h3,
  .exhibition p {
    color: #fff;
  }

  .fFooterSmallHeading h3 {
    color: #000;
  }

  #fContent .fFooterSmallHeading p,
  #fContent .fFooterSmallHeading a {
    color: #fff !important;
  }

  .fFooterSmallHeading p,
  .fFooterSmallHeading a,
  .fFooterSmallHeading h3 {
    font-size: 12px;
    margin: 0;
    line-height: normal;
  }
  .yellow-logo .fSocial {
    text-align: center;
  }

  .yellow-logo {
    background: #de9b27;
  }

  .fQuickLinks ul li {
    line-height: normal;
  }

  #fModule-52259 img {
    filter: brightness(0) invert(1);
    max-height: 15px;
    display: inline-block;
  }

  #user-register .listing-header-item-currency {
    display: flex;
    align-items: stretch;
    gap: 10px;
  }

  .user-register-group-radio label {
    display: flex !important;
    align-items: center;
  }

  .user-register-group .user-register-group-cost {
    width: 10%;
  }


  /* About page */
  .isnt-bg {
    background-image: url(https://storage.unitedwebnetwork.com/files/1307/27dce2f253c2317ddae30efc3a21eaf4.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .fBoldHeading h3 {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .fBoldHeading h3 span {
    display: block;
  }

  .fIsnt p
  #fModule-52272.fIsnt h3 {
    padding-left: 20px;
  }

  .fCustomBoxList .fGalleryImage {
    display: none;
  }
  .fCustomBoxList .fGalleryList {
    padding-left: 10px !important;
  } 
  .fCustomBoxList ul,
  .fCustomBoxList ul li {
    list-style: disc;
  }
  .fCustomBoxList .fGalleryItem {
    /* border-right: 2px solid #fff; */
    margin-bottom: 20px !important;
    padding-right: 25px !important;
  }

  .fCustomBoxList .fGalleryItem:nth-child(4),
  .fCustomBoxList .fGalleryItem:last-child {
    border-right: none;
  }
  /* 
  .fCustomBoxList .fGalleryItem:first-child,
  .fCustomBoxList .fGalleryItem:nth-child(5) {
    padding-left: 0 !important;
  } */
  .fYellowSmallHeading .fModuleTitle h3 {
    font-size: 1.2rem;
    color: #ffcb05 !important;
  }
  .fVisit .box-yellow {
    padding: 5px 15px;
    background: #f8c312;
    display: inline-block;
  }
  #fContent .fVisit .box-yellow a {
    display: block;
    font-weight: bold;
    font-size: 1.3rem;
    color: #240a35 !important;
  }
  .nde-bg {
    background: #ebdec9;
  }
  .fSmallBlueHeading .fModuleTitle h3 {
    color: #240a35;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .fExpect img {
    max-height: 50px;
  }
  .fExpect .fGalleryItem .fGalleryImage {
    padding-left: 15px;
  }
  .fExpect .fGalleryItem .fGalleryText {
    padding: 0 15px;
    border-right: 2px solid #bfc1c3;
  }
  .fExpect .fGalleryItem:first-child .fGalleryText,
  .fExpect .fGalleryItem:first-child .fGalleryImage {
    padding-left: 0;
  }
  .fExpect .fGalleryItem:last-child .fGalleryText {
    border-right: none;
  }
  .fGalleryImage {
    display: inline-block;
  }
  .fExpect .fGalleryText h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 10px 0;
  }
  .fExpect .fGalleryText p {
    margin: 0;
    font-size: 0.9rem;
  }
  .fAttend .fModuleTitle {
    /* position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 15%; */
  }
  .fBigYellowHeading .fModuleTitle h3 span {
    display: block;
  }
  .fBigYellowHeading .fModuleTitle h3 {
    color: #f8c312;
    font-weight: bold;
    font-size: 3rem;
  }
  .attend {
    position: relative;
  }
  .attend-top {
    background-image: url(https://storage.unitedwebnetwork.com/files/1307/03c0db7188fa7a1e26df6e4061571641.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .attend-top .fAttend .fModuleTitle h3 {
    padding: 112px 67px;
  }
  .attend-bot {
    background: #ebdec9;
  }
  .fAttend p {
    padding-left: 50px;
    font-weight: 600;
  }
  #fModule-52281,
  #fModule-52686 {
    z-index: 9;
  }
  .fHangingHeading .fModuleTitle {
    background: #f8c312;
    display: inline-block;
  }
  .fHangingHeading .fModuleTitle h3 {
    padding: 30px 30px 15px 29px;
    color: #200c32;
    margin: 0;
  }
  .fOrganizing .fGalleryItem {
    display: flex;
    align-items: center;
    background: #fff;
    margin-bottom: 15px !important;
    padding: 10px 10px 10px 0 !important;
    position: relative;
  }
  .fOrganizing .fGalleryItem:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    left: 36%;
    transform: translateX(-50%);
    background: #d3d4d5;
  }
  .fOrganizing {
    background-image: url(https://storage.unitedwebnetwork.com/files/1307/60f68e062edfa75ea61308b46d8650c5.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .fOrganizing .fGalleryItem > * {
    flex: 0 0 auto;
  }
  .fOrganizing .fGalleryItem .fGalleryImage {
    width: 13%;
  }
  .fOrganizing .fGalleryItem .fGalleryImage img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .fOrganizing .fGalleryItem .fGalleryText {
    width: 87%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .fOrganizing .fGalleryItem .fGalleryText > div {
    padding: 0 15px;
    flex: 0 0 auto;
  }
  .fOrganizing .fGalleryItem .fGalleryText .left {
    width: 30%;
  }
  .fOrganizing .fGalleryItem .fGalleryText .right {
    width: 70%;
  }
  .fOrganizing .fGalleryItem .fGalleryText .left h3 {
    font-size: 1.2rem;
    color: #240a35;
    font-weight: 900;
  }
  .fOrganizing .fGalleryItem .fGalleryText .left p {
    font-size: 0.8rem;
    line-height: normal;
  }
  .fOrganizing .fGalleryItem .fGalleryText .left p.pink {
    color: #eb0086;
    font-style: italic;
    margin: 0;
  }
  .fOrganizing .fGalleryList {
    margin: 20px 0 !important;
  }
  .fOrganizing .fGalleryItem .fGalleryText .right p {
    font-size: 0.9rem;
    line-height: normal;
    margin: 10px 0;
  }
  .fOrganizing .fGalleryItem .fGalleryText .right h4 {
    font-size: 1.2rem;
    color: #000;
    font-weight: normal;

  }
  .fNormalHeading .fModuleTitle h3 {
    color: #200c32;
    font-weight: bold;
    font-size: 25px;
    margin: 30px 0;
  }
  .fMembers .fGalleryImage {
    width: 130px;
    height: 130px;
  }
  .fMembers .fGalleryImage img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .fMembers .fGalleryText h3 {
    font-size: 1.2rem;
    color: #240a35;
    font-weight: 900;
    margin: 10px 0 0;
  }
  .fMembers .fGalleryText p {
    font-size: 0.8rem;
    line-height: normal;
  }
  .fMembers .fGalleryText p.pink {
    color: #eb0086;
    font-style: italic;
    margin: 0;
  }
  .fVenue .img-wrapper {
    position: relative;
  }
  .fVenue .img-wrapper .content {
      position: absolute;
    top: 8%;
    right: 11%;
    width: 34%;
    padding: 0 30px;
    z-index: 99;
  }
  .fVenue .img-wrapper .content p {
    color: #fff;
  }
  .fVenue .img-wrapper .content h3 {
    color: #f8c312;
    font-weight: 900;
    font-size: 1.5rem
  }
  .purple  {
    background: #200c29;
  }
  .purple .fFooterSmallHeading h3 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 10px;
  }
  .purple #fModule-52305 img {
    filter: brightness(0) invert(1);
    max-height: 20px;
  }
  #fModule-52436.fCustomBoxList .fGalleryItem:nth-child(4) {
    border-right: 2px solid #fff;
  }
  #fModule-52436.fCustomBoxList .fGalleryItem:nth-child(5) {
    padding-left: 15px !important;
  }
  .white-bg {
    background-image: url(https://storage.unitedwebnetwork.com/files/1307/04103f12f8e66e10a914e8949af9c6da.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 75%;
  }
  .cream-bg {
    background-image: url(https://storage.unitedwebnetwork.com/files/1307/afc173f9f8fb543e0650c51d35cecf54.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 86% 72%;
  }
  .cream-bg .fCustomBoxList .fGalleryItem {
    border-right-color: #000;
  }
  .fHangingHeading table {
    margin-top: 30px;
  }
  #fModule-52272 h3 {
    color: #ffcb05 !important;
    margin-bottom: 30px;
  }
  #fModule-52276 h3 {
    margin-bottom: 30px;
  }
  #fModule-52436.fCustomBoxList .fGalleryItem {
    padding-left: 15px !important;
    border-right: 2px solid #fff;
  }
  #fModule-52436.fCustomBoxList .fGalleryItem:last-child {
    border-right: none;
  }
  #fModule-52257 .fModuleTitle,
  #fModule-52257 .fModuleContent {
    padding-left: 20px;
  }

  .path-sponsorships- .fSmallBlueHeading p {
    margin-bottom: 3px;
  }
  .fVenue {
    position: relative;
  }
  .fVenue .side-load-mage {
    position: absolute;
    width: 500px;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 7%;
  }
  .fVenue .side-load-mage img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  footer .yellow-logo p,
  footer .yellow-logo a {
    color: #fff;
  }
  #fModule-52209 {
    text-align: right;
  }
  #fModule-52209 img {
    max-height: 90px;
  }
  #fModule-52685 img {
    max-height: 70px;
  }
  #fModule-52729 {
    padding-left: 45px;
  }
  #fModule-52449 h3,
  #fModule-52487 h3,
  #fModule-52488 h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .fSponsors .fModuleContent {
    margin-top: 30px;
  }
  .fSponsors h4 {
    text-align: center;
    color: #7c95cc;
    font-size: 2.2em;
    margin-bottom: 65px;
  }
  .fSponsors .fGalleryContainer {
    border-bottom: 3px solid #340951;
    padding: 40px 0;
  }
  .fSponsors .fGalleryContainer:last-child {
    border-bottom: none;
  }
  .fSponsors .fGalleryContainer:nth-child(2) h4 {
    color: #d2ab67;
  }
  .fSponsors .fGalleryContainer:nth-child(3) h4 {
    color: #7e869b;
  }
  .fSponsors .fGalleryContainer:last-child h4 {
    color: #cf9261;
  }
  .fSponsors .fGalleryImages  {
    gap: 50px;
  }
  .fSponsors .fGalleryItem  {
    text-align: center;
  }
  .fSponsors .fGalleryImage img {
    max-height: 100px;
  }
  @media (max-width: 480px) {
    .wrapper .side-float-img, .yellow-wrapper .side-float-img, .attend .side-float-img {
      display: none;
    }
    .fCountdown div.fCountText::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 33%;
      height: 2px;
      background: #f9c312;
      transform: translateX(-50%);
    }
    .fCountdown h4,
    .fCountdown p.fCountText {
      text-align: center;
    }
    .fHeading h3 span {
      display: inline;
    }
    #fModule-52729 {
      padding-left: 15px;
    }
    .fSocial li {
      text-align: left;
    }
    #fModule-52728 img {
      max-height: 100px;
    }
    .fExpect .fGalleryItem .fGalleryText {
      border-right: none;
    }
    .fExpect .fGalleryItem .fGalleryImage,
    .fExpect .fGalleryItem .fGalleryText {
      padding-left: 0;
    }
    #fModule-52277 li {
      margin-bottom: 30px !important;
    }
    .fOrganizing .fGalleryItem,
    .fOrganizing .fGalleryItem .fGalleryText {
      flex-wrap: wrap;
    }
    .fOrganizing .fGalleryItem .fGalleryImage,
    .fOrganizing .fGalleryItem .fGalleryText,
    .fOrganizing .fGalleryItem .fGalleryText .right,
    .fOrganizing .fGalleryItem .fGalleryText .left {
      width: 100%;
    }
    .fOrganizing .fGalleryItem .fGalleryText .left {
      margin-top: 20px;
    }
    .fOrganizing .fGalleryItem::after,
    .fVenue .img-wrapper img {
      display: none;
    }
    .fVenue .img-wrapper .content {
      position: relative;
      top: auto;
      right: auto;
      width: 100%;
      padding: 30px;
      z-index: 99;
      background: #4e1849;
    }
    .attend-top .fAttend .fModuleTitle h3 {
      padding: 30px 0;
      font-size: 2.5rem;
    }
    #fModule-52687,
    #fModule-52688 {
      display: none;
    }
    .attend-top {
      position: relative;
    }
    .attend-top:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #41135b8c;
      z-index: 0;
    }
    #fModule-52686 {
      z-index: 11;
    }
    .fAttend p {
      padding-left: 0px;
    }
    .fHeader {
      position: relative;
    }
    header .navbar-toggle span {
      display: block;
      height: 2px;
      width: 20px;
      background: #000;
      margin-bottom: 3px;
    }
    header .main-menu {
      position: absolute;
      right: 0;
      text-align: right;
      image-orientation: ;
      display: flex;
      justify-content: flex-end;
    }
    header nav {
      position: absolute;
      right: 10px;
      top: 100%;
      background: #e3e3f2;
      z-index: 999;
    }
    header .main-menu .fMenu {
      display: block;
      width: 300px;
    }
    header .main-menu .fMenu > li > a{
      display: block;
      padding: 8px 24px;
    } 
    header .navbar-toggle {
      display: inline-block;
    }
  }


  <!--Custom CSS start-->
          <style>
          .accordion-button{
              background-color: #5b2c6f;
              color: #FFFFFF;
              }
              .accordion-button:not(.collapsed){
                  background-color: #5b2c6f;
              color: #FFFFFF;
              }
              .accordion-button:not(.collapsed)::after {
                  filter: grayscale(1) brightness(5);
              }
              .accordion-button::after{
                  filter: grayscale(1) brightness(5);
              }
              .submission td, th {
                border: 1px solid #5b2c6f;
                text-align: left;
                padding: 8px;
              }
              .accordion-button:focus{
                  box-shadow: none;
              }
              ul.list li {
                  list-style-type: disc;
              }
              .accordion-item{
                  border: 0;
              }
              .cta-bg-img{
                  background-image: url("https://2024.isntnde.in/wp-content/uploads/bg-img.png");
                  background-repeat: no-repeat;
                  background-size: 50%;
                  background-position: top left;
              }
              .bg-purple{
                  background-color: #5c2c71;
                  color: #FFFFFF;
              }
          </style>
          <!--Custom CSS End-->