body{
  background-color: #181818;
}
footer {
  background-color: #000;
}
.award_hero .regbtn{
  background-color: #c8ad5a;
}
.award_hero .regbtn:hover{
  background-color: #eae84c;
}
.hero-section.award_hero .hero-content{
  justify-content: end;
  padding-bottom: 5%;
  padding-top: 10%;
}
.hero-section.award_hero h1{
  color: #FFFFFF;
  font-size: 52px;
  font-weight: 700;
  text-transform: capitalize;
  /* font-family: "Outfit",sans-serif; */
  margin-bottom: 8px;
}
.hero-section.award_hero h2{
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 500;
  text-transform: capitalize;
  /* font-family: "Outfit",sans-serif; */
}
.hero-section.award_hero h3{
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 400;
  /* font-family: "Outfit",sans-serif; */
  font-weight: 500;
}
.hero-section.award_hero img{
  margin-bottom: 1rem;
}
.cs-slider_heading.cs-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.text-center {
  text-align: center !important;
}
.past-speakers .cs-section_heading.cs-style1 .cs-section_title {
  font-size: 72px;
  color: #c8ad5a;
  font-weight: 800;
  /* font-family: "Outfit",sans-serif; */
  clear: both;
}
.cs-team.cs-style1, .awards-winners-slider {
  overflow: hidden;
  position: relative;
}
.cs-team.cs-style1 .cs-member_thumb {
  border-radius: 15px;
  position: relative;
  overflow: inherit;
  overflow: hidden;
}
.past-speakers .cs-team.cs-style1 .cs-member_thumb {
  border-radius: 24px;
  background-color: #000;
}
.cs-team.cs-style1 .cs-member_thumb img {
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: inherit;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.past-speakers .cs-team.cs-style1 .cs-member_thumb img {
  filter: grayscale(100%);
}
.cs-team.cs-style1 .cs-member_overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  background: -webkit-gradient(linear,left bottom,left top,from(#000000),to(rgba(77,77,77,0)));
  background: linear-gradient(360deg,#000000 0%,rgba(77,77,77,0) 100%);
}
.cs-team.cs-style1 .cs-member_info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  padding: 30px 25px;
}
.cs-team.cs-style1 .cs-member_info {
  background: linear-gradient(360deg,#000000 0%,rgb(0 0 0 / 0%) 80%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 24px;
}
.cs-team.cs-style1 .cs-member_name {
  font-size: 22px;
  margin-bottom: 6px;
}
.cs-team.cs-style1 .cs-member_name {
  text-transform: uppercase;
  /* font-family: "Outfit",sans-serif; */
  color: #FEFEFE;
  font-weight: 600;
  line-height: 1.3em;
}
.past-speakers .cs-team.cs-style1 .cs-member_info .cs-member_designation:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  color: #fff;
  /* font-family: "Outfit",sans-serif; */
}
.past-speakers .cs-team.cs-style1 .cs-member_info .cs-member_designation:nth-child(3) {
  color: #e75a12;
  text-transform: capitalize;
  line-height: 1.2em;
  margin-top: 3px;
  /* font-family: "Outfit",sans-serif; */
  font-weight: 500;
  font-size: 18px;
}
.past-speakers .cs-team.cs-style1 .cs-member_info .cs-member_designation:nth-child(3) {
  color: #c8ad5a;
}
.cs-team.cs-style1:hover .cs-member_thumb img {
  -webkit-transform: scale(1.06) translateY(8px);
  transform: scale(1.06) translateY(8px);
}
.past-speakers .cs-team.cs-style1:hover .cs-member_thumb img {
  filter: grayscale(0);
}
.cs-slider {
  position: relative;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.cs-gap-12 .slick-list {
  margin-left: -6px;
  margin-right: -6px;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track::before, .slick-track::after {
  display: table;
  content: '';
}
.slick-initialized .slick-slide {
  display: block;
}
.cs-gap-12 .slick-slide {
  padding-left: 6px;
  padding-right: 6px;
}
.slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cs-portfolio.cs-style1 {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  height: 500px;
  display: block;
  position: relative;
}
.cs-portfolio.cs-style1.cs-type2 {
  border-radius: 5px;
}
.cs-portfolio.cs-style1.cs-size3 {
  height: 600px;
}
.cs-portfolio.cs-style1.cs-type2 {
  border-radius: 0;
}
.cs-portfolio.cs-style1 .cs-portfolio_hover {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: rgba(22,22,22,.4);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
}
.cs-portfolio.cs-style1.cs-type2 .cs-portfolio_hover {
  opacity: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg,rgb(0 0 0) 0%,rgb(0 0 0 / 20%) 100%);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.cs-portfolio.cs-style1.cs-type2 .cs-portfolio_hover {
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,74,23,.2)),to(rgba(0,0,0,.8)));
  background: linear-gradient(180deg,rgba(255,74,23,.2) 0%,rgba(0,0,0,.8) 100%);
}
.cs-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cs-portfolio.cs-style1 .cs-portfolio_bg {
  height: 100%;
  width: 100%;
  border-radius: inherit;
}
.cs-portfolio.cs-style1 .cs-portfolio_info {
  height: 300px;
  width: 300px;
  border-radius: 50%;
  padding: 105px 20px 80px 65px;
  bottom: -60px;
  left: -40px;
  position: absolute;
  z-index: 2;
}
.cs-portfolio.cs-style1.cs-type2 .cs-portfolio_info {
  height: 100%;
  width: 100%;
  border-radius: 0%;
  padding: 30px 20px 30px 25px;
  bottom: 0;
  left: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.cs-portfolio.cs-style1 .cs-portfolio_title {
  font-size: 22px;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
  color: #FEFEFE;
  font-weight: 600;
  line-height: 1.3em;
  /* font-family: "Outfit",sans-serif; */
}
.cs-portfolio.cs-style1.cs-type1 .cs-portfolio_title, .cs-portfolio.cs-style1.cs-type1 .cs-portfolio_subtitle, .cs-portfolio.cs-style1.cs-type2 .cs-portfolio_title, .cs-portfolio.cs-style1.cs-type2 .cs-portfolio_subtitle {
  top: 15px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transition-delay: 0s;
}
.cs-portfolio.cs-style1.cs-type1 .cs-portfolio_title, .cs-portfolio.cs-style1.cs-type2 .cs-portfolio_title, .cs-portfolio.cs-style1.cs-type2 .cs-portfolio_subtitle {
  top: 0;
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  margin-bottom: 0px;
}
.cs-accent_bg, .cs-accent_bg_hover:hover {
  background-color: #FF4A17;
}
.cs-portfolio.cs-style1 .cs-portfolio_info_bg {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  left: 0;
  top: 0;
}
.cs-portfolio.cs-style1.cs-type2 .cs-portfolio_info_bg {
  display: none;
}
.cs-portfolio.cs-style1.cs-type2 .cs-portfolio_info .cs-member_designation {
  color: #c8ad5a;
  /* font-family: "Outfit",sans-serif; */
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3rem
}
.cs-portfolio.cs-style1.cs-type2 .cs-portfolio_info .cs-member_company {
  color: #c8ad5a;
  line-height: 1.2;
  /* font-family: "Outfit",sans-serif; */
  font-weight: 500;
}
.cs-primary_color {
  color: #FEFEFE;
}
.cs-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cs-slider_arrows.cs-style2 .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  background-color: rgba(153,150,150,.5);
  border-radius: 50%;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-slider_arrows.cs-style2 .slick-arrow.cs-left_arrow {
  left: 40px;
}
.cs-slider_arrows.cs-style2 .slick-arrow.cs-right_arrow {
  right: 40px;
}
.cs-slider_arrows.cs-style2 .slick-arrow {
  cursor: pointer;
}
.cs-portfolio.cs-style1.cs-type2 .cs-portfolio_hover_info {
  height: 100%;
  width: 100%;
  border-radius: 0%;
  padding: 40px;
  top: 50%;
  left: 50%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.cs-portfolio.cs-style1.cs-type2:hover .cs-portfolio_hover_info {
  opacity: 1;
  top: 40%;
  left: 50%;
}
.slick-slide img {
  display: block;
}
.cs-portfolio.cs-style1.cs-type1 img, .cs-portfolio.cs-style1.cs-type2 img {
  width: 100%;
}
.cs-portfolio.cs-style1.cs-type2 .cs-portfolio_hover_info img {
  width: auto;
  height: 150px;
  margin-bottom: 10px;
  background: none !important;
}
.cs-portfolio.cs-style1.cs-type2 .cs-portfolio_hover_info p {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
}
.cs-player_btn {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cs-player_btn {
  position: relative;
  width: 50px;
  height: 50px;
  top: 100%;
  color: #4e4323;
}
.cs-player_btn::before, .cs-player_btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
}
.cs-player_btn::before {
  z-index: 0;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}
.cs-player_btn span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 24px solid currentColor;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}
.cs-player_btn span {
  border-left: 14px solid currentColor;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.cs-player_btn::after {
  z-index: 1;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.cs-portfolio.cs-style1.cs-size3::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  top: 20px;
  left: 20px;
  display: block;
  border: 1px solid #c8ad5a;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(200, 173, 90);
  border-bottom: none;
}
.cs-portfolio.cs-style1.cs-type2:hover .cs-portfolio_info {
  opacity: 0;
}
.cs-shape_wrap_6 {
  position: relative;
  overflow: hidden;
}
.cs-shape_2 {
  position: absolute;
  height: 320px;
  width: 320px;
}
.cs-shape_2 div {
  background-color: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 100%;
  width: 100%;
}
.cs-shape_wrap_6 .cs-shape_2 > div {
  background-color: #181818;
}
.awards-nominations.cs-shape_wrap_6 .cs-shape_2 > div {
  background-color: #090a0a;
}
.cs-shape_wrap_6 .cs-shape_2:nth-child(1) {
  left: -240px;
  top: 30px;
  -webkit-animation: animo-x 9s cubic-bezier(.4,0,.2,1) infinite;
  animation: animo-x 9s cubic-bezier(.4,0,.2,1) infinite;
}
.cs-shape_wrap_6 .cs-shape_2:nth-child(2) {
  bottom: 30px;
  right: -200px;
  -webkit-animation: animo-x 9s cubic-bezier(.4,0,.2,1) infinite;
  animation: animo-x 9s cubic-bezier(.4,0,.2,1) infinite;
}
.cs-m0 {
  margin: 0;
}
.cs-font_50 {
  font-size: 50px;
}
.cs-line_height_4 {
  line-height: 1.4em;
}
.awards-nominations h2 {
  font-size: 72px;
  color: #c8ad5a;
  font-weight: 800;
  /* font-family: "Outfit",sans-serif; */
  clear: both;
}
.awards-nominations h3.cs-section_subtitle {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  /* font-family: "Outfit",sans-serif; */
  margin-bottom: 20;
  line-height: 1.3em;
  clear: both;
}
.awards-nominations-list .box-container {
  align-items: center;
  display: grid;
  grid-gap: 40px 40px;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  width: 100%;
}
.awards-nominations-list .box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 100%;
  max-width: 100%;
  border: 1px solid #c8ad5a6b;
  padding: 10px;
  border-radius: 10px;
}
.awards-nominations-list .flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.awards-nominations-list .flip-box-front, .awards-nominations-list .flip-box-back {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 10px;
  min-height: 360px;
  -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.awards-nominations-list .flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: #000;
}
.awards-nominations-list .flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.awards-nominations-list .flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.awards-nominations-list .flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.awards-nominations-list .flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 60px 30px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  transform: translateY(-50%) translateZ(60px) scale(.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
  top: 50%;
}
.awards-nominations-list .flip-box-header {
  font-size: 42px;
  text-shadow: 2px 2px #0a0a0aeb;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}
.awards-nominations-list .flip-box p {
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  /* font-family: "Outfit",sans-serif; */
  margin-bottom: 15px;
  font-weight: 500;
}
.awards-nominations-list .flip-box a {
  color: #c8ad5a;
  /* font-family: "Outfit",sans-serif; */
  font-weight: 600;
}
.awards-nominations-list .flip-box-img {
  margin-top: 25px;
}
.awards-nominations-list .flip-box-button {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  padding: 15px 20px;
  text-transform: uppercase;
  /* font-family: "Outfit",sans-serif; */
}
.awards-nominations-list .flip-box .flip-box-front .inner{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.black-bg {
  background-color: #090a0a;
}
.home-galanight-section .galanight .galanight-left{
  background-image: url('../images/award.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
  min-height: 680px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  /* font-family: "Outfit",sans-serif; */
  border-radius: 5%;
  position: relative;
}
.home-galanight-section .galanight .galanight-left:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg,rgb(0 0 0) 0%,rgb(0 0 0 / 20%) 100%);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-bottom-left-radius: 5%;
  border-bottom-right-radius: 5%;
}
.home-galanight-section .galanight .galanight-left h2{
  color: #fff;
  font-size: 72px;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
  margin: 0;
  margin-bottom: 15px;
  z-index: 1;
}
.home-galanight-section .galanight .galanight-left p{
  color: #fff;
  z-index: 1;
  font-weight: 500;
  font-size: 18px;
}
.home-galanight-section .galanight .galanight-left, .home-galanight-section .galanight .galanight-right{
  padding: 0 40px;
}
.home-galanight-section .galanight .galanight-left{
  padding: 30px 80px;
}
.home-galanight-section .galanight .galanight-right{
  margin:0px;
}
.home-galanight-section .galanight .galanight-right .accordion{
  --bs-accordion-bg:translate !important;
}
.home-galanight-section .galanight .galanight-right .accordion-button{
  color:#666666 !important;
  font-size: 22px;
  text-transform:capitalize;
  padding:0;
  margin: 0;
  background: transparent;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
}
.home-galanight-section .galanight .galanight-right .accordion-button:not(.collapsed){
  background-color:#e6f6f500 !important;
  box-shadow:none !important;
  color: #c8ad5a !important;
  padding-top: 0px;
  font-size: 26px;
}
.home-galanight-section .galanight .galanight-right .accordion-item{
  border:none !important;
  background: transparent;
}
.home-galanight-section .galanight .galanight-right .accordion-button:focus{
  border-color: #80d4ce00 !important;
  box-shadow:none !important;
}
/*
.home-galanight-section .galanight .galanight-right .accordion-button::after{
  background-image: url('../img/plus.png');
    background-repeat: no-repeat;
    background-size: 1.25rem;
    width: 40px;
    height: 40px;
    background-size: auto;
}
*/
.home-galanight-section .galanight .galanight-right .accordion-button::after{ display:none; }
.home-galanight-section .galanight .galanight-right .accordion-button:not(.collapsed)::after{
  background-image: url('../images/minus.png');
  transform: rotate(0);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  width: 40px;
  height: 40px;
  background-size: auto;
  display: block;
}
.home-galanight-section .galanight .galanight-right .accordion-header{
  border-bottom: 1px solid #c8ad5a6b;
  font-size: 26px;
  display: flex;
  display: flex;
  justify-content: space-between;
  /* font-family: "Outfit",sans-serif; */
}
.home-galanight-section .galanight .galanight-right .accordion-header .cs-funfact_number{
  display: flex;
  width: 20%;
  justify-content: flex-end;
  align-items: center;
  color: #666666 !important;
  font-size: 22px;
}
.home-galanight-section .galanight .galanight-right .accordion-body{
  padding: 15px 0;
}
.home-galanight-section .galanight .galanight-right .accordion-body p, .home-galanight-section .galanight .galanight-right .accordion-body  ul li{
  color: #b1b1b1;
  font-size: 18px;
  /* font-family: "Outfit",sans-serif; */
  font-weight: 500;
}
.home-galanight-section .galanight .galanight-right .accordion-body  ul{
  list-style: disc;
  margin: 0;
  padding-left: 20px;
  /* font-family: "Outfit",sans-serif; */
}
.home-galanight-section .galanight .galanight-right .accordion-body  ul li{
  margin-bottom: 5px;
  list-style: disc;
}

.home-galanight-section .galanight .galanight-right .accordion-body  ul li::marker {}

.mobile-only {
  display: none;
}
.home-galanight-section .galanight .galanight-right .accordion-body ul {
  list-style: disc;
}
.border-none{
  border: none !important;
}
.cs-shape_wrap_4 {
  position: relative;
}
.cs-parallax [class*="cs-to_"], .cs-parallax_bg [class*="cs-to_"] {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.cs-shape_wrap_4 .cs-shape_4 {
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  z-index: -1;
}
.cs-shape_wrap_4 .cs-shape_4:nth-child(1) {
  left: 5%;
  top: 52%;
  height: 100px;
  width: 100px;
}
.cs-shape_wrap_4 .cs-shape_4:nth-child(2) {
  left: 10%;
  top: 58%;
  height: 286px;
  width: 286px;
}
.why_sponsor .cs-section_heading.cs-style1 .cs-section_title{
  margin-bottom: 10px;
}
.why_sponsor .cs-section_heading.cs-style1 .cs-section_subtitle{
  color:#fff;
  font-size: 32px;
}
.why_sponsor .cs-iconbox.cs-style4 .cs-iconbox_title{
  font-size: 18px;
}
.why_sponsor .cs-iconbox.cs-style4 .cs-iconbox_icon img{
  height: 80px;
}
.why_sponsor .cs-section_heading{
  width: 80%;
}
.why_sponsor .hs-input, .cs-side_header_box .hs-input:not([type=radio]):not([type=checkbox]){
  display: block;
  width: 100%;
  padding: 10px 20px;
  border-radius: 15px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #999696;
  background-color: transparent;
  color: #999696;
  /* font-family: "Outfit", sans-serif; */
  font-weight: 500;
  margin-bottom: 10px;
}
input::placeholder {
  color: #999696;
}
.why_sponsor .hs-input.hs-fieldtype-intl-phone{
  padding: 0;
  border: none;
}
.cs-side_header_box label{
  font-size: 14px;
}
.why_sponsor label{
  /* font-family: "Outfit", sans-serif; */
  color:#fff;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}
.cs-side_header_box span{ margin-left:10px; }
.why_sponsor .hs-button, .cs-side_header_box .hs-button{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 13px 26px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: transparent;
  color: #FEFEFE;
  position: relative;
  line-height: 1.5em;
  font-weight: 600;
  border-radius: 15px;
  background-color: #FF4A17;
  color: #fff;
  cursor: pointer;
  margin-top: 24px;
}
.why_sponsor .hs-button::before, .cs-side_header_box .hs-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(22, 22, 22, 0.4);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: inherit;
}
.why_sponsor .hs-button:hover::before,  .cs-side_header_box .hs-button:hover::before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.why_sponsor .form-columns-2, .cs-side_header_box .form-columns-2{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  grid-gap: 20px 20px;
}
.cs-side_header_box .form-columns-2{
  grid-gap: 10px 10px;
}
.why_sponsor .form-columns-2 .hs-form-field, .cs-side_header_box .form-columns-2 .hs-form-field {
  width: 100%;
}
.why_sponsor ul, .cs-side_header_box ul.inputs-list {
  margin: 0;
  list-style: none;
  padding: 0;
}
.why_sponsor ul, .cs-side_header_box ul.inputs-list li{
  margin: 10px 0;
}
.why_sponsor ul label.hs-error-msg, .cs-side_header_box ul.inputs-list label.hs-error-msg{
  color:red;
  font-size: 12px;
  /* font-family: "Outfit", sans-serif; */
}
.why_sponsor h2 {
    font-size: 72px;
    color: #c8ad5a;
    font-weight: 800;
    /* font-family: "Barlow", sans-serif; */
    clear: both;
}
.why_sponsor .cs-section_heading.cs-style1 .cs-section_title {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
  line-height: 1.2em;
  /* font-family: "Outfit", sans-serif; */
  margin-bottom: 20px;
}
.why_sponsor .cs-section_heading.cs-style1 p {
  color: #fff;
  /* font-family: "Outfit", sans-serif; */
  font-weight: 500;
  font-size: 20px;
}
.why_sponsor .cs-section_heading {
  width: 60%;
  margin: 0 auto;
}
.hs-fieldtype-intl-phone {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.why_sponsor .hs-button {
  background-color: #c8ad5a;
}
.icon-text-box{
  display: grid;
  grid-gap: 25px 25px;
  grid-template-columns: repeat(2, 1fr);
}
.icon-text-box .icon-box{
  border:1px solid #999696;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 200px;
  background-color: #151515;
  border-radius: 10px;
}
.icon-text-box .icon-box p{
  color: #c8ad5a;
  margin: 15px 0;
  line-height: 1.3;
  font-weight: 500;
  /* font-family: "Outfit", sans-serif; */
}
.icon-text-box .icon-box img{
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.icon-text-box .icon-box:hover{
  background-color: #2a2a2a;
}
.icon-text-box .icon-box:hover img{
  transition: 0.9s;
  transform: rotateY(180deg);
}
.cs-pagination.cs-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 70px;
}
.cs-pagination.cs-style1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inherit !important;
}
.cs-pagination.cs-style1 li {
  height: 16px;
  width: 16px;
  background-color: #c8ad5a;
  border: 1px solid #c8ad5a;
  border-radius: 50%;
  margin: 0 8px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-pagination.cs-style1 li.slick-active {
  background-color: transparent;
}
.cs-pagination.cs-style1 li::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #c8ad5a;
}
.cs-pagination.cs-style1 button {
  display: none;
}
.cs-pagination.cs-style1 li {
  cursor: pointer;
}
.cs-pagination.cs-style1 ul {
  list-style: none;
}
.cs-moving_text_wrap {
    overflow-x: hidden;
    font-size: 120px;
    font-weight: 700;
    line-height: 1.2em;
    color: transparent;
    -webkit-text-stroke: 2px #C8AD5A;
}
.cs-moving_text_wrap.cs-type1 {
    color: #C8AD5A;
    -webkit-text-stroke: 0 #C8AD5A;
}
.cs-moving_text_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 100%;
}
.cs-moving_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 6px;
  -webkit-animation: slide-left 20s linear infinite;
  animation: slide-left 20s linear infinite;
  /* font-family: "Barlow", sans-serif; */
}
.cs-moving_text>* {
    margin: 0 20px;
}
.cs-moving_text a {
    color: transparent;
    -webkit-text-stroke: 1px #C8AD5A;
}
.cs-moving_text a:hover {
    color: #C8AD5A;
    -webkit-text-stroke: 0 #C8AD5A;
}
@keyframes slide-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.award_hero .regbtn {
  fill: #000000;
  color: #000000;
  background-color: #c8ad5a;
  border-radius: 30px 30px 30px 30px;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  padding: 12px 24px;
  text-align: center;
  transition: all .3s;
  font-weight: 500;
  cursor: pointer;
}
.award_hero .regbtn:hover {
  background-color: #eae84c;
  color: #000000;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default{
  /* font-family: "Outfit", sans-serif; */
}
.cs-portfolio.cs-style1.cs-type2:hover .cs-portfolio_hover {
  background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(0 0 0 / 80%) 100%);
}
@media screen and (min-width: 992px) {
  .cs-height_80 {
    height: 80px;
  }
  .cs-height_85 {
    height: 85px;
  }
  .cs-height_30 {
    height: 30px;
  }
  .cs-height_40 {
    height: 40px;
  }
  .cs-hidden_desktop {
    display: none !important;
  }
  .cs-height_20 {
    height: 20px;
  }
  .cs-height_60 {
    height: 60px;
  }
  .cs-height_90 {
    height: 90px;
  }
  .cs-height_45 {
    height: 45px;
  }
}
@keyframes animo-x {

  50% {
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transform: translateX(44px);
    transform: translateX(44px);
  }

}
@media screen and (max-width: 1380px) {
  .cs-moving_text_wrap {
    font-size: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .cs-moving_text_wrap {
    font-size: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .awards-nominations-list .box-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-galanight-section .galanight .galanight-right {
    margin-top: 30px;
  }
  .awards-nominations h2, .awards .past-speakers .cs-section_heading.cs-style1 .cs-section_title, .past-speakers .cs-section_heading.cs-style1 .cs-section_title, .why_sponsor h2 {
    font-size: 52px;
  }
}
@media screen and (max-width: 991px) {
  .cs-height_lg_30 {
    height: 30px;
  }
  .cs-height_lg_10 {
    height: 10px;
  }
  .cs-height_lg_20 {
    height: 20px;
  }
  .cs-height_lg_45 {
    height: 45px;
  }
  .cs-pagination.cs-style1 {
    margin-top: 35px;
  }
  .cs-shape_wrap_4 .cs-shape_4:nth-child(1), .cs-shape_wrap_4 .cs-shape_4:nth-child(2), .cs-shape_wrap_2 .cs-shape_2, .cs-shape_wrap_3 .cs-shape_3, .cs-shape_wrap_6 .cs-shape_2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .awards-nominations h2, .past-speakers .cs-section_heading.cs-style1 .cs-section_title, .why_sponsor h2{
    font-size: 42px;
    line-height: 1.1;
  }
  .awards-nominations-list .box-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .mobile-only {
    display: block;
  }
  .home-galanight-section .galanight .galanight-left {
    background-position: top center;
    justify-content: flex-start;
    background-image: none;
    min-height: auto;
    padding: 0 10px 30px 10px;
    margin-bottom: 30px;
  }
  .home-galanight-section .galanight .galanight-left img{
    margin-bottom: 20px;
  }
  .home-galanight-section .galanight .galanight-left h2 {
    font-size: 42px;
  }
  .home-galanight-section .galanight .galanight-left::after{
    border-radius: 0;
  }
  .home-galanight-section .galanight .galanight-left, .home-galanight-section .galanight .galanight-right {
    padding: 0 10px 30px 10px
  }
  .home-galanight-section .galanight .galanight-right .accordion-button, .home-galanight-section .galanight .galanight-right .accordion-header {
    font-size: 18px;
  }
  .why_sponsor .cs-section_heading {
    width: 100%;
  }
  .why_sponsor .cs-section_heading.cs-style1 .cs-section_title {
    font-size: 26px;
  }
  .hero-section.award_hero h1, .hero-section.award_hero h2, .hero-section.award_hero h3{
    text-align: center;
  }
  .hero-section.award_hero h1{
    font-size: 42px;
  }
}
@media screen and (max-width: 575px) {
  .cs-moving_text_wrap {
    font-size: 56px;
  }
  .icon-text-box .icon-box {
    height: 150px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 414px) {
  .hero-section.award_hero h1{
    font-size: 32px;
  }
  .hero-section.award_hero h2{
    font-size: 22px;
  }
  .hero-section.award_hero h3{
    font-size: 16px;
  }
  .why_sponsor .form-columns-2, .cs-side_header_box .form-columns-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}