@font-face {
  font-family: 'alternategotno3dregular';
  src: url('../fonts/alternategotno3d-webfont.eot');
  src: url('../fonts/alternategotno3d-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/alternategotno3d-webfont.woff2') format('woff2'),
    url('../fonts/alternategotno3d-webfont.woff') format('woff'),
    url('../fonts/alternategotno3d-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'neue_haas_grotesk_text55roman';
  src: url('../fonts/nhaasgrotesktxpro-55rg-webfont.eot');
  src: url('../fonts/nhaasgrotesktxpro-55rg-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/nhaasgrotesktxpro-55rg-webfont.woff2') format('woff2'),
    url('../fonts/nhaasgrotesktxpro-55rg-webfont.woff') format('woff'),
    url('../fonts/nhaasgrotesktxpro-55rg-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'neue_haas_grotesk_text_pr65Md';
  src: url('../fonts/nhaasgrotesktxpro-65md-webfont.eot');
  src: url('../fonts/nhaasgrotesktxpro-65md-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/nhaasgrotesktxpro-65md-webfont.woff2') format('woff2'),
    url('../fonts/nhaasgrotesktxpro-65md-webfont.woff') format('woff'),
    url('../fonts/nhaasgrotesktxpro-65md-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

#block-unbpro-firstsource-account-menu {
  display: none !important;
}

*,
::after,
::before {
  box-sizing: border-box;
}

article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
  margin: 0;
  padding: 0;
  border: 0;
}

a,
button,
input[type="submit"] {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

ul {
  list-style: none;
}

a:hover {
  text-decoration: none;
}

h2 {
  font-size: 50px;
  color: #000;
  font-weight: 500;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: 'NeueHaasGroteskDisp Pro';
  font-weight: normal;
  font-size: 18px;
  color: #000;
}

.vp-center {
  align-items: unset !important;
}

.header-left-logo {
  padding-right: 20px;
}

.header-right-logo {
  position: relative;
  padding-left: 20px;
}

.header-right-logo:after {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #ddd;
  position: absolute;
  left: 0;
  top: 10px;
}

.h_menu ul {
  display: flex;
  justify-content: flex-end;
}

.h_menu ul li {
  margin: 0 16px;
}

.h_menu ul li:last-child {
  margin-right: 0;
}

.h_menu ul li:first-child {
  margin-left: 0;
}

.h_menu ul li a {
  display: block;
  color: #000;
  font-size: 16px;
}

.h_menu ul li a:hover {
  color: #2746C4;
}

.event-header {
  padding: 15px 0;
  border-bottom: 1px solid #E3E3E3;
  background: #FFF;
}

.user_login_section {
  padding-top: 120px;
  padding-bottom: 5px;
  padding-left: 20px;
}

section.video_container.tess {
  width: 100%;
}

section.bg_sec {
  background: linear-gradient(180deg, #0A0E2A 0%, #0E2F84 100%);

}

#otp-form .form-group {
  margin-bottom: 15px;
}

#otp-form .hs-button::before {
  content: unset;
}

#verify-otp.hs-button::before {
  content: unset;
}

.close_otp {
  border-radius: 50%;
  width: 33px;
  background: #13338e;
  color: #fff;
  font-size: 29px;
}

#otp-section {
  margin-top: 20px;
}

#resend-otp {
  font-size: 16px;
  margin-left: 12px;
}

#resend-otp-section,
.otp_sent_btn {
  margin-top: 15px;
}

.user-login-form {
  padding-bottom: 100px;
  padding-left: 20px;
}

.user-login-form .js-form-item {
  padding-top: 12px;
}

.user-login-form .form-actions {
  padding-top: 23px;
}

.user-login-form .form-actions #edit-submit {
  padding-top: 23px;
  padding: 12px 25px;
  align-items: center;
  gap: 2px;
  background-color: #fff;
  color: #000;
  border-radius: 60px;
  font-size: 16px;
}

.custom_table,
.custom_table th,
.custom_table td {
  border: 1px solid #bababa;
  border-collapse: collapse;
}

.custom_table {
  width: 100%;
  font-size: 18px;
}

.custom_table td {
  padding: 8px 20px;
}

.issue_block {
  text-align: center;
  /*opacity: 0.3;*/
}

.issue_head {
  display: inline-block;
  background: #939393;
  color: #fff;
  padding: 3px 10px;
}

/*.issue_block.active {
  opacity: 1;
}*/

.active .issue_head {
  background: #1C2959;
}


.journal_edition h1 {
  color: #000;
  font-size: 60px;
  margin-bottom: 5px;
}

.journal_edition p {
  font-size: 18px;
}

.top_img {
  border-radius: 12px;
  overflow: hidden;
}

.download_btn {
  display: inline-flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 14px;
  color: #fff;
  background-color: #000;
  border-radius: 60px;
  font-size: 16px;
}

.download_btn:hover {
  background-color: #333;
  color: #fff;
}

.ceo_img {
  padding: 0 0 0 30px;
}

.ceo_round {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
}

.right_content {
  font-size: 24px;
  line-height: 40px;
}

.right_content h2 {
  font-size: 50px;
  margin-bottom: 40px;
}

.key_feature h2 {
  margin-bottom: 50px;
}

.key_feature h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

.key_feature h3 a {
  color: #000;
}

.kf_img1 {
  border-radius: 12px;
  overflow: hidden;
}

.kf_cont p {
  margin-bottom: 30px;
}

.kf_cont ul li {
  font-size: 18px;
}

.kf_cont ul li+li {
  margin-top: 22px;
}

.btn_row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.solid_btn {
  display: inline-flex;
  padding: 12px 25px;
  align-items: center;
  gap: 2px;
  /*background-color: #000;*/
  color: #fff;
  border-radius: 60px;
  font-size: 16px;
}

.solid_btn:hover {
  /*background-color: #333;*/
  color: #fff;
}

.bdr_btn {
  display: inline-flex;
  padding: 10px 34px;
  align-items: center;
  gap: 10px;
  color: #000;
  border-radius: 60px;
  font-size: 16px;
  border: 1px solid #000;
}

.bdr_btn:hover {
  background-color: #6CB1DB;
  color: #000;
}

.solid_btn_white {
  display: inline-flex;
  padding: 12px 25px;
  align-items: center;
  gap: 2px;
  background-color: #fff;
  color: #000;
  border-radius: 60px;
  font-size: 16px;
}

.solid_btn_white:hover {
  background-color: #13338e;
  color: #fff;
}

.kf_cont h4 {
  font-size: 26px;
  margin-bottom: 20px;
}

.kf_big_img {
  border-radius: 12px;
  overflow: hidden;
}

.unifying_sec {
  overflow: hidden;
}

.unifi_img {
  margin-left: -120px;
}

.kf_cont h2 {
  margin-bottom: 30px;
}

.fs_unbp_sec {
  background: linear-gradient(180deg, #2746C4 -48.93%, #1E2247 208.9%);
  color: #fff;
}

.fs_unbp_sec h2 {
  margin-bottom: 30px;
  color: #fff;
}

.fs_unbp_sec .bdr_btn {
  background-color: #6CB1DB;
  border: 0;
  color: #000;
}

.fs_unbp_sec .bdr_btn:hover {
  background-color: #fff;
}

.fs_unbp_sec .solid_btn {
  background-color: #fff;
  color: #000;
  padding: 8px 25px;
}

.fs_unbp_sec .solid_btn img {
  filter: invert(0%) brightness(0%) saturate(0%);
  -webkit-filter: invert(0%) brightness(0%) saturate(0%);
}

.fs_unbp_sec .solid_btn:hover {
  background-color: #6CB1DB;
}

.gray_bg {
  background-color: #eff2f1;
}

.f_contact h2 {
  margin-bottom: 40px;
}

.f_contact .form-control {
  height: 46px;
}

.submit_btn {
  display: inline-flex;
  height: 55px;
  width: 200px;
  background-color: #13338E;
  color: #fff;
  border-radius: 60px;
  font-size: 16px;
  border: 0;
  outline: none;
}

.submit_btn:hover {
  background-color: #6CB1DB;
}

/* .m_footer { border-top: 1px solid #ddd;}
.copy { display: block; text-align: center; font-size: 14px;} */

/* video */
.video_container {
  overflow: hidden;
  display: block;
  height: 100vh;
  width: 100vw;
}

/* .v_caption {position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);} */
.v_caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  flex-wrap: wrap;
  flex-direction: column;
}

.player {
  position: relative;
  width: 100%;
  height: 100%;
}

/* video{width:100%; height:100%; object-fit:cover; display:block;} */
video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center top;
}

.controls {
  display: flex;
  gap: .5rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}

.btn {
  appearance: none;
  border: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  font-size: 0;
  width: 100px;
  height: 100px;
  min-width: 100px;
  background-image: url(../images/play.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 35px;
}

.btn.is-playing {
  background-image: url(../images/pause.svg);
}

.btn:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}

.btn_hldr {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  min-height: 50px;
}

.video-playing {
  background-color: transparent;
}


/* page1 */
.p_banner {
  position: relative;
}

.p_banner_img img {
  width: 100%;
}

.p_bann_cap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.p_logo {
  margin-bottom: 50px;
}



/* screen */
.screen {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.screen_bg_img {
  width: 100%;
  height: 100%;
}

.screen_bg_img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.screen_cap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 50px 0 100px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}

.s_cap {
  width: 100%;
}

.s_cap h1 {
  color: #FFF;
  font-size: 91.977px;
  font-style: normal;
  line-height: 77%;
  letter-spacing: -2.759px;
  margin-bottom: 20px;
}

.s_cap p {
  color: #FFF;
  font-size: 39.736px;
  line-height: 88%;
  letter-spacing: -1.192px;
}

.screen_cont {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

.screen_cap3 {
  display: block;
  text-align: center;
}

.screen_cap3 .scr_logo {
  margin-bottom: 30px;
}

.scr_video {
  margin-bottom: 20px;
}

.screen_cap3 h3 {
  color: #FFF;
  text-align: center;
  font-size: 40.377px;
  line-height: 109%;
  letter-spacing: -1.211px;
}

.r_v_info {
  padding-left: 30px;
}

.r_v_info h3 {
  color: #FFF;
  font-size: 73px;
  line-height: 109%;
  letter-spacing: -1.211px;
}

.scr_video_wrap {
  width: 100%;
  max-width: 775px;
  margin: 0 auto;
}


.side {
  max-width: 506px;
  width: 100%;
  border: 20px solid #ccae78;
  position: relative;
  overflow: hidden;
}

.side h3 {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  font-size: 48px;
  color: #fff;
  font-weight: normal;
}

.prompt_info h2 {
  color: #000;
  line-height: 80%;
  letter-spacing: -3px;
  margin-bottom: 15px;
}

.prompt_info p {
  margin-bottom: 15px;
  font-size: 16px;
}

.prompt_info {
  max-width: 49%;
  margin-bottom: 25px;
}

.p_bottom form {
  border: 1px solid #DDD;
  box-shadow: 0 4px 10.7px 0 #EAEFFF;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.textarea_box {
  border: 0;
  outline: none;
  height: 60px;
  width: 100%;
  resize: none;
}

.submit_btn1 {
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.submit_btn1 img {
  width: 20px;
}

.submit_btn1:hover {
  background-color: #444;
}

.custom_modal .modal-body {
  padding: 10px 40px 40px 40px;
  background-color: transparent;
}

.form_heading h3 {
  color: #000;
  font-size: 32px;
  line-height: normal;
  letter-spacing: -0.96px;
}

.form_heading p {
  font-size: 18px;
}

.custom_modal .form-control {
  height: 50px;
  border-radius: 0;
  border: 0;
}

.crack_img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.custom_modal .submit_btn {
  background-color: #000;
}

.custom_modal .submit_btn:hover {
  background-color: #444;
}


.bg_sec img {
  width: 100%;
}

.bg_sec {
  position: relative;
}

.bg_content {
  width: 100%;
  bottom: 0;
  position: absolute;
  left: 0;
}

.bg_content_inn {
  max-width: 68%;
  width: 100%;
  margin: 0 auto;
  padding: 0px 60px 40px 60px;
  text-align: center;
}

.bg_sec h2 {
  color: #fff;
  margin-bottom: 20px;
  line-height: 100%;
  text-align: center;
}

.bg_home_section {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0px 30px 0px
}

.bg_home_section * {
  color: #000;
}

.m_footer {
  border-top: 1px solid #ddd;
  /*background: linear-gradient(91deg, rgba(32, 50, 130, 0.20) 0.36%, rgba(7, 11, 28, 0.20) 96.83%);*/
  background-color: #1e2247;
  padding: 157px 0 40px 0;
  position: relative;
}

.copy {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.fimg {
  text-align: center;
  margin-bottom: 80px;
}

.fimg img {
  max-width: 500px;
}

.foot_cont {
  color: #fff;
  margin-bottom: 10px;
}

.foot_cont a {
  color: #fff;
  font-size: 18px;
}

.b_img {
  position: absolute;
  left: 50%;
  transform: translateX(-106%);
  top: -78px;
}

.bot_form {
  padding: 50px 0 150px 0;
  margin-bottom: -50px;
}

/* .prompt_screen .submit_btn {width: 352px; gap: 0;}
 .prompt_screen .submit_btn img { margin-left: 10px;} */

.hs-recaptcha {
  margin-bottom: 30px;
}

.form_contact .form-columns-2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}

.form_contact input {
  width: 100%;
  height: 46px;
  padding: 0 15px;
  line-height: 44px;
  border-radius: 6px;
  font-size: 16px;
  border: 1px solid #ababab;
}

.form_contact label {
  margin-bottom: 7px;
  display: none;
}

.form_contact .hs-form-field {
  margin-bottom: 15px;
}

.form_contact .hs-recaptcha.hs-form-field {
  margin-bottom: 30px;
}

.hs-button.primary.large {
  display: inline-flex;
}

.hs-button.primary.large {
  display: inline-flex;
  padding: 0px 25px;
  align-items: center;
  gap: 2px;
  background-color: #13338e;
  color: #fff;

  border-radius: 60px;
  font-size: 16px;
  max-width: 184px;
  height: 50px;
}

.hs-button.primary.large:hover {
  color: #fff;
}

/**21-08-2025**/
.blink_text_sticky {
  position: fixed;
  right: 35px;
  bottom: 25px;
  z-index: 3;
  background: #fff;
  padding: 20px 15px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 382px;
  min-width: 382px;
  max-width: 382px;
  gap: 5px;
}

.blink_text_sticky figure {
  width: 33%;
  min-width: 33%;
  max-width: 33%;
}

.blink_text_sticky figcaption {
  width: 65%;
  min-width: 65%;
  max-width: 65%;
}

.blink_text_sticky figcaption p {
  font-size: 14px;
  line-height: 1.3;
}

.blink_text_sticky h6 {
  color: #2746C4;
  font-size: 19px;
  margin: 0 0 7px 0;
}

#popup_cross_sticky {
  position: absolute;
  right: 8px;
  top: 2px;
  cursor: pointer;
}

.blink_text_sticky a {
  font-size: 13px;
  background: #13338E;
  padding: 6px 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 30px;
  margin: 10px 0 0 0;
}

.blink_text_sticky a img {
  position: relative;
  top: 1px;
  margin: 0 0 0 7px;
}

@keyframes zoomOut {
  0% {
    transform: scale(1);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  100% {
    transform: scale(0.5);
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
  }

  100% {
    transform: scale(1);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}

.zoomOut {
  animation: zoomOut 0.5s forwards;
  -webkit-animation: zoomOut 0.5s forwards;
}

.zoomIn {
  animation: zoomIn 0.5s forwards;
  -webkit-animation: zoomIn 0.5s forwards;
}

/**21-08-2025**/

@media (max-width: 1600px) {
body{font-size: 16px;}
}

@media (max-width: 1399px) {
  .custom_table {
    font-size: 16px;
  }

  .journal_edition h1 {
    font-size: 55px;
  }

  /* .right_content h2 {font-size: 49px;} */
  .key_feature h2 {
    margin-bottom: 50px;
  }

  .key_feature h3 {
    font-size: 30px;
  }

  .kf_cont p {
    margin-bottom: 15px;
  }

  .kf_cont ul li+li {
    margin-top: 10px;
  }

  .kf_cont h4 {
    font-size: 24px;
  }

  .r_v_info h3 {
    font-size: 50px;
  }

}


@media (max-width: 1199px) {
  body {
    font-size: 16px;
  }

  h2 {
    font-size: 42px;
    line-height: 42px;
  }

  .custom_table {
    font-size: 14px;
  }

  .custom_table td {
    padding: 8px 10px;
  }

  .journal_edition h1 {
    font-size: 42px;
  }

  .right_content h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .right_content {
    font-size: 20px;
    line-height: 30px;
  }

  .key_feature h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .kf_cont ul li {
    font-size: 16px;
  }

  .kf_cont h4 {
    font-size: 20px;
  }

  .prompt_info {
    margin-bottom: 25px;
  }

  .prompt_info {
    max-width: 100%;
  }

  .bg_sec_img img {
    width: 100%;
  }

  .screen_bg_img {
    display: flex;
    justify-content: left;
  }

  .screen_bg_img img {
    width: 100%;
    height: 100%;
    object-fit: none;
    max-width: inherit;
  }
}

@media (max-width: 991px) {
  .navbar-toggler-icon {
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #000;
    position: relative;
    transition: all 0.3s ease;
  }

  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #000;
    transition: all 0.3s ease;
  }

  .navbar-toggler-icon::before {
    top: -6px;
  }

  .navbar-toggler-icon::after {
    bottom: -6px;
  }

  .navbar-toggler-icon.active::before {
    transform: rotate(45deg);
    top: 0 !important;
  }

  .navbar-toggler-icon.active::after {
    transform: rotate(-45deg);
    bottom: 0 !important;
  }

  .navbar-toggler-icon.active {
    background-color: transparent;
  }

  .h_menu {
    position: absolute;
    top: 62px;
    left: 12px;
    right: 12px;
    background: #fff;
    padding: 15px 0;
    display: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 4;
  }

  .event-header .container {
    position: relative;
  }

  .nav_btn {
    cursor: pointer;
  }

  .h_menu ul {
    display: block;
  }

  .h_menu ul li {
    margin: 0;
  }

  .h_menu ul li a {
    padding: 10px 10px;
  }

  .h_menu ul li a:hover {
    background-color: #f7f7f7;
    color: #000;
  }

  .h_menu ul li+li {
    border-top: 1px solid #ddd;
  }

  .journal_edition h1 {
    font-size: 36px;
  }

  .download_btn {
    padding: 14px 20px;
    gap: 3px;
  }

  .ceo_img {
    padding: 0 0 20px 0;
  }

  .right_content h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }

  hr {
    margin: 0;
  }

  .key_feature h2 {
    margin-bottom: 15px;
  }

  h2 {
    font-size: 36px;
    line-height: 36px;
  }

  .key_feature h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .kf_img1 img {
    width: 100%;
  }

  .f_contact h2 {
    margin-bottom: 15px;
  }

  .fs_unbp_sec h2 {
    margin-bottom: 15px;
  }

  .r_v_info h3 {
    font-size: 36px;
    text-align: center;
  }

  .prompt_info h2 {
    letter-spacing: -1px;
  }

  .side {
    border: 10px solid #ccae78;
  }

  .bg_content_inn {
    max-width: 100%;
    padding: 30px 30px;
  }

  .fimg img {
    max-width: 300px;
  }

  .b_img {
    max-width: 290px;
  }

  .foot_cont a {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .d_btn_hldr {
    padding-top: 20px;
  }

  .ceo_round {
    margin: 0 auto;
  }

  .right_content {
    font-size: 18px;
  }

  .btn_row {
    flex-wrap: wrap;
  }

  .unifi_img {
    margin-left: 0;
  }

  .kf_cont h2 {
    margin-bottom: 15px;
  }

  .kf_cont h4 {
    margin-bottom: 12px;
  }

  .h_menu {
    top: 47px;
  }

  .screen_bg_img {
    display: block;
  }

  .screen_bg_img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: inherit;
  }

  .video_container {
    height: auto;
  }

  .screen_cap {
    padding: 10px 0 100px 0;
  }

  .s_cap h1 {
    font-size: 51.977px;
    letter-spacing: -0.759px;
  }

  .s_cap p {
    font-size: 22.736px;
    letter-spacing: -0.192px;
  }

  .r_v_info {
    padding-left: 0;
  }

  .bg_content {
    position: relative;
  }

  .bg_content_inn {
    padding: 0px 20px 40px 20px;
    margin-top: 10px;
  }

  .prompt_screen.py-5 {
    padding-top: 30px !important;
  }

  .p_bottom {
    margin-bottom: 20px;
  }

  .side h3 {
    left: 15px;
    right: 15px;
    bottom: 30px;
    font-size: 37px;
  }

  .form_heading h3 {
    font-size: 28px;
  }

  .form_contact .input {
    margin-right: 0 !important;
  }

  .form_contact input {
    width: 100% !important;
  }

  .fimg img {
    max-width: 214px;
  }

  .b_img {
    transform: translateX(-115%);
    top: -23px;
  }

  .m_footer {
    padding: 60px 0 25px 0;
  }

  .bot_form {
    padding: 30px 0 40px 0;
  }

  .m_dnone {
    display: none !important;
  }

  .form_contact .hs-form-c6d9b0bc-d9f8-4147-a6d1-0c7cf68c85fe_b163e1b4-d0c1-4580-907c-acceaaba63e6 fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }
}

/* Swiper Pagination Styles for Mobile */
.swiper-pagination {
  /* position: absolute;
  right: 20px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: auto !important;
  width: auto !important;
  z-index: 10;*/
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: rgba(255, 255, 255, 0.5) !important;
  margin: 8px 0 !important;
  opacity: 1 !important;
  border-radius: 50% !important;
  transition: all 0.3s ease !important;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
  transform: scale(1.2) !important;
}

/* Ensure slides are properly sized on mobile */
.swiper-slide {
  height: 100vh !important;
  overflow: hidden !important;
}

.screen_cont {
  height: auto !important;
  overflow: hidden !important;
}

/* .home_page_video{margin-bottom: 50px;margin-top: 80px;} */
.mySwiper {
  height: 100vh !important;
}

/* Navigation buttons styling */
.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s ease;
}

.swper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.4);
  transform: scale(1.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
}

/* Mobile touch improvements */
@media (max-width: 767px) {
  .swiper-wrapper {
    touch-action: pan-y !important;
  }

  .swiper-slide {
    touch-action: pan-y !important;
  }

  /* Ensure smooth transitions on mobile */
  .swiper-slide-active {
    transition: all 0.3s ease !important;
  }

  /* Better pagination positioning for mobile */
  .swiper-pagination {
    right: 15px !important;
  }

  .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    margin: 6px 0 !important;
  }

  /* Navigation buttons for mobile */
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 18px !important;
  }

  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.4) !important;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 16px !important;
  }
}

@media (min-width: 1550px) {
  .container {
    max-width: 1440px;
  }
}


/* 27-10-2025 start  */
/* comnted lines  */
/* .home_page_video{margin-bottom: 80px;margin-top: 80px;} */


/* .video_container,.topbanner {
    margin-bottom: 50px;
} */
.screen_cont,
.about-cnt ,.financial-services{
  padding-top: 100px;
  padding-bottom: 50px;
}

.screen_cont.home_page_video {
  margin-top: 0 !important;
}

.home-pillar-sec,
.contact.container,
.screen_cont.home_page_video,.upcoming-events ,.solutions,.measurable-slide{
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-lg-5,
.py-md-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.why-choose-section,
.key_feature.py-md-5 ,.transform{
  padding-top: 50px;
}

.searvice-block.whitebg {
  padding-top: 50px;
  padding-bottom: 100px;
}

.ai-era ,.searvice-block,.contact.container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.ai-era {
  margin: 0 !important;
}

.why-choose-section,
.key_feature.py-md-5,.join ,.transform {
  padding-bottom: 0 !important;
}

.home-pillar-sec .plblock,.upcoming-events,.ai-era p:last-child ,.measurable-slide,.transform{
  margin-bottom: 0;
}

.searvice-block.whitebg .bg_home_section {
  padding-top: 0 !important;
}

#otp-popup form#otp-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  row-gap: 10px;
  padding: 30px 0 20px;
}

#otp-popup .modal-body {
  padding: 10px 40px 40px 40px;
  background-color: transparent;
}

#otp-popup .otp_sent_btn,
#otp-popup .hs-button.primary.large {
  width: fit-content;
  transform: scale(1.01);
  outline: none;
  border: none;
  border-radius: 50px;
}

#otp-popup .otp_sent_btn:hover,
#otp-popup .hs-button.primary.large:hover {
  transform: scale(1.1);
}

#otp-popup input {
  height: 50px;
  border: 1px solid #d6d6d6 !important;
  border-radius: 6px !important;
  color: #000 !important;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  font-family: 'neue haas grotesk display pro cufonfonts', Sans-serif;
  padding: 0 19px;
}

#otp-popup .close_otp {
  background: none;
  outline: none;
  border: none;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

#otp-popup .close_otp:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

#otp-popup .close_otp span {
  display: none;
}

#otp-popup .modal-header {
  flex-direction: column;
  align-items: start;
  position: relative;
}

#otp-popup .close.close_otp {
  position: absolute;
  top: 15px;
  right: 15px;
}

@media only screen and (max-width: 767px) {
  #otp-popup form#otp-form {
    column-gap: 10px;
  }

  #otp-popup form#otp-form {
    grid-template-columns: 1fr;
  }
}

.Pillars-cnt {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.Pillars-cnt .item {
  padding: 38px 30px;
  border-radius: 20px;
  border: 1px solid #C9C9C9;
  height: 100%;
  width: 100%;
  background: #ffffff;
}

.Pillars-cnt .icon {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  background: #203381;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 70px;
}

.Pillars-cnt .icon img {
  width: auto;
}

.Pillars-cnt .item h3 {
  font-size: 25px;
  margin-bottom: 20px;
}
.industry-section p.large-text{
  font-family: 'NeueHaasGroteskDisp Pro Md';
  font-weight: 500;
}
body .bg_home_section p {
    font-size: 18px;
    line-height: 30px;
}
.Pillars-cnt ul li {
  padding-left: 22px;
  padding-bottom: 10px;
  /*border-bottom: 1px solid #C9C9C9;*/
  margin-bottom: 10px;
  /* font-size: 16px;
    line-height: 26px; */
  font-size: 18px;
  line-height: 24px;
  position: relative;
}
.Pillars-cnt ul li span.num {
    position: absolute;
    left: 0;
}

.ai-era p strong {
  font-weight: normal;
}

.Pillars-cnt ul li strong {
  color: #000;
}

.Pillars-cnt {
  counter-reset: item; /* Initialize counter */
}
 
.Pillars-cnt .item ul li {
  counter-increment: item; /* Increment counter for each li */
  list-style: none; /* Remove default bullets */
  position: relative;
  padding-left: 30px; /* Space for number */
}
 
.Pillars-cnt .item ul li::before {
  content: counter(item) "."; /* Add dynamic number */
  position: absolute;
  left: 0;
  top: 0;
}
 
 


@media only screen and (max-width: 1399px) {
  p {
    line-height: 28px;
    font-size: 18px;
  }

  .screen_cont,
.about-cnt ,.financial-services{
  padding-top: 60px;
  padding-bottom: 30px;
}

.home-pillar-sec,
.contact.container,
.screen_cont.home_page_video,.upcoming-events ,.solutions,.measurable-slide{
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-lg-5,
.py-md-5 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.why-choose-section,
.key_feature.py-md-5 ,.transform{
  padding-top: 30px;
}

.searvice-block.whitebg {
  padding-top: 30px;
  padding-bottom: 60px;
}

.ai-era ,.searvice-block,.contact.container{
  padding-top: 60px;
  padding-bottom: 60px;
}
}

@media only screen and (max-width: 1199px) {
  .Pillars-cnt {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 991px) {
.screen_cont,
.about-cnt ,.financial-services{
  padding-top: 40px;
  padding-bottom: 20px;
}

.home-pillar-sec,
.contact.container,
.screen_cont.home_page_video,.upcoming-events ,.solutions,.measurable-slide{
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-lg-5,
.py-md-5 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.why-choose-section,
.key_feature.py-md-5 ,.transform{
  padding-top: 20px;
}

.searvice-block.whitebg {
  padding-top: 20px;
  padding-bottom: 40px;
}

.ai-era ,.searvice-block,.contact.container{
  padding-top: 40px;
  padding-bottom: 40px;
}
}

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

  .Pillars-cnt {
    grid-template-columns: 1fr;
  }
}

.talk-to-us fieldset .field .input input,
.talk-to-us fieldset .field .input textarea {
  margin-left: 0 !important;
}

.player .vp-video-wrapper object,
.player .vp-video-wrapper video {
  object-fit: cover;
}



/* 27-10-2025 end  */


/*28-10-25 changes*/
.industry-section .inner_wraper img:not(.quote_icon) {
    border-radius: 50%;
}
#otp-popup .close.close_otp {
    background-size: 15px;
}
#otp-popup .otp_sent_btn, #otp-popup .hs-button.primary.large {
    min-width: 160px;
    justify-content: center;
    align-items: center;
}
#otp-popup .modal-body {
    padding-bottom: 16px;
}