.awards_header .navbar .nav-link {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
}

.bg-vd {
  position: relative;
  z-index: -1;
}

.bg-vd::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #ee4d38, transparent);
}

.banner-img {
  margin-top: -200px;
}

#vd {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo-mid {
  width: 520px;
  /* border-radius: 50%; */
  /* background: #0000001f; */
  padding: 20px;
}

.about_awards h3 {
  margin: 60px auto 20px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}

.nav-link {
  color: #fff !important;
  border-right: 1px solid #ffffff;
  padding: 0px 12px;
  text-decoration: none;
  font-size: 14px !important;
  text-transform: uppercase !important;
  line-height: 17px;
  margin: 0 6px;
  font-weight: 600 !important;
}

/* .awards_header .navbar{
    background-image: linear-gradient(45deg, #ed4c37, #4e3c20);
} */
.awards_categories .owl-theme .owl-nav [class*='owl-'] {
  display: block !important;
}


.dates_inner {
  width: 100%;
  height: 215px;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: 0px;
  color: rgb(255, 255, 255);
  margin-bottom: 0px;
  transition: all 0.3s ease 0s;
  background: rgb(0 0 0 / 20%);
  font-weight: 500;
  display: flex;
  font-size: 16px;
  line-height: 1.5em;
  padding: 30px 20px;
  flex-direction: column;
  border-radius: 20px;
  margin: 0 0 20px;
}

.dates_inner p {
  color: #ffffff !important;
  position: relative;
}

.dates_inner p::after {
  height: 3px;
  background: #ff6494;
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  left: 50%;
  margin-left: -25px;
  bottom: 0;
  top: 40px;
}

.dates_inner h4 {
  color: #ffffff !important;
  font-weight: 600;
  font-size: 19px;
  margin-top: 40px;
}

.dates_inner:hover .data_data {
  transform: translateY(-30%);
}

.dates_inner .data_data {
  transition: all .3s ease;
}

.dropdown-toggle:hover {
  color: #fff !important;
}

.about_awards .date_row {
  padding: 30px 15px;
  border-radius: 25px;
  border: 6px solid #ea3f5b;
  width: 100%;
  background: linear-gradient(45deg, #9f1b80 0%, #e94d36 100%) !important;
}

.awards_categories .speaker_inner p {
  margin: 0 auto;
}

.awards_categories h2 {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 40px;
}

.awards_categories p {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-weight: 300;
  margin: 40px auto 0;
  width: 80%;
}

.category_btn {
  text-align: center;
  margin: 20px 0;
}

.guidelines_wrapper h2 {
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.guidelines_wrapper p {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-weight: 300;
  margin: 40px auto 0;
  width: 80%;
}

.guidelines_wrapper .btn {
  background: #000;
  border-color: #000;
}

.guidelines_wrapper {
  /* background:linear-gradient(45deg, rgb(238, 77, 56), transparent) */
  position: relative;
  z-index: 1;
}

.guidelines_wrapper::before {
  content: '';
  position: absolute;
  background: url('https://events.eletsonline.com/india-cx-summit/assets/cx-img/abstract.png');
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.faqs_wrapper h2 {
  font-weight: 600;
  text-align: center;
  margin: 0 0 30px;
}

.accordion-body p,
.accordion-body ul li {
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  font-weight: 300;
}

.accordion-item {
  background: unset;
  border: 0;
}

.awards_categories_wrapper h2 {
  font-weight: 600;
  font-size: 52px;
}

.awards_categories_wrapper h2 span {
  font-weight: 400;
  color: #fff;
}

.awards_categories_wrapper p {
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  font-weight: 300;
}

.awards_header_row {
  padding: 15px 5px;
  background: #ececdd;
  margin: 40px 0 0;
}

.awards_title h3 {
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 0px;
  color: #000;
  text-transform: uppercase;
}

.award-dec {
  float: left;
  width: 100%;
  border-bottom: 1px solid #8b8b8b;
  padding: 15px 5px;
  color: #fff;
}

.awards_odd {
  background: #2c2c2c8f;
  border-top: 1px solid #8b8b8b;
  border-bottom: 1px solid #8b8b8b;
  padding: 30px 0 !important;
}

.awards_des {
  align-items: center;
  padding: 20px 0;
}

.awards_des_title h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 0px;
  color: #fff;
  text-transform: inherit;
}

.awards_description p {
  font-size: 14px;
  line-height: 24px;
}

.awards_categories_wrapper p span {
  color: rgb(244, 126, 60);
  font-weight: 500;
}

.awards_categories_wrapper h4 {
  color: #fff !important;
  background: linear-gradient(135deg, #E8A32A 0%, #D92D62 45.72%, #D9176B 100%);
  width: fit-content;
  text-align: center;
  padding: 10px 30px;
  border-radius: 30px;
  margin: 30px auto;
  font-size: 16px;
}

/* ul.tabs {
    margin: 30px 0 10px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap; 
    overflow-x: auto; 
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none; 
    -ms-overflow-style: none; 
    scroll-behavior: smooth;
}

ul.tabs::-webkit-scrollbar {
    display: none; 
}

ul.tabs li {
    display: inline-block;
    padding: 10px 16px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    white-space: nowrap;
}

ul.tabs li {
  background: none;
  color: #ffffff;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
} */

/* .tab-scroll-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
} */


.dates_early {
  border: 1px solid rgb(249 114 48 / 26%);
  padding: 40px;
  border-radius: 10px;
  background: #35255d;
  box-shadow: 0px 0px 24px 0px #f47c3c59;
}

.accordion-item .award_tab_inner p {
  color: #fff;
  margin: 0px;
  padding: 0;
}

.accordion-item .award_tab_inner {
  border: 0;
}

.accordion-item .accordion-body h3 {
  border: 0;
  margin: 0;
}

.awards_categories_wrapper .accordion-body ul li {
  border-bottom: 1px solid #333;
}

.awards_categories_wrapper .accordion-body {
  padding: 0;
}

.tabs {
  /* display: flex;
  flex-wrap: nowrap; */
  overflow-x: auto;
  /* white-space: nowrap; */
  margin: 30px 0 10px;
  padding: 0;
  list-style: none;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE */
}

.tabs::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}

.tabs li {
  display: inline-block;
  padding: 10px 16px;
  font-weight: 400;
  color: white;
  /* background-color: #333; */
  margin-right: 10px;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
}

.award_tab_inner {
  border-radius: 10px;
  position: relative;
  border: 1px solid #fff;
  margin: 0 0 30px;
}

.award_tab_inner p {
  line-height: 24px;
  color: #000;
}

.award_tab_inner h5 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-size: 38px;
  position: absolute;
  right: 5px;
  top: 0;
  color: #fff;
}

.award_tab_inner h3 {
  width: 80%;
  font-size: 20px;
  font-weight: 600;
  color: #291c49;
}

ul.tabs li.current {
  background: linear-gradient(135deg, #E8A32A 0%, #D92D62 45.72%, #D9176B 100%);
  border-radius: 30px;
  color: #fff;
}

.tab-content {
  display: none;
  height: fit-content;
  border-radius: 0 0 20px 20px;
  padding: 40px 65px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 1px 120px 0px rgba(35, 31, 32, 0.17);
}

.tab-content.current {
  display: inherit;
}


.tab-content ul {
  position: relative;
}

.tab-content ul:before {
  top: -5px;
  left: 6px;
  width: 1px;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #c5d7e3;
}

.tab-content ul li {
  color: #151f35;
  font-size: 20px;
  font-weight: 700;
  padding-left: 20px;
  margin-bottom: 30px;
  position: relative;
  list-style: none;
}

.tab-content ul li:before {
  left: -13px;
  top: 8px;
  width: 13px;
  height: 13px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background: #c7a748;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  color: #fff;
}

.guideline_inner {
  background: #fff;
  padding: 0 15px 30px;
  min-height: 450px;
  margin: 0 0 20px;
}

.guideline_inner h5 {
  background: linear-gradient(45deg, #f7983f 0%, #e94d36 100%) !important;
  padding: 10px;
  text-align: center;
  color: #fff;
  margin: 0 -15px 20px;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
}

.guideline_inner ul li {
  font-size: 15px;
  line-height: 23px;
  padding: 0 0 10px;
}

.awards_categories_wrapper h6 {
  color: #fff !important;
  background: linear-gradient(135deg, #E8A32A 0%, #D92D62 45.72%, #D9176B 100%);
  width: fit-content;
  text-align: center;
  padding: 10px 30px;
  border-radius: 30px;
  margin: 30px auto;
  font-size: 16px;
}

.nomination_submission span {
  text-transform: uppercase;
  display: block;
}

.text1 {
  color: white;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 8px;
  margin-bottom: 20px;
  position: relative;
  animation-name: text;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

.text2 {
  font-size: 25px;
  color: #FFE997;
  margin-top: 15px;
}

@keyframes text {
  0% {
    color: #f7983f;
    margin-bottom: -20px;
  }

  30% {
    color: #fff;
    letter-spacing: 15px;
    margin-bottom: -20px;
  }

  85% {
    color: #fff;
    letter-spacing: 8px;
    margin-bottom: -20px;
  }

  100% {
    color: #f7983f;
    margin-bottom: 20px;
  }
}


.timeline {
  position: relative;
  width: 660px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: rgb(80, 80, 80);
  background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(100%, rgba(125, 185, 232, 1)));
  background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
  background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
  background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
  background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);

  z-index: 5;
}

.timeline li {
  padding: 1em 0;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  width: 300px;
  float: left;
  text-align: right;
}

.direction-r {
  position: relative;
  width: 300px;
  float: right;
}

.flag-wrapper {
  position: relative;
  display: inline-block;

  text-align: center;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(248, 248, 248);
  padding: 6px 10px;
  border-radius: 5px;

  font-weight: 600;
  text-align: left;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -35px;
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid #f3833d;
  z-index: 10;
}

.nomination_submission p {
  color: #fff;
  font-size: 23px;
  margin: 20px 0 50px;
}

.direction-r .flag:before {
  left: -35px;
}

.direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(248, 248, 248);
  border-width: 8px;
  pointer-events: none;
}

.direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: rgb(248, 248, 248);
  border-width: 8px;
  pointer-events: none;
}

.time-wrapper {
  display: inline;

  line-height: 1em;
  font-size: 0.66666em;
  color: rgb(250, 80, 80);
  vertical-align: middle;
}

.direction-l .time-wrapper {
  float: left;
}

.direction-r .time-wrapper {
  float: right;
}

.time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248, 248, 248);
}

.desc {
  margin: 1em 0.75em 0 0;
  color: #fff;
  font-style: normal;
  font-size: 14px !important;
  font-weight: 300;
  font-size: 0.77777em;
  line-height: 22px;
}

.direction-r .desc {
  margin: 1em 0 0 0.75em;
  color: #fff;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}