@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Montserrat", sans-serif;

  background-color: #0a0118;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}
a.img-logo {
  display: block;
}

a.text-logo {
  display: none;
}

.mobile-only {
  display: none;
}

a:hover {
  color: #d7a3ff;
}

.cs-nav .cs-nav_list ul {
  border-top: 2px solid #d7a3ff;
}

.hero-section .hero-content .btn-section a.cs-text_btn path {
  fill: #d7a3ff;
}

.cs-accent_color,
.cs-accent_color_hover:hover {
  color: #000;
}

header.cs-gescout_sticky a.text-logo,
header.darkHeader a.text-logo {
  display: block;

  font-size: 2rem;

  font-weight: 900;

  color: #fff;
}

.margin-0-auto {
  margin: 0 auto;
}

header.cs-gescout_sticky a.img-logo,
header.darkHeader a.img-logo {
  display: none;
}

.cs-nav .cs-nav_list > li.current-page > a,
.cs-nav .cs-nav_list > li > ul > li.current-page > a {
  color: #d7a3ff;
}

.text-right {
  text-align: right;
}

.cs-site_branding img {
  width: 100%;

  height: 40px;
}

.black-bg {
  background-color: #090a0a;
}

.home {
  position: relative;

  z-index: -1;
}

.cs-side_header.active .cs-side_header_in {
  overflow-y: scroll;
}

.home .cs-hero.cs-style1 {
  padding: 0;
}

.footer_logo {
  height: 54px;
}

.cs-funfact.cs-style1 .cs-funfact_number {
  margin-right: 9px;

  display: flex;
}

.cs-funfact.cs-style1 .cs-funfact_number .cs-accent_color {
  font-size: 40px;

  line-height: 1;
}

.cs-funfact.cs-style1 .cs-funfact_text p {
  line-height: 1.3;

  color: #fff;
}

.cs-funfact_heading h2 {
  line-height: 1.1;
}

.home .video-section .cs-portfolio.cs-style1 .cs-portfolio_bg {
  filter: grayscale(100%);

  position: relative;
}

.home .video-section .slick-current .cs-portfolio.cs-style1 .cs-portfolio_bg {
  filter: grayscale(0);
}

.home
  .video-section
  .slick-current
  .cs-portfolio.cs-style1
  .cs-portfolio_hover {
  opacity: 0;
}

.home
  .video-section
  .slick-current
  .cs-portfolio.cs-style1.cs-type1
  .cs-portfolio_info_bg {
  left: 0px;

  top: 0px;

  opacity: 1;
}

.home
  .video-section
  .slick-current
  .cs-portfolio.cs-style1.cs-type1
  .cs-portfolio_title {
  top: 15px;

  opacity: 1;
}

.home
  .video-section
  .slick-current
  .cs-portfolio.cs-style1.cs-type1
  .cs-portfolio_subtitle {
  top: 0px;

  opacity: 1;
}

.cs-side_header_in .cs-site_branding img {
  height: 90px;

  max-height: 90px;
}

.home .cs-portfolio.cs-style1 .cs-portfolio_bg video {
  position: absolute;

  top: 0;

  left: 0;

  object-position: center;

  object-fit: cover;

  width: 100%;

  height: 100%;

  z-index: -1;
}

.home .cs-portfolio.cs-style1 .cs-portfolio_info {
  width: 200px;

  height: 200px;

  padding: 50px 20px 80px 50px;

  bottom: -80px;
}

.home .cs-portfolio.cs-style1 .cs-portfolio_title {
  font-size: 18px;

  line-height: 1;
}

.home .cs-section_heading.cs-style1 .cs-section_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
}

.cyber-security .cs-iconbox.cs-style4 .cs-iconbox_title {
  font-size: 50px;

  margin: 0;

  font-weight: 700;

  color: #000;

  display: flex;

  align-items: center;

  justify-content: center;
}

.cyber-security .cs-iconbox.cs-style4 .cs-iconbox_subtitle {
  line-height: 1.4em;

  color: #d7a3ff;
}

.cyber-security .cs-iconbox_4_wrap {
  grid-gap: 20px 20px;

  grid-template-columns: repeat(5, 1fr);

  text-align: center;
}

.cyber-security .cs-shape_2 {
  bottom: 30px;

  right: -200px;

  -webkit-animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;

  animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.cyber-security .cs-shape_2 > div {
  background-color: #00000052;
}

.past-speakers .cs-team.cs-style1 .cs-member_thumb {
  border-radius: 24px;

  background-color: #000;
}

.past-speakers .cs-team.cs-style1 .cs-member_thumb img {
  filter: grayscale(100%);

  opacity: 1;
}

.past-speakers .cs-team.cs-style1:hover .cs-member_thumb img {
  filter: grayscale(0);
}

.past-speakers
  .cs-team.cs-style1
  .cs-member_info
  .cs-member_designation:nth-child(2) {
  font-size: 14px;

  line-height: 1.4em;

  color: #fff;
}

.past-speakers
  .cs-team.cs-style1
  .cs-member_info
  .cs-member_designation:nth-child(3) {
  color: #d8a5ff;

  text-transform: uppercase;

  line-height: 1.4em;

  margin-top: 3px;
}

.series-sponsors .cs-slider .img-wrap {
  height: 140px;

  background: #fff;

  display: flex;

  justify-content: center;

  align-items: center;

  border-radius: 6px;

  border: 1px solid #d0d0d07d;
}

.series-sponsors .cs-slider .img-wrap:nth-child(1) {
  margin-bottom: 24px;
}

.series-sponsors .cs-slider .img-wrap img {
  height: 90%;
}

.subscribe_box input[type="email"] {
  padding: 15px 25px 12px;

  border-radius: 0;

  border-right-width: 1px;

  border-right-style: solid;

  border-right-color: rgba(27, 31, 29, 0.1);

  border-right: none;

  width: 100%;

  color: #000;

  border-color: #1919191f;

  border-width: 1px;
}

.subscribe_box input[type="submit"] {
  background-color: #d7a3ff;

  font-size: 14pt;

  color: #fff;

  font-weight: 600;

  border: none;

  padding: 15px 25px;

  margin-top: 0;

  border-radius: 0;

  float: left;

  text-transform: uppercase;
}

.subscribe_box .hs_email {
  display: flex;

  flex-direction: column;

  width: 40%;

  float: left;

  margin-left: 25%;
}

.subscribe_box label {
  margin: 0;
}

.subscribe_box ul {
  list-style: none;
}

.subscribe_box .hs-error-msg {
  color: red;
}

.subscribe_box .hs_error_rollup {
  display: none;
}

.newsletter .cs-cta.cs-style1 .cs-cta_title {
  text-transform: capitalize;

  display: flex;

  flex-direction: column;
}

.newsletter .cs-cta.cs-style1 .cs-cta_title {
  font-size: 32px;
}

.newsletter .cs-cta.cs-style1 .cs-cta_title b {
  font-size: 22px;
}

.gallery .cs-portfolio.cs-style1 .cs-portfolio_bg {
  background-position: top center;
}

.cyber-security.cs-shape_wrap_4 .cs-shape_4,
.cyber-security .cs-shape_2 > div,
.cs-shape_wrap_4 .cs-shape_4 {
  background-color: #0f0224;
}

.testimonials .cs-slider .cs-post.cs-style1 {
  max-width: 698px;

  height: 403px;
}

.testimonials .prev-next-arrow {
  display: flex;
}

.testimonials .prev-next-arrow .slick-arrow {
  border: 1px solid rgba(254, 254, 254, 0.7);

  padding: 0px 10px;

  cursor: pointer;

  border-radius: 4px;
}

.testimonials .prev-next-arrow .slick-arrow:nth-child(1) {
  margin-right: 10px;
}

.testimonials
  .cs-post.cs-style1
  .cs-post_info
  .cs-post_designation:nth-child(3) {
  color: #d7a3ff;
}

.testimonials
  .cs-post.cs-style1
  .cs-post_info
  .cs-post_designation:nth-child(2) {
  font-size: 14px;

  line-height: 1.4em;

  color: #fff;
}

.testimonials .cs-post.cs-style1 .cs-post_title {
  margin-bottom: 7px;
  font-weight: 600 !important;
  padding: 0;
  margin: 0 0 20px;
  line-height: 1.2em;
}

.testimonials .cs-player_btn {
  width: 50px;

  height: 50px;

  top: 60%;

  left: 7%;
}

.testimonials .cs-player_btn span {
  border-left: 18px solid currentColor;

  border-top: 10px solid transparent;

  border-bottom: 10px solid transparent;
}

.testimonials.cs-shape_wrap_4 .cs-shape_4 {
  background-color: #00000052;
}

.testimonials .prev-next-arrow .slick-arrow:hover {
  background-color: #d7a3ff;

  border-color: #d7a3ff;
}

.inner-page .cs-page_heading.cs-style1 {
  height: 550px;
}

.inner-page .cs-section_heading.cs-style1 .cs-section_title {
  font-size: 42px;
}

.inner-page .cs-funfact.cs-style1 .cs-funfact_text {
  font-size: 18px;
}

.inner-page .cs-funfact.cs-style1 .cs-funfact_number {
  font-size: 62px;

  align-items: flex-end;
}

.inner-page .cs-funfact.cs-style1 .cs-funfact_number .cs-accent_color {
  font-size: 30px;

  line-height: 70px;
}

body.why-speak .cs-image_layer.cs-style1 .cs-image_layer_in::after {
  right: -40px;

  bottom: -40px;
}

body.awards .cs-moving_text_wrap.cs-type1 .cs-moving_text a {
  color: transparent;

  -webkit-text-stroke: 1px #b59643;
}

body.awards .cs-moving_text_wrap.cs-type1 .cs-moving_text a:hover {
  color: #b59643;

  -webkit-text-stroke: 0px #d7a3ff;
}

body.awards .cs-moving_text_wrap.cs-type1 {
  color: #b59643;

  -webkit-text-stroke: 0px #b59643;
}

body.awards .cs-portfolio.cs-style1.cs-type2 .cs-portfolio_hover {
  opacity: 1;

  left: 0;

  top: 0;

  bottom: 0;

  right: 0;

  background: linear-gradient(0, black, transparent);

  -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;
}

body.awards .cs-portfolio.cs-style1.cs-type1 .cs-portfolio_title,
body.awards .cs-portfolio.cs-style1.cs-type2 .cs-portfolio_title,
body.awards .cs-portfolio.cs-style1.cs-type2 .cs-portfolio_subtitle {
  top: 0px;

  opacity: 1;

  -webkit-transition-delay: 0.2s;

  transition-delay: 0.2s;

  margin-bottom: 10px;
}

body.awards
  .cs-portfolio.cs-style1.cs-type2
  .cs-portfolio_info
  .cs-member_designation {
  color: #fff;
}

body.awards
  .cs-portfolio.cs-style1.cs-type2
  .cs-portfolio_info
  .cs-member_company {
  color: #d7a3ff;

  line-height: 1.2;
}

body.awards .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%);
}

body.awards .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;
}

body.awards .cs-portfolio.cs-style1.cs-type2 .cs-portfolio_hover_info img {
  width: auto;

  height: 90px;

  margin-bottom: 10px;
}

body.awards .cs-portfolio.cs-style1.cs-type2 .cs-portfolio_hover_info p {
  color: #fff;

  font-weight: 400;

  font-size: 13px;

  line-height: 1.6;
}

body.awards .cs-portfolio.cs-style1.cs-size3::after {
  content: "";

  position: absolute;

  width: 90%;

  height: 90%;

  top: 20px;

  left: 20px;

  display: block;

  border: 1px solid #d7a3ff;

  border-bottom: none;
}

body.awards .cs-portfolio.cs-style1.cs-type2 {
  border-radius: 0;
}

body.awards .cs-portfolio.cs-style1.cs-type2:hover .cs-portfolio_info {
  opacity: 0;
}

body.awards .cs-portfolio.cs-style1.cs-type2:hover .cs-portfolio_hover_info {
  opacity: 1;

  top: 40%;

  left: 50%;
}

body.awards .cs-player_btn {
  position: relative;

  width: 50px;

  height: 50px;

  top: 100%;

  color: #4e4323;
}

body.awards .cs-player_btn span {
  border-left: 14px solid currentColor;

  border-top: 10px solid transparent;

  border-bottom: 10px solid transparent;
}

.awards-nominations h2 {
  font-size: 72px;

  color: #d7a3ff;

  font-weight: 800;
}

.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 #d7a3ff6b;

  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(0.4, 0.2, 0.2, 1);

  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);

  -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.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 60px;

  outline: 1px solid transparent;

  -webkit-perspective: inherit;

  perspective: inherit;

  z-index: 2;

  transform: translateY(-50%) translateZ(60px) scale(0.94);

  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);

  -ms-transform: translateY(-50%) translateZ(60px) scale(0.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: 14px;

  line-height: 1.6;

  color: #e2bcff;
}

.awards-nominations-list .flip-box a {
  color: #ff7fc2;
}

.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;
}

.awards-nominations-list .flip-box .flip-box-front .inner {
  height: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 0;
}

.home-galanight-section .galanight .galanight-left {
  background-image: url("../img/awards_7.png");

  background-repeat: no-repeat;

  background-position: center center;

  background-size: contain;

  min-height: 680px;

  display: flex;

  flex-direction: column;

  flex-wrap: wrap;

  justify-content: flex-end;
}

.home-galanight-section .galanight .galanight-left h2 {
  color: #d7a4fd;

  font-size: 62px;

  line-height: 1;

  font-weight: 900;

  font-style: italic;

  margin: 0;

  margin-bottom: 15px;
}

.home-galanight-section .galanight .galanight-left p {
  color: #e4ccf5;

  width: 90%;
}

.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: #e4ccf5 !important;

  font-size: 26px;

  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: #d7a3ff !important;

  padding-top: 0px;
}

.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("../img/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 #d7a3ff6b;

  font-size: 26px;

  display: flex;

  display: flex;

  justify-content: space-between;
}

.home-galanight-section
  .galanight
  .galanight-right
  .accordion-header
  .cs-funfact_number {
  display: flex;

  width: 15%;

  justify-content: flex-end;

  align-items: center;

  color: #e2bcff !important;
}

.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: #e4ccf5;

  font-size: 14px;
}

.home-galanight-section .galanight .galanight-right .accordion-body ul {
  list-style: disc;

  margin: 0;
}

.home-galanight-section .galanight .galanight-right .accordion-body ul li {
  margin-bottom: 5px;
}

.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 #d7a3ff59;

  background-color: #15052b;

  color: #e4ccf5;
}

.why_sponsor .hs-input {
  border: 2px solid #d7a3ff59;

  background-color: #15052b;

  color: #e4ccf5;
}

.why_sponsor .hs-input::placeholder {
  color: #e4ccf5;

  opacity: 1;
  /* Firefox */
}

.why_sponsor .hs-input::-ms-input-placeholder {
  /* Edge 12 -18 */

  color: #e4ccf5;
}

.cs-side_header_box label {
  font-size: 14px;
}

.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: #d7a3ff;

  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;
}

.awards-nominations.cs-shape_wrap_6 .cs-shape_2 > div {
  background-color: #090a0a;
}

.modal {
  background: #0000008a;
}

.modal-header {
  background-color: #d7a3ff;

  color: #fff;

  text-transform: uppercase;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.p-4 {
  padding: 1.5rem !important;
}

.modal-body::-webkit-scrollbar {
  width: 5px;
}

.modal-body::-webkit-scrollbar-thumb {
  background: #d7a3ff;
}

.modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.btn-close {
  color: #fff !important;
}

body.home .fun-fact .cs-funfact_heading h2 {
  font-size: 34px;

  line-height: 1.4;

  font-weight: 800;

  color: #9281ca !important;
}

body.agenda .agenda_content .cs-team.cs-style1 .cs-member_name {
  font-size: 14px;
}

body.agenda
  .agenda_content
  .cs-team.cs-style1
  .cs-member_info
  .cs-member_designation:nth-child(2) {
  font-size: 12px;
}

body.agenda
  .agenda_content
  .cs-team.cs-style1
  .cs-member_info
  .cs-member_designation:nth-child(3) {
  font-size: 11px;
}

body.agenda .cs-team.cs-style1 .cs-member_info {
  padding: 10px;
}

.why-choose-us .cs-iconbox_4_wrap {
  display: grid;

  grid-gap: 0;

  grid-template-columns: repeat(3, 1fr);

  border: 1px solid #8d447321;
}

.why-choose-us .cs-iconbox_4_wrap .cs-iconbox {
  display: flex;

  flex-direction: column;

  align-items: center;

  height: 600px;

  justify-content: center;

  padding: 0 50px;

  position: relative;
}

.why-choose-us .cs-iconbox_4_wrap .cs-iconbox:nth-child(2) {
  border-left: 1px solid #8d447321;

  border-right: 1px solid #8d447321;
}

/*

.why-choose-us .cs-iconbox_4_wrap .cs-iconbox:hover{

	background-color: #181818;

}

*/

.why-choose-us .cs-iconbox_4_wrap .cs-iconbox .cs-portfolio_info {
  z-index: 2;

  display: flex;

  align-items: center;

  flex-direction: column;

  height: 400px;
}

.why-choose-us .cs-iconbox_4_wrap .cs-iconbox .cs-portfolio_info img {
  transition: transform 0.6s;

  transform-style: preserve-3d;
}

.why-choose-us .cs-iconbox_4_wrap .cs-iconbox .cs-portfolio_info p {
  font-weight: 300;

  font-size: 14px;

  color: #fff;
}

.why-choose-us .cs-iconbox_4_wrap .cs-iconbox .cs-portfolio_info h5 {
  font-size: 24px;

  margin-bottom: 0;
}

.why-choose-us .cs-iconbox_4_wrap .cs-iconbox .cs-portfolio_info #sb-ttl {
  font-size: 16px;

  font-weight: 500;
}
/* Base overlay style (invisible) */
.why-choose-us .cs-iconbox_4_wrap .cs-iconbox .cs-portfolio_hover {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: #9a66e90a;
  transition: all 0.4s ease;
  z-index: 1;
}

/* Hover overlay on any box */
.why-choose-us .cs-iconbox_4_wrap .cs-iconbox:hover .cs-portfolio_hover {
  opacity: 1;
}

/* Default active: second box */
.why-choose-us
  .cs-iconbox_4_wrap:not(:has(.cs-iconbox:hover))
  .cs-iconbox:nth-child(2)
  .cs-portfolio_hover {
  opacity: 1;
}

.why-choose-us .cs-iconbox_4_wrap .cs-iconbox:hover .cs-portfolio_info img {
  transition: 0.9s;

  transform: rotateY(180deg);
}

/*

.series-sponsors .cs-moving_text_wrap{

	font-size: 72px;

}

*/

.why-choose-us .cs-iconbox.cs-style4 .cs-iconbox_icon {
  height: 60px;
}

.cs-menu_widget li:not(:last-child) {
  margin-bottom: 10px;
}

.cs-side_header .cs-side_header_in {
  padding: 20px 30px;

  font-size: 14px;

  background-color: #0a0118;
}

.cs-side_header .cs-side_header_in p {
  color: #e4ccf5;
  line-height: 1.4;
  margin: 10px 0;
}

.cs-side_header .cs-side_header_heading {
  font-size: 18px;
}

.cs-side_header_box span {
  font-size: 13px;

  color: #e4ccf5;
}

.cs-side_header_box label {
  margin: 5px 0;
}

.cs-side_header.active .cs-side_header_in {
  overflow-y: auto;
}

.cs-side_header.active .cs-side_header_in::-webkit-scrollbar {
  width: 5px;
}

.cs-side_header.active .cs-side_header_in::-webkit-scrollbar-thumb {
  background: #d7a3ff;
}

.cs-side_header.active .cs-side_header_in::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.why_sponsor .hs-button {
  background-color: #15052b;

  border: 2px solid #d7a3ff59;
}

.why_sponsor .hs-button:hover {
  background-color: #d7a3ff;
}

body.awards .hero-section .hero-content {
  width: 70%;

  min-height: 100vh;
}

body.awards .hero-section .hero-content h1 {
  font-size: 52px;

  font-weight: 700;
}

body.awards .hero-section .hero-content h3 {
  font-size: 22px;

  font-weight: 500;
}

body.awards .hero-section .hero-content h3 span {
  color: #d7a3ff;
}

body.awards .why_sponsor .cs-section_heading {
  width: 50%;

  margin: 0 auto;
}

body.awards .why_sponsor .cs-section_heading.cs-style1 .cs-section_title {
  font-size: 42px;

  color: #d7a5fb;
}

body.awards .icon-text-box {
  display: grid;

  grid-gap: 25px 25px;

  grid-template-columns: repeat(2, 1fr);
}

body.awards .icon-text-box .icon-box {
  border: 1px solid #d7a3ff59;

  padding: 0 30px;

  display: flex;

  flex-direction: column;

  align-items: flex-start;

  justify-content: center;

  height: 200px;

  background-color: #15052b;
}

body.awards .icon-text-box .icon-box p {
  color: #d7a3ff;

  margin: 15px 0;

  line-height: 1.3;

  font-weight: 500;
}

body.awards .icon-text-box .icon-box img {
  transition: transform 0.6s;

  transform-style: preserve-3d;
}

body.awards .icon-text-box .icon-box:hover {
  background-color: #28025e;
}

body.awards .icon-text-box .icon-box:hover img {
  transition: 0.9s;

  transform: rotateY(180deg);
}

.cs-scrollup.cs-scrollup_show {
  bottom: 20px;

  left: 20px;
}

body.home .cs-moving_text_wrap.cs-type1 .cs-moving_text a {
  color: transparent;

  -webkit-text-stroke: 1px #ccb1fb;
}

body.home .cs-moving_text_wrap.cs-type1 .cs-moving_text a:hover {
  color: #ccb1fb;

  -webkit-text-stroke: 1px #ccb1fb;
}

.cs-side_header_box span.hs-form-required {
  color: red;
}

.sponsors-partners .row {
  align-items: center;

  justify-content: center;
}

.sponsors-partners h3 {
  margin: 0;
  font-size: 24px;
}

.sponsors-partners img {
  border-radius: 0px;
}

/*added 13/02/2024 for sponsor section*/

.sponsors-partners .logo-wrap {
  margin-bottom: 24px;
}

body.agenda .cs-team.cs-style1 .cs-member_thumb {
  background-color: transparent;

  border-radius: 0;
}

body.agenda .cs-team.cs-style1 .cs-member_info {
  position: relative;
}

body.agenda .cs-team.cs-style1 .cs-member_thumb img {
  width: 60px;

  height: 60px;

  border-radius: 50%;

  filter: grayscale(0);

  border: 1px solid #ffffff4d;
}

body.agenda .cs-team.cs-style1:hover .cs-member_thumb img {
  -webkit-transform: scale(1) translateY(0px);

  transform: scale(1) translateY(0px);
}

body.agenda .cs-pricing_table.cs-style1 .cs-pricing_feature li {
  padding-left: 10px;
}

body.agenda
  .cs-pricing_table.cs-style1
  .cs-pricing_feature
  li:not(:last-child) {
  margin-bottom: 0px;
}

body.agenda .cs-pricing_table.cs-style1 .cs-pricing_title {
  font-size: 18px;

  padding: 20px 0 20px;
}

body.agenda .cs-pricing_table.cs-style1 .cs-price h3 {
  font-size: 24px;
}

body.agenda .cs-pricing_table.cs-style1 .cs-pricing_info {
  padding-bottom: 20px;
}

body.agenda .cs-pricing_table.cs-style1 .cs-pricing_feature {
  padding: 20px 0 0;
}

body.home .news_articles .horizontal-slide {
  border-radius: 15px;

  border: 1px solid #ffffffb0;

  background-color: #0a0118;

  height: 303px;

  overflow: hidden;
}

body.home .news_articles .news {
  display: grid;

  grid-gap: 60px 30px;

  grid-template-columns: repeat(2, 1fr);
}

body.home .news_articles .cs-section_heading.cs-style1 {
  position: relative;
}

body.home .news_articles .cs-section_heading.cs-style1 .cs-section_title {
  color: #fff;

  z-index: 999;
}

body.home .news_articles .horizontal-slide .news .img-wap {
  display: flex;

  display: block;

  position: relative;

  overflow: hidden;

  z-index: 0;

  background-position: 50%;

  background-size: cover;

  height: 300px;

  border-top-left-radius: 15px;

  border-bottom-left-radius: 15px;
}

body.home .news_articles .horizontal-slide .news .img-wap img {
  position: absolute;

  top: 50%;

  left: 50%;

  min-width: 100%;

  min-height: 100%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  -o-object-fit: cover;

  object-fit: cover;
}

body.home .news_articles .news .text-wap {
  padding: 30px 40px;

  display: flex;

  flex-direction: column;

  justify-content: center;
}

body.home .news_articles .news .text-wap p {
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
}

body.home .news_articles .news .text-wap h3 {
  font-size: 18px;

  color: #d7a3ff;
}

body.home .news_articles .news .text-wap a.read_more {
  color: #d7a3ff;
}

body.home .news_articles .news .text-wap .news_date {
  margin-bottom: 15px;

  font-size: 11px;

  color: #fff;
}

body.home .news_articles .vertical .news {
  display: grid;

  grid-gap: 0 0;

  grid-template-columns: repeat(1, 1fr);
}

body.home .news_articles .vertical .news img {
  height: 170px;
}

body.home .philsec360 {
  width: 100%;
}

body.home .philsec360 .philsec360-wrap {
  width: 100%;

  height: 600px;

  margin: 0 auto;

  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;
}

body.home .philsec360 iframe {
  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;
}

body.home .philsec360 .philsec360-wrap::after {
  content: "";

  position: absolute;

  left: 50%;

  transform: translateX(-50%);

  background-image: url("../img/360-degree.png");

  background-repeat: no-repeat;

  background-position: center center;

  background-size: contain;

  z-index: 2;

  display: block;

  width: 120px;

  height: 120px;

  background-color: #000000a3;

  border-radius: 50%;
}

body.home .philsec360 .philsec360-wrap:hover::after {
  display: none;
}

body.home .news_articles .vertical-slide {
  background-color: #0a0118;

  border-radius: 15px;

  border: 1px solid #ffffffb0;
}

body.home .news_articles .vertical-slide .swiper-vertical {
  height: 457px;

  overflow: hidden;
}

body.home .news_articles .vertical-slide .img-wap {
  display: block;

  position: relative;

  overflow: hidden;

  z-index: 0;

  background-position: 50%;

  background-size: cover;

  height: 180px;

  border-top-left-radius: 15px;

  border-top-right-radius: 15px;
}

body.home .news_articles .vertical-slide .img-wap img {
  position: absolute;

  top: 50%;

  left: 50%;

  min-width: 100%;

  min-height: 100%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  -o-object-fit: cover;

  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000 !important;
}
.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.fun-fact .cs-funfact_wrap {
  background-color: transparent;

  background-image: linear-gradient(180deg, #2b2338 0%, #0a0118 100%);

  padding: 70px 70px;
}

.fun-fact .cs-funfact_wrap::before {
  --background-overlay: "";

  background-image: url("../img/bg__img3.png");

  background-position: center center;

  background-repeat: no-repeat;

  background-size: contain;

  content: "";

  position: absolute;

  display: block;

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

  opacity: 0.7;
}

.why-choose-us {
  background-image: url("../img/bg_pattern.png");
  background-image: none;
}

.why-choose-us::before {
  --background-overlay: "";

  background-color: transparent;

  background-image: linear-gradient(180deg, #0a0118c7 0%, #0f0520 100%);

  content: "";

  position: absolute;

  display: block;

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

  opacity: 1;

  mix-blend-mode: initial;
}

.cs-accent_bg,
.cs-accent_bg_hover:hover,
.why-choose-us .cs-image_layer.cs-style1 .cs-image_layer_in::after {
  background-color: #b47cfd;
}

body.home .cs-funfact_wrap .cs-funfact_right {
  padding-left: 70px;
}

.cs-shape_wrap_6 .cs-shape_2 > div {
  background-color: #0f0224;
}

.topics-discussion {
  background: #0a0118;
}

.past-speakers {
  position: relative;
}

.past-speakers .cs-team.cs-style1 .cs-member_overlay {
  background: transparent;

  background-image: radial-gradient(at top left, #2b2338 0%, #0a0118 100%);

  border: 1px solid #241a30;
}

.topics-discussion,
.cyber-security,
.awards-nominations,
.why_sponsor {
  background-image: url("../img/bg__img2.png");

  background-position: top center;

  background-repeat: no-repeat;
}

.topics-discussion::before,
.cyber-security::before,
.awards-nominations::before,
.why_sponsor::before {
  --background-overlay: "";

  background-color: transparent;

  background-image: linear-gradient(180deg, #0a011880 0%, #0f0520 100%);

  content: "";

  position: absolute;

  display: block;

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

  opacity: 0.5;

  mix-blend-mode: initial;

  background-color: #18023a;
}

.cs-moving_text_wrap.cs-type1 .cs-moving_text {
  color: #d7a3ff;

  -webkit-text-stroke: 2px #d7a3ff;
}

.philsec360,
.series-sponsors {
  background: transparent;
}

.cs-shape_1 {
  border-left: 14px solid #d7a3ff;
}

body.home .news_articles .news .text-wap h3,
.cs-scrollup {
  color: #d7a3ff;
}

.cs-cursor_lg,
.cs-social_btns.cs-style1 a:hover {
  border-color: #d7a3ff;
}

.cs-cursor_sm,
.cs-scrollup:hover,
.cs-preloader_in::before {
  background-color: #d7a3ff;
}

.cs-preloader_in:after {
  border-top-color: #d7a3ff;
}

.marquee-community {
  width: 100%;

  grid-column-gap: 1rem;

  background-color: transparent;

  margin-bottom: 1rem;

  display: flex;
}

.marquee_content {
  min-width: 100%;

  grid-column-gap: 1rem;

  flex: none;

  justify-content: space-around;

  display: flex;
}

.marquee_content img,
.community_img {
  width: 100%;

  max-height: 23.44rem;

  max-width: none;

  border-radius: 2.5rem;

  object-fit: cover;

  /*filter: brightness(0.8);*/

  display: inline-block;
}

[move="left"] {
  animation: scroll 70s linear infinite;
}

[move="right"] {
  animation: scroll 70s linear infinite;

  animation-direction: reverse;
}

.community_stat {
  max-height: 23.44rem;

  padding: 3rem;

  grid-column-gap: 1rem;

  grid-row-gap: 1rem;

  border-radius: 2.5rem;

  background-color: #be99f8;

  color: #171717;

  flex-direction: column;

  justify-content: space-evenly;

  align-items: flex-start;

  display: flex;

  line-height: 1.1;
}

.community_stat h3 {
  color: #171717;
}

.text_lh-1 {
  line-height: 1;
}

.p_160 {
  font-size: 8rem;

  display: inline;
}

.text_maxch-20 {
  max-width: 30ch;
}

.p_32 {
  font-size: 1.7rem;
}

.community_stat.is--teal {
  background-color: #b47cfd;
}

.community_stat.is--yellow {
  background-color: #d7a3ff;
}

.container.no-pad {
  padding-right: 0px;

  padding-left: 0px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - 3rem));
  }
}

.testimonials.cs-shape_wrap_4 .cs-shape_4 {
  background-color: #0f0224;
}

.news_articles {
  background-image: url("../img/bg_pattern.png");

  --border-transition: 0.3s;

  position: relative;

  background-size: 50px auto;
}

.news_articles::before {
  --background-overlay: "";

  background-color: transparent;

  background-image: linear-gradient(360deg, #0a0118 80%, #0a0118 100%);

  content: "";

  position: absolute;

  display: block;

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

  opacity: 0.8;

  mix-blend-mode: initial;
}

.swiper-nav {
  display: flex;

  justify-content: space-between;

  align-items: center;
}

.swiper-nav .swiper-prev-next {
  width: 15%;

  position: relative;
}

.newsletter .cs-cta.cs-style1 {
  background-color: transparent;

  background-image: linear-gradient(
    180deg,
    #2b2338 0%,
    #0a0118 100%
  ) !important;
}

.newsletter .cs-cta.cs-style1::before {
  --background-overlay: "";

  background-image: url(../img/bg__img3.png);

  background-position: center center;

  background-repeat: no-repeat;

  background-size: contain;

  content: "";

  position: absolute;

  display: block;

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

  opacity: 1;
}

.news_articles .prev-next-arrow {
  display: flex;
}

.news_articles .prev-next-arrow .slick-arrow {
  border: 1px solid rgba(254, 254, 254, 0.7);

  padding: 0px 10px;

  cursor: pointer;

  border-radius: 4px;

  background-color: #d7a3ff;

  border-color: #d7a3ff;
}

.news_articles .prev-next-arrow .slick-arrow:nth-child(1) {
  margin-right: 10px;
}

body.awards .cs-moving_text_wrap.cs-type1 .cs-moving_text {
  color: #d7a3ff;

  -webkit-text-stroke: 2px #d7a3ff;
}

.awards-nominations.cs-shape_wrap_6 .cs-shape_2 > div {
  background-color: #0f0224;
}

.awards-nominations-list .flip-box-front {
  background-color: #11002d;
}

.awards-nominations-list .flip-box-front::before {
  content: "";

  position: absolute;

  display: block;

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

  opacity: 0.3;

  mix-blend-mode: initial;

  background-image: url("../img/bg_pattern.png");

  background-size: 50px auto;

  border-radius: 20px;
}

.awards-nominations-list .box-item {
  border: 1px solid #d7a3ff;

  padding: 15px;

  border-radius: 21px;
}

body.awards .cs-moving_text_wrap.cs-type1 .cs-moving_text a {
  color: transparent;

  -webkit-text-stroke: 1px #d7a3ff;
}

body.awards .cs-moving_text_wrap.cs-type1 .cs-moving_text a:hover {
  color: #d7a3ff;

  -webkit-text-stroke: 0px #d7a3ff;
}

body.awards .cs-portfolio.cs-style1.cs-size3::after {
  border: 1px solid #d7a3ff;
}

body.awards
  .cs-portfolio.cs-style1.cs-type2
  .cs-portfolio_info
  .cs-member_company {
  color: #d7a3ff;
}

.awards-nominations-list .flip-box-back {
  background-color: #11002d;
}

.awards-nominations-list .box-item:hover {
  border: 1px solid #b47cfd;

  box-shadow: 0px 0px 60px 0px rgba(206, 177, 255, 0.1);
}

.inner-page .cs-bg {
  background-size: auto;

  background-repeat: repeat;

  border-radius: 0px 0px 100px 100px;

  border-style: solid;

  border-color: #ffffff2b;

  border-width: 0px 0px 0px 0px;
}

.inner-page .cs-bg::before {
  --background-overlay: "";

  background-color: transparent;

  background-image: radial-gradient(at top center, #0a0118 10%, #0a0118cc 100%);

  content: "";

  position: absolute;

  display: block;

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

  opacity: 1;

  mix-blend-mode: initial;

  border-radius: 0px 0px 100px 100px;

  border-style: solid;

  border-color: #ffffff2b;

  border-width: 0px 0px 1px 0px;
}

.inner-page .cs-page_heading.cs-style1 .cs-page_heading_in {
  background-image: url("../img/bg__img3.png");

  background-position: top center;

  background-repeat: no-repeat;

  background-size: contain;

  padding: 3em 0;

  text-align: center;

  width: 100%;
}

.inner-page .cs-page_heading.cs-style1 {
  height: auto;
}

body.why-speak .cs-image_layer.cs-style1 .cs-image_layer_in::after {
  background-color: #b47cfd;
}

.inner-page .cs-page_heading.cs-style1 .cs-page_title {
  margin-bottom: 0;
}

/* IndoSec Text */

.indosec-section .text-box {
  height: 300px;

  background: url(../img/rainbow-texture.jpg) center/cover;

  overflow: hidden;
}

.indosec-section .text-box div {
  filter: drop-shadow(0 0 2px #d7a3ff);

  height: 100%;
}

.indosec-section .text-box div::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: #0a0118;

  -webkit-mask: url("../img/indosec.png") center/contain no-repeat,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: destination-out;

  mask-composite: exclude;

  -webkit-mask-repeat: no-repeat;
}

.button {
  position: relative;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  background-color: #b47cfd;

  /*background-image: linear-gradient(120deg, #b47cfd 20%, #ff7fc2 60%);*/

  padding: 6px 24px;

  border: none;

  text-transform: uppercase;

  color: #fff;

  font-size: 14px;

  font-weight: 500;

  cursor: pointer;

  outline: none;

  overflow: hidden;

  border-radius: 30px;

  margin-right: 10px;
}

.button span {
  position: relative;

  pointer-events: none;
}

.button:hover {
  color: #fff;

  background-color: #ec1b52;

  /* background-image: linear-gradient(120deg, #ff7fc2 0%, #b47cfd 100%); */

  box-shadow: 0px 5px 30px 0px rgba(255, 255, 255, 0.3);

  border-style: solid;

  border-width: 0px 0px 0px 0px;

  border-color: #ff7fc2;
}

.button:hover::before {
  --size: 400px;
}

.past-speakers .cs-gap-12 .slick-slide {
  padding-left: 12px;

  padding-right: 12px;
}

.cs-sticky_header {
  -webkit-transition: all 0.4s ease;

  transition: all 0.4s ease;
}

.cs-sticky_header.darkHeader {
  background: #280d4b;
}

/* hubspot css */

.hb-custom-form .hs-richtext {
  width: 100%;
}

.hb-custom-form .form-columns-2,
.hb-custom-form .form-columns-3 {
  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

  margin-bottom: 30px;
}

.hb-custom-form .form-columns-3 div.hs-richtext,
.hb-custom-form .hs_dcci_malaysia_budget .inputs-list > li,
.hb-custom-form .hs_dcci_malaysia_timeline .inputs-list > li,
.hb-custom-form
  .hs_cloud_providers_currently_working_with_dcci_malaysia
  .inputs-list
  > li {
  width: 100%;
}

.hb-custom-form .form-columns-2 .hs-form-field {
  width: 48%;
}

.hb-custom-form .input {
  margin-right: 8px;
}

.hb-custom-form .hs-input {
  display: inline-block;

  width: 100%;

  height: 40px;

  font-size: 16px;

  font-weight: normal;

  line-height: 22px;

  color: #33475b;

  border: 1px solid #cbd6e2;

  appearance: auto;
}

.hb-custom-form .hs-input:not([type="file"]) {
  background-color: #f5f8fa;

  border-radius: 4px;
}

.hb-custom-form .hs-input:not([type="file"])::placeholder {
  color: #33475b;

  opacity: 1;
}

.hb-custom-form .hs-input:not([type="file"])::-ms-input-placeholder {
  color: #33475b;
}

.hb-custom-form .hs-custom-style > div.form-columns-3 .hs-form-field,
.hb-custom-form .hs-custom-style fieldset.form-columns-3 .hs-form-field {
  width: 31.3%;
}

.hb-custom-form
  .hs-custom-style
  > div
  > div:last-of-type
  .hs-input:not([type="checkbox"]):not([type="radio"]),
.hb-custom-form
  .hs-custom-style
  fieldset
  > div:last-of-type
  .hs-input:not([type="checkbox"]):not([type="radio"]) {
  width: 100%;

  max-width: 100%;
}

.hb-custom-form input[type="checkbox"],
.hb-custom-form input[type="radio"] {
  width: auto;
}

.hb-custom-form label {
  font-size: 14px;

  width: 130px;

  color: #33475b;

  display: block;

  float: none;

  width: auto;

  font-weight: 500;

  line-height: 20px;

  padding-top: 0;

  margin-bottom: 4px;
  color: #000;
}

.hb-custom-form .hs-form-field label:not(.hs-error-msg),
.hb-custom-form .hs-field-desc {
  font-size: 15px;

  color: #000;

  font-weight: normal;

  margin: 8px 0;

  line-height: 1.4;
}

.hb-custom-form .hs-form-required {
  color: red;
}

.hb-custom-form .field {
  margin-bottom: 0px;
}

.hb-custom-form input.hs-input.error,
.hb-custom-form div.field.error input,
.hb-custom-form div.field.error textarea,
.hb-custom-form div.field.error .chzn-choices,
.hb-custom-form textarea.hs-input.error,
.hb-custom-form select.hs-input.error {
  border-color: #c87872;
}

.hb-custom-form .inputs-list label {
  float: none;

  width: auto;

  padding: 0;

  line-height: 18px;

  white-space: normal;

  font-weight: normal;
}

.hb-custom-form .hs-error-msgs label {
  color: #f2545b;
}

.hb-custom-form .inputs-list {
  margin: 0 0 5px;

  width: 100%;

  padding-left: 5px;
}

.hb-custom-form ul.no-list {
  list-style: none;
}

.hb-custom-form .inputs-list > li {
  display: block;

  padding: 0;

  width: 100%;

  padding-top: 0;
}

.hb-custom-form
  .hs-custom-style
  > div
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not(
    [type="radio"]
  ):not([type="checkbox"]):not([type="file"]),
.hb-custom-form
  .hs-custom-style
  fieldset
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not(
    [type="radio"]
  ):not([type="checkbox"]):not([type="file"]),
.hb-custom-form select {
  box-sizing: border-box;

  padding: 0 15px;

  min-height: 27px;
}

.hb-custom-form ul.multi-container {
  display: flex;

  justify-content: flex-start;

  flex-wrap: wrap;

  margin: 20px 0;
}

.hb-custom-form ul.multi-container > li {
  width: 31.3%;
}

.hb-custom-form ul.multi-container label,
.hb-custom-form .inputs-list label {
  display: flex;

  align-items: flex-start;

  justify-content: flex-start;

  margin-bottom: 7px;
}

.hb-custom-form ul.multi-container input[type="checkbox"],
.hb-custom-form ul.multi-container input[type="radio"],
.hb-custom-form ul.inputs-list input[type="checkbox"],
.hb-custom-form ul.inputs-list input[type="radio"] {
  margin-right: 5px;

  margin-top: 3px;

  height: auto;
}

.hb-custom-form p {
  margin: 20px 0;
}

.hb-custom-form .hs-button {
  background-color: #bf0000;

  border: 0;

  text-transform: uppercase;

  font-family: var(--paragraph-font);

  color: #fff;

  padding: 0.5rem 3rem;

  margin-top: 0.5rem;

  width: auto;
}

.hb-custom-form .actions {
  margin: 0 !important;
}

@media (max-width: 575px) {
  .hb-custom-form .form-columns-2 .hs-form-field,
  .hb-custom-form .hs-custom-style > div.form-columns-3 .hs-form-field,
  .hb-custom-form .hs-custom-style fieldset.form-columns-3 .hs-form-field,
  .hb-custom-form ul.multi-container > li {
    width: 100%;
  }
}

/* nav header  */

.cs-nav .cs-nav_list > li.menu-item-has-children > a::after,
.cs-nav
  .cs-nav_list
  > li.menu-item-has-children
  ul.sub-menu
  > li.menu-item-has-children
  > a::after {
  content: "";

  display: inline-block;

  height: 8px;

  width: 8px;

  border: 3px solid #b47cfd;

  -webkit-transform: rotate(45deg);

  transform: rotate(45deg);

  border-left: 0;

  border-top: 0;

  margin-left: 6px;

  position: relative;

  top: -2px;

  border-radius: 0px 0px 2px 0px;
}

.cs-nav
  .cs-nav_list
  > li.menu-item-has-children
  ul.sub-menu
  > li.menu-item-has-children
  > a::after {
  -webkit-transform: rotate(310deg);

  transform: rotate(310deg);

  left: calc(100% - 50px);
}

.cs-nav .cs-nav_list ul {
  background-color: #280d4b;
}

.cs-nav .cs-nav_list ul a {
  border-bottom: 1px solid #ffffff24;
}

.border-none {
  border: none !important;
}

.cards_bg {
  background-repeat: no-repeat !important;
  background-position: top right !important;
  background-size: cover !important;
}

.cs-pricing_table.cs-style1.cards_bg .cs-price {
  padding-top: 0 !important;
}

.cs-pricing_table.cs-style1 {
  background: linear-gradient(267.18deg, #161616 0%, #101010 100%);
}
.hero-section .hero-content .top-part .part {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-section .hero-content .top-part .part .presenting-partner .s-heading {
  margin: 10px 0 25px 0;
  font-size: 18px;
  color: #c13936;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    opacity: 0.3;
  }
}

@media screen and (max-width: 767px) {
  .cs-pricing_table.cs-style1 .cs-pricing_title,
  .cs-pricing_table.cs-style1 .cs-pricing_info {
    position: relative;
    z-index: 2;
  }

  .cards_bg:after {
    background: transparent;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .inner-page.awards-gala {
    background-size: 200%;
  }

  .hero-section .hero-content .top-part .part .presenting-partner .s-heading {
    font-size: 14px;
  }
}

.past-speakers .cs-tab_links.cs-style1 li.active a {
  background-color: #b47dfb;
}

.past-speakers .cs-pricing_table.cs-style1::before {
  background: #b47ef9;
}

.hb-custom-form input.hs-input[type="file"] {
  border: none;
}

.hb-custom-form a {
  color: #b47cfd;
}

.cs-team.cs-style1 .cs-member_info {
  background: linear-gradient(360deg, #000000 0%, rgb(0 0 0 / 4%) 80%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 24px;
}

@media (min-width: 576px) {
  .exhibit {
    width: 17.666667%;
  }
}

.logo-partner {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 30px;
}
.logo-partner h4 {
  margin: 10px 0;
  font-size: 14px;
  color: #c13936;
  font-weight: 700;
}

.logo-partner .img-wrap:nth-child(2) {
  /* margin-left: 40px;
	padding-left: 40px; */
  position: relative;
}

.logo-partner .img-wrap:nth-child(2) .s-heading {
  /* margin-bottom: 10px; */
  font-weight: 700;
  font-size: 18px;
}

.logo-partner .img-wrap:nth-child(2) img {
  height: 180px;
  opacity: 1;
  width: auto;
}

/* .logo-partner .img-wrap:nth-child(2)::before {
	content: "";
	height: 130px;
	width: 1px;
	top: 30px;
	left: 0;
	position: absolute;
	background-color: #b47dfb59;
} */

@media screen and (max-width: 767px) {
  .logo-partner {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .logo-partner .img-wrap:nth-child(2) .s-heading {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
  }
  .logo-partner .img-wrap:nth-child(2) img {
    height: auto !important;
  }
  .logo-partner {
    gap: 0 !important;
  }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 767px) {
  .logo-partner .img-wrap:nth-child(2) {
    margin: 0;
    padding: 0;
  }

  .logo-partner .img-wrap:nth-child(2)::before {
    background-color: none !important;
    display: none;
  }
}

.awards .past-speakers .cs-section_heading.cs-style1 .cs-section_title {
  font-size: 72px;
  color: #d7a3ff;
  font-weight: 800;
}

.cs-accordian {
  border-bottom: 1px solid #0000001a;
}

.cs-accordian_head:hover .cs-accordian_title {
  color: #d7a3ff;
}

/*
li.highlights a:first-child{
	color: #b47cfd !important;
}
li.highlights i{
	color: #fff !important;
}
*/
@media (min-width: 1200px) {
  .awards-nominations-list .box-container {
    grid-template-columns: repeat(6, 1fr);
  }

  .awards-nominations-list .box-item {
    grid-column: span 2;
  }

  .awards-nominations-list .box-item:last-child:nth-child(3n - 2) {
    grid-column-end: 5;
  }
}

.inner_content.agenda .tab-agenda .section .text-wrap .left .img-wrap-logo {
  width: 200px !important;
  overflow: hidden;
  padding: 0 10px !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper-button-next,
.swiper-button-prev {
  background-image: none;
}

@media screen and (min-width: 768px) {
  .sponsors-4253,
  .sponsors-3809,
  .sponsors-3964 {
    width: 100% !important;
  }
}

.inner-page.awards-gala {
  background-image: url(https://indosecsummit.com/wp-content/uploads/2024/08/gala-agenda-bg1-scaled.jpg);
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.inner-page.awards-gala .cs-page_heading.cs-style1,
.inner-page.awards-gala .cs-bg::before {
  background-image: none !important;
  border: none !important;
}

.inner-page.awards-gala .no-bg {
  background-image: none !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.inner-page.awards-gala .no-bg:before {
  opacity: 1;
}

.inner-page.awards-gala .no-bg.bg1:before {
  left: 0;
  right: unset;
}

.inner-page.awards-gala .no-bg.bg2 {
  flex-direction: row-reverse;
}

.inner-page.awards-gala .no-bg .award-gala-text {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.inner-page.awards-gala .no-bg .award-gala-text h2.cs-pricing_title {
  margin: 0;
  padding: 0;
}

.inner-page.awards-gala .no-bg .award-gala-text .cs-pricing_info {
  margin: 0;
  padding: 0;
}

.inner-page.awards-gala .no-bg .award-gala-video {
  width: 50%;
  height: 300px;
  position: relative;
  background-color: #000;
}

.inner-page.awards-gala #awardgala-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

body.body-awards-gala {
  background-color: #06000c;
}

.inner-page.awards-gala .no-bg.bg1 .award-gala-text,
.inner-page.awards-gala .no-bg.bg2 .award-gala-text {
  padding-left: 40px;
  padding-right: 40px;
}

.inner-page.awards-gala .margin-0-auto {
  margin: 0 auto;
}

.inner-page.awards-gala .full-bg {
  background-image: none !important;
  border-radius: 0;
}

.cs-post.cs-style2 .cs-post_title,
.cs-sidebar_widget_title {
  font-size: 26px;
}

.cs-sidebar_widget_title {
  font-size: 22px;
}

.cs-recent_post_title {
  font-size: 14px;
  font-weight: 500;
}

.cs-post.cs-style2 p {
  color: rgb(254 254 254 / 90%);
}

.indosec-map-location {
}

.indosec-map-location .justify-content-end {
  height: 400px;
}

.indosec-map-location .vanue-address,
.indosec-map-location .vanue-map {
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.indosec-map-location .vanue-address h2 {
  font-weight: 700;
  font-size: 36px;
  margin: 0;
}

.indosec-map-location .vanue-address h3 {
  font-size: 28px;
  margin: 0;
}

.indosec-map-location .vanue-map iframe {
  height: 100%;
  width: 100%;
}

li.last-item > a,
.cs-nav .cs-nav_list ul li.last-item > a {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .inner-page.awards-gala .no-bg .award-gala-text {
    padding: 20px;
  }

  .inner-page.awards-gala .no-bg .award-gala-video,
  .inner-page.awards-gala .no-bg .award-gala-text {
    width: 100%;
  }

  .indosec-map-location {
    padding: 0 24px;
  }

  .indosec-map-location .vanue-address h2 {
    font-size: 32px;
  }

  .indosec-map-location .vanue-address h3 {
    font-size: 22px;
  }

  .overview-new-left p {
    margin-top: 10px !important;
  }

  .home .cs-section_heading.cs-style1 .cs-section_title {
    margin-top: 20px !important;
  }

  .overview-new-left p {
    font-weight: 400 !important;
  }
}

body.home .cs-moving_text_wrap.cs-type1 .cs-moving_text a {
  font-family: "Poppins", sans-serif;
  line-height: 1.4em;
}

.cs-team.cs-style1 .cs-member_name {
  text-transform: uppercase;
}

.concluded-stamp {
  position: absolute;
  top: calc(55% - 247px);
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  text-align: center;
  z-index: 99;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .concluded-stamp {
    width: 90%;
    top: calc(30% - 247px);
  }
}

body.awards .cs-portfolio.cs-style1.cs-size3:after {
  border: 1px solid #c8ad5a;
}

/* 12-12-2024 */
.overview-new {
  position: relative;
  padding: 0 0 80px 0;
}

.overview-new .separator {
  margin: 15px auto;
}

.overview-new-wrap {
  width: 100%;
  margin: 0 auto;
}

.overview-new-heading,
.section-heading {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.overview-new-heading .heading,
.heading {
  font-size: 20pt;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2rem;
  line-height: 1.4;
}
.overview-new-content {
  margin-top: 40px;
  display: grid;
  grid-gap: 0px 0px;
  grid-template-columns: repeat(1, 1fr);
}

.overview-new-content-box.aos-animate {
  height: 170px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 15px;
}

.overview-new-content-box.mb-bg-white {
  /*
	background-color: #b47cfd70 !important;
	*/
}

.overview-new-content-box.mb-bg-gray {
  /*
	background-color: #280d4b9c !important;
	*/
}

.overview-new-content-box p {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.5px;
  margin: 0;
  line-height: 1.2;
}

.overview-new-content-box .separator {
  margin-top: 22px;
  margin-bottom: 22px;
  width: 40px;
}

.overview-new-wrap {
  margin-bottom: 60px;
}

.overview-new-right {
  border-right: 0;
  height: 100%;
}

.overview-new-right .mr-heading {
  /* color: #ffffff;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 400; */
  margin: 0;
  letter-spacing: 2px;
}

.overview-new-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

.overview-new-left h1.heading {
  text-transform: none;
}

.overview-new-right #mr-pr {
  font-family: "Barlow Condensed", sans-serif;
  color: #b47cfd;
  font-size: 160px;
  font-weight: 400;
  line-height: 190px;
  margin: 0;
  margin-bottom: 10px;
  letter-spacing: 0px;
}

.overview {
  flex-direction: column;
}

.overview_left img {
  object-fit: cover;
  object-position: 0 -50px;
  height: 100%;
}

.overview h3 {
  font-size: 24pt;
}

.demographics_sec .demographic {
  flex-direction: column;
  align-items: center;
  margin: 0 !important;
}

.demographics_sec h3.demographics_sec_title {
  font-size: 24pt;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0;
  padding-left: 20px;
  border-left: 2px solid #000;
  margin: 90px 3% 40px 6%;
}

.demographics_sec h3.demographics_sec_title span {
  font-weight: 400;
}

.demographics_sec .demographic .demographic-wrap:nth-child(2) {
  border: none;
}
.container-wrap {
  width: 100%;
  margin: 0 auto;
  background-color: #f9f8f8;
  border-radius: 20px;
  padding: 0 15px;
}
.sponsors-partners img {
  border: 1px solid #ad9cbb1c;
}
@media only screen and (min-width: 768px) {
  .overview-new-content {
    grid-template-columns: repeat(2, 1fr);
  }

  .overview-new-content-box.tb-bg-white {
    /*
		background-color: #b47cfd70 !important;
		*/
  }

  .overview-new-content-box.tb-bg-gray {
    /*
		background-color: #280d4b9c !important;
		*/
  }

  .overview-new-right {
    border-right: 1px solid #3b383830;
  }
}

@media only screen and (min-width: 992px) {
  .overview-new-wrap {
    width: 80%;
  }

  .overview-new-heading,
  .section-heading {
    width: 90%;
  }

  .overview-new-content {
    grid-template-columns: repeat(3, 1fr);
  }

  .overview-new-content-box.mb-bg-gray {
    /*
		background-color: #280d4b9c !important;
		*/
  }

  .overview-new-content-box.mb-bg-white {
    /*
		background-color: #b47cfd70 !important;
		*/
  }

  .overview-new-content-box.dk-bg-gray {
    /*
		background-color: #280d4b9c !important;
		*/
  }

  .overview-new-content-box.dk-bg-white {
    /*
		background-color: #b47cfd70 !important;
		*/
  }

  .overview-new-right .mr-heading {
    font-size: 36px;
    font-weight: 700;
  }

  .overview-new-right #mr-pr {
    font-size: 190px;
    line-height: 190px;
  }

  .overview_left,
  .overview_right {
    width: 50%;
  }

  .overview {
    flex-direction: row;
  }

  .overview_left {
    height: 420px;
  }

  .overview_right {
    padding: 0 3% 0 3%;
  }

  .overview_left img {
    display: block;
  }
  .container-wrap {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}

@media only screen and (min-width: 1400px) {
  .overview_right {
    padding: 0 5% 0 5%;
  }

  .overview_left {
    height: 550px;
  }
}

@media only screen and (max-width: 991px) {
  .demographics_sec .demographic .demographic-wrap:nth-child(2) {
    justify-content: center !important;
  }

  .overview-new-right #mr-pr {
    font-size: 100px !important;
    line-height: 120px !important;
  }
}

.overview-new-content-box {
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 15px;
}

/*  end 12-12-2024  */

/* work 06-01-2025 */
.hero-section:before,
.number_sec_new:before {
  display: none !important;
}

.hero-section .hero-content .timer-content {
  flex-direction: row;
  justify-content: center;
}

.hero-section .hero-content {
  position: initial !important;
}

.cs-hero.cs-style4 .cs-swiper_parallax_bg,
.cs-hero.cs-style5 .cs-swiper_parallax_bg {
  z-index: -1;
}

@media only screen and (min-width: 992px) {
  .hero-section .hero-content .timer {
    position: absolute;
    right: 0;
    top: 30%;
  }

  .hero-section .hero-content .timer-content {
    flex-direction: column;
  }

  .hero-section .hero-content .timer-content .timer-el {
    margin: 0 0 5px 0;
  }

  .hero-section .hero-content .bottom-part {
    padding-top: 0;
  }
}

@media only screen and (max-width: 414px) {
  .button {
    font-size: 11px;
  }
}

/* work 06-01-2025 ends here */

.cust-row {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px 40px;
}

.cust-row .cust-over .cust-over-content {
  width: 100%;
  height: 100%;
  background: #13012e;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px;
}

.cust-row .cust-over {
  display: flex;
  justify-content: center;
  align-items: center;
}

.chart-block .left {
  border: none !important;
}

.cust-border {
  margin-right: 30px;
}

.cust-over-content h2 {
  font-size: 190px;
  /* font-family: "Barlow Condensed", sans-serif; */
  color: #b47cfd;
  font-weight: 400;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1;
}

.cust-over-content .dr-heading {
  color: #ffffff;
  /* font-family: "Barlow Condensed", sans-serif; */
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
  letter-spacing: 2px;
  font-size: 46px;
}

.chart-block .right ul {
  width: 53% !important;
  margin: 60px auto;
  list-style: disc;
}

.cs-fooer_main,
.cs-bottom_footer {
  position: relative;
  z-index: 9;
}

.cs-tab_links.cs-style1 {
  background-color: transparent;
  border: 1px solid #191919;
}

.cs-tab_links.cs-style1 li.active a {
  color: #fff;
}

.cs-tab_links.cs-style1 a {
  color: #191919;
}

body.body-awards-gala .cs-tab_links.cs-style1 {
  border: 1px solid #fff;
}

body.body-awards-gala .cs-tab_links.cs-style1 a {
  color: #fff;
}

.inner-page.awards-gala .award-gala-video-hover h2.cs-pricing_title {
  color: #fff;
}

.hb-custom-form .hs-fieldtype-intl-phone {
  display: flex;
}

@media only screen and (max-width: 1400px) {
  .cust-over-content h2 {
    font-size: 120px;
  }

  .cust-over-content .dr-heading {
    font-size: 38px;
  }
}

@media only screen and (max-width: 991px) {
  .cust-row {
    flex-direction: column;
  }

  .cust-over-content h2 {
    font-size: 70px;
  }

  .cust-over-content .dr-heading {
    font-size: 28px;
  }
}

/* new chart */
.circular-bar {
  /* display: flex;
	align-items: start;
	justify-content: center;
	flex-direction: column; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #13012e;
  padding: 30px;
  border-radius: 10px;
}

.cust-cont {
  margin-right: 30px;
}

.progress-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.progress-hearder {
  width: 100%;
  padding: 20px;
}

/* Main container for each progress bar */
.progress-container {
  position: relative;
  /* width: 150px;
	height: 150px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Outer ring */
.progress-ring {
  position: relative;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: conic-gradient(#7d2ae8 0deg, #7d2ae8 0deg, #ededed 0deg);
  /* conic-gradient(rgb(122, 110, 244) 108deg, rgb(237, 237, 237) 0deg); */
  /* conic-gradient(rgb(51, 174, 242) 154.8deg, rgb(237, 237, 237) 0deg) */
}

/* Inner white circle */
.progress-ring::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  background: #13012e;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Center percentage text */
.progress-text {
  position: absolute;
  top: 35%;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  z-index: 10;
}

/* Label below each circle */
.progress-label {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  color: rgba(254, 254, 254, 0.7);
}

.chart-block .right .cust-img img {
  margin-bottom: 40px;
  margin-top: 40px;
}

.cust-row-bg {
  padding: 50px 120px 120px 120px;
}

.chart-block .right {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #13012e;
  border-radius: 10px;
  height: 100%;
}

.progress-cust {
  border-left: 1px solid #61409563;
  padding: 10px;
  width: 40%;
}

.progress-row .progress-cust:first-child {
  border: none;
  /* Removes the border */
}

@media (max-width: 576px) {
  .cust-row-bg {
    padding: 0 !important;
  }

  .chart-block .right {
    margin-bottom: 10px !important;
  }

  .cust-row .cust-over .cust-over-content {
    background: #13012e;
    padding: 45px;
    margin-bottom: 10px;
    border-radius: 10px;
    width: 100%;
  }
}

.cust-padding {
  padding: 20px;
}

.cust-progress {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #13012e;
  flex-direction: column;
  border-radius: 10px;
}

@media only screen and (max-width: 1610px) {
  .cust-over-content h2 {
    font-size: 90px;
  }

  .cust-over-content .dr-heading {
    font-size: 35px;
  }

  .cust-row .cust-over .cust-over-content {
    padding: 40px;
  }

  .cust-progress {
    padding: 56px 0;
  }

  .progress-hearder h3 {
    font-size: 21px;
  }

  .progress-ring {
    width: 120px;
    height: 120px;
  }

  .progress-ring::after {
    width: 90px;
    height: 90px;
  }

  .progress-text {
    top: 26%;
  }
}

@media only screen and (max-width: 700px) {
  .cust-row {
    padding: 0;
  }

  .cust-over-content p {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .cust-over-content .dr-heading {
    text-align: center;
  }

  .cust-over-content h2 {
    text-align: center;
    font-weight: 600;
  }

  .progress-hearder h3 {
    text-align: center;
  }

  .progress-row {
    display: flex;
    width: 80%;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }

  .progress-hearder {
    width: 95%;
  }

  .progress-hearder p {
    text-align: center;
  }
  .progress-cust {
    border: none;
    width: 100%;
  }
  .progress-hearder h3 {
    font-size: 17px;
  }
  .chart-block .right ul li {
    font-size: 14px;
    border: none;
  }
  .overview-new-content-box {
    height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 15px;
    border-radius: 20px;
    margin-bottom: 23px;
  }
}
.overview-new-content-box .separator-new {
  margin-top: 0px;
  margin-bottom: 22px;
  width: 40px;
}
.overview-new-content-box img {
  height: auto;
}
.graph-heading {
  font-size: 36px !important;
}

.lg-icon.vimeo,
.lg-icon.video,
.lg-icon.youtube {
  background-image: none !important;
}

/* IndoSec - v2 ( 06-05-2025 )*/

.cs-funfact_wrap {
  background-color: #fff;
  background: linear-gradient(0, #ffffff 0%, #ffffff 100%);
}
body,
body.home .fun-fact .cs-funfact_heading h2,
.cs-widget_title,
.cyber-security .cs-iconbox.cs-style4 .cs-iconbox_subtitle,
.sponsors-partners h3,
.why-choose-us .cs-iconbox_4_wrap .cs-iconbox .cs-portfolio_info p,
.why-choose-us .cs-iconbox_4_wrap .cs-iconbox .cs-portfolio_info #sb-ttl,
.why-choose-us .cs-iconbox_4_wrap .cs-iconbox .cs-portfolio_info h5,
.progress-text,
.chart-block .bar-group .bar-text p,
.chart-block .bar-group .bar-text,
.chart-block .right ul li,
.cust-over-content .dr-heading,
.progress-hearder h3,
.progress-label,
.overview-new-content-box p,
.overview-new-right .mr-heading,
.overview-new-heading .heading,
.heading,
.cs-text_btn,
.home .cs-section_heading.cs-style1 .cs-section_title,
body.home .fun-fact .cs-funfact_heading p,
body.home .fun-fact .cs-primary_color,
body.home .fun-fact .cs-funfact.cs-style1 .cs-funfact_text p {
  color: #191919;
}
body {
  margin: 0;
  background-color: #fff;
  /*
	background-image: radial-gradient(at 0% 0%, #fff 0rem, transparent 50%), radial-gradient(at 0% 0%, #9cdcaa26 0rem, transparent 50%), radial-gradient(at 81% 57%, #96caf740 0rem, transparent 50%), radial-gradient(at 29% 31%, #bfb2f326 0rem, transparent 50%), radial-gradient(at 97% 45%, #f8a3a84d 0rem, transparent 50%), radial-gradient(at 60% 80%, #f8a3a859 0rem, transparent 50%), linear-gradient(90deg, #e5e1ab33, #96caf733, #00000000 50%);
	background-repeat: no-repeat, no-repeat;
	background-size: cover, cover;
	background-position: center, center;
	background-attachment: fixed;
	*/
  font-size: 14px;
  line-height: 2em;
  font-weight: 500;
  position: relative;
  font-family: "Montserrat", sans-serif;
}
body.awards {
  background-color: #181818;
  background-image: none;
  color: #fff;
}
.gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}
.fullscreen-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
}

.blur {
  position: absolute;
  z-index: 1;
  -moz-border-radius: 900px;
  border-radius: 900px;
  -webkit-filter: blur(clamp(40px, 7vw, 90px));
  filter: blur(clamp(40px, 7vw, 90px));
}
.blur:nth-of-type(1) {
  background: #ac8fe363;
  height: clamp(400px, 20vw, 60vw);
  width: -moz-calc(clamp(400px, 30vw, 70vw) * 1.1);
  width: calc(clamp(400px, 30vw, 70vw) * 1.1);
  top: -10vh;
  right: -10vw;
}
.blur:nth-of-type(2) {
  background: #f5c5cd57;
  height: clamp(300px, 16vw, 46vw);
  width: -moz-calc(clamp(300px, 16vw, 56vw) * 0.75);
  width: calc(clamp(300px, 16vw, 56vw) * 0.75);
  top: 0vh;
  right: 0vw;
}
.blur:nth-of-type(3) {
  background: #ac8fe363;
  height: clamp(100px, 20vw, 20vw);
  width: -moz-calc(clamp(100px, 20vw, 20vw) * 2);
  width: calc(clamp(100px, 20vw, 20vw) * 2);
  top: -10vh;
  left: -10vw;
}

/*
.blur {
	position: absolute;
	z-index: 1;
	-moz-border-radius: 900px;
	border-radius: 900px;
	-webkit-filter: blur(clamp(40px, 7vw, 90px));
	filter: blur(clamp(40px, 7vw, 90px));
}
.blur:nth-of-type(1) {
	background: rgba(234, 162, 183, 0.4);
	height: clamp(400px, 70vw, 70vw);
	width: -moz-calc(clamp(400px, 70vw, 70vw) * 1.1);
	width: calc(clamp(400px, 70vw, 70vw) * 1.1);
	top: 60vh;
	left: 5vw;
}
.blur:nth-of-type(2) {
	background: rgba(179, 200, 241, 0.6);
	height: clamp(300px, 46vw, 46vw);
	width: -moz-calc(clamp(300px, 46vw, 46vw) * 0.75);
	width: calc(clamp(300px, 46vw, 46vw) * 0.75);
	top: 30vh;
	right: 30vw;
}
.blur:nth-of-type(3) {
	background: rgba(234, 162, 183, 0.4);
	height: clamp(100px, 20vw, 20vw);
	width: -moz-calc(clamp(100px, 20vw, 20vw) * 2);
	width: calc(clamp(100px, 20vw, 20vw) * 2);
	top: -10vh;
	left: -10vw;
}
*/
.hero-section.hero-section-new {
  background: none;
}
.hero-section.hero-section-new .hero-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  min-height: 825px;
}
.hero-section.hero-section-new .logo-partner .img-wrap:nth-child(2) .s-heading {
  color: #c13936;
}
.hero-section.hero-section-new .event-date {
  flex-direction: column;
}
.hero-section.hero-section-new .event-date .s1 {
  font-weight: 700;
  font-size: 26px;
}
.hero-section.hero-section-new .event-date .s1 span {
  margin: 0 20px;
  padding: 0 20px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.hero-section.hero-section-new .event-date .s2 {
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #c13936;
  font-weight: 700;
}
.hero-section.hero-section-new .event-date {
}
.hero-section.hero-section-new .event-date .s2::before {
  display: none;
}
.hero-section.hero-section-new .hero-content .bottom-part h1,
.hero-section .hero-content .bottom-part h1 {
  text-align: center;
}
.hero-section.hero-section-new .hero-content .bottom-part h1 {
  color: #0e0e0e;
  font-size: 28px;
  font-weight: 400;
}
.hero-section.hero-section-new .hero-content .bottom-part h1,
.hero-section.hero-section-new .hero-content .bottom-part h1 {
  background: #7e6cc5;
  /* background: linear-gradient(90deg, rgb(126 108 197) 0%, rgb(165 149 211) 100%); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 24px;
}
.hero-video-new {
  width: 100%;
  margin: 0 auto;
  height: 250px;
  display: flex;
  margin-top: 0px;
}
.hero-video-new video {
  height: 100%;
  border-radius: 0px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.cs-funfact_wrap.cs-type1 {
  margin: 0 !important;
}
.hero-section-new.cs-hero.cs-style1 {
  height: auto;
  min-height: auto;
}
.fun-fact {
  background-color: #fff;
}
.cs-funfact_wrap {
  background-color: #fff;
  background: unset !important;
}
.hero-section .hero-content .timer-content .timer-el {
  background-color: #00000000;
  border: 1px solid #534d7d;
}
.cs-sticky_header.darkHeader {
  background-color: #b69eff;
}

.button {
  padding: 11px 30px;
  background-color: #0047ab;
  /*
	background-image: linear-gradient(120deg, #5c20f4 20%, #5c20f4 60%);
	*/
}
.button:hover {
  background-color: #ec1b52;
  /*
	background-image: linear-gradient(120deg, #f58330 20%, #f58330 60%);
	*/
}

.hero-section .hero-content .timer-content .timer-el .timer-el__label,
.hero-section .hero-content .timer-content .timer-el .timer-el__number {
  color: #000000;
}
header.cs-gescout_sticky a.text-logo,
header.darkHeader a.text-logo {
  color: #000;
}
.hero-video-new {
  width: 100%;
  margin: 0 auto;
  height: 250px;
  display: flex;
  margin-top: 0px;
}
.hero-video-new video {
  height: 100%;
  border-radius: 0px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.cs-funfact_wrap.cs-type1 {
  margin: 0 !important;
}
.desktop {
  display: none;
}
.mobile {
  display: block;
}
.fun-fact .cs-funfact_wrap::before {
  display: none;
}
.cs-team.cs-style1 .cs-member_info {
  background: linear-gradient(360deg, #00000082 0%, rgb(0 0 0 / 0%) 80%);
}
.past-speakers .cs-team.cs-style1 .cs-member_thumb {
  background-color: #ffffff61;
}
.past-speakers .cs-team.cs-style1 .cs-member_thumb img {
  filter: none;
}
.cs-team.cs-style1 .cs-member_overlay {
  background: none !important;
  border: none !important;
}
.overview-new-right .mr-heading,
.overview-new-right #mr-pr {
  font-weight: 500;
}
.cs-shape_wrap_6 .cs-shape_2 > div,
.testimonials.cs-shape_wrap_4 .cs-shape_4,
.topics-discussion.cs-shape_wrap_4 .cs-shape_4,
.cyber-security.cs-shape_wrap_4 .cs-shape_4,
.cyber-security .cs-shape_2 > div {
  background-color: #e3cce12b;
}
.cs-section_heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cs-section_heading .cs-separator {
  margin: 10px 0;
  width: 110px !important;
}
.why-choose-us::before {
  background-image: none;
}
.full-border {
  border: 1px solid #b47dfb59;
  padding: 15px;
  border-radius: 20px;
}
.overview-new-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.overview-new-heading .heading {
  margin-bottom: 0;
}
.overview-new-heading .cs-separator {
  margin: 10px 0;
  width: 110px !important;
  height: 2px;
  border-radius: 2px;
}
.why-choose-us .cs-section_heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cs-image_layer.cs-style1 .cs-image_layer_in:after {
  background-color: #02020208 !important;
}
.chart-block .right,
.cust-row .cust-over .cust-over-content,
.cust-progress,
.progress-ring:after,
.insdustry-sectors .icon-box {
  background-color: #fff;
}
.chart-block .left {
  border: none !important;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}
.chart-block .progress {
  height: 0.8em;
}
.chart-block .right ul li {
  border: none;
  padding: 0;
  margin: 0;
}
.topics-discussion::before,
.cyber-security::before,
.awards-nominations::before,
.why_sponsor::before {
  background-color: transparent;
  background-image: none;
}
.topics-discussion,
.cyber-security,
.awards-nominations,
.why_sponsor {
  background-image: none;
  background: none;
}
.testimonials .cs-section_heading {
  align-items: flex-start;
}
.testimonials .prev-next-arrow .slick-arrow {
  border: 1px solid #00000045;
}
.cs-accordian_title {
  color: #000;
  padding: 0;
  line-height: 1.3em;
  font-weight: 600;
  margin: 0 0 20px;
}
.cyber-security.cs-shape_wrap_4 .cs-shape_4,
.cyber-security .cs-shape_2 > div,
.cs-shape_wrap_4 .cs-shape_4 {
  background-color: #c7b6eb0f;
}
.cs-social_btns.cs-style1 a {
  border-color: #d7a3ff;
}
.cs-social_btns.cs-style1 a svg path {
  fill: #d7a3ff;
}

/* Newsletter */
.newsletter .cs-cta.cs-style1 .cs-cta_title {
  color: #000;
}
.newsletter .cs-cta.cs-style1 {
  background-image: none !important;
  background: none;
  border: 1px solid #d7ceed;
}
.newsletter .cs-cta.cs-style1::before {
  display: none;
}

.inner-page .cs-bg::before {
  display: none;
}
.inner-page .cs-page_heading.cs-style1 .cs-page_heading_in {
  background-image: none;
}
.cs-funfact.cs-style1 .cs-funfact_number .cs-accent_color {
  color: #9281ca;
}

.hero-section-new.cs-hero.cs-style1 {
  background-color: transparent;
  background-image: linear-gradient(180deg, #e9e5ff 0%, #f7f7fa00 100%);
}

.cs-fooer {
  position: relative;
  overflow: clip;
  box-sizing: border-box;
  outline: none;
}
.cs-fooer:after,
.cs-fooer:before {
  content: "";
  display: block;
  width: 130%;
  height: 150%;
  position: absolute;
  top: 0;
}
.cs-fooer:before {
  left: -50%;
  background: radial-gradient(
    ellipse at 50% 50%,
    #ac8fe363 0,
    hsla(41, 75%, 86%, 0) 50%
  );
}
.cs-fooer:after {
  right: -50%;
  background: radial-gradient(
    ellipse at 50% 50%,
    #bda5c0 0,
    rgba(189, 165, 192, 0) 50%
  );
  z-index: -1;
}
.home .past-speakers,
.inner-page .past-speakers:not(.agenda_content) {
  background-color: transparent;
  background-image: linear-gradient(180deg, #e9e5ff 0%, #f7f7fa00 100%);
}
.newsletter .cs-cta.cs-style1,
.speaker_interviews_row,
.chart-block .right,
.chart-block .left,
.cust-row .cust-over .cust-over-content,
.cust-progress,
.insdustry-sectors .icon-box,
.topics-discussion .icon-box span,
.full-border {
  border: 1px solid #1919191f !important;
}
.cs-team.cs-style1 .about-img {
  border: 1px solid #e9e6fe;
  margin-left: auto;
  padding: 0px;
  position: relative;
  text-align: center;
  z-index: 1;
  height: 379px;
  background-color: #e9e6fe;
  display: inline-block;
}
.cs-team.cs-style1:hover .about-img {
  background-color: #9281ca78;
  border: 1px solid #e9e6fe;
}
.cs-team.cs-style1 .about-img img {
  width: 100%;
  /*
		height: 100%;
		object-fit: cover;
	*/
  display: inline-block;
  border: 20px solid #f4f2fe;
}
.cs-member_info_new {
  margin: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cs-member_info_new .cs-member_name,
.cs-member_info_new .cs-member_designation {
  color: #000;
}
.cs-member_info_new > div {
}
.cs-member_info_new .cs-member_name {
  font-weight: 700;
  font-size: 14px !important;
}
.cs-member_info_new .cs-member_designation {
  line-height: 1.4;
}
.cs-member_info_new .cs-member_company {
  color: #6401ab !important;
  line-height: 1.4;
  font-weight: 700;
  margin: 5px 0;
}
.swiper-button-next,
.swiper-button-prev {
  top: 35%;
}
.progress-cust {
  border-left: none;
}
.fun-fact .cs-funfact_wrap {
  padding: 40px 30px;
}
.cs-funfact_wrap .cs-funfact_left {
  text-align: center;
}
.cs-funfact.cs-style1 {
  flex-direction: column;
}
.overview-new-content-box:nth-child(2) {
  border: none;
  border-top: 1px solid #3b383812;
  border-bottom: 1px solid #3b383812;
  border-radius: 0;
}
.chart-block .right img {
  width: 80% !important;
}
.topics-discussion .icon-box h3 {
  font-size: 12px;
}
.cs-accordian_title {
  font-size: 14px;
}
.graph-heading,
.overview-new-heading .heading,
.heading,
body.home .fun-fact .cs-funfact_heading h2 {
  font-size: 26px !important;
  text-transform: capitalize !important;
}
.inner-page .cs-page_heading.cs-style1 {
  height: 300px;
  border-radius: 0;
}
.inner-page .cs-bg {
  background-size: cover;
  background-repeat: no-repeat;
}
.insdustry-sectors {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.swiper-container-wrapper {
  display: flex;
}
.chart-block .item_bar {
  height: 1px;
  background-color: #363c431a;
}
.chart-block .item_bar .progress {
  top: -5px;
}
.inner-page .past-speakers h2 {
  color: #000;
  font-size: 32px;
  text-align: center;
}
.hb-custom-form .hs-fieldtype-intl-phone {
  border: none;
  background-color: transparent !important;
  justify-content: space-between;
}
.cs-primary_font {
  font-family: "Montserrat", sans-serif !important;
}
header.cs-gescout_sticky a.text-logo,
header.darkHeader a.text-logo {
  font-size: 1.5em;
}
.logo-partner .presenting-partner img {
  height: 50px;
}
.inner-page .cs-page_heading.cs-style1 .cs-page_title {
  font-size: 24px;
}
.chart-block .bar-group .bar-text .desktop p {
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (max-width: 1199px) {
  .cs-nav .cs-nav_list,
  .cs-nav .cs-nav_list ul {
    background-color: #b69eff;
  }
  .cs-site_header.cs-style1 {
    background-color: #b69eff;
  }
  .cs-nav .cs-nav_list ul {
    border: none;
  }
  .cs-munu_toggle {
    color: #fff;
  }
  .chart-block .bar-group .bar-text .desktop p {
    font-size: 11px;
  }
}
@media screen and (max-width: 991px) {
  .cyber-security .cs-iconbox.cs-style4 .cs-iconbox_title {
    font-size: 26px !important;
  }
  .logo-partner .img-wrap:nth-child(2)::before {
    height: 100px;
  }
  .hero-section.hero-section-new .hero-content .bottom-part h1 {
    font-weight: 700;
  }
}
@media screen and (max-width: 499px) {
  .cs-team.cs-style1 .about-img {
    width: 100%;
  }
  .cs-team.cs-style1 .about-img img {
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 500px) {
  .cs-team.cs-style1 .about-img {
    border-radius: 350px;
    border-radius: 370px;
  }
  .cs-team.cs-style1 .about-img img {
    border-radius: 350px;
  }
  .cs-team.cs-style1 .about-img {
    height: auto;
  }
  .hb-custom-form .hs-fieldtype-intl-phone select {
    width: 34% !important;
  }
  .hb-custom-form .hs-fieldtype-intl-phone input {
    width: 65% !important;
  }
}
@media only screen and (min-width: 768px) {
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
  .overview-new-content-box:nth-child(2) {
    border: none;
    border-left: 1px solid #3b383812;
    border-right: 1px solid #3b383812;
  }
  .overview-new-right {
    border-right: none;
  }
  .hero-section.hero-section-new .hero-content {
    min-height: 1200px;
  }
  .cs-funfact_wrap .cs-funfact_left {
    text-align: left;
  }
  .cs-funfact.cs-style1 {
    flex-direction: row;
  }
  .progress-cust {
    border-left: 1px solid #19191914;
  }
  .chart-block .right img {
    width: 59% !important;
  }
  .home .cs-section_heading.cs-style1 .cs-section_title {
    font-size: 32px;
  }
  .overview-new-heading .heading,
  .heading {
    font-size: 32px !important;
  }
  .topics-discussion .icon-box h3 {
    font-size: 15px;
  }
  .cs-accordian_title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-section.hero-section-new .hero-content {
    justify-content: center;
  }
  .hero-section.hero-section-new .hero-content .bottom-part h1 {
    font-size: 32px;
  }
  .hero-section.hero-section-new .hero-content .bottom-part h1 span {
    font-size: 42px;
    line-height: 2.8rem;
    margin-top: 10px;
    font-weight: 600;
  }
  .hero-section.hero-section-new .event-date .s1 {
    font-size: 36px;
  }
  .hero-section .hero-content .timer {
    right: 10px;
  }
  .hero-video-new {
    width: 100%;
    padding: 0 115px;
    height: 485px;
  }
  .hero-video-new video {
    border-radius: 20px;
  }
  .full-border {
    padding: 40px;
  }
  .cyber-security .cs-iconbox:nth-child(2),
  .cyber-security .cs-iconbox:nth-child(3),
  .cyber-security .cs-iconbox:nth-child(4),
  .cyber-security .cs-iconbox:nth-child(5) {
    border-left: 1px solid #3b383812;
  }
  .hero-section.hero-section-new .event-date .s2,
  .logo-partner h4 {
    font-size: 18px;
  }
  .hero-video-new video {
    border-radius: 20px;
  }
  .hero-video-new {
    margin-top: -160px;
  }
  .fun-fact .cs-funfact_wrap {
    padding: 70px 70px;
  }
  .graph-heading {
    font-size: 36px !important;
  }

  body.home .fun-fact .cs-funfact_heading h2 {
    font-size: 34px !important;
  }
  .inner-page .cs-page_heading.cs-style1 .cs-page_title {
    font-size: 36px;
  }
  .cs-member_info_new .cs-member_name {
    font-size: 18px !important;
  }
}

@media screen and (min-width: 1200px) {
  .cs-nav .cs-nav_list > li {
    margin-right: 40px;
  }
  .cs-nav {
    font-size: 14px;
  }
  .cs-nav .cs-nav_list ul {
    background-color: #e5dbed;
  }
  .cs-nav .cs-nav_list > li > a {
    color: #000;
    font-size: 12px;
  }
  .cs-nav .cs-nav_list > li.menu-item-has-children > a::after,
  .cs-nav
    .cs-nav_list
    > li.menu-item-has-children
    ul.sub-menu
    > li.menu-item-has-children
    > a::after {
    border: 2px solid #000;
    border-left: 0;
    border-top: 0;
  }
  .cs-nav .cs-nav_list ul a {
    color: #312c51;
  }
  .cs-main_header_in {
    background-color: #b69eff;
    border-radius: 70px;
    padding: 0 20px;
  }
  /*
	.cs-site_header.cs-style1{
		background-color: transparent;
	}
	*/
  .cs-main_header_center,
  .cs-top_header_center {
    position: relative !important;
    left: unset !important;
    top: unset !important;
    -webkit-transform: unset !important;
    transform: unset !important;
  }
  .cs-site_header.cs-style1 .cs-main_header_left {
    width: 10%;
    justify-content: flex-start;
  }
  .cs-nav .cs-nav_list ul {
    background-color: #b69efd;
  }
  .cs-nav .cs-nav_list ul a {
    color: #000;
  }
}
@media screen and (min-width: 1600px) {
  .cs-funfact_wrap.cs-type1 {
    margin-top: 0 !important;
  }
  .chart-block .chart-block-content .cust-row:nth-child(1) .left,
  .chart-block .chart-block-content .cust-row:nth-child(1) .right {
    min-height: 760px;
  }
  header.cs-gescout_sticky a.text-logo,
  header.darkHeader a.text-logo {
    font-size: 2em;
  }
  .chart-block .bar-group .bar-text .desktop p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1800px) {
  .progress-hearder,
  .progress-row {
    width: 80%;
  }
  .cs-nav .cs-nav_list > li > a {
    font-size: 14px;
  }
}

.hb-custom-form .hb-custom-form .hs-form-field label:not(.hs-error-msg) {
  color: #000000;
}
.inner-page.awards-gala .no-bg .award-gala-text h2.cs-pricing_title {
  text-align: left !important;
  color: #fff !important;
}
.speaker_interviews_row_img .speaker-img-wrap img {
  object-position: 0 -10px !important;
}
