html {
  text-size-adjust: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
  font-size: 1.4rem;
  font-family: "HarmonyOS Sans", sans-serif;
  background: rgb(255, 255, 255);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0px;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover,
a:focus {
  outline-width: 0px;
  text-decoration: none;
}

a {
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: rgb(255, 255, 0);
  color: rgb(0, 0, 0);
}

small {
  font-size: 60%;
}

big {
  font-size: 120%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0px;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0px;
}

optgroup {
  font-weight: 700;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
}

fieldset {
  border: 1px solid silver;
  margin: 0px 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0px;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  appearance: none;
}

::-webkit-input-placeholder {
  opacity: 0.54;
  color: rgb(155, 155, 155);
  font-size: 14px;
}

::-webkit-file-upload-button {
  appearance: button;
  font: inherit;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0px;
  padding: 0px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

a {
  text-decoration: none;
}

a {
  color: rgb(27, 27, 27);
}

h1 {
  font-size: 3.6rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h2 {
  font-size: 3rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h3 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h4 {
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h5 {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h6 {
  font-size: 0.6rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

p {
  line-height: 24px;
  color: rgb(0, 3, 5);
  font-weight: 400;
}

select option {
  height: 40px;
  min-height: 40px;
}
.w-70 {
  width: 70%;
}
.inherit_a {
  color: inherit;
  font-size: inherit;
  text-decoration: none !important;
}

.input,
.textarea,
.select {
  height: 34px;
  padding: 7px 10px;
  border-radius: 4px;
  outline: 0px;
  border: 0px;
  box-sizing: border-box;
  vertical-align: middle;
}

.textarea {
  min-height: 70px;
  resize: vertical;
}

.form-height {
  height: 34px;
  min-height: initial;
  max-height: initial;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0px;
  vertical-align: middle;
}

.button {
  height: 34px;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  text-decoration: none !important;
}

button,
input[type="button"],
input[type="submit"] {
  height: 34px;
  text-align: center;
  outline: 0px;
  border: 0px;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}

.form-control:focus {
  box-shadow: rgba(0, 123, 255, 0) 0px 0px 0px 0.2rem;
}

::-webkit-scrollbar-track {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
  background-color: rgb(245, 245, 245);
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgb(245, 245, 245);
}

::-webkit-scrollbar-thumb {
  background-color: rgb(0, 56, 166);
  border: 2px solid rgb(0, 56, 166);
}

.form-control {
  height: 40px;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 1.7rem;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.mypageloader {
  background: rgb(255, 255, 255);
  z-index: 99999999;
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
}

.pageloader {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  translate: -50% -50%;
}

.bounce {
  animation: 2s ease 0s infinite normal none running bounce;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0px);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0px);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

img {
  max-width: 100%;
}

.pageloader img {
  width: 100px;
  height: auto;
}

.btn-secondary {
  width: 176px;
  height: 48px;
  border-radius: 24px;
  font-size: 1.6rem;
  color: rgb(255, 255, 255);
  background-image: linear-gradient(rgb(153, 146, 156), rgb(56, 48, 58));
  border: 3px solid rgb(210, 205, 216);
}

.btn-primary {
  background: #192f70;
  border-radius: 8px;
  height: 48px;
  width: 100%;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 24px;
  border: 1px solid #192f70;
  letter-spacing: 0.006em;
  padding: 12px 0px;
}

.btn-danger {
  background: rgb(208, 2, 27);
  border-radius: 8px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 16px;
  border: 1px solid rgb(208, 2, 27);
}

.btn-blank {
  border-radius: 8px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 16px;
  border: 2px solid rgb(128, 66, 148);
  color: rgb(128, 66, 148);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: #192f70;
  letter-spacing: 0.006em;
  border: 1px solid #192f70 !important;
  background-color: #ffffff !important;
}

input[type="checkbox"] {
  accent-color: rgb(0, 71, 209);
  width: 32px;
  height: 32px;
  margin-top: 2px;
  left: 0px;
  margin-right: 4px;
  position: relative;
}

form .form-group {
  position: relative;
}

form .form-group .fa {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-size: 2rem;
  color: rgb(155, 155, 155);
  cursor: pointer;
}

h3.heading {
  font-size: 2rem;
  line-height: 24px;
  font-weight: 500;
  color: rgb(40, 39, 52);
}
.topheader-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 40px;
  border-bottom: 1px solid #f7f7f7;
}
.topheader-fluid .left-part {
  width: 33.333333%;
  text-align: left;
}
.topheader-fluid .left-part ul {
  display: flex;
  align-items: center;
}
.topheader-fluid .left-part ul li {
  margin-right: 20px;
}
.topheader-fluid .left-part ul li:nth-last-child(1) {
  margin-right: 0px;
}
.topheader-fluid .left-part ul li a img {
  max-width: 24px;
}
.topheader-fluid .left-part ul li a {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #192f70;
}
.topheader-fluid .center-part {
  width: 33.333333%;
  text-align: center;
}
.topheader-fluid .center-part a img {
  max-width: 250px;
}
.topheader-fluid .right-part {
  width: 33.333333%;
  text-align: right;
}
.topheader-fluid .right-part ul {
  display: flex;
  justify-content: end;
}
.topheader-fluid .right-part ul li {
  margin-left: 20px;
}
.topheader-fluid .right-part ul li a {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #192f70;
}
.header-fluid {
  background: rgb(255, 255, 255);
  padding: 16px 40px;
}

.header-fluid .navbar .navbar-brand img {
  max-width: 220px;
  height: auto;
}
.header-fluid .main-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-fluid .main-section .left-part a {
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  color: #192f70;
  letter-spacing: 0.006em;
  text-align: left;
  padding: 8px 16px 8px 16px;
  border-radius: 8px;
  border: 1px solid #192f70;
}
.header-fluid .main-section .left-part a:hover {
  color: #ffffff;
  background-color: #192f70;
}
.header-fluid .main-section .right-part a {
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.006em;
  text-align: left;
  padding: 8px 16px 8px 16px;
  border-radius: 8px;
  border: 1px solid #192f70;
  color: #ffffff;
  background-color: #192f70;
}
.header-fluid .main-section .right-part a:hover {
  background: #ffffff;
  color: #192f70;
}
.header-fluid .navbar-expand-lg.navbar-light {
  padding: 0;
}

.header-fluid .navbar-light .navbar-nav .nav-item .nav-link {
  color: #192f70;
  font-size: 1.7rem;
  padding: 10px 26px;
  font-weight: 400;
  text-transform: uppercase;
}

.header-fluid .navbar-light .navbar-nav .nav-item.active .nav-link {
}

.header-fluid .navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #1d1d1b;
  font-weight: 500;
}

.header-fluid .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border: 0px solid transparent;
}
.dropdown-toggle::after {
  display: none;
}

.header-fluid .navbar-light .navbar-toggler .navbar-toggler-custom {
  font-size: 2rem;
  color: rgb(129, 129, 129);
}

.header-fluid .navbar-light button:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.header-fluid .navbar-light .navbar-collapse.active {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 80%;
  background: rgb(243, 243, 243);
  padding: 10px;
  margin: 0px;
  height: 100vh;
  display: block;
}
.header-fluid .navbar-light .navbar-nav .dropdown-menu {
  background: rgb(255, 255, 255);
  padding: 8px 8px;
  display: none;
  top: 40px;
  border-radius: 8px;
  border: 0px;
  min-width: 150px;
}
.header-fluid .navbar-light .navbar-nav .dropdown.show:hover .dropdown-menu {
  display: block;
  box-shadow: 0px 6px 24px 0px #0000001a;
}
.header-fluid
  .navbar-light
  .navbar-nav
  .dropdown.show:hover
  .dropdown-menu
  .dropdown-item {
  color: #192f70;
  padding: 8px 8px;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
}
.header-fluid .navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover,
.header-fluid .navbar-light .navbar-nav .dropdown-menu .dropdown-item:focus {
  background-color: rgba(248, 249, 250, 0);
  color: #a6a6a6 !important;
}

.hero-fluid {
  padding: 0px;
}

.hero-fluid .hero-main {
  display: flex;
  align-items: start;
  justify-content: space-between;
  min-height: calc(100vh - 100px);
}

.hero-fluid .hero-main .content-part {
  padding-top: 150px;
}

.hero-fluid .hero-main .content-part h1 {
  font-size: 4.8rem;
  line-height: 6.2rem;
  color: rgb(46 57 118);
  font-weight: 500;
  margin-top: 0px;
}

.hero-fluid .hero-main .content-part a {
  background: #1a2f70;
  display: inline-block;
  margin-top: 30px;
  padding: 12px 24px;
  color: rgb(255, 255, 255);
  font-size: 1.7rem;
  line-height: 2.4rem;
  font-weight: 600;
  border-radius: 8px;
  letter-spacing: 0.006em;
  gap: 8px;
}

.hero-fluid .hero-main .content-part a:hover {
  background: #073c88;
}

.hero-fluid .hero-main .content-part p {
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: rgb(46 57 118);
  font-weight: 500;
}

.hero-fluid .form-part {
  width: 360px;
  padding: 24px 32px;
  border-radius: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
  position: absolute;
  top: 40px;
  left: 40px;
  box-shadow: 0px 4px 4px 0px #00000040;
  background: #fffffff7;
}

.hero-fluid .form-part .heading h3 {
  font-size: 2.7rem;
  line-height: 3.2rem;
  color: rgb(0, 0, 0);
  margin-top: 0px;
  font-weight: 400;
}

.hero-fluid .form-part .form-design .form-group {
  margin-bottom: 20px;
}

.hero-fluid .form-part .form-design .form-group label {
  font-size: 1.7rem;
  line-height: 3.2rem;
  color: rgb(0, 0, 0);
  margin-bottom: 5px;
  font-weight: 400;
}

.hero-fluid .form-part .form-design .form-group label.forgot-pass {
  font-size: 1.5rem;
}

.hero-fluid .form-part .form-design .form-group label.form-check-label {
  font-size: 1.5rem;
}

.hero-fluid .form-part .form-design .form-group label a {
  color: #192f70;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 3.2rem;
}

.hero-fluid .form-part .form-design .form-group label a:hover {
  color: #0038a6cc;
}

.hero-fluid .form-part .form-design .signup-link {
  margin-top: 20px;
}

.hero-fluid .form-part .form-design .signup-link p {
  font-size: 1.5rem;
  line-height: 2.8rem;
  color: rgb(0, 0, 0);
}

.hero-fluid .form-part .form-design .signup-link p a {
  color: #192f70;
  float: right;
  font-weight: 500;
  font-size: 1.5rem;
}

.hero-fluid .form-part .form-design .signup-link p a:hover {
  color: #0038a6cc;
}

.aboutus-fluid {
  padding: 80px 0px 96px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px -1px 0px 0px inset;
}

.aboutus-fluid .image-part img {
  width: 85%;
}

.aboutus-fluid .content-part.without-image {
  width: 70%;
  margin: 0px auto;
}

.aboutus-fluid .content-part h1 {
  font-size: 3.2rem;
  line-height: 4rem;
  color: rgb(0, 0, 0);
  font-weight: 500;
  margin-top: 0px;
}

.aboutus-fluid .content-part h2 {
  margin-bottom: 10px;
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: rgb(97, 100, 104);
  font-weight: 500;
}

.aboutus-fluid .content-part p {
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: rgb(0, 0, 0);
  margin-bottom: 10px;
  font-weight: 400;
}

.footer-fluid {
  padding: 40px 0px;
  background: rgb(255 255 255);
  position: relative;
}

.footer-fluid .card-part .heading {
  margin-bottom: 10px;
}

.footer-fluid .card-part .heading h3 {
  font-size: 1.7rem;
  font-weight: 500;
  color: rgb(0, 0, 0);
  margin: 0px;
  line-height: 2.4rem;
  letter-spacing: 0.006em;
}

.footer-fluid .list-part ul li {
  margin-bottom: 8px;
}

.footer-fluid .list-part ul li:nth-last-child(1) {
  margin-bottom: 0px;
}

.footer-fluid .list-part ul li a {
  color: rgb(0, 56, 166);
  font-size: 1.7rem;
  line-height: 2.8rem;
}
.footer-fluid .list-part ul li a .fa {
  width: 20px;
}

.footer-fluid .list-part ul li a:hover {
  color: rgba(0, 56, 166, 0.8);
}

.footer-fluid .address-part p {
  color: rgb(0, 0, 0);
  font-size: 1.7rem;
  line-height: 2.8rem;
}

.footer-fluid .footer-main {
  display: flex;
  justify-content: space-between;
}

.footer-fluid .download ul {
  margin-top: 10px;
  margin-bottom: 20px;
}

.footer-fluid .download ul {
  display: flex;
  align-items: center;
}

.footer-fluid .download ul li:nth-child(1) {
  margin-right: 15px;
}

.footer-fluid .download ul li a img {
  max-width: 140px;
}
.webhide {
  display: none;
}
.footer-fluid .social-media ul {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 15px;
}

.footer-fluid .social-media ul li {
  margin-right: 3rem;
}

.footer-fluid .social-media ul li:nth-last-child(1) {
  margin-right: 0px;
}

.footer-fluid .social-media ul li a {
  color: rgb(0, 56, 166);
  font-size: 2rem;
  line-height: 2.4rem;
}

.footer-fluid .social-media ul li a:hover {
  color: rgba(0, 56, 166, 0.8);
}

.copyright-fluid {
  background: #192f70;
  padding: 8px 0px;
  border-top: 1px solid #192f70;
}

.copyright-fluid .main-section {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright-fluid .main-section p {
  color: rgb(255 255 255);
  font-size: 1.5rem;
}

.copyright-fluid .main-section p a {
  color: rgb(255 255 255);
}

.copyright-fluid .main-section p a:hover {
  color: rgb(247 247 247 / 80%);
}

.hero-fluid .monile-login {
  width: 100%;
  display: none;
}

.hero-fluid .monile-login a.login-section {
  background: #1a2f70;
  display: inline-block;
  margin-top: 20px;
  padding: 13px 24px;
  color: rgb(255, 255, 255);
  font-size: 1.7rem;
  line-height: 2.8rem;
  font-weight: 500;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  /* height: 56px; */
}
.hero-fluid .monile-login a.login-section:hover {
  background: #073c88;
}
.hero-fluid .monile-login p {
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: rgb(26 47 112);
  margin-top: 20px;
}

.hero-fluid .monile-login p a {
  color: rgb(0, 56, 167);
  font-weight: 600;
  text-decoration: underline;
}

.logo-part {
  display: none;
}

.toparrow {
  position: absolute;
  right: 40px;
  top: 20px;
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toparrow:hover {
  background: #fafafa;
}

.form-check-input {
  position: absolute;
  height: 0px;
  width: 0px;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  background-image: url("../img/Checkbox.svg");
  background-size: 32px 32px;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 32px;
  height: 32px;
  aspect-ratio: 1 / 1;
}

.checkmark::after {
  content: "";
  background-image: url("../img/Checkbox1.svg");
  background-size: 32px 32px;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 32px;
  height: 32px;
  z-index: 9;
  display: none;
}

.form-check-input:checked ~ .checkmark::after {
  display: block;
}

.logout-part {
  position: relative;
  display: inline;
}

.logout {
  position: absolute;
  width: 100%;
  text-align: center;
  background: #192f70;
  padding: 8px 10px;
  right: 0;
  bottom: -40px;
  color: #ffffff;
  display: none;
  border-radius: 8px;
  z-index: 999;
}
.logout-part:hover .logout {
  display: block;
}
.logout p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  cursor: pointer;
}

.aboutus-fluid .content-part ul li {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: rgb(41, 41, 41);
  margin: 0px 0px 10px;
}

.aboutus-fluid .content-part p b {
  font-weight: 700;
}
.hero-fluid .video-section video {
  width: 100%;
}
.hero-fluid .video-section {
  position: relative;
  line-height: 0;
}
.hero-fluid .video-section .watch-video {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: right;
  background: #1d1d1b40;
  padding: 10px 0px;
  margin-bottom: 0px;
}
.hero-fluid .video-section .watch-video .aligh-text {
  display: inline-block;
  text-align: center;
  margin-right: 40px;
}

.hero-fluid .video-section .watch-video p {
  color: #ffffff;
  font-size: 16px;
}
.hero-fluid .video-section .watch-video p a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
.hero-fluid .video-section .watch-video p .fa {
  font-size: 18px;
}
.tradebanner-fluid {
  background-image: url(../img/trade-show.png);
  height: 600px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
}
.tradebanner-fluid.aboutus {
  background-image: url(../img/about-us.png);
}
.tradebanner-fluid.newyork {
  background-image: url(../img/new-york.png);
}
.tradebanner-fluid.dubai {
  background-image: url(../img/dubai.png);
}
.tradebanner-fluid.hongkong {
  background-image: url(../img/hong-kong.png);
}
.tradebanner-fluid.shenzhen {
  background-image: url(../img/shenzhen.png);
}
.tradebanner-fluid.ningbo {
  background-image: url(../img/ningbo.png);
}
.tradebanner-fluid .main-section {
  text-align: center;
  display: inline-block;
  z-index: 999;
  margin-left: 70px;
}
.tradebanner-fluid .main-section h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffff;
  margin-bottom: 40px;
}
.tradebanner-fluid .main-section a {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.006em;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  padding: 8px 16px;
  border-radius: 8px;
  margin-bottom: 40px;
  display: inline-block;
}
.tradebanner-fluid .main-section a:hover {
  color: #ffffff;
  background-color: #192f70;
}
.tradebanner-fluid .main-section p {
  font-size: 14px;
  font-weight: 700;
  line-height: 16.94px;
  color: #ffffff;
  margin-bottom: 30px;
}
.tradebanner-fluid .main-section img {
}
.bounce {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}
.download-fluid {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background: #f5f5f5;
}

.download-fluid .left-part {
  text-align: right;
}

.download-fluid .left-part img {
  width: auto;
  height: auto;
  max-width: 300px;
}

.download-fluid .right-part h2 {
  font-size: 3.2rem;
  line-height: 4rem;
  color: #192f70;
  margin-top: 0;
  font-weight: 700;
}

.download-fluid .right-part h4 {
  font-size: 1.7rem;
  line-height: 2.4rem;
  margin-top: 0px;
  color: rgb(19, 40, 76);
  font-weight: 600;
}

.download-fluid .right-part p {
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: #1d1d1b;
  margin-bottom: 20px;
  width: 70%;
}

.download-fluid .right-part ul {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.download-fluid .right-part ul li {
  margin-right: 20px;
  transition-duration: 1s;
  transition-delay: 0.1s;
  transform: perspective(1px) translateZ(0px);
}
.download-fluid .right-part ul li a img {
  max-width: 136px;
}
.upcoming-event-fluid .image-part {
  width: 100%;
  height: auto;
  max-width: 264px;
}

.upcoming-event-fluid .image-part img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.upcoming-event-fluid .left-part h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #192f70;
  margin: 0;
  margin-bottom: 8px;
}

.upcoming-event-fluid .left-part h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 24px;
  color: #7f8487;
  margin: 0;
  margin-bottom: 8px;
}

.upcoming-event-fluid .left-part span {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  display: block;
  color: #616468;
  margin: 0;
  margin-bottom: 21px;
}

.upcoming-event-fluid .left-part p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #1d1d1b;
  margin: 0;
  margin-bottom: 10px;
}

.upcoming-event-fluid .left-part .btn-primary {
  padding: 8px 16px;
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #192f70;
  width: auto;
  border-radius: 0;
  outline: none;
  border: 1px solid #192f70;
  text-transform: uppercase;
  background: transparent;
  border-radius: 8px;
}

.upcoming-event-fluid .left-part .btn-primary:hover,
.upcoming-event-fluid .left-part .btn-primary:focus {
  /* outline: none; */
  background: #192f70 !important;
  border-color: #192f70 !important;
  color: #ffffff !important;
}

.upcoming-event-fluid .row {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}
.upcoming-event-fluid .row:nth-last-child(1) {
  border-bottom: 0px solid #d9d9d9;
}

.upcoming-event-fluid {
  padding: 80px 0;
  background: #ffffff;
}

.upcoming-event-fluid .row:last-child {
  margin-bottom: 0px;
}
.about-api-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.about-api-section .main-section h2 {
  color: #192f70;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}
.about-api-section .main-section p {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: #1d1d1b;
  width: 100%;
}
.about-api-section .main-section a {
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  color: #192f70;
  letter-spacing: 0.006em;
  text-align: left;
  padding: 8px 16px 8px 16px;
  border-radius: 8px;
  border: 1px solid #192f70;
  display: inline-block;
  margin-top: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about-api-section .main-section a:hover {
  color: #ffffff;
  background-color: #192f70;
}
.contact-marketing-fluid {
  padding-top: 10px;
  padding-bottom: 50px;
  background: rgb(255, 255, 255);
}

.contact-marketing-fluid .heading-part h2 {
  font-size: 3.2rem;
  line-height: 4rem;
  margin-top: 0px;
  color: rgb(33, 33, 33);
}

.contact-marketing-fluid .form-control {
  padding: 5px 10px;
}

.contact-marketing-fluid .form-group {
  margin-bottom: 3rem;
}

.contact-marketing-fluid .contact-omd-section .address-section .main-section {
  width: 100%;
  margin: 0px auto;
  background: rgb(255, 255, 255);
  padding: 24px;
  border: aliceblue;
  box-shadow: -4px 0px 12px 0px #0000001a;
  border-radius: 16px;
}
.contact-fluid {
  padding: 50px 0px;
}
.contact-fluid h3 {
  color: #192f70;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}
.contact-fluid ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 30px;
}
.contact-fluid ul li a {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.006em;
  background: #192f70;
  padding: 16px 16px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  border: 1px solid #192f70;
}
.contact-fluid ul li a:hover {
  color: #192f70;
  background: #ffffff;
  border: 1px solid #192f70;
}
.euBiGU:hover {
  color: #192f70 !important;
  background: #ffffff !important;
  border: 1px solid #192f70 !important;
}
.table-part {
  background: #173070;
  border: 16px solid #173070;
  margin-top: 30px;
}
.table-part .heading-part p {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.table-part .table-card {
  margin-top: 20px;
  margin-bottom: 20px;
}
.table-part .table-card .table {
  background-color: #ffffff;
}
.table-part .table-card .table tr th {
  font-size: 17px;
  text-align: center;
  vertical-align: middle;
  background-color: #173070;
  color: #ffffff;
  border-color: #878787;
}
.table-part .table-card .table tr td {
  font-size: 17px;
  text-align: center;
  vertical-align: middle;
}
.contactform-fluid {
  padding-top: 30px;
  padding-bottom: 30px;
  background: rgb(255, 255, 255);
  position: relative;
}
.contactform-fluid .heading-part h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  color: #192f70;
}

.contactform-fluid .address-section {
  margin-top: 50px;
}
.contactform-fluid .left-part h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
  color: #1d1d1b;
}
.contactform-fluid .left-part p {
  color: #1d1d1b;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 20px;
}
.contactform-fluid .left-part p a {
  color: #192f70;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
}
.contactform-fluid .left-part p .fa {
  color: #616468;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  margin-right: 15px;
}
.contactform-fluid .right-part {
  border: 1px solid #ededed;
  box-shadow: 0px 4px 12px 0px #0000001a;
  box-shadow: 4px 0px 12px 0px #0000001a;
  box-shadow: -4px 0px 12px 0px #0000001a;
  padding: 24px 24px;
  border-radius: 16px;
}
.about2-fluid {
  padding: 50px 0px;
}
.about2-fluid .main-section {
  text-align: center;
}
.about2-fluid .main-section h3 {
  color: #192f70;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}
.about2-fluid .main-section p {
  color: #1d1d1b;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}
.about2-fluid .main-section a {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.006em;
  display: inline-block;
  background: #192f70;
  border-radius: 8px;
  padding: 8px 16px;
  margin-top: 20px;
  text-transform: uppercase;
  border: 1px solid #192f70;
}
.about2-fluid .main-section a:hover {
  color: #192f70;
  border: 1px solid #192f70;
  background-color: #ffffff;
}
.about3-fluid {
  padding: 20px 0px 0px 0px;
}
.about3-fluid .row {
  position: initial;
}
.about3-fluid .row .col-lg-7 {
  position: initial;
}
.about3-fluid .content-part {
  background: #f9f9f9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 62%;
  padding: 40px 40px;
  border-radius: 8px 0px 0px 8px;
  margin-top: 2%;
  z-index: 9;
}
.about3-fluid .content-part h3 {
  color: #192f70;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  margin-top: 0px;
}
.about3-fluid .content-part p {
  color: #1d1d1b;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  width: 90%;
}
.about4-fluid {
  padding: 50px 0px 50px 0px;
}
.about4-fluid .row {
  position: initial;
}
.about4-fluid .row .col-lg-7 {
  position: initial;
}
.about4-fluid .content-part {
  background: #f9f9f9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  width: 62%;
  padding: 40px 40px;
  padding: 40px 40px 40px 130px;
  margin-top: 4%;
  border-radius: 0px 8px 8px 0px;
  z-index: 9;
}
.about4-fluid .content-part h3 {
  color: #192f70;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  margin-top: 0px;
}
.about4-fluid .content-part p {
  color: #1d1d1b;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}
.about5-fluid {
  padding: 50px 0px;
}
.about5-fluid .main-section .heading-part {
  text-align: center;
}
.about5-fluid .main-section .heading-part h3 {
  color: #192f70;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 0px;
}
.about5-fluid .main-section .card-section {
  margin-top: 50px;
}
.about5-fluid .main-section .card-section .card-part {
  border-bottom: 2px solid #192f70;
  padding-bottom: 30px;
  margin-bottom: 30px;
  min-height: 300px;
}
.about5-fluid .main-section .card-section .card-part img {
  max-width: 48px;
}
.about5-fluid .main-section .card-section .card-part h3 {
  color: #1d1d1b;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}
.about5-fluid .main-section .card-section .card-part p {
  color: #1d1d1b;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}
.about6-fluid {
  padding: 50px 0px;
  background-image: url(../img/aboutbg2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about6-fluid .main-section .heading-part {
  text-align: center;
}
.about6-fluid .main-section .heading-part h3 {
  color: #192f70;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 0px;
}
.about6-fluid .main-section .card-section {
  margin-top: 30px;
}
.about6-fluid .main-section .card-section .card-part {
  background: #ffffff;
  border: 2px solid #192f70;
  padding: 16px 16px;
  border-radius: 16px;
  text-align: center;
  position: relative;
}
.about6-fluid .main-section .card-section .card-part:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  border: 1.5px solid rgb(255, 255, 255);
  border-bottom: 0px;
  border-radius: 40px 40px 0px 0px;
  left: 0;
  top: 10px;
}
.about6-fluid .main-section .card-section .card-part:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  border: 1.5px solid rgb(255, 255, 255);
  border-bottom: 0px;
  border-radius: 40px 40px 0px 0px;
  left: 0;
  top: 7px;
}
.about6-fluid .main-section .card-section .card-part:hover {
  background: #192f70;
  border: 2px solid #192f70;
}
.about6-fluid .main-section .card-section .card-part h3 {
  color: #192f70;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.about6-fluid .main-section .card-section .card-part:hover h3 {
  color: #ffffff;
}
.about6-fluid .main-section .card-section .card-part p {
  color: #1d1d1b;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}
.about6-fluid .main-section .card-section .card-part:hover p {
  color: #ffffff;
}
.about7-fluid {
  padding: 50px 0px;
  background-image: url(../img/aboutbg3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 30px 0px;
}
.about7-fluid .main-section .heading-part {
  text-align: center;
}
.about7-fluid .main-section .heading-part h3 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 0px;
}
.about7-fluid .main-section .card-section {
  margin-top: 50px;
}
.about7-fluid .main-section .card-section .card-part {
  border-bottom: 2px solid #192f70;
  padding-bottom: 30px;
  min-height: 400px;
  text-align: center;
  padding: 16px 24px 16px 24px;
  border-radius: 16px;
  background: #ffffff;
}
.about7-fluid .main-section .card-section .card-part img {
  max-width: 80px;
}
.about7-fluid .main-section .card-section .card-part h3 {
  color: #192f70;
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}
.about7-fluid .main-section .card-section .card-part p {
  color: #1d1d1b;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}
.map-fluid {
  padding: 0px;
  position: relative;
  height: 700px;
}
.map-fluid:after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 20%;
  background-color: transparent;
  z-index: 9;
}
.map-fluid:before {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 20%;
  background-color: transparent;
  z-index: 9;
}
#map {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 700px;
}

.marker {
  background-image: url("../img/icons/dot.svg");
  background-size: cover;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
}

.mapboxgl-popup {
  max-width: 200px;
}

.mapboxgl-popup-content {
  text-align: center;
}

.mapboxgl-ctrl {
  display: none !important;
}
.blink-part .circle,
.blink-part .circle::before {
  content: " ";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0px auto;
  transition: all 0.1s ease 0s;
  background-color: rgb(251, 230, 45);
  position: relative;
  cursor: pointer;
}

.blink-part .circle::before {
  position: absolute;
  background-color: rgba(251, 230, 45, 0);
  width: 30px;
  height: 30px;
  border: 2px solid rgb(251, 231, 45);
  top: -12px;
  left: -12px;
  box-shadow: rgb(251, 231, 45) 0px 0px 30px -4px;
}

@-webkit-keyframes mymove {
  50% {
    transform: scale(5);
    opacity: 0;
  }

  100% {
    transform: scale(5);
    opacity: 0;
  }
}

.blink-part {
  width: 70%;
  margin: 0px auto;
}

.circle:hover .address-part {
  display: block;
}

.address-part {
  text-align: left;
}

.mapboxgl-popup-close-button {
  color: rgb(255, 255, 255);
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  border-top-color: rgb(255 255 255) !important;
}

.address-part h3 {
  margin-top: 0px;
  margin-bottom: 5px;
}

.address-part h3 a {
  margin-top: 0px;
  display: block;
  position: relative;
  margin-bottom: 5px;
  color: #1d1d1b;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
}
.mapboxgl-popup-close-button {
  display: none;
}
.address-part h3 .fa {
  font-size: 1.8rem;
  margin-left: 8px;
  color: #333333;
  font-weight: 900;
  line-height: 2.4rem;
  float: right;
}

.mapboxgl-popup-content {
  pointer-events: auto;
  z-index: 9999999;
  position: absolute;
  min-width: 320px;
  background: #ffffff !important;
  padding: 16px 16px !important;
  border-radius: 16px !important;
}

.address-part p {
  color: #616468;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 400;
}

.address-part p a {
  color: #192f70;
  font-size: 1.7rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin-left: 10px;
}

.address-part p.mobileno {
  padding-left: 25px;
  position: relative;
}

.address-part p.mobileno::after {
  content: "";
  position: absolute;
  background-image: url("../img/icons/phone.svg");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  left: 0px;
  top: 5px;
}
select#country {
  border-bottom: 0px solid transparent;
  transition: all 0.5s ease-in-out;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  color: #192f70;
  text-transform: capitalize;
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
  display: inline-block;
  margin-top: 2px;
}

.select2-container--default .select2-selection--single {
  transition: all 0.5s ease-in-out;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.8);
  text-transform: capitalize;
  outline: none !important;
  border: none !important;
  background-color: transparent !important;
  cursor: pointer;
}

.select2-search--dropdown {
  display: none !important;
}

.select2-results__option {
  padding: 6px 10px !important;
  color: rgba(0, 0, 0, 0.8) !important;
  background-color: #fff !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 25px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: none !important;
  background-image: url(../images/angle.png);
  width: 14px !important;
  height: 8px !important;
  margin-left: 0px !important;
  margin-top: 0 !important;
  transform: translate(-50%, -50%);
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  transform: rotate(180deg) !important;
  margin-left: -7px !important;
  margin-top: -5px !important;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: rgb(236 238 241) !important;
  color: rgba(0, 0, 0, 0.8) !important;
}

.select2-results__option {
  padding: 8px 18px;
  user-select: none;
  -webkit-user-select: none;
  color: #4f4f4f;
  font-size: 15px;
  font-weight: 400;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container {
  width: auto !important;
}
.tradebanner-fluid.map-fluid .main-section {
  position: absolute;
  top: 20%;
  left: 0px;
}
.web-view-button {
  display: none;
}
.internal-fluid {
  padding-top: 50px;
  background: #f7f7f7;
  height: 100vh;
}
.internal-fluid .main-section ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.internal-fluid .main-section ul li {
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 2px 2px 4px 0px #00000014;
  border-radius: 16px 16px;
  background: #f5f5f5;
}
.internal-fluid .main-section ul li h2 {
  color: #192f70;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 16px 16px;
  font-family: "HarmonyOS Sans", sans-serif;
  position: relative;
}
.internal-fluid .main-section ul li h2:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 19px;
  background-image: url(../img/internal/arrow.svg);
  background-size: 22px 19px;
  background-repeat: no-repeat;
  right: 16px;
  top: 24px;
}
.commingsoon h3 {
  text-align: center;
  color: #192f70;
  font-size: 32px;
  text-transform: uppercase;
}

.appoinment-form {
  position: fixed;
  width: 40%;
  background: white;
  min-height: 100vh;
  overflow-y: auto;
  height: 100%;
  top: 0px;
  z-index: 99999999;
  box-shadow: rgb(188, 188, 188) -1px 0px 20px -16px;
  right: -100%;
  transition: all 1s ease 0s;
}

.appoinment-form.active {
  right: 0%;
  transition: all 1s ease 0s;
  z-index: 99999999;
}

.appoinment-form .close-button {
  display: inline;
  position: absolute;
  right: 15px;
  top: 15px;
}

.appoinment-form .close-button .fa {
  float: left;
  color: rgb(19 40 76);
  font-size: 18px;
  display: flex;
  cursor: pointer;
}

.appoinment-form .form-design {
  padding: 20px;
}

.appoinment-form .form-design .heading-part h2 {
  color: #192f70;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  margin-top: 0px;
}
#error-box {
  z-index: 99999;
  position: fixed;
  top: 0;
  display: block;
  width: 100%;
  color: #ffffff;
  padding: 10px 0px;
}
#error-box p {
  color: #ffffff;
  font-size: 16px;
}
