@font-face {
  font-family: "PoppinsBold";
  src: url("fonts/Poppins-Bold.ttf") format("truetype"),
    url("fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PoppinsLight";
  src: url("fonts/Poppins-Light.ttf") format("truetype"),
    url("fonts/Poppins-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PoppinsSemiBold";
  src: url("fonts/Poppins-SemiBold.ttf") format("truetype"),
    url("fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PoppinsRegular";
  src: url("fonts/Poppins-Regular.ttf") format("truetype"),
    url("fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueThin";
  src: url("fonts/HelveticaNeueThin.otf") format("opentype"),
    url("fonts/HelveticaNeueThin.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

:root {
  --HelveticaNeueThin: "HelveticaNeueThin";
  --PoppinsLight: "PoppinsLight";
  --PoppinsRegular: "PoppinsRegular";
  --PoppinsSemiBold: "PoppinsSemiBold";
  --PoppinsBold: "PoppinsBold";
  --color_blue: #1b75bb;
  --color_blue2: #083451;
  --footerBg: #03243a;
  --videoCircle: #16ebfe;
  --statusColor: #18ebfe;
  --color_green: #30d5c8;
  --colorgreenLight: rgba(48, 212, 199, 30%);

  /* --tag_color: #171929; */
  --tag_color: #fff;

  /* --color_primary: #010412; */
  --color_primary: #fff;
  /* --color_primaryBoth: #010412; */
  --color_primaryBoth: #000;
  /* --color_primary50: rgba(1, 4, 18, 0.50); */
  --color_primary50: rgba(255, 2554, 255, 0.5);

  /* --color_primary70: rgba(1, 4, 18, 0.70); */
  --color_primary50: rgba(255, 2554, 255, 0.7);
  --border_color: #cfd7e6;
  --border_color2: #767b92;

  /* --white: #fff; */
  --white: #000;
  --whiteBoth: #fff;
  --black: #000;

  --light_grey: #c0c0c0;
  --light_grey2: #98a6bf;
  /* --services_border: #221F30; */
  --services_border: #fff;
  --btn_gradient: radial-gradient(
    163.75% 163.75% at 23.45% 140%,
    var(--color_blue) 0%,
    rgba(9, 93, 230, 0.53) 100%
  );
  --btn_shadow: 0px 4px 15px 0px #0d93ef inset;
  --btn_border_color: rgb(48, 213, 200);

  --btn_shadow_hov: #18998e;
  --btn_shadow_hov_inset: 0px 0px 15px 0px #18998e inset;
  --transition: all 0.2s ease;

  --headerHeight: 80px;
  --bannerBlend: linear-gradient(0deg, #ffffff75 0%, rgba(1, 4, 18, 0) 100.14%);

  --baseFontSize: 16px;

  --shadePurpleeffect: #bc43b0;
}
* {
  padding: 0px;
  margin: 0px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin: 0px;
  font-family: var(--PoppinsSemiBold);
  line-height: 1.2em;
  padding-bottom: 10px;
}
p,
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin: 0;
}

h2 {
  font-size: 36px;
}
body {
  color: #010412;
  background-color: #fff;
  font-family: var(--PoppinsRegular);
  font-size: var(--baseFontSize);
  line-height: 1.4em;
  overflow-x: hidden;
}
.mt-80 {
  margin-top: 80px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-10 {
  margin-top: 10px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-0 {
  margin-bottom: 0px;
}
.wrapper {
  width: 100%;
  /* padding-top: var(--headerHeight); */
}
.autoContent {
  width: 100%;
  max-width: 1720px;
  margin: auto;
  padding: 0px 40px;
}
/*header*/
.header {
  width: 100%;
  z-index: 222;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.3s ease-in-out;
  background: transparent; /* Make the header background transparent */
}
.site_contain.container {
  margin-bottom: 40px;
}
.header:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* background: rgba(255, 255, 255, 0.50); 
    backdrop-filter: blur(22.5px); */
}
.banner-btn:hover::after {
  transform: translateX(5px);
  background-image: url(../assets/images/arrow-icon.png) !important;
}
.header_main {
  position: relative;
  z-index: 3;
}
.stickyHeader .header,
.openSubMenu {
  position: fixed;
}
.hamburger-lines {
  flex-direction: column;
  justify-content: space-between;
  padding: 12.9px 11px;
  cursor: pointer;
  display: none;
}
.hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: all 0.4s ease-in-out;
}
.hamburger-lines.active .line1 {
  transform: rotate(45deg);
}

.hamburger-lines.active .line {
  margin-left: 7px;
}
.hamburger-lines.active .line2 {
  transform: scaleY(0);
}
.hamburger-lines .line2 {
  transition: all 0.2s ease-in-out;
}
.hamburger-lines.active .line3 {
  transform: rotate(-45deg);
}
.hamburger-lines .line3 {
  transform-origin: 0 100%;
  transition: all 0.4s ease-in-out;
}
.hamburger-lines .line {
  display: block;
  height: 1.4px;
  width: 100%;
  border-radius: 10px;
  background: var(--white);
}
.hamburger-lines .line2 {
  transition: all 0.2s ease-in-out;
}
.hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: all 0.4s ease-in-out;
}
.language_dropdown {
  background: url(../assets/images/arrow-icon.svg) no-repeat right center;
  background-size: 10px auto !important;
  padding-right: 25px;
}

.stickyHeader .header:not(.openSubMenu) .header_menu {
  background-color: var(--color_primary50);
  backdrop-filter: blur(22.5px);
  -webkit-animation: mover 0s both alternate;
  animation: mover 0s both alternate;
}

.stickyHeader .header:not(.openSubMenu) .requestDemo_header {
  -webkit-animation: mover 0s both;
  animation: mover 0s;
}

.header {
  position: fixed;
  transition: background-color 0.3s ease;
}

.stickyHeader .header {
  transform: translateY(-100%);
}
.header_inner {
  width: 100%;
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 145px;
  flex-shrink: 0;
}

.logo a {
  display: block;
}

.logo a svg {
  display: block;
}

.header-transparent {
  background-color: transparent;
}

.header-background {
  background-color: #052d46;
}

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

.header_menu {
  padding: 10px;
  margin: auto;
  /* background-color: #052D46 !important; */
}
.header-colored {
  background-color: #052d46;
}
.header_menu > ul {
  display: flex;
  align-items: center;
}

.header_menu > ul > li {
  padding: 0px 20px;
}
.header_menu_link {
  color: #fff;
  display: block;
  line-height: 1.4em;
  transition: var(--transition);
  cursor: pointer;
}
.header_menu_link:hover {
  opacity: 0.6 !important;
  color: #fff;
}
.header_menu_link.has_dropdown {
  background: url(../assets/images/arrow-icon.svg) no-repeat right center;
  background-size: 10px auto !important;
  padding-right: 15px;
}

.header_menu > ul > li.active_li > .header_menu_link {
  opacity: 0.6;
  background: url(../assets/images/arrow-icon-up.svg) no-repeat right center;
}
/* sub menu style */
.subMenu_dropdown {
  width: 50%;
  height: auto;
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 999;
  display: none;
}
.subMenu_dropdown_inner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 140px;
  background: #052d46;
  bottom: 0;
  filter: blur(112px);
  z-index: -3;
}
.subMenu_dropdown_inner {
  position: relative;
  z-index: 2;
  /* padding: 60px 0px 60px 0px; */
  border-bottom: 2px solid #c2cdff;
  background-color: #052d46;
  backdrop-filter: blur(22.5px);
}

.subMenu_dropdown.active {
  display: block;
}

.subMenu_dropdown_auto {
  width: 100%;
  /* max-width: 1000px; */
  margin: auto;
  /* padding: 0px 15px; */
  display: flex;
  position: relative;
  z-index: 2;
}
.dropdownOverlay {
  width: 100%;
  height: calc(100vh + 100px);
  position: fixed;
  left: 0px;
  top: 84px;
  z-index: 1;
}
.subMenu_list {
  width: 100%;
  /* padding-right: 50px; */
  padding: 10% 100px 30px 100px;
}
.subMenu_list ul li {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: left;
  margin-left: 30%;
}
.submenu_link:hover .bar {
  background-color: #fff !important;
  color: #fff !important;
  display: block;
}
.bar {
  border-radius: 30px;
  height: 5px;
  margin-bottom: 2%;
  margin-right: 8px;
  width: 40px;
}
.align-row {
  display: flex;
  align-items: center;
}
.align-row div {
  display: none;
}
.bar {
  height: 5px;
  width: 40px;
  border-radius: 30px;
  margin-right: 8px;
  margin-bottom: 2%;
}
.align-row .bar {
  display: block;
  color: transparent;
}

.submenu_link:hover .bar,
.submenu_link.active .bar {
  display: block;
  color: white !important;
  background-color: white !important;
}
.submenu_link {
  color: #fff !important;
  display: block !important;
  line-height: 1.4em !important;
  transition: var(--transition);
  cursor: pointer;
}
.align-row:hover div,
.submenu_link.active .align-row div {
  display: block;
}
.subMenu_list ul li .sebmenu_parent {
  text-align: left;
}
ul.subSubul {
  position: absolute;
  right: -35%;
  top: 0;
  width: 80%;
}
ul.subSubul li a {
  font-size: 20px;
  font-weight: bold;
  color: #0a2278 !important;
}
ul.subSubul li {
  margin-bottom: 20px;
}
.subMenu_list ul li:last-child {
  margin-bottom: 0px;
}

.subMenu_list ul li a {
  color: var(--white);
  transition: var(--transition);
  display: block;
}

.subMenu_list ul li strong {
  display: block;
  font-family: var(--PoppinsRegular);
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4em;
  padding-bottom: 10px;
  /* color: #81939E; */
}

.subMenu_list ul li strong.active,
.subMenu_list ul li strong:hover {
  color: white;
}

.subMenu_list ul li span {
  display: block;
  color: #98a4b4;
  font-size: 18px;
  line-height: 1.4em;
  font-family: var(--PoppinsLight);
}

.subMenu_list ul li a:hover {
  opacity: 0.6;
}

.subMenu_pop_right {
  width: 100%;
  padding-left: 0px;
  text-align: center;
  background-color: #08384b;
}

.subMenu_avatar {
  width: 260px;
  height: 260px;
  margin: auto;
  margin-bottom: 30px;
  border-radius: 50%;
}

.subMenu_avatar img {
  width: 100%;
  height: 100%;
  display: block;
  max-width: none;
  object-fit: cover;
  border-radius: 50%;
}

.subMenu_avatar_info {
  width: 100%;
}

.subMenu_avatar_info h2 {
  color: var(--white);
  font-family: var(--PoppinsBold);
  font-size: 1.6em;
  line-height: 1.4em;
  padding-bottom: 20px;
}

.smr_moreLink {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--white);
  font-size: 1.2em;
  line-height: 1.4em;
}

.smr_moreLink i {
  width: 44px;
  height: 44px;
  display: block;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid var(--white);
  background: url(../assets/images/right-arrow-white.svg) no-repeat 10px center;
  background-size: 18px auto;
  transition: var(--transition);
}

.smr_moreLink:hover i {
  background-position: 14px center;
}

.sbMenuClose {
  display: none;
}

.header_info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
ul.list-group-normal {
  margin-left: 20px;
}
.list-group-normal li {
  list-style: disc;
  margin-bottom: 10px;
}
.bannerClients {
  background: #fff;
  padding: 25px 0 10px;
  position: relative;
  width: 100%;
}
.statMain {
  background: #f9fafb;
  padding: 70px 0;
}
.client_heading {
  font-size: 25px;
  padding-bottom: 20px;
  text-align: center;
}

.slider {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.slide-track {
  display: flex;
  flex-wrap: nowrap;
}

.slide {
  flex: 0 0 160px; /* Adjust based on your logo size */
  margin: 0 7px;
  padding: 0 20px;
  height: 100px;
}

.slide img {
  width: 85%;
  vertical-align: middle;
}

@media only screen and (max-width: 420px) {
  .slide {
    flex: 0 0 100px;
  }
}
.hc_cricle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--border_color);
  display: flex;
  align-items: center;
  /* justify-content: center; */
  backdrop-filter: blur(32.5px);
  position: relative;
}

.hc_cricle img {
  max-width: 22px;
  max-height: 16px;
  display: block;
  margin: auto;
}
.mob_menuBtn {
  display: none;
}
.lanDropdown_menu {
  border-color: var(--border_color);
  background-color: var(--color_primary);
}

.lanDropdown_menu .dropdown-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 0.875em;
  color: var(--white);
}

.lanDropdown_menu i {
  width: 22px;
  flex-shrink: 0;
  display: block;
  margin-right: 10px;
}

.lanDropdown_menu i img {
  max-width: 22px;
  max-height: 16px;
  display: block;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: var(--btn_gradient);
  color: var(--white);
}

.btn_custom {
  padding: 14px 28px;
  color: var(--whiteBoth);
  font-family: var(--PoppinsSemiBold);
  font-size: 1em;
  background: transparent;
  border: 1px solid var(--btn_border_color);
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  display: inline-flex; /* Use inline-flex for flexible box layout */
  align-items: center; /* Center items vertically */
  justify-content: center; /* Center items horizontally */
  text-align: center; /* Ensure text is centered if the button size changes */
  cursor: pointer;
  margin-right: 20px;
}
.btn_custom.btn_about::after {
  content: "";
  display: inline-block;
  width: 1em; /* Adjust size as needed */
  height: 1em; /* Adjust size as needed */
  background-image: url("../assets/images/arrow-icon.png"); /* Path to your arrow icon */
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px; /* Space between text and icon */
  transition: transform 0.2s ease-in-out;
  background-position: center;
}

.btn_custom.btn_about:hover::after {
  transform: translateX(5px);
}
.btn_custom.btn_about {
  border-radius: 5px;
  background: #30d4c7;
  box-shadow: none;
  color: #000;
  padding: 14px 28px;
}
.btn_custom.btn_outlined {
  background: none;
  box-shadow: none;
  border-color: #cfd7e6;
  color: var(--white);
  height: 40px;
  padding: 0;
}
#userMenu {
  float: right;
  position: relative;
}
#userMenu nav {
  display: block;
}
#userMenu > nav > ul {
  padding: 0;
  margin: 0;
}
#userMenu > nav > ul > li {
  vertical-align: top;
  display: inline-block;
  padding: 0px 8px;
  list-style: none;
  margin: 0;
  position: relative;
}
#userMenu nav > ul > li > a {
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 0;
  font-family: "PoppinsRegular";
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

#userMenu > nav > ul > li:last-child {
  padding-right: 0;
}
#userMenu > nav > ul > li {
  vertical-align: top;
  display: inline-block;
  padding: 0px 8px;
  list-style: none;
  margin: 0;
  position: relative;
}
#userMenu ul li.signOut-link:before,
#userMenu ul li.register-link:before {
  background: #ccc;
  content: "";
  height: 40%;
  left: -2px;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  width: 1px;
}
/* banner */

.Banner {
  position: relative;
}

.hm_banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.clip-path {
  clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%);
}

.background-color {
  background-color: #052d46;
}

.background-Image {
  background: url(../assets/images/banner-background.png) no-repeat;
  background-position: bottom;
  background-size: cover;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.servicingSection {
  background: #e0f4fd;
  position: relative;
}
.servicingSection_row {
  margin-top: 30px;
  padding: 60px 0;
}
.servicing_text {
  margin: 0 auto;
  width: 100%;
}
.servicing_text .headlines h2 {
  text-align: center !important;
  text-transform: none !important;
  margin-bottom: 0;
}
.servicing_text .cta_tab,
.servicing_text .headlines p {
  text-align: center;
}
.headlines p {
  color: #000;
  font-family: var(--PoppinsRegular);
  font-size: 18px;
  line-height: 32px;
}
.cta_tab {
  margin-bottom: 40px;
}
/* .banner_inner {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
  } */

.site_contain.container {
  position: relative;
  z-index: 3;
}
.main-container {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* margin: 60px 0; */
  width: 100%;
}
.main-container .headlines {
  /* padding-bottom: 20px; */
  width: 100%;
  margin-top: 45px;
}
.main-container .headlines h2.text-center {
  padding-bottom: 60px;
  margin-bottom: 0;
}

.banner_headlines {
  color: white;
  text-align: left;
  max-width: 60%;
}

.heading {
  font-size: 3rem;
  margin: 0;
}

.desc {
  font-size: 1.5rem;
}

.banner_cta {
  margin-top: 30px;
}
.banner-btn::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../assets/images/arrow-icon.white.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  transition: transform 0.2s ease-in-out;
  background-position: center;
}

.banner-btn:hover::after {
  transform: translateX(5px);
}
.btn_custom:hover {
  background: var(--btn_shadow_hov) !important;
  border: 1px solid var(--btn_shadow_hov);
  color: #000;
}
.banner_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .banner-btn {
    margin-top: 10px;
  }
  .servicing-banner .banner_headlines {
    text-align: left;
  }
  .banner_headlines {
    max-width: 100%;
    font-size: 0.8rem;
    padding: 0 1%;
    text-align: center;
  }

  .hm_banner {
    max-height: 70vh;
    min-height: 70vh;
  }

  .banner_img {
    height: 90%;
    opacity: 0.6;
  }
}

@media (max-width: 430px) {
  .desc {
    width: 100% !important;
    max-width: 100vw;
    margin-top: -1rem;
    word-wrap: break-word;
    overflow: hidden;
  }

  .heading {
    font-size: 6vw;
    white-space: normal;
    word-wrap: break-word;
    overflow: hidden;
  }
}
.hm_banner {
  width: 100%;
  position: relative;
  color: var(--white);
  background: var(--color_primary);
  min-height: calc(100vh - 0px);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  height: 50vw;
  overflow: hidden;
}

.hidden {
  display: none;
}
.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1000;
}
.background-video2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #083553;
  opacity: 0.4;
  z-index: 0;
}

.banner_inner {
  width: 100%;
  position: relative;
  z-index: 10000;
}

.banner_headlines {
  max-width: 40vw;
  position: absolute;
  top: 30vh;
}
.home-banner .banner_headlines {
  position: relative;
  max-width: 100%;
  text-align: center;
}
.home-banner .banner_headlines h5 {
  width: 100%;
}
.home-banner .banner_headlines h1 {
  font-size: 70px;
  text-transform: none;
}
.home-banner .autoContent {
  position: relative;
  z-index: 2;
  height: 10px;
}
.banner_headlines h1 {
  font-family: var(--PoppinsBold);
  font-size: 3.2em;
  line-height: 1.2em;
  background: linear-gradient(180deg, #fff 49.51%, var(--light_grey) 89.32%);
  background-clip: text;
  -webkit-background-clip: text;
  /* -webkit-text-fill-color: transparent; */
  font-weight: 500;
  padding-bottom: 15px;
  color: var(--whiteBoth);
  text-transform: none;
}
.banner_cta {
  margin-top: 14px;
}
.banner_headlines h5 {
  color: var(--whiteBoth);
  font-family: var(--PoppinsRegular);
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 300;
  width: 82%;
}
.headlines h2 {
  font-family: var(--PoppinsBold);
}

.hm_banner:after {
  content: "";
  /* z-index: 2; */
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
}

.banner_img {
  width: 40vw;
  position: absolute;
  right: 0vw;
  top: 8vh;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.banner_img_left {
  width: 35vw;
  position: absolute;
  right: 3vw;
  object-fit: cover;
  display: block;
}
.headlines_box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  border: none;
  background: #093454;
  padding: 8px 20px;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  -webkit-backdrop-filter: blur(32.5px);
  backdrop-filter: blur(32.5px);
  padding: 11px 27px 11px 27px;
  margin-bottom: 20px;
}
.headlines_box span {
  font-family: var(--PoppinsLight);
  text-align: center;
  font-size: 12px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  color: var(--whiteBoth);
  font-weight: 700;
}
.description h2 {
  margin-bottom: 20px;
  font-weight: bold;
  word-spacing: 2px;
  color: black;
}

.description h2 {
  font-size: 36px !important;
}
.stats-section {
  background: #f1fbff;
  padding: 40px 0;
}

.stats {
  display: flex;
  justify-content: space-around;
  width: 100%;
  text-align: center;
}

.stat {
  flex: 1;
  padding: 20px;
  border-right: 1px solid rgb(0 0 0 / 50%);
}

.stat:last-child {
  border-right: none;
}

/* p {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    word-break: break-word;
  } */
.intro-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

.intro-section::before {
  content: "";
  display: block;
  width: 550px;
  height: 550px;
  transform: rotate(5.934deg);
  flex-shrink: 0;
  border-radius: 629.55px;
  background: #1a75bb8f;
  filter: blur(220px);
  position: absolute;
  top: 5%;
  left: -20%;
  animation: rotation 6s infinite;
}

.componentContainer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  color: white;
  text-align: center;
  padding: 30px 0 40px 0px;
}

.leftSection,
.rightSection {
  width: 100%;
}

.description {
  max-width: 500px;
  display: inline-flex;
  flex-direction: column;
  align-items: baseline;
  text-align: left;
}

.headlines_box.inner {
  background-color: #093454;
}
.highlight {
  color: #30d4c7;
}
.headlines h2 {
  margin-bottom: 20px;
  font-weight: bold;
  word-spacing: 2px;
  color: black;
}

.description p {
  font-size: 16px;
  color: #000;
  font-weight: 100;
  line-height: 30px;
  margin-bottom: 20px;
}

.sentece_case {
  text-transform: none !important;
}

.brandClients {
  padding: 20px 0;
}

.ourClientsBox {
  text-align: center;
}

.ourClientsBox h5 {
  margin-bottom: 20px;
  font-size: 1.25rem;
  color: #333;
}

.slider {
  width: 100%;
  overflow: hidden;
}

.slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ourClientsBox img {
  min-height: 30px;
  max-height: 50px;
  width: 130px;
}

@media (min-width: 768px) {
  .componentContainer {
    grid-template-columns: 1fr 1fr;
  }

  .ourClientsBox img {
    min-height: 20px;
    max-height: 30px;
    width: auto;
  }
}

.image_container {
  height: calc(9vw + 22px);
  width: calc(9vw + 22px);
  max-height: 60px;
  max-width: 60px;
  padding: 15px;
  background: rgba(27, 117, 186, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .image_container {
    height: 68px;
    width: 68px;
  }
}

.services_list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.services_box {
  margin-bottom: 20px;
  text-align: left;
}

.review h5 {
  font-size: 30px;
  margin-bottom: 2rem;
}

.review::before {
  content: "";
  display: block;
  width: 550px;
  height: 550px;
  transform: rotate(5.934deg);
  flex-shrink: 0;
  border-radius: 629.55px;
  background: rgb(48 212 199 / 40%);
  filter: blur(220px);
  position: absolute;
  top: -25%;
  left: -20%;
  animation: rotation 6s infinite;
}

.review {
  position: relative;
}
.aboutUsBoxListIn h4 {
  font-size: 20px;
}
.generalText p {
  line-height: 30px;
}
.review-card {
  background: white;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 1px 0px 6px 2px rgba(0, 0, 0, 0.15);
  position: relative;
}
.invester-card .btn_custom.btn_about::after {
  display: none;
}
.invester-card .btn_custom.btn_about {
  margin-bottom: 5px;
  width: 60%;
}
.review-image img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0.5rem;
}

.review-content {
  flex: 1;
}

.review-text {
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 3.5rem;
  line-height: 1.875rem;
  font-style: italic;
}

h5.review-author {
  font-size: 1.75rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.5rem;
}

.review-title {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .review-card {
    display: flex;
    flex-direction: row;
    width: auto;
    padding: 3rem;
  }

  .review-image img {
    width: 480px;
    height: 400px;
  }

  .review-content {
    padding-left: 2rem;
  }

  .review-text {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    line-height: 2rem;
  }

  .review-title {
    font-size: 1.125rem;
  }
}
.product_services-list {
  max-width: 600px;
}
.services_list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.services_list ul {
  display: flex;
  flex-wrap: wrap;
}
.services_list {
  width: 100%;
}
.product_services-list .services_list ul li {
  width: 50%;
  border: none;
  text-align: left;
}

.services_list ul li {
  width: 25%;
}
.services_list li {
  padding: 15px 0px 15px 29px;
  display: inline-block;
  border-left: 1px solid var(--services_border);
  border-top: 1px solid var(--services_border);
  position: relative;
  /* overflow: hidden; */
  transition: all 0.3s ease-in-out;
}
.product_services-list .services_list p {
  font-family: var(--PoppinsSemiBold);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  padding-bottom: 8px;
  margin-top: 15px;
}
.CaseStudiesStyling {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  margin-top: 50px;
}
.article,
.image-container {
  display: flex;
  overflow: visible;
  position: relative;
}
.article .image-container {
  justify-content: center;
  width: 100%;
  overflow: visible;
  margin: 0;
}
.article-image {
  border-radius: 10px;
  height: auto;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  top: -60px;
  width: 80%;
}
.article {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px #0000001a;
  flex-direction: column;
  margin: 60px 20px;
  width: 400px;
}
.article-button {
  width: 100%;
  text-align: center;
}
.article .content h3 {
  font-size: 18px;
  margin: 20px 0;
}
.article .content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  margin-top: -30px;
  padding: 0 30px 20px;
  text-align: left;
}
table {
  border-collapse: separate;
}
.container-bottom {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 10px;
  text-align: center;
}
.container-bottom .btn_custom {
  background-color: transparent;
  border-radius: 5px;
  border-width: 0;
  color: #000;
  display: inline-flex;
  padding: 10px 20px;
  text-decoration: none;
  transition: color 0.3s;
}
.aboutUsBoxListIn .btn_custom.btn_about {
  margin-right: 0px;
  font-size: 14px;
  overflow: hidden;
  padding: 12px 28px;
}
.aboutUsBoxListIn .btn_custom:hover {
  background: #30d4c7 !important;
}

.services_list p {
  display: block;
  margin-top: 40px;
  color: var(--white);
  font-size: 1.375em;
  font-style: normal;
  font-weight: 400;
  transition: all 0.3s ease;
}
.product_services-list .services_list span {
  font-size: 16px;
  opacity: 0.8;
  line-height: 1.4em;
  display: block;
  margin-top: 12px;
  color: var(--white);
  transition: all 0.3s ease;
}
.brandsClass {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
.brandClients {
  padding: 20px 0;
}
.ourClientsBox {
  text-align: center;
}

.brandClients .ourClientsBox {
  max-width: 1440px;
  margin: auto;
  padding: 35px 30px;
  margin-top: -80px;
  z-index: 4;
  position: relative;
  border-radius: 8px;
  border: 1px solid var(--border_color);
  background: var(--whiteBoth);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
/* Footer Styles */
.footer {
  background-color: var(--footerBg);
  color: white;
  font-family: Arial, sans-serif;
}

.footer-inner {
  width: 100%;
}
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jamaPunji {
  margin-top: -100px;
}
.jamaPunji img {
  width: 60%;
}
.footer-rightcontent {
  margin-bottom: 20px;
}

.footer-rightcontent h4 {
  font-size: 18px;
  color: #f1f1f1;
}

.footer-rightcontent ul {
  list-style: none;
  padding: 0;
}

.footer-rightcontent ul li {
  margin-bottom: 5px;
}

.footer-rightcontent ul li a {
  color: #bbb;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-rightcontent ul li a:hover {
  color: #fff;
}

.footer-inner-end {
  background-color: #111;
  padding: 10px 0;
  text-align: center;
}

.footer-end-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-end-content p {
  margin: 0;
  color: #bbb;
}

.footerBottomMenu ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
}

.footerBottomMenu ul li a {
  color: #bbb;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footerBottomMenu ul li a:hover {
  color: #fff;
}

.footer-heading {
  font-size: 16px;
  margin-bottom: 10px;
}

.socialLinkItem {
  display: inline-block;
  margin-right: 10px;
}

.socialLinkItem svg {
  fill: white;
  transition: fill 0.3s ease;
}

.socialLinkItem:hover svg {
  fill: #007bff;
}

.mgnlft {
  margin-left: 5vw;
}

.about-us {
  margin-top: 15px;
}
/* footer style */

.hmPartners .autoContent {
  max-width: 1300px;
  margin: auto;
}

.footer-bg {
  display: block;
  width: 100%;
  height: 270px;
  overflow: hidden;
  background-size: auto 100%;
  background-color: var(--color_primary);
}
.logo_footer {
  margin-bottom: 20px;
}
.footer-inner {
  padding-top: 45px;
  background: var(--footerBg);
  color: #fff;
  font-family: var(--PoppinsLight);
}
footer.footer::before {
  position: absolute;
  content: "";
  width: 100%;
  border: 1px solid var(--footer-border_grey);
}

.hfooter-content {
  border-radius: 20px;
  /* border: 1px solid var(--border_color); */
  /* background: var(--color_primary50); */
  backdrop-filter: blur(32.5px);
  position: relative;
  z-index: 3;
}
.hfooter-content li path {
  fill: var(--black);
}
.hfooter-content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.hfooter-content ul li {
  padding: 10px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(32.5px);
  backdrop-filter: blur(32.5px);
  position: relative;
  z-index: 3;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 200px;
  padding: 2%;
  display: flex;
  justify-content: center;
}

.hfooter-content ul li span {
  display: block;
}

.hfooter-content ul li strong {
  font-size: 1.25em;
  line-height: 1.2em;
  font-family: var(--PoppinsSemiBold);
  color: var(--white);
  font-weight: normal !important;
}

.hfooter-content ul li span svg {
  display: block;
  max-width: 190px;
  max-height: 90px;
}

.footer-content {
  position: relative;
}
.footer-content.hmPartners {
  padding: 60px 0;
}
.footer-inner-left img {
  width: 50px;
}
.inner-left-img ul li {
  padding: 10px 0px;
}

.inner-right-content ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.inner-right-content ul li ul {
  flex-direction: row;
}

.footer-inner-right {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-inner-right .footer-rightcontent {
  width: 25%;
  margin-bottom: 45px;
}

.footer-contact img {
  width: 25px;
}

.footer-inner-left ul li h5 {
  color: var(--white);
  font-size: 1em;
  font-family: var(--PoppinsBold);
  line-height: 1.4em;
}

.footer-inner-left ul li p span {
  font-size: 1em;
  font-family: var(--PoppinsSemiBold);
  line-height: 30px;
}

.footer-inner-left ul li p a {
  color: var(--light_grey2);
}

.footer-inner-left ul li p {
  color: var(--light_grey2);
  font-size: 0.875em;
  line-height: 1.4em;
}

.footer-contact li {
  padding: 5px;
}

.socialLinkItem {
  display: block;
}

.socialLinkItem svg {
  display: block;
}

.footer-inner h4 {
  color: #b3bdc4;
  font-family: var(--PoppinsSemiBold);
  font-size: 1em;
  line-height: 1.4em;
  padding-bottom: 10px;
}

.footer-inner-right ul {
  padding: 0;
}

.footer-inner-right ul li a {
  color: var(--whiteBoth);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
  padding: 8px 0px;
  text-decoration: none;
}

.col-12.footer-inner-end {
  background: #021c2e;
  font-family: var(--PoppinsLight);
}

.footer-rightcontent ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-rightcontent ul li.about-us {
  display: block;
  margin-top: 15px;
}
.footer-end-content {
  display: flex;
  /* justify-content: space-between; */
  padding: 15px 0px;
}

.footer-end-content ul li a,
.footer-end-content p {
  display: block;
  color: var(--light_grey2);
  line-height: 1.5em;
  padding: 0px 7px;
}
.footerBottomMenu {
  margin-left: 10%;
}

.footerBottomMenu ul li {
  position: relative;
  padding-left: 3px;
  margin-left: 3px;
}

.footerBottomMenu ul li:before {
  content: "";
  width: 1.5px;
  height: 14px;
  background-color: var(--light_grey2);
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -7px;
}

.footerBottomMenu ul li:first-child::before {
  display: none;
}

.footer a:hover {
  text-decoration: underline;
}

.mb-80 {
  margin-bottom: 80px !important;
}
.model-window {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  display: none;
  backdrop-filter: blur(2px);
}

.model-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.6);
}
.model-container {
  align-items: center;
  min-height: 100%;
  display: flex;
  align-content: center;
  width: 100%;
}
.teamPopUp .model-content {
  padding: 60px 45px;
}
.model-content.modal-large {
  width: 1000px;
  margin-top: 150px;
}

.model-content {
  width: 100%;
  width: 700px;
  max-width: 90%;
  margin: 60px auto;
  padding: 25px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 8px;
  z-index: 12;
}
.modal.modal-content {
  -webkit-backdrop-filter: blur(145px);
  backdrop-filter: blur(145px);
}

.close-window {
  display: block;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  transition-delay: 0.1s;
  cursor: pointer;
}
.close-window:before,
#hidePrivacyPolicy:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.close-window:before,
.close-window:after,
#hidePrivacyPolicy:before,
#hidePrivacyPolicy:after {
  content: "";
  width: 100%;
  height: 2px;
  top: 8px;
  position: absolute;
  background-color: #212121;
  left: 0;
  transition: all 0.2s;
}
.close-window:after,
#hidePrivacyPolicy:after {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

.close-window:before,
.close-window:after,
#hidePrivacyPolicy:before,
#hidePrivacyPolicy:after {
  content: "";
  width: 100%;
  height: 2px;
  top: 8px;
  position: absolute;
  background-color: #212121;
  left: 0;
  transition: all 0.2s;
}
.aboutUsBoxList img,
.teamPopUp img {
  width: 170px;
  border-radius: 50%;
  margin-bottom: 40px;
}
.teamPopUp h3 {
  margin-bottom: 14px;
}
.teamPopUp p {
  min-height: 0 !important;
  margin-bottom: 20px;
  line-height: 30px;
}
.boardOfDirectorsMain p,
.managementMain p {
  min-height: 120px;
  margin-bottom: 20px;
}

.model-container {
  align-items: center;
  min-height: 100%;
  display: flex;
  align-content: center;
  width: 100%;
}

.model-content {
  width: 100%;
  width: 700px;
  max-width: 90%;
  margin: 60px auto;
  padding: 25px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 8px;
  z-index: 12;
}

.model-content.middleCenter {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.model-content.modal-large {
  width: 800px;
}

.model-content.modal-medium {
  width: 700px;
}

.model-content.modal-small {
  width: 400px;
}

.model-content.modal-small p {
  line-height: 24px;
}

/* .close-window{ display: block; cursor: pointer; position: absolute;  right: 10px; top: 10px; width: 16px; height: 16px; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s; transition-delay: .1s;  } */
.dir_card {
  background: #fff;
  border: 1px solid var(--border_color);
  border-radius: 10px;
  padding: 30px 160px 30px 20px;
  position: relative;
}
.dir_info .profiles-btn {
  display: flex;
}

.dir_info {
  position: relative;
  width: 90%;
  z-index: 2;
}
.dir_img {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 165px;
}
.dir_info h3 {
  font-family: var(--PoppinsBold);
  font-size: 22px;
  line-height: 1.2em;
  padding-bottom: 6px;
}
.dir_info p {
  color: var(--white);
  display: -webkit-box;
  font-size: 1em;
  line-height: 30px;
  margin-bottom: 20px;
  min-height: 86px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  opacity: 0.9;
}
/* WHY NETSOL */

.WhyNetsolCenter {
  margin-bottom: 3%;
}
.WhyNetsolCenter .description {
  align-items: center;
  margin-left: 10%;
  max-width: 80%;
  text-align: center;
}
.WhyNetsolCenter .headlines {
  padding-bottom: 20px;
  width: 100%;
}
.WhyNetsolCenter .description h2 {
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
}
.image-container {
  width: 100%;
  overflow-x: hidden;
  white-space: nowrap;
  position: relative;
  margin-top: 2vh;
}

@keyframes scrollH {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.trackrecord {
  padding: 70px 0;
}
.HistoryImg {
  display: inline-block;
  animation: scrollH 70s linear infinite;
  height: 90vh;
}
.trackrecord {
  padding: 70px 0;
}
.experience-section .description {
  display: block;
  margin: 11vh auto 0;
  max-width: 75%;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.experience-section.whyNetsol .description {
  margin-top: 0 !important;
}
.stats.main {
  display: flex;
}
.stats.main .stat-box {
  text-align: center;
  /* width: 33%; */
}
.stats.main .stat-box h2 {
  font-size: 80px;
  font-weight: 700;
  margin: 0;
}
.stats.main .stat-box p {
  color: #000;
  font-size: 25px;
  margin: 0;
}
.experience-section .description .headlines h2 {
  font-size: 46px !important;
}
.why_netsol_edge ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
.why_netsol_edge ul li {
  padding: 15px;
  width: 60%;
}
.why_netsol_edge ul li:first-child .edge_card {
  background: #d8fffc;
}

.why_netsol_edge .edge_card {
  box-shadow: none;
}
.card_effect {
  position: relative;
}
.edge_card {
  background: #f6f6f6;
  border-radius: 10px;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3),
    0 2px 6px 2px rgba(60, 64, 67, 0.15);
  min-height: 329px;
  overflow: hidden;
  padding: 28px;
  position: relative;
  width: 100%;
}
.edge_card h4 {
  color: var(--white);
  font-family: var(--PoppinsSemiBold);
  font-size: 1.625em;
  line-height: 1.3em;
  padding-bottom: 10px;
}
.pedge-card-content {
  padding: 12px 164px 12px 0;
}
.pedge-card-img {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 165px;
}
.why_netsol_edge .edge_card p {
  font-family: var(--PoppinsRegular);
  font-size: 16px;
  font-weight: 400;
}
.edge_card p {
  color: var(--white);
  font-size: 1.25em;
  line-height: 1.5em;
}
.pedge-card-img img {
  display: block;
  height: auto;
  max-height: 220px;
  max-width: none;
  width: 100%;
}
.why_netsol_edge ul li:nth-child(2) {
  padding: 15px;
  width: 40%;
}
.why_netsol_edge ul li:nth-child(2) .edge_card {
  background: #cfeaff;
}

.why_netsol_edge .edge_card {
  box-shadow: none;
}
.why_netsol_edge ul li:nth-child(3) {
  width: 30%;
}
.why_netsol_edge ul li:nth-child(3) .edge_card {
  background: #fff5da;
}
.why_netsol_edge ul li:nth-child(4) {
  width: 70%;
}
.why_netsol_edge ul li:nth-child(4) .edge_card {
  background: #c9ffd5;
}
.rocket-launch {
  align-items: center;
  background-position: 50%;
  background-size: cover;
  display: flex;
  height: 90vh;
  justify-content: start;
  margin-top: 2vh;
  width: 100vw;
}
.review-text {
  font-family: var(--PoppinsRegular);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2rem;
  text-align: left;
}
.rocket-launch .content {
  width: 55%;
}
.rocket-launch .heading,
.rocket-launch .subheading {
  font-family: PoppinsSemiBold, sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-align: left;
}
.rocket-launch .heading {
  font-size: 2rem;
  font-weight: 700;
}
.rocket-launch .text {
  font-family: PoppinsRegular, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2rem;
  text-align: left;
}
.newsletter {
  background-color: #f4f4f4;
  padding: 50px 0;
}
.newsletter-section {
  display: flex;
  justify-content: space-around;
  padding: 50px 0 0;
}
h5.newsletter-text {
  font-size: 26px;
  line-height: 35px;
  width: 38%;
}
.newsletter-form {
  align-items: center;
  display: flex;
  position: relative;
}
/* contact US*/
.form_section {
  padding: 5% 0;
}
.form_content,
.page_form {
  flex: 1;
}
.form_content .headlines.pb-0.text-start {
  width: 80%;
}
.form_content .headlines h2 {
  font-size: 32px;
}
.form_content .headlines p {
  color: #000;
  font-family: var(--PoppinsRegular);
  font-size: 18px;
  line-height: 32px;
}
.form_content h2.contact-content {
  margin-top: 30px;
}
.form_content,
.page_form {
  flex: 1;
}
.page_form {
  background: #fef9f9;
  padding: 20px 20px 20px 25px;
}

.text-start {
  text-align: left !important;
}
.office-locations {
  padding: 20px;
  text-align: center;
}
.office-heading .headlines h2 {
  margin-bottom: 20px;
  text-align: center;
}
.locations-container {
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  margin-bottom: 20px;
}
.location {
  background-color: #fff;
  border-radius: 29px;
  display: flex;
  filter: drop-shadow(4.673px 4.673px 35.047px rgba(166, 171, 189, 0.25))
    drop-shadow(-2.336px -2.336px 30.374px #fafbff);
  flex-direction: column;
  justify-content: space-between;
  min-height: 110px;
  padding: 20px;
  text-align: left;
}
.location-header {
  align-items: flex-start;
  display: flex;
}
.flag {
  flex-shrink: 0;
  height: 20px;
  margin-right: 10px;
  margin-top: 1.5%;
  width: 30px;
}
.office-locations .btn_custom {
  background-color: #30d4c7;
  color: #000;
  margin-top: 20px;
  width: 280px;
}
.location-content {
  text-align: left;
}
h3.region {
  font-size: 25px;
  margin-bottom: 2%;
  color: #000;
}
p.region-location {
  font-weight: 700;
  margin-bottom: 2%;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
  width: 100%;
}
.flag-icon-us {
  background-image: url(../assets/images/us.svg);
}
.flag-icon-gb {
  background-image: url(../assets/images/gb.svg);
}
.flag-icon-au {
  background-image: url(../assets/images/au.svg);
}
.flag-icon-cn {
  background-image: url(../assets/images/cn.svg);
}
.flag-icon-th {
  background-image: url(../assets/images/th.svg);
}
.flag-icon-id {
  background-image: url(../assets/images/id.svg);
}
.flag-icon-pk {
  background-image: url(../assets/images/pk.svg);
}
.flag-icon-ae {
  background-image: url(../assets/images/ae.svg);
}
.phone_number {
  font-size: 14px;
  margin-top: 4%;
}
.locations-container .location {
  display: none;
}
.locations-container .location:nth-child(-n + 3) {
  display: block;
}
/* Hubspot Form*/
.newsletter-form form {
  align-items: center;
  display: flex;
}
.newsletter-form form label {
  display: none;
}
.newsletter-form form .input {
  margin-right: 10px;
  margin-top: 0 !important;
}
.newsletter-form form .hs-input {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  margin-right: 10px;
  padding: 10px 15px;
}
.hs-input {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  color: #000 !important;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  height: 40px;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100% !important;
}
.newsletter-form form .hs-button {
  align-items: center;
  border: none;
  border-radius: 4px;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  height: auto;
  margin-right: 12px;
  margin-top: 0;
  padding: 9px 20px;
  width: 170px;
}
.hs-button {
  background: #30d4c7;
  border: none;
  border-radius: 10px;
  color: #000;
  flex-shrink: 0;
  font-weight: 900;
  height: 50px;
  margin-top: 15px;
  width: 100%;
}
.hs-richtext p {
  font-size: 14px;
}
.form-check-input {
  appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
}
fieldset.form-columns-2 {
  max-width: 100% !important;
  margin-bottom: 15px !important;
}
fieldset.form-columns-1 {
  max-width: 100% !important;
  width: 100%;
  margin-bottom: 15px !important;
}
.hs-input {
  background-clip: padding-box;
  background-color: #fff;
  border: #dee2e6 solid 1px;
  border-radius: 0.375rem;
  color: #000 !important;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  height: 40px;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100% !important;
}
.hs-country__dropdown_ .input,
.hs_firstname .input,
.hs_lastname .input,
.hs_email .input,
.hs_company .input,
.hs_message .input,
.hs_how_did_you_hear_about_us_ .input,
.hs-input.hs-fieldtype-intl-phone {
  margin-top: 6px !important;
}
label.hs-error-msg.hs-main-font-element {
  color: red;
  padding-top: 10px;
  font-size: 14px !important;
}
.hs-input:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(48, 212, 199, 0.25);
}
.hs-button {
  height: 50px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #30d4c7;
  color: #000;
  margin-top: 15px;
  border: none;
  width: 100%;
  font-weight: 900;
}
.hs-button:hover {
  background: var(--btn_shadow_hov) !important;
  border: 1px solid var(--btn_shadow_hov);
  color: #000;
}
/* .hbspt-form select {
  margin-top: 6px;
} */
input[type="checkbox"].hs-input {
  width: 16px !important;
  float: left;
}
input[type="checkbox"].hs-input:focus {
  box-shadow: none;
  border: none;
  width: 20px !important;
}
label {
  display: inline-block;
  /* padding-bottom: 12px;
    padding-top: 12px; */
  color: #000000;
}
label.hs-form-checkbox-display {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}
li.hs-form-checkbox {
  float: left;
  width: 200px;
  height: 40px;
}
.hs-form-checkbox span {
  margin-left: 8px;
  margin-top: 8px;
  float: left;
  font-size: 16px;
}
.legal-consent-container .hs-form-booleancheckbox-display > span {
  display: block;
  margin-left: 20px;
}
.legal-consent-container .hs-form-booleancheckbox-display p {
  margin-left: 10px !important;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  margin: 0;
  display: inline-block !important;
  color: #000;
  padding-top: 8px;
  font-size: 14px;
}
label.hs-form-booleancheckbox-display {
  padding: 0;
}
.actions {
  display: flex;
  justify-content: center;
}
/*--------------------------------- custom CSS -----------------------------------*/

.transcend {
  background: #f9fafb;
  position: relative;
}

.transcend-card .image-container img {
  position: relative;
}

.transcend-retail .headlines h3 {
  font-family: var(--PoppinsBold);
}

.transcend-retail .booking-activation-section .image-container {
  overflow: inherit;
}
.newBoardDirectorCardStyleSecond:hover .directorImage img {
  mix-blend-mode: normal;
}
.directorInfo button:hover {
  background: #30d4c7 !important;
  box-shadow: none !important;
  border: solid 1px #18998e;
}
.directorImage img {
  border-radius: 0 0 10px 0;
  display: block;
  height: auto;
  max-height: 220px;
  max-width: none;
  mix-blend-mode: luminosity;
  transition: var(--transition);
  width: 100%;
}
.mainSplashMain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 60px;
}

#jamaPunjiSecp {
  right: 20%;
  top: 40px;
  font-size: 0;
}

#jamaPunjiSecp a {
  display: inline-block;
  margin-left: 10px;
}

#jamaPunjiSecp img {
  display: block;
  height: 84px;
}

.testimonial_content {
  padding: 20px 0 0;
  width: 100%;
}

.testimonial_slider {
  background: #e8f5ff;
  margin: auto;
  width: 100%;
}
.activeSlidePagination .swiper-pagination {
  opacity: 1;
  visibility: visible;
}
.swiper-horizontal {
  touch-action: pan-y;
}

.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  z-index: 1;
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  width: 100%;
  z-index: 1;
}
.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.testi_slide {
  padding: 40px 14px 20px;
  width: 100%;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}

.testi_row {
  /* align-items: center;
  display: flex; */
  justify-content: center;
  width: 100%;
}
.align-items-center {
  align-items: center !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}
.d-flex {
  display: flex !important;
}
.testi_info {
  position: relative;
  width: 50%;
  z-index: 3;
}

.testi_row.d-flex.align-items-center.flex-wrap .headlines {
  max-width: none;
  width: calc(100% + 60px);
}

.pb-0 {
  padding-bottom: 0 !important;
}
.testi_row p {
  width: 100%;
}
.pItalic {
  font-style: italic;
}
.pItalic p {
  color: #000;
  font-family: var(--PoppinsRegular);
  font-size: 20px;
  line-height: 32px;
}

.testi_reviewBy {
  margin-top: 20px;
}

.light_theme .testi_reviewBy p {
  text-shadow: none;
}

.testi_reviewBy p {
  font-size: 1em;
  line-height: 29px;
}
.testi_row p {
  width: 100%;
}
.test_img {
  width: 50%;
}
.test_img img {
  width: 65%;
}
.test_img img {
  border-radius: 20px;
}
.mark_img img,
.test_img img {
  display: block;
  height: auto;
  margin: 0 0 0 auto;
  max-width: none;
  width: 75%;
}
img,
svg {
  vertical-align: middle;
}
button.play_icon {
  background: none;
  border: none;
  bottom: 14%;
  position: absolute;
  right: 9%;
}
.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #185d92;
  border-radius: 10px;
  height: 14px;
  transition: all 0.3s ease-in-out;
  width: 14px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.activeSlidePagination .swiper-pagination {
  opacity: 1;
  visibility: visible;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  width: 100%;
}
.swiper-pagination {
  bottom: 15px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  z-index: 99999 !important;
}
.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
}
.swiper-pagination {
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
}

.slide-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.play_icon img {
  border-radius: 90px;
  bottom: 17%;
  height: 90px;
  position: absolute;
  right: -100px;
  margin-bottom: -50px;
  width: 90px !important;
  z-index: 1000;
}
.swiper-button-next,
.swiper-button-prev {
  display: none !important;
}

/*--------------------------------- IQRA CSS -----------------------------------*/

.model-container {
  align-items: center;
  min-height: 100%;
  display: flex;
  align-content: center;
  width: 100%;
}

.termsCheck .checkBoxContainer {
  margin: 0;
  padding-left: 0;
  padding-left: 28px;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  transition: all 1600ms;
  -webkit-transition: all 1600ms;
}

.data-container {
  width: 100%;
}

#header .container {
  position: static;
}

.btnContainer {
  font-size: 0;
}

.checkBoxContainer,
.radioContainer {
  display: inline-block;
  vertical-align: top;
  min-height: 20px;
  line-height: 20px;
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #1c72b8;
  margin-right: 20px;
}

.checkBoxContainer input,
.radioContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkBoxContainer .checkmark,
.radioContainer .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

.radioContainer .checkmark {
  border-radius: 50%;
}

.checkBoxContainer:hover input ~ .checkmark,
.radioContainer:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkBoxContainer input:checked ~ .checkmark,
.radioContainer input:checked ~ .checkmark {
  background-color: #2196f3;
}

.checkBoxContainer .checkmark:after,
.radioContainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkBoxContainer input:checked ~ .checkmark:after,
.checkBoxContainer input:hover ~ .checkmark:after,
.radioContainer input:checked ~ .checkmark:after,
.radioContainer input:hover ~ .checkmark:after {
  display: block;
}

.checkBoxContainer .checkmark:after {
  left: 6px;
  top: 2px;
  width: 4px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.radioContainer .checkmark:after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: white;
}

.checkBoxRadioField .checkBoxContainer {
  margin-bottom: 14px;
}

.checkBoxContainer.darkStyle,
.radioContainer.darkStyle {
  color: #7c7d7d;
}

.checkBoxContainer.darkStyle input:checked ~ .checkmark,
.radioContainer.darkStyle input:checked ~ .checkmark {
  background-color: #2196f3;
}

.checkBoxContainer .checkmark:after {
  border-color: #fff;
}

articleDetail h6 {
  margin-bottom: 20px;
}
.articleDetail p {
  margin-bottom: 20px;
}
.artcileSharer label {
  float: left;
  padding-right: 15px;
  line-height: 25px;
}
.artcileSharer a {
  width: 25px;
  height: 25px;
  cursor: pointer;
  display: inline-block;
  background: url(../images/socialIcons.svg) no-repeat;
  background-size: 150px auto;
}
.artcileSharer a:nth-of-type(1) {
  background-position: 0 0;
}
.artcileSharer a:nth-of-type(2) {
  background-position: -25px 0;
}
.artcileSharer a:nth-of-type(3) {
  background-position: -50px 0;
}
.artcileSharer a:nth-of-type(4) {
  background-position: -100px 0;
}
.artcileSharer a:nth-of-type(5) {
  background-position: -125px 0;
}
.relatedArticles {
  margin-bottom: 40px;
}
.relatedArticles h3 {
  margin-bottom: 40px;
}
.relatedArticles h5 {
  margin-bottom: 20px;
  min-height: 100px;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  transition: all 1.6s;
  -webkit-transition: all 1.6s;
}
#articleDetailSticky {
  position: fixed;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
  transform: translateY(-100%);
  width: 100%;
  z-index: 4;
  background: #fff;
  padding: 56px 0;
  transition: all 0.3s;
}
#articleDetailSticky.active {
  transform: translateY(0);
}
#articleDetailSticky h3 {
  float: left;
  width: calc(85% - 160px);
}
#articleDetailSticky .artcileSharer {
  float: right;
}
#articleDetailSticky .artcileSharer label {
  display: none;
}

.error .checkBoxContainer .checkmark,
.error .radioContainer .checkmark {
  border: #ff0000 solid 1px;
}
.error .checkBoxContainer,
.error .radioContainer,
.error .progress_number.active {
  color: #ff0000;
}
.error .progress_bar.active {
  background: #ff0000;
}

.breadCrumb {
  padding: 84px 0 40px 0px;
}

.breadCrumb p {
  font-size: 16px !important;
  color: #212121;
  display: inline-block;
  font-family: EurostileExt;
}

.breadCrumb p span {
  color: #7c7d7d;
}

.breadCrumb p a {
  color: #1c72b8;
  text-decoration: underline;
  font-weight: 600;
  position: relative;
}

.breadCrumb p a:hover {
  text-decoration: none;
}

.forceblockBr br {
  display: block !important;
}

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

.pt-0 {
  padding-top: 0px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.pageTitleSection {
  margin: 0px 0 50px;
}

.pageTitleSection img {
  max-width: 100%;
}

.pageTitleSectionIn {
  max-width: 60% !important;
}

.pageTitleSection.withVector .pageTitleSectionIn {
  margin-top: -73px;
}

.pageTitleSection h1 {
  display: inline-block;
  margin-bottom: 25px;
}

.pageTitleSection p {
  font-size: 18px;
  display: block;
  padding-bottom: 20px;
  font-weight: 300;
  line-height: 30px;
}

.pageTitleSection p a {
  text-decoration: underline;
}

.pageTitleSection a.btn {
  margin-bottom: 30px;
}

.aboutUsBoxList {
  float: left;
  width: 33.33%;
  padding: 0 2% 0%;
  margin-bottom: 3.3vw;
  display: flex;
}

.aboutUsBoxListingMain {
  padding: 40px 0 40px;
}

.aboutUsBoxListingMain h2,
.aboutUsBoxListing {
  margin: 0 -2%;
  display: flex;
  flex-wrap: wrap;
}

.aboutUsBoxList {
  float: left;
  width: 33.33%;
  padding: 0 2% 0%;
  margin-bottom: 3.3vw;
  display: flex;
}

.whatsSetsApart .aboutUsBoxList {
  width: 50%;
}

.aboutUsBoxListIn {
  width: 100%;
  padding: 2vw 7%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
}

.aboutUsBoxList img,
.teamPopUp img {
  width: 170px;
  border-radius: 50%;
  margin-bottom: 40px;
}

.aboutUsBoxList h3 {
  margin-bottom: 14px;
}

.aboutUsBoxList ul,
ul.listText {
  margin-bottom: 20px;
}

.aboutUsBoxList ul li,
.aboutUsBoxList p {
  margin-bottom: 40px;
}

.aboutUsBoxList p:last-child {
  margin-bottom: 0;
}

.keyComponents .aboutUsBoxList {
  width: 50%;
}

.keyComponents .aboutUsBoxList p {
  margin-bottom: 20px;
}

.keyComponents .aboutUsBoxList ul {
  margin-bottom: 0px;
}

.subProductsBoxes .aboutUsBoxList img {
  width: auto;
  margin-bottom: 0;
  border-radius: 0;
}

.subProductsBoxes .aboutUsBoxList p {
  margin-bottom: 14px;
}

.aboutUsBoxListingMain.subProductsBoxes {
  padding-top: 0;
}

.investorInformation .aboutUsBoxListing {
  margin: 0 -1%;
}

.investorInformation .aboutUsBoxList {
  width: 25%;
  padding: 0 1% 0%;
}

p.leadText,
.leadText {
  font-size: 24px;
  line-height: 40px;
  font-weight: 300;
}

.listRow2Main {
  display: flex;
}

.listRow2Main p br {
  display: block !important;
}

.listCol {
  width: 50%;
}

@keyframes fadeInUp {
  from {
    opacity: 0;

    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;

    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;

    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;

    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

/* .directors_list{
  padding: 80px 0 30px;
  width: 100%;
} */

.newBoardDirectorCardLayoutSecond {
  float: left;
  width: 33.33%;
  padding: 0 20px 40px;
  display: flex;
}

.newBoardDirectorCardStyleSecond {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  position: relative;
  background: #fff;
  width: 100%;
  border: 1px solid #cfd7e6;
  align-items: end;
  gap: 20px;
}
.directorInfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 15px 30px 15px;
  border-radius: 10px;
  position: relative;
  background: #fff;
  width: 90%;
}

.directorInfo h3 {
  font-family: var(--PoppinsBold);
  font-size: 1.61em;
  line-height: 1.2em;
  padding-bottom: 6px;
  text-align: start;
}
.directorInfo p {
  color: #010412;
  display: -webkit-box;
  font-size: 1em;
  line-height: 30px;
  margin-bottom: 20px;
  min-height: 86px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  opacity: 0.9;
  text-align: start;
}

.directorInfo a {
  background: #0073b1 !important;
  border: solid #0073b1;
  align-items: center !important;
  display: flex !important;
  height: 40px !important;
  justify-content: center !important;
  padding: 0;
  min-width: 40px !important;
  border-radius: 5px;
}

.directorImage {
  width: 200px;
}

.directorInfo button {
  background: none;
  border: 1px solid #cfd7e6;
  box-shadow: none;
  color: #010412;
  height: 40px;
  padding: 0;
  width: 100%;
  border-radius: 5px;
  font-family: var(--PoppinsSemiBold);
}

.directorBtns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.newBoardDirectorCardStyle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 20px 30px 20px;
  border-radius: 10px;
  position: relative;
  background: #fff;
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #cfd7e6;
}

.newBoardDirectorCardStyle h3 {
  font-family: var(--PoppinsBold);
  font-size: 1.61em;
  line-height: 1.2em;
  padding-bottom: 6px;
  text-align: start;
}
.newBoardDirectorCardStyle p {
  color: #010412;
  display: -webkit-box;
  font-size: 1em;
  line-height: 30px;
  margin-bottom: 20px;
  min-height: 86px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  opacity: 0.9;
  text-align: start;
}

.newBoardDirectorCardStyle a {
  background: #0073b1 !important;
  border: solid #0073b1;
  align-items: center !important;
  display: flex !important;
  height: 40px !important;
  justify-content: center !important;
  padding: 0;
  width: 40px !important;
  border-radius: 5px;
}
.newBoardDirectorCardLayout {
  float: left;
  width: 25%;
  padding: 0 20px 40px;
  display: flex;
}

.contactInfo {
  position: relative;
  margin-bottom: 60px;
}

.contactInfo h4 {
  margin-bottom: 20px;
}

.contactInfo p {
  margin-bottom: 20px;
}

.contactInfo p a.active,
.contactInfo p a:hover {
  text-decoration: underline;
}

.contactInfo p br {
  display: block !important;
}

.contactInfoList {
  float: left;
  width: 33.33%;
}

.contactInfo p {
  margin-bottom: 5px;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.globalOfficesText {
  display: none;
}

.mainSplashMain.homeSplash {
  background-image: linear-gradient(
    to bottom right,
    #0f1012,
    #181b90
  ) !important;
}

.gradientBg {
  background-image: linear-gradient(
    to bottom right,
    #0f1012,
    #181b90
  ) !important;
}

.bluebg {
  background-image: linear-gradient(135deg, #1f7ac1, #0e395b) !important;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.aboutMainRoundBox.featureBenefitsMain {
  padding: 2.6% 5%;
  background-image: linear-gradient(
    to bottom right,
    #0f1012,
    #181b90
  ) !important;
}

/* .model-container{ align-items: center; min-height: 100%; display: flex; align-content: center;width: 100%; }

.termsCheck .checkBoxContainer{ margin: 0; padding-left: 0; padding-left: 28px; }

.mCSB_horizontal.mCSB_inside > .mCSB_container{ transition: all 1600ms; -webkit-transition: all 1600ms; } 

.data-container{
	width:100%;
}

.container{
	width:80%;
	margin:0 auto;
	position: relative;
}

#header .container{ position: static; }

.btnContainer{ font-size: 0; }

.checkBoxContainer,

.radioContainer{
	display: inline-block;
	vertical-align: top;
	min-height: 20px;
	line-height: 20px;
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #1C72B8;
  margin-right: 20px;
}

.checkBoxContainer input,

.radioContainer input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkBoxContainer .checkmark,

.radioContainer .checkmark{
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

.radioContainer .checkmark{ border-radius: 50%; }

.checkBoxContainer:hover input ~ .checkmark,

.radioContainer:hover input ~ .checkmark { background-color: #ccc; }

.checkBoxContainer input:checked ~ .checkmark,

.radioContainer input:checked ~ .checkmark{ background-color: #2196F3; }

.checkBoxContainer .checkmark:after,

.radioContainer .checkmark:after{ content: ""; position: absolute; display: none; }

.checkBoxContainer input:checked ~ .checkmark:after,

.checkBoxContainer input:hover ~ .checkmark:after,

.radioContainer input:checked ~ .checkmark:after,

.radioContainer input:hover ~ .checkmark:after{ display: block; }

.checkBoxContainer .checkmark:after{
  left: 6px;
  top: 2px;
  width: 4px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.radioContainer .checkmark:after{
	top: 50%;
    left: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background: white;
}

.checkBoxRadioField .checkBoxContainer{ margin-bottom: 14px; }


.checkBoxContainer.darkStyle,

.radioContainer.darkStyle{ color: #7c7d7d; } 

.checkBoxContainer.darkStyle input:checked ~ .checkmark,

.radioContainer.darkStyle input:checked ~ .checkmark{ background-color: #2196F3; }

.checkBoxContainer .checkmark:after{ border-color: #fff; }

articleDetail h6{margin-bottom:20px}.articleDetail p{margin-bottom:20px}.artcileSharer label{float:left;padding-right:15px;line-height:25px}.artcileSharer a{width:25px;height:25px;cursor:pointer;display:inline-block;background:url(../images/socialIcons.svg) no-repeat;background-size:150px auto}.artcileSharer a:nth-of-type(1){background-position:0 0}.artcileSharer a:nth-of-type(2){background-position:-25px 0}.artcileSharer a:nth-of-type(3){background-position:-50px 0}.artcileSharer a:nth-of-type(4){background-position:-100px 0}.artcileSharer a:nth-of-type(5){background-position:-125px 0}.relatedArticles{margin-bottom:40px}.relatedArticles h3{margin-bottom:40px}.relatedArticles h5{margin-bottom:20px;min-height:100px}.mCSB_horizontal.mCSB_inside>.mCSB_container{transition:all 1.6s;-webkit-transition:all 1.6s}#articleDetailSticky{position:fixed;box-shadow: 0 0 10px rgba(0,0,0,.1);left:0;top:0;transform:translateY(-100%);width:100%;z-index:4;background:#fff;padding:56px 0;transition:all .3s}#articleDetailSticky.active{transform:translateY(0)}#articleDetailSticky h3{float:left;width:calc(85% - 160px)}#articleDetailSticky .artcileSharer{float:right}#articleDetailSticky .artcileSharer label{display:none}

.error .checkBoxContainer .checkmark, .error .radioContainer .checkmark{border:#ff0000 solid 1px;}
.error .checkBoxContainer,.error .radioContainer, .error .progress_number.active{color:#ff0000;}
.error .progress_bar.active{background:#ff0000;}

.breadCrumb{ padding:84px 0 40px 0px; }

.breadCrumb p{ font-size: 16px !important; color: #212121; display: inline-block; font-family:EurostileExt;}

.breadCrumb p span{ color: #7c7d7d; }  

.breadCrumb p a{ color: #1C72B8; text-decoration: underline; font-weight: 600; position: relative;}

.breadCrumb p a:hover{ text-decoration: none; }

p.leadText,

.leadText{ font-size: 24px; line-height: 40px; font-weight: 300; }

.pageTitleSection { margin: 0px 0 50px; }

.pageTitleSection img{ max-width: 100%;  }

.pageTitleSectionIn{ max-width: 60% !important;  }

.pageTitleSection.withVector .pageTitleSectionIn { margin-top: -73px; }

.pageTitleSection h1{ display: inline-block; margin-bottom: 25px; }

.pageTitleSection p{ font-size: 28px; display: block; padding-bottom:20px; font-weight: 300; line-height: 44px; }

.pageTitleSection p a{ text-decoration: underline; }

.pageTitleSection a.btn{ margin-bottom:30px; }

.pageTitleSection.withVector .pageTitleSectionIn { margin-top: -73px; }

.blockwithVector h1{
	margin-top:-73px;
	position:relative;
}

.animateElement.animated {

  visibility: visible !important;

}

.animateElement{ visibility: hidden; }    */

.btn_custom.btn_about.border-button {
  border-color: #cfd7e6 !important;
  background: transparent;
}

.aboutUsBoxListIn.cards-color {
  color: #fff;
}

/********************** NEW CSS *************************/

.tableList p {
  padding: 5px 10px;
}

.tableList {
  display: flex;
  border-bottom: 1px solid #fafafa;
}

.tableListLeft,
.tableListRight {
  width: 50%;
}

.tableListRight {
  margin-left: 5px;
}

.tableList p {
  padding: 5px 10px;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 30px;
}

th,
td {
  padding: 10px 20px;
  text-align: left;
}

.box-padding .trackrecord {
  padding-bottom: 0px !important;
}

.section4 .aboutUsBoxListingMain {
  padding: 10px 0 40px !important;
}

.address-heading {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .round-block {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  table {
    width: 100%;
    min-width: 600px; /* Ensures content doesn't shrink too much */
  }

  th,
  td {
    padding: 8px 15px;
  }
}

/************* SiteMap ******************/

.sitemap-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  text-align: center;
  padding: 10px 20px;
  overflow: hidden;
}

.breadcrumb-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: gray;
  font-size: 14px;
  margin-bottom: 25px;
  text-align: center;
}

h1.sitemap-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 15px 0 15px;
}

.sitemap-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.sitemap-list > li {
  list-style: none;
  text-align: left;
  min-width: 20%;
  flex-grow: 1;
}

.sitemap-list h2 {
  font-size: 16px;
  font-weight: bold;
  color: var(--footerBg);
  margin-bottom: 5px;
}

.sitemap-list ul {
  list-style: none;
  padding-left: 8px;
  margin: 0;
}

.sitemap-list li {
  margin: 3px 0;
}

.bi {
  margin-right: 5px;
  font-size: 16px;
}

.workforce {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 40px;
}

.image-section {
  flex: 1;
  justify-content: center;
}

.grad-image {
  width: 100%;
  border-radius: 45px;
}

.niaistate-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: center;
  align-items: center;
  background: none;
  width: 100%;
}

.niai-box {
  background-color: #1b75bb;
  border-radius: 16px;
  width: 100%;
  color: #fff;
  padding: 30px;
  height: 200px;
}

.niai-box h2 {
  font-size: 60px;
}

.niai-box p {
  font-size: 22px;
  line-height: 1;
}

.small-box {
  margin-top: -10px;
  text-align: end;
}

.niaicareer-section {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 75px;
  gap: 10%;
}

.niai-content {
  flex: 1;
  min-width: 300px;
  max-width: 50%;
}

.niai-content h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #111;
}

.niai-highlight {
  color: #000000;
  margin-top: 55px;
  font-size: 15px;
  font-family: var(--PoppinsBold);
}

.niaititle {
  color: #000000;
  margin-bottom: 20px;
  font-weight: 400;
}

.niai-content ul {
  color: #000000;
  line-height: 2;
  font-weight: 400;
  margin-top: 10px;
}

.right-content {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.career-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.job-label {
  font-weight: bold;
  font-size: 14px;
  color: #111;
  margin-bottom: 8px;
}

.job-cards {
  display: flex;
  gap: 1px;
  align-items: flex-end;
}

.job {
  text-align: center;
}

.job-title {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 4px;
}

.job-subtitle {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}

.card {
  width: 160px;
  border-radius: 12px;
  color: #fff;
  padding: 20px 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tall {
  height: 255px;
}

.medium {
  height: 201px;
}

.short {
  height: 147px;
}

.dark {
  background-color: #083451;
}

.blue {
  background-color: #1a75bb;
}

.teal {
  background-color: #30d4c7;
}

.salary {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}

.desc {
  font-size: 13px;
  line-height: 1.4;
}

.why-niai-container {
  display: flex;
  gap: 30px;
}

.text-side {
  flex: 1;
}
.image-side{width: 35%;}

.image-side img {
  width: 100%;
  border-radius: 30px;
}

.text-side h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #111;
  line-height: 1.4;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-collapse: collapse;
  width: 90%;
  height: 50%;
}

.grid-item {
  display: flex;
  gap: 12px;
  position: relative;
  padding: 30px;
}

.grid-item i {
  font-size: 20px;
  color: #1c75db;
  min-width: 24px;
  text-align: center;
}

.border-right {
  border-right: 1px dashed #ccc;
}

.border-bottom {
  border-bottom: 1px dashed #ccc;
}

.icon-img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  flex-shrink: 0;
}

.niai-section {
  background: #f8f7fe;
  margin-bottom: 0px;
  padding-top: 40px;
  margin-top: -32px;
}

.grid-item:nth-child(even) {
  padding: 30px;
}
.gridtext h2 {
  font-size: 38px;
  font-weight: 700;
  font-family: var(--PoppinsBold);
  margin-bottom: 45px;
}
.gridtext p {
  font-weight: 600;
}

.site-niai {
  background: #f3fbff;
  padding: 20px 20px;
}

.niai-rocket {
  width: auto;
  text-align: center;
}

.niai-rocket .heading {
  color: #000000 !important;
  text-align: center;
  font-size: 45px;
}

.niai-criteria {
  color: #000000;
  line-height: 1.8;
  font-weight: 400;
  margin-top: 6px;
}

.enroll-button {
  width: 18%;
  font-family: var(--PoppinsBold);
  font-size: 18px;
}

.niai-gridtext {
  width: 60%;
}

.venue-heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}

.venue-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.venue-item {
  background-color: #F9FAFB;
  width: 500px;
  padding: 24px;
  border-radius: 16px;
  border: #F0F0F0;
  box-shadow: 0px 1.76px 17.6px 0px #00000014 !important;
  text-align: left;
  transition: transform 0.2s;
  max-width: 50%;
  align-items: start;
}

.venue-item h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #000000;
}

.venue-item p {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000000;
}

.venue-item i {
  color: #007bff;
  font-size: 18px;
}

.coming-soon {
  font-size: 18px;
}
.niai-bakground{
  background: url(../assets/images/background-niai.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.courses-section{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.courses-section .headlines{
  width: 100%;
  margin-top: 45px;
}

.courses-section .headlines h2.text-center {
  padding-bottom: 60px;
  margin-bottom: 0;
}

.hybrid-grid{
  border-right: 1px dashed #ccc;
}
.niai-jobs{
  width: 80%;
}

/***************Data-Science*************/
.static-slide {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
}

.leftSection {
  flex: 1;
  width: 100%;
}
.course-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.course-right {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: right;
}

.image-stack {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-top: 75px;
}

.image-top {
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.image-bottom {
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 191px;
  left: 20%;
  transform: translateX(-50%);
  width: 55%;
  /* height: 200px; */
  object-fit: cover;
}




/*What you will learn section */
.learning-features {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 35px;
}

.learning-card {
  display: flex;
  justify-content: space-between;
  background-color: #D8F2FF;
  border-radius: 10px;
  box-shadow: 0px 2px 20px 0px #00000014;
  box-sizing: border-box;
  max-width: 33% !important;
  position: relative;
  overflow: hidden;
  padding: 11px 29px;
  height: 200px;
}

.learning-card img {
  display: block;
  height: auto;
  max-width: none;
  width: 100%;
}
.learning-card p{
  font-size: 22px;
  line-height: 1.5;
  padding: 12px 164px 12px 0;
}
.soft-skills-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.soft-skills-card {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 29.071px;
  border: 0.5px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
}

.soft-skills-card .skill-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}


.soft-skills-container {
  display: flex;
  gap: 24px;
  margin-top: 40px;
}

.soft-skills-card {
  flex: 1;
  background: #FFFFFF;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.05);
}

.soft-skills-card img {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
}

.soft-skills-title {
  margin-bottom: 32px;
}

.soft-skills-container {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 40px;
}

.soft-skills-card {
  flex: 1;
  background: #FFFFFF;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.05);
  min-width: 300px;
}

.soft-skills-card img.skill-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  flex-shrink: 0;
  padding: 0;
}

.soft-skills-card p {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin: 0;
  flex: 1;
  padding-top: 8px;
  font-weight: 600;
}

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

.eligibility-card {
  background-color: transparent;
  border-radius: 20px;
  border: 1px solid #000000;
  padding: 15px;
  width: 75%;
}

.data-science {
  bottom: 0;
  position: absolute;
  right: 10px;
  width: 30%;
}
.data-card{
  margin-top: 13px;
}
.data-para{ margin-top: 13px;}
.niai-button:hover  {
  background-color: transparent !important;
}