@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,400;0,600;0,700;1,600&display=swap');
body {
  font-family: 'Open Sans', sans-serif; background:url(https://storage.googleapis.com/e4mevents/cx-india-summit-awards-2026/images/home-bg.jpg) no-repeat top center #000823; background-size: contain;
}
:root {
  --e-global-color-primary: #242b44;
  --e-global-color-secondary: #ffffff;
  --e-global-color-accent: #4aa5f0;
  --e-global-color-text: #afb6d2;
  --e-global-color-hover: #d88730;
  --e-global-color-dark-blue: #171d34;
  --e-global-color-yellow:#fdde47;
  --e-global-color-dark-blue2: #1c223a;
  --e-global-color-very-dark-blue: #1a2037;
  --e-global-color-soft-blue: #484d5f;
  --e-global-color-dark-blue3:#1d233c;
  --e-global-color-blue-f:#2a3150;
  --e-global-color-dark-bluish:#1f253e;
  --e-global-color-blue-best:#1b2137;
  --e-global-color-bar: #2f3449;
}
html {
  scroll-behavior: smooth;
}
.oswald-<uniquifier> {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1 {
    font-size: 32px;
    line-height: 70px;
    font-weight: 700;
    word-spacing: 0px;
    letter-spacing: 0px;
}

h2 {
  font-size:52px;
  line-height: 56px;
  font-weight: 700;
}
h3 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 600;
}
h4 { 
  font-size: 36px;
  line-height: 38px;
  font-weight: 600;
}
h5 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}
h6 {
  font-size: 20px;
  line-height: 18px;
  font-weight: 400;
}
p {
  font-size: 16px;
  line-height:26px;
  font-weight: 400;
}
a {
  font-size: 18px;
  line-height: 18px;
/*  font-weight: 600;*/
}

.h1-text {
  color: var(--e-global-color-accent);
  animation: color-animation 3s linear infinite;
}

.sub-banner-outer h1{
  color: var(--e-global-color-accent);
  animation: color-animation 4s linear infinite;
}

@keyframes color-animation {
  0%    {color: var(--e-global-color-accent)}
  32%   {color: var(--e-global-color-accent)}
  33%   {color: var(--e-global-color-secondary)}
  65%   {color: var(--e-global-color-hover)}
  66%   {color: var(--e-global-color-text)}
  /* 99%   {color: var(--e-global-color-accent)}
  100%  {color: var(--e-global-color-very-dark-blue)} */
}
.home-header-section  .main-header .navbar-collapse .navbar-nav li:first-child {
/*  margin-left: 115px;*/
}
.home-header-section  .main-header .navbar-collapse .navbar-nav li {
  display: inline-block;
  margin: 0 12px;
}

.home-header-section  .main-header .navbar-collapse .navbar-nav .blogs-li{
  margin: 0 20px;
}
.home-header-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*background:url(../images/home-bg.jpg) no-repeat top center;*/
  position: relative;
  /*overflow: hidden; */
  height: 100vh !important;
}
.home-header-section .banner-right-img{
  position: absolute;
  width: 1689px;
  height: 1262px;
  bottom: 105px;
  right: -353px;
}
.home-header-section .main-header .navbar-brand {
  margin-left: 0px;
  padding-bottom:0px;
  margin-right: 181px;
}
.navbar-light .navbar-nav .nav-link {
  padding-left:8px;
  position: relative;
}
.home-header-section .main-header {
/*  padding: 26px 298px 0 350px;*/
}
.home-banner-section .banner-container-box .home-banner-text{
/*  padding-left: 342px;*/
}
.home-header-section  .main-header .navbar-collapse .navbar-nav li a{
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  padding: 17px 3px; display: inline-block; border-radius: 90px;
}
.home-header-section  .main-header .navbar-collapse .navbar-nav .active > a{
  color: #ffc107;
}

.home-header-section  .main-header .navbar-collapse .navbar-nav a:hover {
  color: #ffc107;
}

.home-header-section  .main-header .navbar-collapse .btn-talk{
  margin-left: 25px !important;
}
.social-icons {
    transition: ease-in-out 0.3s;
    right: 10px;
    top: 35%;
    z-index: 9999;
}
.social-icons ul li .social-networks {
    font-size: 22px;
    margin-top: 20px;
    color: #ffffff;
    background: #2c479e;
    border-radius: 10px;
    line-height: 48px !important;
    text-align: center;
    transition: all ease-in-out 0.3s;
    width: 50px;
    height: 50px;
    line-height: 50px !important;
    transition: transform ease 0.3s;
}
.social-icons ul li .social-networks:hover {
  background: #00377a;
  color: var(--e-global-color-secondary);
  transform: translate(0, -5px);
  transition: ease-in-out 0.3s;
}
/* dropdown */
.home-header-section  .main-header .navbar-collapse .redlight-dropdown a{
  color: var(--e-global-color-secondary);
}
.home-header-section  .main-header .navbar-collapse .redlight-dropdown a:hover {
  color: var(--e-global-color-accent);
}
.dropdown-content-redlight ul li a {
  color: var(--e-global-color-white-banner-text);
  line-height: 16px;
  padding: 12px 11px !important;
  width: 160px;
}
.dropdown-content-redlight ul li a:hover{
  background:var(--e-global-color-hover) !important;
  color: var(--e-global-color-white) !important;
}
.dropdown-item:hover {
  text-decoration: none;
  background-color:transparent;
}
.dropdown-content-redlight ul li{
  margin-left: 0 !important;
}
.redlight-dropdown .dropdown-content-redlight {
  background: var(--e-global-color-accent);
  color: var(--e-global-color-secondary);
  width: 100%;
  top: 54px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}
.home-header-section .main-header .navbar-collapse .navbar-nav .dropdown-content-redlight ul li{
  margin: 0;
}
.home-header-section .main-header .navbar-collapse .navbar-nav .dropdown-content-redlight ul li a{
  font-size: 18px;
  line-height: 18px;
}
/* .dropdown-item.active, .dropdown-item:active {
  color:var(--e-global-color-white-banner-text) !important;
  background: var(--e-global-color-red) !important;
  text-decoration: none;
  background-color:transparent;
} */
/*.home-header-section .dropdown-item.active, .dropdown-item:active {
  color: var(--e-global-color-secondary) !important;
  background: var(--e-global-color-hover) !important;
  text-decoration: none;
  background-color: transparent;
}*/
.dropdown-item { border-bottom:solid 1px #1d3481 !important; border-radius:0px !important; }
.home-header-section  .main-header .navbar-collapse .btn-talk a {
  background: var(--e-global-color-hover);
  line-height: 20px;
  color: var(--e-global-color-secondary);
  padding: 18px 35px 17px 33px;
  display: inline-block;
  border-radius: 15px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  border: 2px solid var(--e-global-color-hover);
  transition: all 0.3s ease-in-out;
}
.home-header-section  .main-header .navbar-collapse .btn-talk a:hover {
  background: var(--e-global-color-accent);
  color:var(--e-global-color-secondary) !important;
  border: 2px solid var(--e-global-color-accent);
  transition: all 0.3s ease-in-out;
}
.home-banner-section .banner-container-box .home-banner-text h1 {
  margin-bottom:20px;
  color: var(--e-global-color-secondary);
}
/* .home-banner-section .banner-container-box .home-banner-text .banner-solution{
  color: var(--e-global-color-accent);
} */
.home-banner-section .banner-container-box .banner-paragraph {
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  word-spacing: 0px;
  margin-bottom: 30px;
  color: var(--e-global-color-text);
  padding-right: 10px;
}
.home-banner-section .banner-container-box .banner-btn a {
  color: var(--e-global-color-secondary);
  background: var(--e-global-color-accent);
  border-radius: 8px;
  padding: 20px 48px 21px 47px;
  display: inline-block;
  position: relative;
  font-weight: 600;
  transition: transform ease 300ms;
  line-height: 20px;
  word-spacing: 2px;
  font-size: 20px;
  transition: ease-in-out 0.3s;
}
.home-banner-section .banner-container-box .banner-btn a:hover{
  transform: translateY(-5px);
  background:#00a3e0 !important;
  color: #000;
  transition: ease-in-out 0.3s;
}
.discover-btn-banner .play-button {
  padding: 19px 25px;
  background: #e43e34 !important;
  border: 1px solid #d93930;
}
.discover-btn-banner .play-button:hover{
  border: 1px solid #32b7e9;
}
.home-banner-section {
  position: relative;
  display: flex;
    justify-content: center;
    align-items: center;
    perspective: 750px;
    overflow: hidden;
    height: 100vh;
}
.inner-arrow-menu-btn {
  font-size: 18px;
  background-image: linear-gradient(
    -72deg,
    var(--e-global-background-services-box) 0%,
    var(--e-global-background-services-box-color2) 100%
  );
  color: #ffff;
  border-radius: 100px;
  width: 43px;
  right: 24px;
  top: 17px;
  height: 43px px;
  position: absolute;
  line-height: 45px !important;
  text-align: center;
  transition: ease-in-out 0.3s;
}

.discover-btn-banner a:hover .inner-arrow-style {
  background: var(--e-global-color-white);
  color: var(--e-global-color-accent);
  border: 1px solid var(--e-global-color-accent);
}
.contact-us-margin {
  margin-right: -9px;
}
.navbar-nav li:last-child {
  margin-left: 0;
  margin-right: 0;
}
.banner-img-content figure {
  margin-left: 0;
  position: absolute;
  top: -160px;
  left: 20px;
}

/* aboutus page */






/*Custom*/

/* our-services-section */
.our-services-section{
  background:#001626;
  padding: 70px 0;
}
.our-services-section h6{
  text-align: center;
  color: var(--e-global-color-accent);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 22px;
  transition: ease-in-out 0.4s;
  position: relative;
  width: 100%;
}
/* animation */
.ityped-cursor {
  font-size: 0em;
  opacity: 1;
  -webkit-animation: blink 0.3s infinite;
  -moz-animation: blink 0.3s infinite;
  animation: blink 0.3s infinite;
  animation-direction: alternate;
}
@keyframes blink {
  100% {
      opacity: 0;
  }
}
@-webkit-keyframes blink {
  100% {
      opacity: 0;
  }
}
@-moz-keyframes blink {
  100% {
      opacity: 0;
  }
}
.our-services-section h2{
  color: var(--e-global-color-secondary);
  margin-bottom: 46px;
}
.our-services-section .services-content {
  background: var(--e-global-color-dark-blue3);
  border-radius:10px;
  padding: 0px;
  transition: 0s all ease-in-out;
  cursor: pointer;
  border-bottom: 3px solid var(--e-global-color-black-cards-bacground);
  transition: transform ease 300ms;
  border: 2px solid var(--e-global-color-dark-blue3);
}
.our-services-section .services-content:hover{
  border: 2px solid var(--e-global-color-accent);
}
.our-services-section .services-content .icons-rounded-box {
  background: var(--e-global-color-dark-icons-background);
  padding: 12px 16px;
  text-align: center;
  border-radius: 6px;
  margin-bottom:15px;
}
.our-services-section .security-services-p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--e-global-color-text);
  padding: 0;
  margin-bottom: 33px;
}
.our-services-section .services-content a {
  color: var(--e-global-color-secondary);
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  background: var(--e-global-color-dark-blue2);
  border: 1px solid var(--e-global-color-soft-blue);
  border-radius: 15px;
  padding: 11px 34px 12px 34px;
  transition: ease-in-out 0.3s;
}
.our-services-section .services-content a:hover{
  background: var(--e-global-color-accent);
  border: 1px solid var(--e-global-color-accent);
  transition: ease-in-out 0.3s;
}
.our-services-section .services-content h5 {
  margin-bottom:10px;
  color: var(--e-global-color-secondary);
}
.our-services-section .services-content .services-box{
  text-align: center;
}
.our-services-section .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block;
}
.our-services-section .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background:#003f6e;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  border: none !important;
}
.our-services-section .owl-theme .owl-dots .owl-dot span:hover{
  background:#03a9f4;
  border: none !important;
}
.our-services-section .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background:#03a9f4;
  border: none !important;
}
.our-services-section .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none  !important;
  padding: 0 !important;
  font: inherit;
}
.our-services-section .owl-carousel  button.owl-dot:hover{
  border: none  !important;
}
.our-services-section .owl-carousel .item .services-content .services-box a:hover {
  color: var(--e-global-color-secondary);
  background: var(--e-global-color-accent) !important;
  border: 1px solid var(--e-global-color-accent);
}
.our-services-section .owl-theme .owl-dots .owl-dot:focus{
  outline: none;
}











/* about-us-section */
.about-us-section{
  /*background: #020c2e;*/
  padding: 60px 0px;
}
.about-us-section h2 {
  margin-bottom: 33px;
  color: var(--e-global-color-secondary);
}
.about-us-section h6 {
  color: var(--e-global-color-accent);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 22px;
}
.about-us-section .about-us-content .aboutus-p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    /* padding-right: 23px; */
    margin-bottom: 15px;
    position: relative;
    z-index: 99999;
}

/* Animation properties */
.star {
  animation: star 10s ease-out infinite;
}
/* Keyframes */
@keyframes star {
  0% {
    opacity: 0;
    transform: scale(1.5) translateY(-0.75em);
  }
  20% {
    opacity: 1;
  }
  89% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: translateZ(-1000em);
  }
}











.logo{ margin:0px auto; }
.social-icons ul li a{ cursor:pointer; }
.sub-head{ font-size:48px; }
.jury-box{ border-radius:6px; padding:15px; background:#fff; }
.jury-img img{ border-radius:6px; }
.jury-name {
    color: #000;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}
.designation {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    padding: 0;
}
.company {
    font-size: 17px;
    color: #005da4;
}
.j-box {
    border: solid 2px #78bec5;
    padding: 5px;
    border-radius: 12px;
    min-height: 430px; margin-bottom: 30px; background: #fff;
}
.company-logo { width:100%; background:#fff; padding:10px 0px; border-radius:9px; }
.company-logo img { width:170px !important; background:#fff; text-align:center; margin:0px auto; }

.footer-section {
  background: #000412;
  overflow: hidden;
  padding: 15px 0px;
  position: relative;
}
.copyright {
    font-size: 16px;
    color: #ffffff;
    padding: 15px 0px;
    margin: 0px;
    letter-spacing: 1px;
}


.inner-page {
    background: #001626;
    height:70vh;
}
.vh7{ height:70vh; }




/* categ-section */
.categ-section{
}
.categ-section h2 {
  /* padding: 0 100px; */
  margin-bottom: 35px;
  color: var(--e-global-color-secondary);
}
.categ-section h6 {
  color: var(--e-global-color-accent);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 12px;
}
.categ-section .categ-section-inner{
  padding-left: 46px;
}
.categ-section .accordian-inner .accordion-card {
  margin-bottom: 36px;
  box-shadow:none;
  background: #001c30;
  transition: all 0.3s ease-in-out;
  border-radius:8px;
  border: 1px solid var(--e-global-color-dark-blue3);;
}
.categ-section .accordion-card button.btn.btn-link {
  color: var(--e-global-color-primary);
  background: var(--e-global-color-white);
}
.categ-section .accordian-inner .accordion-card .btn {
  padding: 19px 22px 25px;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  margin-bottom: -8px;
}
.categ-section .accordian-inner .accordion-card span {
    margin-bottom: 0;
    color: #2cc4ff;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    letter-spacing: 1px;
}
.categ-section .accordian-inner .accordion-card .show-p{
  margin-bottom: -10px;
}
.categ-section .accordian-inner .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background: none;
}
.categ-section .accordian-inner .card-body {
  padding: 0px 23px 28px;
}
.categ-section .accordian-inner .card-body .categ_wrapper{
  position: relative;
}
.categ-section .accordian-inner .card-body .categ_wrapper figure{
  position: absolute;
  top: 5px;
  left: 26px;
}
.categ-section .accordian-inner .card-body .categ_wrapper p{
  font-size: 18px;
  line-height: 24px;
  color: var(--e-global-color-text);
  font-weight: 400;
  margin-left: 45px;
}
.categ-section .accordion-card button.btn.btn-link:focus {
  outline: none;
  box-shadow: none;
}
.categ-section .accordion-card .btn-link:before {
  content: "\f068";
  position: absolute;
  right: 16px;
  top: 10px;
  font-family: 'Font Awesome 6 FREE';
  display: inline-block;
  vertical-align: middle;
  background: var(--e-global-color-accent);
  color: var(--e-global-color-secondary);
  font-size: 18px;
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-weight: 600;
  border-radius: 100px;
  text-align: center;
}
.categ-section .accordion-card:hover{
  border: 1px solid var(--e-global-color-accent);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
}
.categ-section .accordion-card .collapsed:before {
  content: "\2b";
  background:var(--e-global-color-accent);
  color: var(--e-global-color-secondary);
  border-radius: 100px;
  text-align: center;
}
.categ-section .accordian-inner .accordion-card:last-child {
  margin-bottom: 0;
}
.categ-section .accordian-inner .accordion-card .card-body p{
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--e-global-color-text);
}
.desig{ font-size:15px; }
/* contactus-page */
.contact-page-section .contact-box {
  background: #001c30;
  padding: 45px 15px 40px;
  border-radius: 20px;
  text-align: center;
  border: 2px solid #00bcd4;
  transition: ease-in-out 0.3s;
}
.contact-page-section .contact-box .offer-section-inner {
  background: var(--e-global-color-white);
  padding: 0;
  display: inline-block;
  border-radius: 20px;
  margin-bottom: 10px;
}
.contact-page-section .contact-box h5 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: var(--e-global-color-secondary);
  margin-bottom:7px;
  word-spacing: 0;
  text-align: center;
}
.contact-page-section .contact-box p {
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  color: #eeeeee;
  margin-bottom: 0;
}
.contact-page-section{
  padding: 60px 0;
  background: #012c4c;
}
.contact-page-section .contact-box .phone-p{
  padding: 0 49px;
}
.contact-page-section .contact-box:hover {
  border: 2px solid #e43e34;
  transition: ease-in-out 0.3s;
}
.email{ color:#00bcd4; }
.email:hover{ text-decoration:none; color:#fff; }
.owl-dots{ text-align:right; }
.cx-button {
    background: #00071c;
    line-height: 22px;
    font-size: 20px;
    color: var(--e-global-color-secondary);
    padding: 18px 58px !important;
    display: inline-block;
    border-radius: 90px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    /* text-transform: uppercase; */
    transition: all ease-in-out 0.3s;
    border: 1px solid #2f2f2f;
}
.cx-button:hover{ color:#ffc107 !important;  }
.form label {
    color: #222222;
/*    padding-left: 31px;*/
    font-size: 16px; letter-spacing: .2px; 
}
.required{ color:#f62626; }
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -30px;
}
.form .form-control {
    display: block;
    width: 100%;
    height: 54px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    background-color: #ffffff;
    background-clip: padding-box;
    border: solid 1px #ccc;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 18px 15px;
    box-shadow: 0px 5px 7px #96afc77a;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0; width: 18px; height: 18px;
}
.form textarea {
  display: block;
  width: 100%;
  height: auto !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--e-global-color-text);
  background-color: #001c30;
  background-clip: padding-box;
  border: none;
  border-radius: 90px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 18px 31px;
}
.mandatory { color: #de0000; }

.sub-head {
    font-size: 52px;
}
.banner-paragraph {
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    word-spacing: 0px;
    margin-bottom: 30px;
    color: var(--e-global-color-text);
    padding-right: 10px;
}
.home-banner-section .banner-container-box .banner-btn a:hover {
    transform: translateY(-5px);
    background: #00a3e0 !important;
    color: #000;
    transition: ease-in-out 0.3s;
}
.home-banner-section .banner-container-box .banner-btn a {
    color: var(--e-global-color-secondary);
    background: var(--e-global-color-accent);
    border-radius: 8px;
    padding: 20px 48px 21px 47px;
    display: inline-block;
    position: relative;
    font-weight: 600;
    transition: transform ease 300ms;
    line-height: 20px;
    word-spacing: 2px;
    font-size: 20px;
    transition: ease-in-out 0.3s;
}

.ft-62{ font-size:62px; }
.ft-68{ font-size:56px; }

ul.categories{ padding:0px; margin:0px; }
.categories li {
    line-height: 46px;
    font-size: 17px;
    color: #ffffff;
    border-bottom: solid 1px #00355c;
    list-style-type: none;
    padding-left: 0px;
}
.categories li small {
    font-size: 14px;
    color: #ffc107;
}

.content{ background:#fff; }
.content ul.list li{ font-size:16px; line-height:32px; }
/*.sub-heading {
    background: linear-gradient(50deg, #032d4d 0, #006ec7 100%);
    color: #fff;
    padding: 6px 20px 6px;
    font-size: 18px !important;
    font-weight: 600;
    border-radius: 6px;
    display: inline-block;
    line-height: 20px;
}*/
.guidelines p{ font-size:16px; line-height:32px; margin:0px; }

.date {
    text-align: center;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px; 
}
.categ-title {
    font-size: 21px;
    color: #ffc107;
    border-bottom: solid 1px #3793d9;
    padding-bottom: 14px;
    letter-spacing: 1px;
}
.entry-form small {
    font-size: 14px;
    color: #ffc107;
}









.tabs-left {
  border-bottom: none;
  border-right: 1px solid #ddd;
}

.tabs-left>li {
  float: none;
 margin:0px;
  
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
  background:#f90;
  border:none;
  border-radius:0px;
  margin:0px;
}
.nav-tabs>li>a:hover {
    /* margin-right: 2px; */
    line-height: 1.42857143;
    border: 1px solid transparent;
    /* border-radius: 4px 4px 0 0; */
}
.tabs-left>li.active>a::after{content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  
  border-left: 10px solid #f90;
    display: block;
    width: 0;}

.catego a {
    color: #000;
    padding: 20px 15px;
    font-size: 14px;
}
.catego a.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #2196f3 !important;
}
.tab-content h4 {
    color: #e43e34;
    font-size: 28px;
    font-weight: bold;
}

.j-chair {
    color: #fff;
    background: #000;
    display: inline-block;
    padding: 3px 15px;
}

.alphabet {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #2196f3;
    text-align: center;
    line-height: 31px;

    color: #fff;
    display: inline-block;
    font-size: 20px;
    margin-right: 5px;
}
.active .alphabet {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 31px;
    color: #000;
    display: inline-block;
    font-size: 20px;
    margin-right: 5px;
}
.inner-jury {
    border: solid 1px #efefef;
    min-height: 450px;
    margin-bottom: 30px;
}
.inner-jury .name {
    font-size: 18px;
    color: #ec1e79;
    font-weight: bold;
    letter-spacing: 1px;
}

li.current a{ color: #ffc107 !important; }
.jury-details{  }


.categ h3 {
    font-size: 18px;
    line-height: 24px;
    color: #003e6e;
    font-weight: bold; margin-bottom:0px;
}
.categ p{ font-size:16px; color:#000; }
.not-open{
    background: #fff7b0;
    padding: 4px 10px;
    font-size: 15px;
    font-weight: bold;
}
.categ{
    border-bottom: solid 1px #ccc;
}
.linkedin{
    position: absolute;
    right: 25px;
    top: 5px; z-index:99999;
}
.linkedin i{ font-size: 28px;}

.j-c{
    color: #fff;
    font-size: 18px;
    position: absolute;
    z-index: 999999;
    top: -33px;
    letter-spacing: 2px;
    background: #e43e34;
    padding: 3px 10px;
    display: inline-block;
    left: 24px;
}
.faq-list li{ line-height:32px; color:#afb6d2; }
.ans{ background:#000; }





.i-button{
    -webkit-border-radius: 10px;
    border-radius: 90px;
    border: none;
    color: #000 !important;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 18px;
    padding: 15px 29px 13px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
    display: inline-block;
    margin-top: 15px;
    font-weight: bold;
}
.i-button:hover{ background:#fff !important; text-decoration:none;}
@-webkit-keyframes glowing {
  0% { background-color: #fbc027; -webkit-box-shadow: 0 0 3px #fbc027; }
  50% { background-color: #ffea58; -webkit-box-shadow: 0 0 40px #ffea58; }
  100% { background-color: #fbc027; -webkit-box-shadow: 0 0 3px #fbc027; }
}

@-moz-keyframes glowing {
  0% { background-color: #fbc027; -moz-box-shadow: 0 0 3px #fbc027; }
  50% { background-color: #ffea58; -moz-box-shadow: 0 0 40px #ffea58; }
  100% { background-color: #fbc027; -moz-box-shadow: 0 0 3px #fbc027; }
}

@-o-keyframes glowing {
  0% { background-color: #fbc027; box-shadow: 0 0 3px #fbc027; }
  50% { background-color: #ffea58; box-shadow: 0 0 40px #ffea58; }
  100% { background-color: #fbc027; box-shadow: 0 0 3px #fbc027; }
}

@keyframes glowing {
  0% { background-color: #fbc027; box-shadow: 0 0 3px #fbc027; }
  50% { background-color: #ffea58; box-shadow: 0 0 40px #ffea58; }
  100% { background-color: #fbc027; box-shadow: 0 0 3px #ceff1a; }
}


.im-date {
    background: #ffffff;
    font-size: 18px;
    color: #000;
    padding: 10px 0px 10px 20px;
    font-weight: bold;
}
.im-date ul li span {
    background: #e9e9e9;
    padding: 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    margin-top: 8px;
}
.im-date ul{ margin:0px !important; padding:0px 0px 0px 20px; }
.im-date ul li{ padding:10px 0px !important; }
.modal-header{ background:#e43e34 !important; color:#fff!important; border-bottom:none !important; }
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    color: #fff;
    font-size: 32px;
}


.header {
    position: relative;
    z-index: 9999;
    background: #000823;
    position: fixed;
    width: 100%;
    top: 0px; padding: 10px 0px;
    /*background: #f9f9f9;
    box-shadow: 0px 3px 3px #ddd;*/
}
.modal-header{ padding:7px 10px; }




























.elementor-shape[data-negative=false].elementor-shape-bottom, .elementor-shape[data-negative=true].elementor-shape-top {
    transform: rotate(180deg);
}
.elementor-1098 .elementor-element.elementor-element-dbb8487 > .elementor-shape-bottom svg {
    height: 90px;
    transform: translateX(-50%) rotateY(180deg);
}
.elementor-shape-bottom {
    bottom: -1px;
}
.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    z-index: 99;
}
.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.home-header-section:before {
    content: '';
    position: absolute;
    /*background: url(../images/bg-header.png) no-repeat bottom center;*/
    /*transform: skew(325deg, 0deg);*/
    width: 100%;
    height: 100%;
    top: 0px;
    /* border-radius: 90%; */
    left: 0px;
    /*z-index: 999; */
    background-size:cover ; 
}

.slider {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.logo-sec{ position:relative; z-index:9999; }
.items {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%;
}

.item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.item.current {
  opacity: 1;
}
.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.buttons {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.button {
  width: 32px;
  height: 32px;
  border: none;
  outline: none;
  padding: 0;
  background: transparent center no-repeat;
  cursor: pointer;
  opacity: 0.4;
}
.button.prev {
  background-image: url(https://codeisle.info/blog/wp-content/uploads/2018/12/ico_next_b32.png);
}
.button.next {
  background-image: url(https://codeisle.info/blog/wp-content/uploads/2018/12/ico_next_b32-1.png);
}
.button:hover {
  opacity: 0.8;
}

.dots {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 0;
  background: #777;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out;
}
.dot:nth-child(n+2) {
  margin-left: 5px;
}
.dot.current {
  opacity: 1;
}




.foo {
  position: relative;
  display: block;
}
.letter {
    display: inline-block;
    font-weight: 900;
    font-size: 66px;
    position: relative;
    color: #fff;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    z-index: 1;
    text-shadow: 1px 4px 5px #000000, -1px -1px 1px #f8fcff;
    text-transform: uppercase;
    margin-bottom: 1em;
    line-height: 12px;
}
.letter .char1,
.letter .char2 {
  position: absolute;
  /*transform-origin*/
  -webkit-transform-origin: 0 250%;
  -moz-transform-origin: 0 250%;
  -ms-transform-origin: 0 250%;
  -o-transform-origin: 0 250%;
  transform-origin: 0 250%;
  top: 0;
  left: 0;
  text-shadow: none;
}
.letter .char1 {
  color: #FFEB3B;
  /*transform*/
  -webkit-transform: scale(1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  -moz-transform: scale(1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  -ms-transform: scale(1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  -o-transform: scale(1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  transform: scale(1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  /*animation-name*/
  -webkit-animation-name: cover-ani;
  -moz-animation-name: cover-ani;
  -ms-animation-name: cover-ani;
  -o-animation-name: cover-ani;
  animation-name: cover-ani;
  /*animation-duration*/
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  /*animation-timing-function*/
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  /*animation-iteration-count*/
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 3;
}
.letter .char2 {
  color: rgba(0, 0, 0, 0.15);
  z-index: 2;
  /*transform*/
  -webkit-transform: scale(1, 1) rotateX(-50deg) rotateY(0deg) rotateZ(0deg)
    skew(0deg, 0deg);
  -moz-transform: scale(1, 1) rotateX(-50deg) rotateY(0deg) rotateZ(0deg)
    skew(0deg, 0deg);
  -ms-transform: scale(1, 1) rotateX(-50deg) rotateY(0deg) rotateZ(0deg)
    skew(0deg, 0deg);
  -o-transform: scale(1, 1) rotateX(-50deg) rotateY(0deg) rotateZ(0deg)
    skew(0deg, 0deg);
  transform: scale(1, 1) rotateX(-50deg) rotateY(0deg) rotateZ(0deg)
    skew(0deg, 0deg);
  /*animation-name*/
  -webkit-animation-name: shadow-ani;
  -moz-animation-name: shadow-ani;
  -ms-animation-name: shadow-ani;
  -o-animation-name: shadow-ani;
  animation-name: shadow-ani;
  /*animation-duration*/
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  /*animation-timing-function*/
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  /*animation-iteration-count*/
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}

@-webkit-keyframes cover-ani {
  0% {
    -webkit-transform: scale(1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg)
      skew(0deg, 0deg);
  }

  25% {
    color: #69c2ec;
  }

  50% {
    -webkit-transform: scale(1, 1) rotateX(-50deg) rotateY(0deg) rotateZ(0deg)
      skew(8deg, 0deg);
    color: #2a7ba2;
  }

  75% {
    color: #FFEB3B;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1) rotateX(-180deg) rotateY(0deg) rotateZ(0deg)
      skew(0deg, 0deg);
    opacity: 0;
  }
}
@-moz-keyframes cover-ani {
  0% {
    -moz-transform: scale(1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg)
      skew(0deg, 0deg);
  }

  25% {
    color: #69c2ec;
  }

  50% {
    -moz-transform: scale(1, 1) rotateX(-50deg) rotateY(0deg) rotateZ(0deg)
      skew(8deg, 0deg);
    color: #2a7ba2;
  }

  75% {
    color: #FFEB3B;
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1, 1) rotateX(-180deg) rotateY(0deg) rotateZ(0deg)
      skew(0deg, 0deg);
    opacity: 0;
  }
}
@-o-keyframes cover-ani {
  0% {
    -o-transform: scale(1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg)
      skew(0deg, 0deg);
  }

  25% {
    color: #69c2ec;
  }

  50% {
    -o-transform: scale(1, 1) rotateX(-50deg) rotateY(0deg) rotateZ(0deg)
      skew(8deg, 0deg);
    color: #2a7ba2;
  }

  75% {
    color: #FFEB3B;
    opacity: 1;
  }
  100% {
    -o-transform: scale(1, 1) rotateX(-180deg) rotateY(0deg) rotateZ(0deg)
      skew(0deg, 0deg);
    opacity: 0;
  }
}
@-ms-keyframes cover-ani {
  0% {
    -ms-transform: scale(1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg)
      skew(0deg, 0deg);
  }

  25% {
    color: #69c2ec;
  }

  50% {
    -ms-transform: scale(1, 1) rotateX(-50deg) rotateY(0deg) rotateZ(0deg)
      skew(8deg, 0deg);
    color: #2a7ba2;
  }

  75% {
    color: #FFEB3B;
    opacity: 1;
  }
  100% {
    -ms-transform: scale(1, 1) rotateX(-180deg) rotateY(0deg) rotateZ(0deg)
      skew(0deg, 0deg);
    opacity: 0;
  }
}
@keyframes cover-ani {
  0% {
    transform: scale(1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg)
      skew(0deg, 0deg);
  }

  25% {
    color: #69c2ec;
  }

  50% {
    transform: scale(1, 1) rotateX(-50deg) rotateY(0deg) rotateZ(0deg)
      skew(8deg, 0deg);
    color: #2a7ba2;
  }

  75% {
    color: #FFEB3B;
    opacity: 1;
  }
  100% {
    transform: scale(1, 1) rotateX(-180deg) rotateY(0deg) rotateZ(0deg)
      skew(0deg, 0deg);
    opacity: 0;
  }
}

@-webkit-keyframes shadow-ani {
  0% {
    -webkit-transform: scale(1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg)
      skew(0deg, 0deg);
  }

  50% {
    -webkit-transform: scale(1.08, 1) rotateX(-80deg) rotateY(0deg)
      rotateZ(0deg) skew(-30deg, 0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1) rotateX(-180deg) rotateY(0deg) rotateZ(0deg)
      skew(0deg, 0deg);
    opacity: 0;
  }
}
@-moz-keyframes shadow-ani {
  0% {
    -moz-transform: scale(1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg)
      skew(0deg, 0deg);
  }

  50% {
    -moz-transform: scale(1.08, 1) rotateX(-80deg) rotateY(0deg) rotateZ(0deg)
      skew(-30deg, 0deg);
    opacity: 1;
  }

  100% {
    -moz-transform: scale(1, 1) rotateX(-180deg) rotateY(0deg) rotateZ(0deg)
      skew(0deg, 0deg);
    opacity: 0;
  }
}
@-o-keyframes shadow-ani {
  0% {
    -o-transform: scale(1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg)
      skew(0deg, 0deg);
  }

  50% {
    -o-transform: scale(1.08, 1) rotateX(-80deg) rotateY(0deg) rotateZ(0deg)
      skew(-30deg, 0deg);
    opacity: 1;
  }

  100% {
    -o-transform: scale(1, 1) rotateX(-180deg) rotateY(0deg) rotateZ(0deg)
      skew(0deg, 0deg);
    opacity: 0;
  }
}
@-ms-keyframes shadow-ani {
  0% {
    -ms-transform: scale(1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg)
      skew(0deg, 0deg);
  }

  50% {
    -ms-transform: scale(1.08, 1) rotateX(-80deg) rotateY(0deg) rotateZ(0deg)
      skew(-30deg, 0deg);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(1, 1) rotateX(-180deg) rotateY(0deg) rotateZ(0deg)
      skew(0deg, 0deg);
    opacity: 0;
  }
}

@keyframes shadow-ani {
  0% {
    transform: scale(1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg)
      skew(0deg, 0deg);
  }

  50% {
    transform: scale(1.08, 1) rotateX(-80deg) rotateY(0deg) rotateZ(0deg)
      skew(-30deg, 0deg);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1) rotateX(-180deg) rotateY(0deg) rotateZ(0deg)
      skew(0deg, 0deg);
    opacity: 0;
  }
}










.awards-registration {
    display: inline-block;
    background-color: transparent;
    font-family: "Dosis", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 50px;
    line-height: 50px;
    margin-right: 25px;
    padding: 0 50px;
    border: none;
    border-right: 5px solid #063fa5;
    position: relative;
    transition: color 0.2s ease-in-out 0s;
    border: solid 1px #ccc;
    box-shadow: 0px 10px 10px #d7d7d7;
}
.awards-registration:before, .awards-registration:after {
  content: "";
  position: absolute;
  top: 0;
}
.awards-registration:before {
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
}
.awards-registration:after {
  right: -1px;
  width: 1px;
  height: 50px;
  background-color: #063fa5;
  transform: rotate(-90deg);
  transform-origin: center;
  z-index: 0;
  transition: width 0.3s ease-in-out, transform 0.2s ease-in-out 0.3s, z-index 0.15s ease-in-out;
}
.awards-registration:hover {
  color: #ffffff;
  transition: color 0.2s ease-in-out 0.25s; text-decoration: none;
}
.awards-registration:hover:after {
  z-index: -1;
  transform: rotate(0deg);
  width: 100%;
  transition: transform 0.2s ease-in-out, width 0.3s ease-in-out 0.2s;
}





.pillars{ background:#000000; }
.icon {
    width: 100px;
    margin: 0px auto;
}
.sub-title {
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
}
.title{ font-size: 36px; line-height: 38px; font-weight: 700; color: #ffffff;}

.who{ padding:0px; margin:0px; }
.who ul{ padding:0px; margin:0px; }
.who ul li {
    padding: 8px 0px;
    margin: 0px;
    color: #fff;
    list-style-type: none;
    font-size: 18px;
}
.who-sec { background:url(https://storage.googleapis.com/e4mevents/cx-india-summit-awards-2026/images/inner-bg.png) no-repeat top right #020c2e; padding:0px; margin:0px; }
.ft-40{ font-size:40px; }
.ft-32{ font-size:28px; }
.yellow{ color:#ffc107; }
.creating{ 
  /*background:url(../images/pattern2.jpg) no-repeat top left #000; */
  background-size: cover; position:relative; background-attachment:fixed; }
.creating:after {
    content: '';
    position: absolute;
    /*background-image: linear-gradient(355deg, #000412f2 26%, #00208bad 113%);*/
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.experience{ position:relative; z-index:999; display: flex; justify-content: center; align-items: center; perspective: 750px;}
/*.about-us-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0%;
    bottom: 0;
    width: 100%;
    background-image: url(../images/dots.png);
    background-repeat: repeat;
}*/
.aboutus-p span{ letter-spacing:1px; }

.row.lg-marg {
    margin-left: -40px;
    margin-right: -40px;
}
.intro-corp .imgs .img1 {
    width: 100%;
    margin-left: 35%;
    position: absolute;
    z-index: 3;
    top: -131px;
}
.intro-corp .imgs .img1:before {
    content: '';
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 200px;
    height: 200px;
    background-image: url(https://storage.googleapis.com/e4mevents/cx-india-summit-awards-2026/images/dots2.png);
    background-repeat: repeat;
    z-index: -1;
}
.intro-corp .imgs {
    position: relative;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.intro-corp .imgs .img2 {
    position: absolute;
    /* bottom: 0px; */
    left: 70px;
    width: 50%;
    z-index: 4;
    top: 190px;
}




.brand-sec {
    padding-top: 120px; background: #1d1d1d;
}
.brand-sec .brand-marq {
    padding: 180px 0 300px;
}
.main-marq .slide-har {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slide-har {
    position: relative;
}
.brand-sec .brand-marq .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slide-har.st1 .box {
    position: relative;
    -webkit-animation: slide-har 150s linear infinite;
    animation: slide-har 150s linear infinite;
}
.brand-sec .brand-marq .box .item:nth-of-type(odd) {
    margin-bottom: -180px;
}
.brand-sec .brand-marq .box .item {
    margin: 0 -50px;
}
.main-marq .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-marq .box .item2 {
  padding: 0 30px; color: #4a4a4a;
}

.main-marq .box .item2 h4 {
  white-space: nowrap;
  line-height: 1;
  margin: 0;
}

.main-marq .box .item2 h4 .icon2 {
  font-family: 'Sora', sans-serif;
  margin-bottom: -25px;
}


@-webkit-keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes slide-har-revers {
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slide-har-revers {
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}


.sponsorship {
    background: #000;
    padding: 30px 0px;
    position: relative;
    width: 100%;
    overflow: hidden; border-top: double;
}
.stroke {
    color: transparent;
    -webkit-text-stroke: 1px #FFC107;
}
.fz-50 {
    font-size: 36px !important;
}

.main-marq .box .item2:nth-of-type(even) h4 {
    color: transparent;
    -webkit-text-stroke: 0.5px #9f9f9f;
}
.ml-50 {
    margin-left: 50px !important;
}












/*Footer*/
#contact {
    background-size: cover;
    overflow: hidden;
    position: relative;
    color: #fff;
    background-attachment: fixed; 
    /*background: #000412;*/
}
/*#contact:before {
    content: "";
    background: url(../images/common-bg.png) no-repeat top left #020c2e;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}*/
.sub-heading {
    font-size: 25px;
    color: #ffffff;
    letter-spacing: 1px;
}
.footer-widget {
    font-size: 16px;
    color: #fff;
    text-align: center;
    /* background: #dff3fb; */
    padding: 20px;
    border-radius: 5px;
    line-height: 28px;
    border: solid 1px #00196e;
    min-height: 125px;
}
.email a {
    color: #fff;
    font-size: 16px;
}
.email a:hover{ text-decoration:none; color:#ffc107; }
.footer-widget-heading h3 {
    color: #ffc107;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
    position: relative;
    line-height: 24px;
}
/*.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    bottom: 28px;
    height: 2px;
    width: 55px;
    background: #ffc107;
}*/


.jury{ background:#f0f3ff; }

.content-area{ padding-top:60px; }
/*.inner-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0%;
    bottom: 0;
    width: 100%;
    background-image: url(../images/dots.png);
    background-repeat: repeat;
    opacity: .1;
}*/
.vh8{ height:80vh; }
.vh6{ height:60vh; }
.inner{ height:85vh; }
.black-bg{ background:#000 !important; }
.black-bg:before {
    content: "";
    background: url(https://storage.googleapis.com/e4mevents/cx-india-summit-awards-2026/images/common-bg.png) no-repeat top left #020c2e !important;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


.jury-img img {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.jury-img img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
.jury-img img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.overlaypopup {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 9999;

    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlaypopup:target {
    visibility: visible;
    opacity: 1;
}

.profile-scroll{overflow-x: hidden; overflow-y: scroll; height: 300px; padding-right: 10px;}
.popuptext {
  background: #ffffff;
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 15px;
    position: fixed;
    text-align: justify;
    top: 50%;
    visibility: hidden;
    z-index: 999;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
    min-width:800px ;
}


.popuptext p{
  
  text-align: left;
  font-size: 16px;
  color: #000000;}
.overlaypopup:target+.popuptext {
    opacity: 1;
  z-index: 10000;
    visibility: visible;
  border:solid 4px #FFC107;
}
.close_2:before {
    color: rgba(255, 255, 255, 0.9);
    content: "x";
    font-size: 20px;
}
.close_2 {
    background-color: #063fa5;
    height: 30px;
    line-height: 24px;
    position: absolute;
    right: -9px;
    text-align: center;
    text-decoration: none;
    top: -12px;
    width: 30px;
    display: block;
    box-shadow: 0px 0px 10px black;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}

.border-btn{ border-bottom:double #383838; padding-bottom:5px; }


.icon {
position: relative;
}
.hover_img {

position: absolute;

top: 0;

left: 0;

display: none;

}
.icon:hover .hover_img {

display: inline-block; cursor: pointer;
}



.event-date {
    position: relative;
    z-index: 99;
    display: inline-block;
}
.event-date span {
    font-size: 18px;
    color: #fff;
    position: relative;
    /* top: -2px; */
    /* font-weight: bold; */
    line-height: 52px;
    letter-spacing: 1px;
}
.er{ font-size:36px; }
.da {
    font-size: 75px;
    line-height: 70px;
}
.ec {
    line-height: 40px;
}
.con-btn{ background:#2a449c; padding:17px 25px !important; color:#fff !important; }
.con-btn:hover {
    background: #e8098b;
    color: #ffffff !important;
}

.tagline {
    font-size: 46px;
    font-weight: bolder;
    text-align: right;
    position: relative;
    z-index: 9999;
    line-height: 50px;
    color: #fff; margin-bottom: 20px;
}
.jury-box{ margin-bottom:30px; }

.content{ border-radius:8px; font-size:16px; color: #adadad;}
h6.title2 {
    font-size: 20px;
    color: #00208d;
    /* font-weight: 500; */
    padding-bottom: 15px;
}
.content i{ color:#FFC107; }
.content .list li{ color:#c5c5c5; }
.list li{ list-style-type:none; }



.tabs-left {
  border-bottom: none;
  border-right: 1px solid #ddd;
}

.tabs-left>li {
  float: none;
 margin:0px;
  
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
  background:#f90;
  border:none;
  border-radius:0px;
  margin:0px;
}
.nav-tabs>li>a:hover {
    /* margin-right: 2px; */
    line-height: 1.42857143;
    border: 1px solid transparent;
    /* border-radius: 4px 4px 0 0; */
}
.tabs-left>li.active>a::after{content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  
  border-left: 10px solid #f90;
    display: block;
    width: 0;}

.catego a {
    color: #fff;
    padding: 15px 18px;
    font-size: 16px;
    display: inline-block;
}
.catego a.active, .nav-pills .show>.nav-link {
    color: #000 !important;
    background-color: #ffc107 !important; border-radius: 0px;
}
.tab-content h4 {
    color: #000823;
    font-size: 18px;
    line-height: 26px;
    margin: 0px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
}
.tab-head p { color: #000000; font-size: 17px; margin:0px; padding-top:10px; }
.cat-box {
    background: #ffffff;
    padding: 20px;
    box-shadow: 0px 0px 12px #ccc;
    border-radius: 8px; margin-bottom: 20px;
}
.j-chair {
    color: #fff;
    background: #000;
    display: inline-block;
    padding: 3px 15px;
}
.email{ font-size:14px; }
.alphabet {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffb902;
    text-align: center;
    line-height: 33px;
    color: #000;
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
}
.active .alphabet {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #000823;
    text-align: center;
    line-height: 32px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
}
.inner-jury {
    border: solid 1px #efefef;
    min-height: 450px;
    margin-bottom: 30px;
}
.inner-jury .name {
    font-size: 18px;
    color: #ec1e79;
    font-weight: bold;
    letter-spacing: 1px;
}

li.current a{ color: #ec1e79 !important; }
.catego {
    display: inline-block;
    background: #000823;
    /* padding: 8px 0px; */
    width: 100%;
    border-radius: 4px;
}
.content .list li {
    color: #000000;
    padding: 6px 18px;
    font-weight: 600;
}
.list ul {
    padding: 0px;
    margin: 0px;
    border: solid 2px #fff;
}
.list ul li{ padding:0px; margin:0px; display:inline-block; list-style-type:none; }
.list ul li:nth-child(1) {
    background: #ffffff;
    color: #000;
    font-weight: bold;
}
.list ul li:nth-child(5) { border-right:none !important; }
.list i{ color:#00208d; }
/*.list ul li:nth-child(3) {background: #585858;}
.list ul li:nth-child(4) {background: #767676;}*/
.c-button {
    font-size: 20px;
    background: #ffffff;
    border: none;
    color: #020c2d;
    border-radius: 90px;
    padding: 10px 40px;
    outline: none !important;
    font-weight: bold;
}
.c-button:hover {
    background: #ffb902;
}
.c-heading {
    font-size: 16px;
    font-weight: bold;
    color: #e43e34; padding: 0px; margin: 0px;
}
.active





video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}




.slide {}
.slide video {
    position: absolute;
    top: 0%;
    left: 0%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: 0;
    background-size: cover;
}
/*.home-banner-section:after {
    content: '';
    position: absolute;
    background-image: linear-gradient(355deg, #000000b3 26%, #000000 113%);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}*/
.text-blue{ color:#2a449c; }



.onovo-cta-social .desc {
    width: 80%;
    position: relative;
    z-index: 99;
}
.onovo-cta-social .desc ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 0;
}
.onovo-cta-social .desc ul li {
    margin: 7px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    background: #fff;
    width: 45%;
    border-radius: 100px;
}
.onovo-cta-social .desc ul li a {
    min-width: 284px;
}
.onovo-btn.btn--large, a.onovo-btn.btn--large {
    padding: 20px 40px !important;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    height: 100px;
    /* line-height: 100px; */
    border-radius: 100px;
    -webkit-border-radius: 100px;
    display: inline-block;
}
.onovo-cta-social .desc ul li:hover{ background:#ffc107 !important; }
.onovo-btn.btn--white:before {
    border-radius: 100px;
    -webkit-border-radius: 100px;
}
.onovo-btn.btn--icon.btn--border i, .onovo-btn.btn--icon.btn--white i {
    background: #020c2e;
    color: #fff;
}
.onovo-btn.btn--large.btn--icon i {
    margin: 0 23px 0 -20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    font-size: 24px; text-align: center;
}
.onovo-hover-btn:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 66px;
    -webkit-border-radius: 66px;
}
.onovo-btn.btn--icon i:before {
    position: relative;
    z-index: 2;
}
.onovo-hover-btn>.arrow:after, .onovo-hover-btn>i:after {
    margin: 0;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    transition: all .4s cubic-bezier(.3,0,.3,1);
    -webkit-transition: all .4s cubic-bezier(.3,0,.3,1);
    transform: scale(0);
    -webkit-transform: scale(0);
    background: #d8ff36;
    transform-origin: center center;
}
.onovo-btn>span, .onovo-head-btn span, button>span {
    position: relative;
    display: inline-block;
    z-index: 2;
}
.onovo-hover-btn:after {
    margin: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: transform .4s cubic-bezier(.3,0,.3,1);
    -webkit-transition: transform .4s cubic-bezier(.3,0,.3,1);
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    background: #d8ff36;
    transform-origin: bottom center;
    z-index: 1;
}










.onovo-cta-social {
  margin-bottom: -200px;
  position: relative;
  width: 700px;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center
}
.onovo-cta-social .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain; z-index: 1;
}
.onovo-cta-social .cta-img-circle {
  position: absolute;
  background: #e70086;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  animation: onovoCtaCircle 1.5s cubic-bezier(.3, 0, .3, 1) infinite
}
.onovo-cta-social .cta-img-circle.img-circle--1 {
  right: -40px;
  top: 50px;
  width: 140px;
  height: 140px;
  animation: onovoCtaCircle 4.5s cubic-bezier(.3, 0, .3, 1) infinite
}
.onovo-cta-social .cta-img-circle.img-circle--2 {
  right: 150px;
  top: -40px;
  width: 110px;
  height: 110px;
  animation: onovoCtaCircleTwo 5.5s cubic-bezier(.3, 0, .3, 1) infinite
}
.onovo-cta-social .cta-img-circle.img-circle--3 {
  right: 20px;
  top: -100px;
  width: 80px;
  height: 80px;
  animation: onovoCtaCircleThree 6.5s cubic-bezier(.3, 0, .3, 1) infinite
}
.why{ 
  /*height:90vh; */
  /*background:url(../images/why_bg.png) no-repeat top center #020c2e; */
  background-size:cover; \
  /*background:#000412; */
  padding:10px 0px 80px; }
/*.why:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, var(--tg-primary-color) 0%, var(--tg-green) 47.6%, var(--tg-black) 91.23%);
    z-index: -1;
}*/
/*.home-banner-section {
    background: url(https://storage.googleapis.com/e4mevents/cx-india-summit-awards-2026/images/bg-header.png);
    background-size: unset;
    position: relative;
    background-repeat: no-repeat;
}*/

@keyframes onovoCtaCircle {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(.85)
    }

    to {
        transform: scale(1)
    }
}

@keyframes onovoCtaCircleTwo {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(.75)
    }

    to {
        transform: scale(1)
    }
}

@keyframes onovoCtaCircleThree {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(.65)
    }

    to {
        transform: scale(1)
    }
}














.why-list {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center; margin: 0px; padding: 0px;
}
.why-list li:first-child, .about_section .why-list li:last-child {
    width: 100%;
    text-align: center;
}
.why-list li{  list-style-type: none; }
.why-list li .text {
    width: 230px;
    height: 140px;
    border-radius: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #fff;
    margin: 0 auto;
}
.why-list li .text p {
    font-size: 18px;
    font-weight: 700;
    color: #FFC107;
    margin: 0;
    line-height: 1.2;
}
.why-list li .text p span {
    font-weight: 700;
    font-size: 35px;
    color: #fff;
}
.why-list li .text p span {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
}

.b-box .icon{ width:100%; 
  /*animation: onovoCtaCircleThree 6.5s cubic-bezier(.3, 0, .3, 1) infinite;*/
  padding:25px 0px; }
.b-text{ font-size:22px; font-weight:bold; color:#ffffff; }
.b-box {
    background: #000412;
    min-height: 300px;
    border-radius: 30px; box-shadow: 8px 8px 15px #00124c, -8px -8px 15px #000823, inset 2px 2px 4px rgb(0 0 0 / 0%), inset -2px -2px 4px #ffffff;
}
.b-sub {
    /* background: #000; */
    color: #ffc107;
    padding: 7px;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    border: solid 2px #ffc107;
    border-radius: 8px;
    font-weight: 600;
    margin-top: 5px;
}
.copygight_text{ padding:15px 0px; background:#202020; border-top:solid 1px #333;  }
.footer_link{ padding:0px; margin:0px; }
.footer_link ul{ padding:0px; margin:0px; }
.footer_link ul li{ padding:0px 8px; margin:0px; display:inline-block; }
.footer_link ul li a{ padding:0px; margin:0px; color:#c1e3ff; font-size:15px; }
.footer_link ul li a:hover{ color:#f7c41a; text-decoration:none; }
.copy_text{ color:#c1e3ff; font-size:14px; }

.attend{ position:relative; background-attachment:fixed; }
.attend:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.attend h6{ font-size:18px; line-height:28px; }
.a-box {
  border: solid #fff;
  width: 320px;
  height: 210px;
  background: #000a2c;
  border: solid 3px #2a449c40;
  box-shadow:  0 10px 30px rgba(0, 0, 0, 0.1);; transition: 0.3s; border-radius: 18px;
}
.a-box:hover{ box-shadow:none; cursor:pointer; background:#000412; transform: translateY(-10px); }

.p-box {
  border: solid #fff;
  width: 320px;
  height: 340px;
  background: #000a2c;
  border: solid 3px #2a449c40;
  box-shadow:  0 10px 30px rgba(0, 0, 0, 0.1);; transition: 0.3s; border-radius: 18px; padding: 30px 0px;
}
.p-box:hover{ box-shadow:none; cursor:pointer; background:#000412; transform: translateY(-10px); }
.p-title {
    font-size: 24px;
    font-weight: bold;
    color: #ffc107;
}
.p-disc {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff; height: 160px;
}


.a-title {
    font-size: 20px;
    padding-top: 20px;
    font-weight: bold;
    color: #ffffff;
}
.a-disc {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
}
.why-img img{ border-radius:18px; }
.aw-btn {
  background: none;
  padding: 14px 30px !important;
  color: #fff !important;
  border: solid 2px #fff;
}
.aw-btn:hover{ background:#ea088c; }
.key-title {
  font-size: 56px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #192c6c;
}

.f-title {
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 500;
  background: #2a449c;
  display: inline-block;
  padding: 10px 15px 12px;
  position: relative;
}
.f-title::after {
  width: 30px;
  height: 30px;
  border-left: solid 32px #1d3483;
  border-bottom: solid 24px transparent;
  border-top: solid 24px transparent;
  content: '';
  position: absolute;
  right: -32px;
  top: 0px;
}
.title2 {
  font-size: 20px;
  font-weight: bold;
  color: #112670;
  border-bottom: solid 1px #ccc;
  padding-bottom: 6px;
  margin-bottom: 20px;
}
.grey-bg {
  background: #f2f2f2;
  padding: 10px 0px 0px 15px;
}
.checkbox input {
  position: relative;
  z-index: 999;
  top: 4px;
  margin-right: 7px;
}

.sp-price1 {
  font-size: 38px;
  font-weight: bold;
  color: #93278f;
}


.gst {
  font-size: 16px;
  font-weight: bold;
  color: #999999;
}

.offer-box .fa-square-check {
  color: #4CAF50;
  font-size: 18px;
}


.offer-box .fa-window-close {
  color: #df2024;
}
.sp-book-now a {
  background: #e5252b;
  padding: 8px 21px 8px;
  color: #fff;
  border-radius: 4px;
  /* font-weight: bold; */
  text-decoration: none;
  /* margin: 18px; */
  font-size: 18px;
}


.gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.glow2 {
    position: absolute;
    width: 100vw;
    height: 70vh;
    background: radial-gradient(circle, #e4108738, #00000033 70%);
    top: 40%;
    right: -60%;
    transform: translate(-50%, -50%);
    z-index: 2;
    animation: pulse 8s infinite alternate;
    filter: blur(30px);
}
.glow3 {
    position: absolute;
    width: 80vw;
    height: 50vh;
    background: radial-gradient(circle, #e4108738, #00000033 70%);
    top: 50%;
    right: -30%;
    transform: translate(-50%, -50%);
    z-index: 2;
    animation: pulse 8s infinite alternate;
    filter: blur(30px);
}
.title3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #ffffff;
}





.card__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: center;
}


.title-glow {
  display: inline-block;
  font-size: 42px;
  font-weight: 800;
  background: linear-gradient(90deg, #8ec5fc, #e0c3fc);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
  padding: 20px 40px;
  border-radius: 20px;
  background-color: #e0e5ec;
  box-shadow: 
    10px 10px 20px #c8d0e7,
    -10px -10px 20px #ffffff,
    inset 2px 2px 5px rgba(255, 255, 255, 0.5),
    inset -2px -2px 5px rgba(0, 0, 0, 0.05);
  animation: glowSoft 3s ease-in-out infinite;
}

@keyframes glowSoft {
  0%, 100% {
    box-shadow: 
      10px 10px 20px #c8d0e7,
      -10px -10px 20px #ffffff,
      inset 2px 2px 5px rgba(255, 255, 255, 0.5),
      inset -2px -2px 5px rgba(0, 0, 0, 0.05);
  }
  50% {
    box-shadow: 
      12px 12px 25px #c1c9de,
      -12px -12px 25px #ffffff,
      inset 3px 3px 6px rgba(255, 255, 255, 0.6),
      inset -3px -3px 6px rgba(0, 0, 0, 0.06);
  }
}

h1 {
  text-align: center;
  margin-bottom: 40px;
}

h1 small {
  font-size: 18px;
  color: #555;
}






.box1 {
    width: 100%;
    height: 120px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    background: linear-gradient(302deg, #000823, #000e3e);
    box-shadow: 8px 8px 15px #001764, -8px -8px 15px #000823, inset 2px 2px 4px rgb(0 0 0 / 0%), inset -2px -2px 4px #ffc61a;
    transform-style: preserve-3d;
    transition: transform 0.3s ease;
}

.box:hover {
  transform: rotateY(8deg) rotateX(8deg) scale(1.05);
}

/* Animation specific classes */
.upDown {
  animation: upDown 2s ease-in-out infinite;
}

.zoomInOut {
  animation: zoomInOut 2s ease-in-out infinite;
}

.leftRight {
  animation: leftRight 2s ease-in-out infinite;
}

.rotateWiggle {
  animation: rotateWiggle 1.5s ease-in-out infinite;
}

.scaleBounce {
  animation: scaleBounce 2s ease-in-out infinite;
}

.fadeInOut {
  animation: fadeInOut 2s ease-in-out infinite;
}

.diagonalMove {
  animation: diagonalMove 2s ease-in-out infinite;
}


/* HERE ANIMATED @kEYFRAMES*/
@keyframes upDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

/*   animation: upDown 2s ease-in-out infinite; */



@keyframes zoomInOut {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

/* animation: zoomInOut 2s ease-in-out infinite; */




@keyframes leftRight {

  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(15px);
  }
}

/* animation: leftRight 2s ease-in-out infinite; */




@keyframes rotateWiggle {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(3deg);
  }
  75% {
    transform: rotate(-3deg);
  }
}

/* animation: rotateWiggle 1.5s ease-in-out infinite; */




@keyframes scaleBounce {
  0%, 100% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.2);
  }
  60% {
    transform: scale(0.95);
  }
}

/* animation: scaleBounce 2s ease-in-out infinite; */




@keyframes fadeInOut {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}

/* animation: fadeInOut 2s ease-in-out infinite; */




@keyframes diagonalMove {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, -10px);
  }
}

/* animation: diagonalMove 2s ease-in-out infinite; */
.sub-title {
    font-size: 24px;
    color: #fff;
}
.why-disc {
    font-size: 18px;
    font-weight: 700;
    color: #FFC107;
    margin: 0;
    line-height: 1.2;
}
.icon img{ width:35%; }
.text-black{ color:#000; font-weight:bold; }
.dropdown-menu { background:#020c2e; padding:0px; margin:0px; }





@-webkit-keyframes blink {
    to {
        opacity: 0.0;
    }
}

@-moz-keyframes blink {
    to {
        opacity: 0.0;
    }
}

@-ms-keyframes blink {
    to {
        opacity: 0.0;
    }
}

@-o-keyframes blink {
    to {
        opacity: 0.0;
    }
}
@keyframes blink {
    to {
        opacity: 0.0;
    }
}
.arrow {
    font: italic bold 200px Georgia, serif;
    color: white;
    text-shadow: 0px 0px 40px #39FF14, 0px 0px 40px #39FF14;
}
.dash {
    border: solid 2px #fff;
    padding: 15px 30px;
    display: inline-block; background: #000723;
}

.dash a{
    font-size:30px;
    color: white;
    
    
    text-shadow: 0px 0px 40px #ff0091, 0px 0px 40px #ff0090, 0px 0px 40px #ff0090;
    -webkit-animation-name: blink;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blink;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    
    -ms-animation-name: blink;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    
    -o-animation-name: blink;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    
     animation-name: blink;
     animation-duration: 5s;
     animation-iteration-count: infinite; line-height: 36px !important;
}
.dash a:hover{ text-decoration:none; }

.flash-btn{
  position:relative;
}
.heading {
    background: #000823;
    font-size: 30px;
    padding: 0px 10px;
    font-weight: bold;
    color: #ffc107;
    padding: 10px 20px;
}
.sub-title2 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    padding: 10px 20px;
    background: #e3e3e3;
}
.discription{ font-size:16px; color:#000; font-weight:bold; padding:10px 20px; line-height:28px; }



/*Marquee*/
.marquee {
  overflow-x: clip;
  white-space: nowrap;
  position: relative;
  width: 100%;
}

.marquee-inner {
  display: flex;
  align-items: center;
  gap: 2vw;
  padding: 8vh 0 6vh;
  will-change: transform;
}

.marquee-inner img {
  height: 100%;
  transition: transform 0.5s;
  flex-shrink: 0;
  width: 20vw;
  border-radius: 2rem;
}

.marquee-inner img:hover {
  transform: scale(1.03);
}
.highlights{ 
  padding:50px 0px; 
}
/*end*/

h2.subhead {
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    background: #10216c;
    display: inline-block;
    padding: 10px 15px 12px 20px !important;
    position: relative;
    line-height: 21px;
}
h2.subhead::after {
    width: 30px;
    height: 30px;
    border-left: solid 32px #10216c;
    border-bottom: solid 22px transparent;
    border-top: solid 21px transparent;
    content: "";
    position: absolute;
    right: -32px;
    top: 0px;
}
.content-box h4 {
    font-size: 15px;
    color: #10216c;
}
.content-box p {
    color: #000;
}

.content-box .list { padding:0px; margin:0px; }
#agenda .a-grey p{ margin-bottom:5px; }
.a-grey {
    background: #e7e7e7;
    padding: 20px 0px;
    font-size: 16px; color: #000;
}



                        .single-person {
    border-radius: 10px;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0 0 10px #d63c004d;
}
  .single-person1 {  position: relative;
    border-radius: 10px;
    display: block;
    margin-bottom: 20px;
min-height:490px;
    text-align: center;
  box-shadow: 0 0 10px #0707074d;
    background: #fff; padding:7px;
}
.person-image img {
    border-radius: 10px;
    width: 100%;background: #000;
}

.person-info {
    padding: 5px;
}
.person-info p b
{
    font-size: 18px;
}
.person-info p img{width: 150px;}
.speciality {
    font-size: 15px;
    font-weight: 500;
    text-shadow: none;
    padding-top: 10px;
    min-height: 50px !important;
}
.person-info h3 {
   color: #8d1560;
    position: relative;
    /* font-weight: 600; */
    margin: 0px;
    font-size: 22px;
    font-weight: 600;
    background: none;
    line-height: 1.6em;
} 

  .speakers-box{
        display: contents;
        list-style: none;
        width: 100%;
      }
      .speakers-box li{ 
        width: 18%;
    display: inline-block;
    margin: 0.5%;
        vertical-align: top;
      }
  
    @media screen and (max-width: 667px){
        .speakers-box li{
          width: 95% !important;
        }
        
      }
      @media screen and (max-width: 1024px){
        .speakers-box li{
          width: 32%;
        }
        
      }
 


  .linkedin {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #0A66C2;
    padding: 4px 8px 0px;
    border-radius: 4px;
}
.linkedin i {
    color: #fff; font-size: 16px;
}