/* overlay for the why-exhibit and why-speak page  */
.overlay_innerpage {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000ba;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1200px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 41%;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 41%;
  }
}
.labelContainer {
  color: #fff !important;
}
@media only screen and (max-width: 991px) {
  .swiper.thumbs {
    display: none !important;
  }
  .news-thumb__content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .swiper.thumbs {
    display: none !important;
  }
  .news-thumbnail {
    height: 400px;
  }
  .number_sec_new .number-container .single-number .blue-box {
    position: relative;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .number_sec_new .number-container .single-number .blue-box p {
    width: 100%;
  }
  .fsimarket .col {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .all_speakers .tp-btn-primary {
    color: white;
  }
  .all_speakers .tp-btn-primary::after,
  .all_speakers .tp-btn-primary::before {
    background: #08546c;
  }
  .tp-btn-primary:focus,
  .tp-btn-primary:hover {
    background: #00ffffb9;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section .hero-content {
    min-height: 750px;
    padding-bottom: 0;
  }
  .hero-section .event-date {
    flex-direction: column;
  }
}
@media only screen and (max-width: 600px) {
  .hero-section .event-date .s2 .e_venue {
    text-align: center;
    margin-left: 0;
  }
}
.hero-section .event-date .s2 .e_venue {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 12pt;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.5px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .hero-section .hero-content .top-part .part:nth-child(1) img {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section .event-date .s2 .e_venue {
    padding: 0;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 600px) {
  .fsimarket .col {
    flex: 100%;
    max-width: 100%;
    text-align: center;
    padding: 0 10px !important;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .fsimarket p {
    width: 100% !important;
    text-align: center !important;
  }
}
/* 07-11-2023  */
.hero-section .event-date .s2 .e_venue {
  font-size: 14pt;
  line-height: 1.1;
}
.hero-section .event-date .s2 img {
  width: 24px;
}
.inner_content iframe.intro-video {
  width: 100%;
  object-fit: cover;
  height: 490px;
  margin-bottom: 30px;
  object-position: center;
  border: 2px solid #000;
  overflow: hidden;
  border-radius: 10px;
}
#tblack {
  color: #000;
}
.conference .block ul li p.ag {
  color: #eae84c;
}
.conference .block ul li p.ag span {
  color: #fff;
}
.speakers_sec .member-info #spdesignation span {
  font-size: 10pt;
}
.overview_left,
.overview_right {
  width: 50%;
  float: left;
}
.hero-section .hero-content .top-part .part:nth-child(1) img.logo {
  height: 199px;
}
.number_sec_new {
  position: relative;
}
.hero-section .hero-content {
  z-index: 2;
  position: relative;
}
.count_container,
.number_sec_new .container,
.number_sec_new .number-container {
  position: relative;
  z-index: 1;
}
.hero-section:before,
.number_sec_new:before {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.7;
  background-color: transparent;
  /* background-position: center;
    background-repeat: repeat;
    background-image: url(../images/videobg.png); */
  background-size: 4px 4px;
  width: 100%;
  clear: both;
}
.overview p b {
  color: #eae84c;
}
@media only screen and (max-width: 600px) {
  .conference .block ul li .content-right.awards_gala {
    min-height: 460px;
  }
}
.exhibit {
  width: 17.666667%;
}
.media {
  width: 14.666667%;
}
/* 13 - 03 - 24*/
header nav .nav-btns .regbtn {
  font-size: 16px;
  font-weight: 600;
  padding: 7px 20px;
  background-color: #ff3866;
  border-radius: 4px;
  color: #fff;
  margin: 0 5px;
  transition: background-color 0.3s ease;
  /* font-family: 'Barlow',sans-serif; */
}
header nav .nav-btns .regbtn:hover {
  background-color: #eae84c;
  color: #000;
}
header nav .nav-btns .regbtn:nth-child(2) {
  margin-right: 0;
}
.navbar .nav-links .nav-item .nav-link {
  margin-left: 20px;
}
.navbar-brand {
  margin: 0;
}
header nav .nav-btns {
  display: flex;
  align-items: center;
}
header nav .nav-btns .btns_container {
  display: flex;
  align-items: center;
  justify-content: left;
  margin: 1px;
}
.hero-section .hero-content .top-part {
  margin-bottom: 30px;
  border-bottom: 1px solid #eae84c69;
  width: auto;
  justify-content: flex-start;
}
img.sp_img {
  opacity: 0.9;
  border-radius: 4px;
}
.gray-btn {
  background-color: #ff3866;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
}
.gray-btn:hover {
  background-color: #c0ff0c;
  color: #000;
}
.btn-section .gray-btn:hover {
  background-color: #eae84c;
  color: #000;
}
.hero-section .hero-content .btn-section {
  margin: 0;
  margin-bottom: 30px !important;
}
.navbar .nav-links .nav-item .nav-link {
  font-size: 12px;
}
.hero-section .hero-content .bottom-part {
  border: none;
}
.hero-section .event-date .s2::before {
  background-color: #eae84c69;
}
@media only screen and (max-width: 568px) {
  .exhibit {
    width: 50% !important;
  }
  .media {
    width: 40% !important;
  }
}
.sub-heading .line {
  display: none;
}
/* Award Page 07.06.2024 */
.award_over_section,
.award_category_content {
  opacity: 0;
  -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;
}
.award_speaker {
  cursor: pointer;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.award_speaker .wrap_speaker {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  height: 100%;
  background-color: #00000070;
}
.award_speaker:hover .award_over_section {
  opacity: 1;
}
.award_speaker:hover .speaker_details {
  opacity: 0;
}
.award_speaker:hover .e-con-inner {
  background-color: #0000005c;
}
.award_speaker:hover .award_over_section .e-con-inner {
  background-color: transparent !important;
}
.award_category:hover .award_category_content {
  opacity: 1;
  background-color: #000;
}
/*
.award_category:hover::before{
    background-color: #000;
}
*/
.nominate_btn,
.nominate_btn a {
  cursor: pointer;
}
.crucial_steps ul li {
  list-style: disc;
}
.speakers_sec .member-info {
  width: 100%;
}
.award_speaker h3,
.award_speaker h4 {
  color: #fff;
  /* font-family: poppins, Sans-serif; */
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  margin-bottom: 5px;
}
.award_speaker h4 {
  font-size: 16px;
}
.award_over_section {
  height: calc(100% - 200px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.award_over_section img {
  width: auto;
}
.award_speaker:hover .wrap_speaker {
  background-color: #000000c9;
}
.award_caro .swiper-button-award-prev {
  left: 10px !important;
}
.award_caro .swiper-button-award-next {
  right: 10px !important;
}
.award_caro .swiper-button-award-prev,
.award_caro .swiper-button-award-next {
  top: 50% !important;
  width: 48px !important;
  height: 48px !important;
  border: 2px solid #fff;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
}
.award_caro .swiper-button-award-prev:hover,
.award_caro .swiper-button-award-next:hover {
  border: 2px solid #eae84c;
}
.award_caro .swiper-button-award-prev i,
.award_caro .swiper-button-award-next i {
  font-size: 26px;
  color: #fff;
}
.award_caro .swiper-button-award-prev:hover i,
.award_caro .swiper-button-award-next:hover i {
  color: #eae84c;
}
.award_hero .regbtn {
  fill: #000000;
  color: #000000;
  background-color: #eae84c;
  border-radius: 30px 30px 30px 30px;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  padding: 12px 24px;
  text-align: center;
  transition: all 0.3s;
  font-family: "Roboto";
  font-weight: 500;
  cursor: pointer;
}
.award_hero .regbtn:hover {
  background-color: #e92047;
  fill: #ffffff;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .hero-section .hero-content .bottom-part h1,
  .hero-section .hero-content .bottom-part h3 {
    font-size: 46px !important;
  }
}
/*hubspot form 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;
}
.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-family: sans-serif;
  font-size: 16px;
  font-weight: 400;
  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;
}
.hb-custom-form .hs-form-field label:not(.hs-error-msg),
.hb-custom-form .hs-field-desc {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  margin: 15px 0 5px 0;
  font-family: sans-serif;
}
.hb-custom-form .hs-form-required {
  color: red;
}
.hb-custom-form .field {
  margin-bottom: 0;
}
.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: 400;
}
.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: space-between;
  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;
  font-family: sans-serif;
}
.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: #000;
  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%;
  }
}
.hb-custom-form .input .hs-fieldtype-intl-phone {
  display: flex;
  background: none;
  border: none;
}
.hb-custom-form .input .hs-fieldtype-intl-phone select.hs-input {
  width: 40% !important;
  margin-right: 10px;
}
.hb-custom-form a {
  text-decoration: underline !important;
  color: #e2243d;
}
.overlay_innerpage {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000bd;
  top: 0;
  left: 0;
}
/*hubspot form ends here*/
.darkHeader .custom-logo-link {
  display: none;
}
.text-logo {
  display: none;
}
.darkHeader .text-logo {
  display: block !important;
  font-size: 24px !important;
  color: #fff;
}
.navbar .logo a {
  cursor: pointer;
}
.column-2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sub-heading {
  align-items: flex-end !important;
  /* height: 60px; */
}
.sponsors-partners h4 {
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .column-2 {
    flex-direction: column;
    align-items: center;
  }
  .sub-heading {
    height: auto;
  }
  .demographics_sec .demographic .demographic-wrap figure {
    width: 100%;
  }
}
li.highlights a:first-child {
  color: #eae84c !important;
}
li.highlights i {
  color: #fff !important;
}

@media only screen and (min-width: 1600px) {
  .speakers_sec .col-lg-2-5 {
    width: 19.33% !important;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .paragraph {
    font-size: 10pt;
  }
}

/* 24.07.2024 */

.our-posts {
  padding: 80px 0;
}
.our-posts .insight-content {
  padding: 0 0 14px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  color: #4a4a4a;
}
.our-posts .insight-content a,
.our-posts .insight-content i {
  color: #4a4a4a;
}
.our-posts .insight-content .insight-cat {
  margin-bottom: 20px;
  display: block;
}
.our-posts .insight-content .insight-cat a {
  color: inherit;
}
.our-posts .insight-content .post-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.our-posts .insight-content .post-title a {
  color: inherit;
}
.our-posts .insight-content .insight-desc {
  font-size: 19px;
  opacity: 0.7;
  line-height: 1.2;
  margin-bottom: 20px;
}
.our-posts .insight-content .insight-desc p {
}
.our-posts .insight-content .metadata {
  display: flex;
  justify-content: flex-end;
  opacity: 0.7;
}
.our-posts .insight-content .metadata span {
  margin-right: 10px;
}
.our-posts .insight-content .metadata span i {
  font-size: 14px;
}
.our-posts .insight-content .tags {
  margin-bottom: 20px;
}
.our-posts .insight-content img {
  width: 100%;
  object-fit: cover;
}
.our-posts .list-post {
  margin-top: 80px;
  display: grid;
  grid-gap: 30px 30px;
  grid-template-columns: repeat(1, 1fr);
}
.our-posts .list-post .insight-content {
  height: auto;
  padding: 0;
}
.our-posts .list-post .insight-content .metadata {
  justify-content: flex-start;
}
.our-posts .list-post .insight-content .post-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.our-posts .list-post .insight-content .tags,
.our-posts .list-post .insight-content .metadata {
  margin: 10px 0;
  font-size: 12px;
}
.singlepost.our-posts .insight-content .post-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 36px;
}
.singlepost.our-posts .list-post {
  margin: 0;
}
.singlepost.our-posts .list-post .insight-content .metadata {
  font-size: 14px;
}
.singlepost.our-posts .list-post .insight-content a,
.singlepost.our-posts .sidebar h3 {
  color: #08546c;
}
.singlepost.our-posts .sidebar h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 32px;
}
.singlepost.our-posts .sidebar {
}
.singlepost.our-posts .sidebar ul {
  padding-left: 20px;
}
.singlepost.our-posts .sidebar li {
  margin-bottom: 10px;
  font-size: 14px;
  list-style: disc;
}
@media only screen and (min-width: 1200px) {
  .speakers_sec .col-lg-2-5 {
    width: 19.33%;
  }
}
.image-overview {
  max-width: 100%;
  height: 150%;
  object-fit: cover;
  object-position: center center;
}
a.red-btn {
  color: #000;
  background-color: #eae84c;
  padding: 12px 30px;
}
a.red-btn:visited {
  color: #000;
}
a.red-btn:visited:hover {
  color: #000;
}
/*.brands_sec .slick-slide img:first-of-type{
	border-bottom:1px solid #34343430;
}*/

.sponsors-partners img {
  border-radius: 10px;
}
.sponsors {
  background: #000 !important;
}
.sponsors h2 {
  color: #fff !important;
  border-left: 2px solid #fff !important;
}
.sponsors-partners h4 {
  color: #fff !important;
}
.icon_sec h3 {
  font-size: 24pt;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 0 20px 20px;
  border-left: 2px solid #000;
  /* font-family: 'Lato-Black', sans-serif; */
}
.icon_sec h3 span {
  font-weight: 400;
}
/*
.icon-dcci-03-01:before{
	content: "\e91d";
}
*/
.footer_bottom {
  background-color: #141414;
}
.brands_sec .slick-initialized .slick-slide,
.brands_sec .slick-slide img:first-of-type {
  border-color: #3434340f;
}
.mark,
mark {
  padding: 0 !important;
}

/* todays css */

.speakers-grid {
  display: grid;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px 20px;
}

.team-member {
  flex: 0 1 calc(20% - 20px);
  box-sizing: border-box;
}

.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 (max-width: 1024px) {
  .speakers-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .team-member {
    flex: 0 1 calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .team-member {
    flex: 0 1 100%;
  }

  .speakers-grid {
    flex-direction: column;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .our-posts .list-post {
    grid-template-columns: repeat(2, 1fr);
  }
  .our-posts .insight-content {
    padding: 0 20px 14px;
  }
}
@media (min-width: 992px) {
  .our-posts .list-post {
    grid-template-columns: repeat(3, 1fr);
  }
}
.brands_sec .slick-slide img:first-child {
  border-bottom: 1px solid #34343430;
}
/*hubspot form 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;
}
.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-family: sans-serif;
  font-size: 16px;
  font-weight: 400;
  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;
}
.hb-custom-form .hs-form-field label:not(.hs-error-msg),
.hb-custom-form .hs-field-desc {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  margin: 15px 0 5px 0;
  font-family: sans-serif;
}
.hb-custom-form .hs-form-required {
  color: red;
}
.hb-custom-form .field {
  margin-bottom: 0;
}
.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: 400;
}
.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: space-between;
  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;
  font-family: sans-serif;
}
.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: #000;
  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%;
  }
}
.hb-custom-form .input .hs-fieldtype-intl-phone {
  display: flex;
  background: none;
  border: none;
}
.hb-custom-form .input .hs-fieldtype-intl-phone select.hs-input {
  width: 40% !important;
  margin-right: 10px;
}
.hb-custom-form a {
  text-decoration: underline !important;
  color: #e2243d;
}
.overlay_innerpage {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000bd;
  top: 0;
  left: 0;
}
/*hubspot form ends here*/
.hb-custom-form ul.multi-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0;
}
.hb-custom-form ul.multi-container > li {
  width: 31.3%;
}
.hb-custom-form .hs-form-field label:not(.hs-error-msg),
.hb-custom-form .hs-field-desc {
  font-size: 15px;
  font-weight: normal;
  margin: 8px 0;
}

.inner_banner_sec .banner-content {
  min-height: 475px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.hero-section .hero-content .bottom-part h1,
.hero-section .hero-content .bottom-part h2 span {
  font-size: 56px;
  font-weight: 900;
}
.hero-section .hero-content .bottom-part h2 {
  font-size: 34px;
}

/* work 23-01-2025 */
.hero-section:before,
.number_sec_new:before {
  display: none;
}
.hero-section .hero-content .timer-content {
  flex-direction: row;
}
.hero-section .hero-content {
  position: initial;
}
.hero-section .hero-content .bottom-part h3 span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hero-section .hero-content .bottom-part h3 span img {
  margin: 0 10px;
}

.hero-section .hero-content .timer-content .timer-el .timer-el__number {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .hero-section .event-date .s2:before {
    content: "";
    width: 1px;
    height: 50px;
    background: #eae84c69;
    display: block;
    margin-right: 15px;
  }
}
@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 {
    min-height: 800px;
    padding: 0;
  }
  .hero-section .hero-content .bottom-part {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section .hero-content .top-part .part:nth-child(1) img {
    width: 100% !important;
  }
  .hero-section .hero-content {
    min-height: 900px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-section .event-date,
  .hero-section .event-date .s1,
  .hero-section .event-date .s2 {
    margin-top: 15px !important;
  }
  .hero-section .hero-content .bottom-part h3 span {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .hero-section .hero-content .top-part .part:nth-child(1) img.logo {
    height: auto !important;
  }
  header nav .nav-btns .regbtn {
    font-size: 11px;
    padding: 7px 14px;
  }
}
@media only screen and (max-width: 991px) {
  .speakers_sec .member-info {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .speakers_sec .team-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .icon_sec .vt-icon:nth-child(8) h6 {
    border: none !important;
  }
}
@media only screen and (max-width: 568px) {
  .speakers_sec .team-thumb {
    margin-bottom: 10%;
  }
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}

/* SEO Section */
.seo-section {
  padding: 40px 0;
  position: relative;
}
.seo-section .seo-section-content {
  margin: 0 auto;
  padding: 40px 0 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.seo-section .seo-section-content .seo-section-wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
  gap: 20px;
}
.seo-section .seo-section-content .seo-section-wrap .div {
  position: relative;
  width: 10%;
  height: 85vh;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  transition: all 1s;
  flex: 1;
}
.seo-section .seo-section-content span {
  font-size: 2em;
  cursor: pointer;
}
.seo-section .slide {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 20px;
}
.seo-section .slide li,
._paginate span.swiper-pagination-bullet {
  padding: 5px;
  border: 1px solid #1c1c1c;
  border-radius: 50%;
  margin-right: 0.8em;
  opacity: 1;
  background-color: #fff;
}
.seo-section .fourd,
._paginate span.swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}

.seo-section .a {
  width: 50%;
}
.seo-section .b {
  background-color: #1c1c1c !important;
}
.seo-section .c {
  pointer-events: none;
}
.seo-section-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 20px;
  position: relative;
}
.seo-section-details p {
  font-size: 1rem !important;
  margin: 0 !important;
}
.seo-section-details p a {
  color: #eae84c;
}
.seo-section-name {
  font-size: 1.9rem;
  line-height: 1.2;
  margin: 0;
  color: #fff;
  /*
  rotate: 270deg;
  width: 300px;
  height: auto;
  display: flex;
  position: absolute;
  left: -130px;
  align-items: center;
  justify-content: center;
  */
}
.seo-section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #131313;
  opacity: 0.8;
  border-radius: 10px;
}

.seo-section .one {
  background-image: url(../images/insurance.webp);
}
.seo-section .two {
  background-image: url(../images/microfinance.webp);
}
.seo-section .three {
  background-image: url(../images/banks.webp);
}
.seo-section .four {
  background-image: url(../images/policy.webp);
}

.seo-section-content .seo-section-details {
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 15px);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
}
.seo-section-content .seo-section-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.seo-section-details .seo-section-text {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column-reverse;
  align-items: center;
  gap: 20px;
}
.seo-section-details .seo-section-text .column-6 {
  width: 100%;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.seo-section-details .seo-section-text img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  object-position: right;
}
.seo-section
  .seo-section-content
  .seo-section-wrap
  .div.a
  .seo-section-details {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}
.seo-section .seo-section-content .seo-section-wrap .div.a {
  flex: 5;
}
.tp-seo-slider {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
._paginate {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
._paginate span {
  cursor: pointer;
}
._paginate span.swiper-pagination-bullet-active {
  background-color: #1c1c1c;
}
._paginate .seo__dot {
  margin: 0 20px;
  width: auto;
}
.tp-seo-slider .seo-section-details p,
.tp-seo-slider .seo-section-details .seo-section-name {
  color: #000 !important;
}
.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-up.active {
  opacity: 1;
  transform: translateY(0);
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0em rgba(101, 255, 120, 0.3),
      0 0 0 0.3em rgba(101, 255, 120, 0.3), 0 0 0 1em rgba(226, 35, 68, 0.3),
      0 0 0 1.5em rgba(226, 35, 68, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0.3em rgba(226, 35, 68, 0.3),
      0 0 0 1em rgba(226, 35, 68, 0.3), 0 0 0 1.5em rgba(226, 35, 68, 0.3),
      0 0 0 2.5em rgba(226, 35, 68, 0);
  }
}

/* for that feedbcak button */
form.css-dptyls,
div[aria-label="Feedback"] {
  display: none !important;
}
