@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200;300;400;500;600;700;800&display=swap');
@import 'page-css/media.css';
@font-face {
  font-family: 'mulilight';
  src: url('../fonts/web-fonts/muli-light.woff2') format('woff2'),
    url('../fonts/web-fonts/muli-light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'muliregular';
  src: url('../fonts/web-fonts/muli.woff2') format('woff2'),
    url('../fonts/web-fonts/muli.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'mulibold';
  src: url('../fonts/web-fonts/muli-bold.woff2') format('woff2'),
    url('../fonts/web-fonts/muli-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'mulisemibold';
  src: url('../fonts/web-fonts/muli-semibold.woff2') format('woff2'),
    url('../fonts/web-fonts/muli-semibold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'barlow_condensedblack';
  src: url('../fonts/web-fonts/barlowcondensed-black.woff2') format('woff2'),
    url('../fonts/web-fonts/barlowcondensed-black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'barlow_condensedbold';
  src: url('../fonts/web-fonts/barlowcondensed-bold.woff2') format('woff2'),
    url('../fonts/web-fonts/barlowcondensed-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'barlow_condensedlight';
  src: url('../fonts/web-fonts/barlowcondensed-light.woff2') format('woff2'),
    url('../fonts/web-fonts/barlowcondensed-light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'barlow_condensedregular';
  src: url('../fonts/web-fonts/barlowcondensed-regular.woff2') format('woff2'),
    url('../fonts/web-fonts/barlowcondensed-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'barlow_condensedsemibold';
  src: url('../fonts/web-fonts/barlowcondensed-semibold.woff2') format('woff2'),
    url('../fonts/web-fonts/barlowcondensed-semibold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'barlow_condensedSBdIt';
  src: url('../fonts/web-fonts/barlowcondensed-semibolditalic.woff2')
      format('woff2'),
    url('../fonts/web-fonts/barlowcondensed-semibolditalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'barlow_condensedthin';
  src: url('../fonts/web-fonts/barlowcondensed-thin.woff2') format('woff2'),
    url('../fonts/web-fonts/barlowcondensed-thin.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'barlow_condensedthin_italic';
  src: url('../fonts/web-fonts/barlowcondensed-thinitalic.woff2')
      format('woff2'),
    url('../fonts/web-fonts/barlowcondensed-thinitalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.particles-js-canvas-el {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}

html,
body {
  font-size: 14px;
  color: #66667e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'muliregular';
  scroll-behavior: smooth;
}
body {
  background-color: rgb(17, 26, 68);
  position: relative;
  z-index: 2; /* background: linear-gradient(90deg, rgba(17,26,68,1) 0%, rgba(1,7,38,1) 100%); */
  overflow-x: hidden;
}
/* body::after{position:absolute; height:calc(100% - 30px); top:0; width:100%; content:""; background-image:url(../images/full_overlay.png); background-repeat:no-repeat;  background-position:center center; background-size:cover; background-color:rgb(17,26,68); z-index:-1;} */
.body-scroll-dis {
  overflow: hidden;
  position: relative;
  padding-right: 17px;
}
.body-scroll-dis::after {
  height: 100%;
  width: 100%;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 8;
}
.full-box-link {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
*:focus,
button:focus {
  outline: none;
}
.object-fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.object-fit-fill {
  -o-object-fit: fill;
  object-fit: fill;
}
.object-fit-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.object-fit-none {
  -o-object-fit: none;
  object-fit: none;
}
.object-fit-scale-down {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.ff-muli-r {
  font-family: 'muliregular';
}
.ff-muli-b {
  font-family: 'mulibold';
}
.ff-muli-l {
  font-family: 'mulilight';
}
.ff-muli-sb {
  font-family: 'mulisemibold';
}
.ff-barlow-r {
  font-family: 'muliregular';
}
.ff-b-condensed {
  font-family: 'Barlow Condensed', sans-serif;
}
ul,
ul li {
  padding: 0;
  list-style: none;
  margin: 0;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.h-100 {
  height: 100%;
}
.a-center {
  height: calc(100% - 85px);
}
.d-none-n {
  display: none;
}
.after-bg-none::after,
.before-bg-none::before {
  display: none;
}
.after-po::after,
.before-po::before {
  position: absolute;
  content: '';
}
.b-s-20 {
  height: 20px;
}
.b-s-80 {
  height: 80px;
}
.b-s-15 {
  height: 15px;
}
.z-7 {
  z-index: 7;
}

a,
i,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
.v-center {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.btn.focus,
.btn:focus {
  box-shadow: none;
}
.d-none-n {
  display: none;
}
.orange-color {
  color: #f05139;
}
.for-sprite-call,
.for-before-sprite::before,
.for-after-sprite::after {
  background: url(../images/sprite.svg) no-repeat;
}
.for-before-sprite::before,
.for-after-sprite::after {
  position: absolute;
  content: '';
}
main {
  flex: 1 0 auto;
  -webkit-box-flex: 1;
}
.fixed-header {
  position: fixed !important;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #fcfcfc;
  top: 0;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.19);
  animation: smoothScroll 1s forwards;
  padding: 20px 0;
}
.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}

header .logo {
  max-width: 180px;
}
header .logo img {
  max-width: 100%;
}
.main-link-here {
  display: none;
}
.eco-system-se.test {
  background: url(../images/solutio_shape_bg.png) center bottom no-repeat;
  background-size: cover;
  width: 1280px;
  height: 771px;
  margin: 0 auto;
}
.eco-system-se.test-2 {
  background: url(../images/solutio_shape_bg.png) center bottom no-repeat;
  background-size: cover;
  width: 100%;
  height: 700px;
}
.navigation-dots-container {
  position: fixed;
  left: 15px;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.navigation-dots-container a.active {
  transform: scale(1.3);
  background-color: #fff;
}
.navigation-dots-container a {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #707070;
  font-size: 0;
  display: block;
}
.navigation-dots-container a + a {
  margin-top: 20px;
}
header {
  padding: 18px 0;
  background-color: #fcfcfc;
  z-index: 9;
}
header .letest-news {
  margin-right: 100px;
}
header .letest-news p {
  text-transform: uppercase;
  font-size: 10px;
  color: #66667e;
  font-weight: 300;
  letter-spacing: 2px;
}
header .letest-news p ~ p {
  text-transform: none;
  color: #66667e;
  font-size: 12px;
  letter-spacing: 1px;
}
header .letest-news:hover p {
  color: #ef4b23;
}
header nav.side-menu {
  height: 25px;
  width: 25px;
}
nav.side-menu .menu {
  top: 0;
  left: auto;
  margin: 0;
  z-index: 1;
  width: 100%;
  padding: 15px 30px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 46%,
    rgba(216, 216, 216, 1) 100%
  );
  position: absolute;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(1, 0.5, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(1, 0.5, 0, 1);
  transition: transform 0.3s cubic-bezier(1, 0.5, 0, 1);
  transition: transform 0.3s cubic-bezier(1, 0.5, 0, 1),
    -webkit-transform 0.3s cubic-bezier(1, 0.5, 0, 1);
  width: 350px;
  right: 0;
  height: 100vh;
  overflow: auto;
}
nav.side-menu .menu.active {
  top: 70px;
  height: calc(100vh - 70px);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 5;
}
nav.side-menu .menu li a,
nav.side-menu .menu li {
  color: #111a44;
  line-height: 1;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
}
nav.side-menu .menu li + li {
  margin-top: 18px;
}
nav.side-menu .menu li:last-child {
  margin-bottom: 24px;
}
nav.side-menu .menu li ul li + li {
  margin-top: 10px;
}
nav.side-menu .menu li ul {
  padding: 15px 15px 0;
}
nav.side-menu .menu li ul li a {
  color: #66667e;
  font-size: 11px;
}
nav.side-menu .menu li a:hover {
  color: #ef4b23;
}
nav.side-menu .menu-toggle {
  z-index: 2;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
nav.side-menu .menu-toggle:hover::before {
  background-position: -30px 0;
}
nav.side-menu .menu-toggle span {
  display: none;
}
nav.side-menu .menu-toggle::before,
nav.side-menu .menu-toggle::after {
  left: 0;
  content: '';
  width: 25px;
  height: 25px;
  background-position: 0 0;
}
nav.side-menu .menu-toggle::before {
  top: 0;
}
nav.side-menu .menu-toggle::after {
  bottom: 0;
}
nav.side-menu .menu-toggle.menu-open span {
  background: rgba(255, 255, 255, 0);
}
nav.side-menu .menu-toggle.menu-open::before,
nav.side-menu .menu-toggle.menu-open::after {
  height: 25px;
  width: 25px;
  background-position: -30px 0;
}
nav.side-menu .search-bar {
  width: 250px;
}
.search {
  width: 100%;
}

.points-in-white {
  margin: 10px 0 0;
}
.points-in-white li {
  padding: 0 0 0 20px;
}
.points-in-white li::after {
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background-color: #ef4b23;
  left: 0;
  top: 7px;
}
.points-in-white li + li {
  margin-top: 10px;
}

.search-term {
  width: 100%;
  background-color: transparent;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  border-color: transparent transparent #66667e transparent;
  border-right: none;
  padding: 5px;
  height: auto;
  outline: none;
  color: #9dbfaf;
}

.search-term:focus {
  color: #00b4cc;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #00b4cc;
  background: #00b4cc;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -400px 0;
  }
}
@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -400px 0;
  }
}
/* @supports (-webkit-text-stroke: 1px white) {
  .eco-system-se .main-title h1 {
    -webkit-text-stroke: 1px white;
    -webkit-text-fill-color: transparent;
  }
} */

.digital-sol {
  font-size: 16px !important;
  color: #111a44 !important;
}

.bellow-text-part {
  padding-top: 20px;
  padding-bottom: 20px;
}
.bellow-text-part p {
  color: #d8d8d8;
  font-size: 14px;
  line-height: 26px;
  width: 48%;
  margin: 10px 0;
}
.bellow-text-part.new-our-sol {
  padding: 0 0 30px;
}
.bellow-text-part.new-our-sol p {
  color: inherit;
}
.small-conn {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.morinfo-ab-coint .small-conn .sw-p {
  padding: 0 30px;
}
.morinfo-ab-coint .small-conn .sm-title {
  margin: 0 0 20px 0;
}
.morinfo-ab-coint .small-conn .sm-title i {
  margin-right: 15px;
}
.morinfo-ab-coint .small-conn .sm-title h3 {
  color: #111a44;
  font-size: 18px;
  letter-spacing: 5px;
  line-height: 1;
}
.morinfo-ab-coint .small-conn .bellow-text-part .txt-p {
  width: 100%;
  padding: 0;
}
.find-out-more {
  line-height: 1;
  color: #fff;
  border-radius: 30px;
  padding: 10px 35px 12px;
  display: inline-block;
  background: linear-gradient(
    180deg,
    rgba(240, 81, 57, 1) 0%,
    rgba(240, 134, 57, 1) 100%
  );
  box-shadow: 0 0 30px rgba(240, 81, 57, 1);
}
.find-out-more:hover {
  background: linear-gradient(
    180deg,
    rgba(240, 134, 57, 1) 0%,
    rgba(240, 81, 57, 1) 100%
  );
  color: #fff;
}
.w-48 {
  width: 48%;
}
.breadcrumbs-div {
  margin: 0 0 20px;
}
.breadcrumbs-div li + li {
  margin-left: 8px;
}
.breadcrumbs-div li,
.breadcrumbs-div li a {
  color: #e5e5e5;
  font-size: 12px;
}
.breadcrumbs-div li a:hover {
  text-decoration: underline;
}
.breadcrumbs-div .arrow-ic {
  top: -1px;
}

.cust-zo-contact-form h2 {
  font-size: 24px;
  letter-spacing: 5px;
  line-height: 1.5;
  margin: 0 0 30px;
}
.cust-zo-contact-form {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.cust-zo-contact-form .zcwf_title {
  padding: 0;
  margin: 0 0 20px;
}
.cust-zo-contact-form .zcwf_title h1 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 10px;
}
.cust-zo-contact-form .zcwf_title p {
  font-size: 16px;
  font-weight: 400;
}
.cust-zo-contact-form .half-width {
  width: 49%;
}
.cust-zo-contact-form .half-width-3 {
  width: 33.1%;
}
.cust-zo-contact-form .full-width {
  width: 100%;
}
.cust-zo-contact-form .zcwf_lblLeft .zcwf_col_fld {
  float: none;
  width: 100%;
}
.cust-zo-contact-form .form-group {
  margin-bottom: 65px;
}
.cust-zo-contact-form .form-control {
  border-radius: 0;
  height: auto;
  padding: 15px 0;
}
.cust-zo-contact-form .zcwf_col_fld_slt.form-control {
  border: none;
  outline: none;
  width: 100%;
  font-size: 14px;
  border-bottom: solid 1px #66667e;
  background-color: transparent;
  color: #fff;
  font-family: 'muliregular';
  border-radius: 0;
}
.cust-zo-contact-form .zcwf_col_fld_slt.form-control option {
  color: #000;
}
.zcwf_lblLeft .cust-zo-contact-form .zcwf_col_fld input[type='text'],
.zcwf_lblLeft .cust-zo-contact-form .zcwf_col_fld textarea {
  border: none;
  outline: none;
  width: 100%;
  font-size: 14px;
  border-bottom: solid 1px #66667e;
  background-color: transparent;
  color: #fff;
  font-family: 'muliregular';
}
.zcwf_lblLeft .cust-zo-contact-form .zcwf_col_fld input[type='text'],
.zcwf_lblLeft .cust-zo-contact-form .zcwf_col_fld textarea {
  border-radius: 0;
}
.cust-zo-contact-form .form-control:focus {
  box-shadow: none;
}
.cust-zo-contact-form textarea {
  resize: none;
}

.zcwf_lblLeft .cust-zo-contact-form .formsubmit {
  background: rgb(240, 81, 57);
  background: linear-gradient(
    90deg,
    rgba(240, 81, 57, 1) 0%,
    rgba(240, 134, 57, 1) 100%
  );
  border-color: transparent;
}
.zcwf_lblLeft .cust-zo-contact-form .formsubmit:hover {
  background: rgb(240, 134, 57);
  background: linear-gradient(
    90deg,
    rgba(240, 134, 57, 1) 0%,
    rgba(240, 81, 57, 1) 100%
  );
}
.zcwf_lblLeft .cust-zo-contact-form .zcwf_button + .zcwf_button {
  margin-left: 30px;
}
.zcwf_lblLeft .cust-zo-contact-form .zcwf_button {
  border-radius: 40px;
  line-height: 1;
  font-size: 14px;
  padding: 12px 40px;
  color: #fff;
  border-width: 1px;

  border-style: solid;
  background-color: transparent;
  max-width: inherit;
  margin: 0;
}
.cust-zo-contact-form .zcwf_button-right {
  border-radius: 40px;
  border: 2px solid #fff !important;
  line-height: 1;
  font-size: 14px;
  padding: 12px 40px;
  color: #fff;
  border-width: 1px;

  border-style: solid;
  background-color: transparent;
  max-width: inherit;
  margin: 0;
}
.zcwf_lblLeft .cust-zo-contact-form .formreset {
  border-color: #fff;
}
.zcwf_lblLeft .cust-zo-contact-form .formreset:hover {
  background: rgb(240, 81, 57);
  background: linear-gradient(
    90deg,
    rgba(240, 81, 57, 1) 0%,
    rgba(240, 134, 57, 1) 100%
  );
  border-color: transparent !important;
}
.zcwf_lblLeft .cust-zo-contact-form .zcwf_row {
  margin: 0;
}
.zcwf_lblLeft .cust-zo-contact-form textarea:focus,
.zcwf_lblLeft .cust-zo-contact-form .zcwf_col_fld input[type='text']:focus {
  border-bottom: solid 1px #f05139;
}

.eco-system-se .for-shape,
.three-m-s.on-m-hmp .for-shape,
.apply-accelerated .fr-shapre {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.eco-system-se .for-shape::after,
.eco-system-se .for-shape::before {
  position: absolute;
  content: '';
}
.eco-system-se .for-shape::after,
.main-hop.eco-system-se .for-shape::after,
.eco-system-se.partners-shapes .for-shape::before,
.eco-system-se .for-shape::before,
.apply-accelerated .fr-shapre::before,
.main-hop.eco-system-se .for-shape::before,
.three-m-s.on-m-hmp .for-shape::before {
  background: url(../images/ring.png) 0 0 no-repeat;
  background-size: 100%;
}
.main-hop.eco-system-se .for-shape::after {
  width: 540px;
  height: 540px;
  top: -290px;
  left: -100px;
  bottom: auto;
}
/* .main-hop.eco-system-se .for-shape::before{height:570px; width:570px; left:auto; right:-230px; top:0; bottom:0; margin:auto;} */
.eco-system-se .for-shape::before {
  height: 570px;
  width: 570px;
  left: auto;
  right: -230px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.our-so-new-pg.eco-system-se .for-shape::before {
  bottom: auto;
  top: -250px;
}
.our-so-new-pg.eco-system-se .for-shape::after {
  height: 600px;
  width: 600px;
}
.eco-system-se.our-team .for-shape::before {
  top: 120px;
  bottom: auto;
  z-index: -1;
}
.eco-system-se.our-team .for-shape::after {
  top: 10px;
  bottom: auto;
  width: 600px;
  height: 600px;
  z-index: -1;
  left: -320px;
}
.eco-system-se.partners-shapes .for-shape::before {
  top: -250px;
  bottom: auto;
  right: -210px;
  height: 520px;
  width: 520px;
}
/* .eco-system-se.ambss-m-top .for-shape::after{top:0px;width:540px;height:540px;background-size:100%; bottom:0; margin:auto; left:-330px;} */
.eco-system-se .for-shape::after {
  top: 0px;
  width: 540px;
  height: 540px;
  background-size: 100%;
  bottom: 0;
  margin: auto;
  left: -330px;
}
.eco-system-se.solutio-shape .for-shape::after {
  top: -250px;
  bottom: auto;
}
.eco-system-se.solutio-shape .for-shape::before {
  top: -280px;
  bottom: auto;
}
.apply-accelerated .fr-shapre::before {
  height: 490px;
  width: 490px;
  left: auto;
  right: -290px;
  top: -70px;
}
.contact-us-bg.apply-accelerated .fr-shapre::before {
  top: 100px;
}
.three-m-s.on-m-hmp .for-shape::before {
  height: 560px;
  width: 560px;
  left: auto;
  right: -300px;
  bottom: 0;
  top: 0;
  margin: auto;
}
.eco-system-se.events-bg .for-shape::after {
  bottom: -250px;
  top: auto;
  width: 550px;
  height: 590px;
}
.eco-system-se.events-bg .for-shape::before {
  top: -220px;
  bottom: auto;
}
.partner-shpe.apply-accelerated::after {
  height: 520px;
}
.main-title-s h2 {
  font-size: 15px;
  letter-spacing: 25px;
}
.main-title-s h1 {
  font-size: 88px;
  letter-spacing: 2px;
  line-height: 0.9;
}
.main-title h2 {
  font-size: 15px;
  letter-spacing: 25px;
}
.main-title h1 {
  font-size: 95px;
  letter-spacing: 2px;
  line-height: 1;
}
.text-contain {
  max-width: 500px;
  width: 100%;
  margin: 30px 0 0;
}
.text-contain p {
  font-size: 16px;
  line-height: 28px;
  color: #d8d8d8;
}
.text-contain p a:hover {
  text-decoration: underline;
}
.eco-system-se {
  padding: 30px 0 60px;
  overflow: hidden;
}
.eco-system-se.solutio-shape {
  background: url(../images/solutio_shape_bg.png) 0 0 no-repeat;
  height: 100vh;
  width: 100%;
  background-size: cover;
  overflow-y: auto;
  background-position: bottom center;
}
/* .eco-system-se::after{content:""; height:100%; width:100%; top:0; left:0; background-image:url(../images/eco_system_overlay.png); background-color:rgb(17,26,68); background-size:100%; display:block; position:absolute; z-index:-1; background-blend-mode:soft-light;  -webkit-animation: slide 25s linear infinite; animation: slide 25s linear infinite;} */
.eco-system-se .main-link-here .full-bg-left::after {
  position: absolute;
  content: '';
  left: calc(-100% + 15px);
  height: 100%;
  width: 100%;
  background-color: #fff;
  top: 0;
}
.eco-system-se .main-link-here .left-link {
  background-color: #fff;
  padding: 20px 0;
}
.eco-system-se .left-link .sub-link {
  padding: 0 40px 0 0;
}
.eco-system-se .left-link .sub-link p {
  font-size: 10px;
  color: #66667e;
  letter-spacing: 1px;
}
.eco-system-se .left-link .sub-link:hover p {
  color: #ef4b23;
}
.eco-system-se .left-link .sub-link p + p {
  margin-top: 10px;
  color: #3e3e46;
  font-size: 13px;
}
.eco-system-se .left-link .sub-link + .sub-link {
  padding: 0 40px;
  position: relative;
}
.eco-system-se .left-link .sub-link + .sub-link::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  left: 0;
  top: 0;
  background-color: #d8d8d8;
}
.eco-system-se .main-link-here .rig-link a {
  padding: 35px 30px;
  display: inline-block;
  line-height: 1;
  background: rgb(240, 81, 57);
  background: linear-gradient(
    180deg,
    rgba(240, 81, 57, 1) 0%,
    rgba(240, 134, 57, 1) 100%
  );
  color: #fff;
  border-radius: 0 25px 0 0;
}
.eco-system-se .main-link-here .rig-link a:hover {
  background: rgb(240, 134, 57);
  background: linear-gradient(
    180deg,
    rgba(240, 134, 57, 1) 0%,
    rgba(240, 81, 57, 1) 100%
  );
}
.start-investing-ani {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 8;
  transition: all 0.5s ease-out;
}
.rig-link-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 8;
  transition: all 0.5s ease-out;
}

.token-tabs-se {
  padding: 50px 0;
  background-color: #f2f2f2;
  overflow: hidden;
  z-index: 5;
}
.token-tabs-se::after {
  background-image: url(../images/back_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  height: 400px;
  width: 400px;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  z-index: -1;
}
.token-tabs-se .nav-tabs {
  display: none;
}
.token-tabs-se .card {
  background-color: transparent;
}
.token-tabs-se .nav-tabs {
  border: none;
}
.token-tabs-se .nav-tabs .nav-item {
  margin: 0;
}
.token-tabs-se .nav-tabs .nav-item + .nav-item {
  margin-left: 25px;
}
.token-tabs-se .the-edg-sou {
  margin-bottom: 20px;
  font-size: 16px;
}
.token-tabs-se .nav-tabs .nav-link {
  border-radius: 50px;
  background-color: #fff;
  color: #989898;
  border-radius: 12px;
  letter-spacing: 1.2px;
  font-size: 12px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  min-width: 100px;
  text-align: center;
}
.token-tabs-se .card-body {
  padding: 20px 0 0 0;
}
.token-tabs-se .tab-swap .img-part {
  width: 48%;
}
.token-tabs-se .tab-swap .img-part img {
  max-width: 100%;
}
.token-tabs-se .tab-swap .txt-part {
  width: 48%;
}
.token-tabs-se .tab-swap .txt-part h2 {
  font-size: 54px;
  color: #0f1740;
  line-height: 1;
}
.token-tabs-se .tab-swap .txt-part small {
  font-size: 22px;
  letter-spacing: 6px;
  color: #262626;
}
.token-tabs-se .tab-swap .txt-part p {
  margin: 20px 0 0 0;
  font-size: 14px;
  line-height: 26px;
  color: #66667e;
}
.token-tabs-se .tab-swap .txt-part ul {
  margin: 15px 0;
}
.token-tabs-se .tab-swap .txt-part ul li {
  padding: 0 0 0 25px;
}
.token-tabs-se .tab-swap .txt-part ul li + li {
  margin-top: 10px;
}
.token-tabs-se .tab-swap .txt-part ul li::after {
  height: 10px;
  width: 10px;
  left: 0;
  top: 8px;
  border-radius: 100%;
  background: linear-gradient(
    180deg,
    rgba(240, 81, 57, 1) 0%,
    rgba(240, 134, 57, 1) 100%
  );
}
.token-tabs-se .tab-swap .txt-part .btn-apply-now {
  padding: 10px 20px 12px 24px;
  display: inline-block;
  line-height: 1;
  background: rgb(240, 81, 57);
  background: linear-gradient(
    180deg,
    rgba(240, 81, 57, 1) 0%,
    rgba(240, 134, 57, 1) 100%
  );
  color: #fff;
  border-radius: 25px;
}
.token-tabs-se .tab-swap .txt-part .btn-apply-now:hover {
  background: rgb(240, 134, 57);
  background: linear-gradient(
    180deg,
    rgba(240, 134, 57, 1) 0%,
    rgba(240, 81, 57, 1) 100%
  );
}
.token-tabs-se .tab-swap .txt-part .btn-apply-now .ic-rig8-arrow {
  height: 12px;
  width: 12px;
  background-position: -161px -2px;
  top: 2px;
  margin-left: 10px;
}
.token-tabs-se .tab-swap .txt-part .exc-rate p {
  margin: 0;
  font-size: 12px;
}
.token-tabs-se .tab-swap .txt-part .iner-pt {
  max-width: 560px;
  width: 100%;
}
.token-tabs-se .nav-tabs .nav-link,
.token-tabs-se .nav-tabs .nav-item,
.token-tabs-se .nav-tabs .nav-item:focus,
.token-tabs-se .nav-tabs .nav-link:focus,
.token-tabs-se .nav-tabs .nav-link:hover {
  border: none;
}
.token-tabs-se .nav-tabs .nav-item.show .nav-link,
.token-tabs-se .nav-tabs .nav-link.active,
.token-tabs-se .nav-tabs .nav-link:hover {
  background: linear-gradient(
    180deg,
    rgba(240, 134, 57, 1) 0%,
    rgba(240, 81, 57, 1) 100%
  );
  color: #fff;
  border: none;
}
.token-tabs-se .edge-smal {
  left: auto;
  right: 0;
}
.btn-gp-2 .btn-apply-now {
  padding: 10px 20px 12px 24px;
  display: inline-block;
  line-height: 1;
  background: rgb(240, 81, 57);
  background: linear-gradient(
    180deg,
    rgba(240, 81, 57, 1) 0%,
    rgba(240, 134, 57, 1) 100%
  );
  color: #fff;

  border-radius: 25px;
}
.btn-gp-2 .btn-apply-now:hover {
  background: rgb(240, 134, 57);
  background: linear-gradient(
    180deg,
    rgba(240, 134, 57, 1) 0%,
    rgba(240, 81, 57, 1) 100%
  );
}
.btn-gp .btn-apply-now {
  padding: 10px 35px 12px;
  display: inline-block;
  line-height: 1;
  background-color: #fff;
  color: rgba(240, 81, 57, 1);
  border-radius: 25px;
  border: 2px solid #fff;
  margin-left: 50px;
}
.btn-gp .btn-apply-now:hover {
  background-color: transparent;
  color: #fff;
}
.main-hop.eco-system-se {
  height: auto;
  min-height: calc(100vh - 70px);
  overflow: inherit;
  padding: 110px 0 80px;
}
.main-hop .lining-to {
  margin: 20px 0 0 0;
  line-height: 1;
}
.main-hop .lining-to a,
.main-hop .lining-to p {
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #f06f39;
}
/* .main-hop .lining-to a:hover{text-decoration:underline;} */
.main-hop .lining-to span {
  display: inline-block;
  margin: 0 10px;
  color: #f06f39;
}
.main-hop.eco-system-se .follow-us-socil .btn-apply-now {
  padding: 15px 35px 17px;
}
.main-hop.eco-system-se .follow-us-socil .btn-apply-now .ic-rig8-arrow {
  height: 12px;
  width: 12px;
  background-position: -161px -2px;
  top: 2px;
  margin-left: 10px;
}
.main-hop.eco-system-se .follow-us-socil .line-btn {
  color: #fff;
  padding: 10px 30px 12px;
  border-radius: 25px;
  border: 1px solid #fff;
  line-height: 1;
  margin-left: 20px;
}
.main-hop.eco-system-se .follow-us-socil .line-btn:hover {
  background-color: #f06f39;
  border-color: #f06f39;
}
.we-hve-featu {
  padding: 30px 0 0;
}
.we-hve-featu .iiner-cont {
  padding: 0 70px 30px;
}
.we-hve-featu .lft-t {
  width: 300px;
}
.we-hve-featu .lft-t h3 {
  font-size: 28px;
  letter-spacing: 2px;
}
.we-hve-featu .rt-t {
  width: calc(100% - 320px);
  padding-left: 60px;
}
.we-hve-featu .rt-t p {
  font-size: 14px;
}
.advantage-over.part-logo {
  padding: 10px 0;
}
.part-logo .item .part-lgo-bx {
  min-height: 100px;
}
.part-logo .item .part-lgo-bx img {
  max-width: 100%;
  width: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
/* .part-logo .item .part-lgo-bx img {filter:invert(56%) sepia(37%) saturate(3268%) hue-rotate(187deg) brightness(96%) contrast(88%); max-width:100%;} */
.part-logo .logo-box {
  width: calc(100% / 8);
  padding: 0 10px;
  height: 60px;
}
.part-logo .logo-box img {
  max-width: 100%;
}
.advantageses-over {
  max-width: 680px;
  width: 100%;
  padding: 60px 0;
}
.advantageses-over h3 {
  font-size: 24px;
  letter-spacing: 5px;
  line-height: 1.3;
  margin: 0 0 20px;
}
.advantageses-over p {
  font-size: 14px;
  color: #d8d8d8;
  line-height: 26px;
}
.four-m-bxes .sm-w-bx {
  width: 50%;
}
.four-m-bxes .for-rt-p {
  padding-right: 50px;
}
.four-m-bxes .for-bm-p {
  padding-bottom: 50px;
}
.four-m-bxes .for-lt-p {
  padding-left: 50px;
}
.four-m-bxes .for-tp-p {
  padding-top: 50px;
}
.four-m-bxes .ic-four-i {
  width: 50px;
  height: 50px;
}
.four-m-bxes .ic-decentralized {
  background-position: -170px 0;
}
.four-m-bxes .ic-per-to {
  background-position: -220px 0;
}
.four-m-bxes .ic-true-value {
  background-position: -170px -50px;
}
.four-m-bxes .ic-multic-wal {
  background-position: -220px -50px;
}
.four-m-bxes .txt-se {
  width: calc(100% - 50px);
  padding-left: 25px;
}
.four-m-bxes .txt-se h3 {
  color: #e2e7f8;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 10px;
}
.four-m-bxes .txt-se p {
  color: #d8d8d8;
  font-size: 14px;
  line-height: 26px;
}
.line-btne {
  color: #fff;
  padding: 10px 30px 12px;
  border-radius: 25px;
  border: 2px solid #fff;
  line-height: 1;
  margin: 20px 0 0 0;
}
.line-btne:hover {
  background-color: #f06f39;
  border-color: #f06f39;
  color: #fff;
}
.for-plus-sign::after,
.for-plus-sign::before {
  background-color: #282896;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
}
.for-plus-sign::after {
  height: 100%;
  width: 1px;
  right: 0;
}
.for-plus-sign::before {
  width: 100%;
  height: 1px;
  bottom: 0;
}
.our-technology.on-hmp-man::after {
  background-image: url(../images/back_bg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  content: '';
  height: 400px;
  width: 400px;
  left: 0;
  top: auto;
  bottom: -50px;
  /* -webkit-background-blend-mode: lighten;
  -moz-background-blend-mode: overlay;
  -ms-background-blend-mode: overlay; */
  background-blend-mode: overlay;
  background-color: rgb(17, 26, 68);
  z-index: -1;
  background-size: 100%;
}
.advantage-over.we-are-differnent {
  padding: 0;
}
.we-are-differnent .into-two-part {
  width: 48%;
  padding: 40px 0;
  overflow: hidden;
  min-height: 380px;
}
.we-are-differnent .lft-tit h3 {
  font-size: 80px;
}
.we-are-differnent .for-cross-sign::after,
.we-are-differnent .for-cross-sign::before {
  height: calc(100% + 300px);
  width: 50px;
  background: rgb(240, 81, 57);
  background: radial-gradient(
    circle,
    rgba(240, 81, 57, 1) 0%,
    rgba(240, 81, 57, 1) 47%,
    rgba(240, 134, 57, 1) 100%
  );
  left: 0;
  top: -150px;
  right: 0;
  margin: auto;
  z-index: -1;
}
.we-are-differnent .for-cross-sign::after {
  transform: rotate(40deg);
}
.we-are-differnent .for-cross-sign::before {
  transform: rotate(-40deg);
}
.we-are-differnent .rit-text small {
  font-size: 12px;
  line-height: 1;
  margin: 0 0 5px;
}
.we-are-differnent .rit-text h2 {
  letter-spacing: 3px;
  font-size: 26px;
  line-height: 1.3;
  margin: 0 0 20px;
}
.we-are-differnent .rit-text p {
  font-size: 14px;
  line-height: 26px;
  margin: 0 0 30px;
}
.we-are-differnent .rit-text a {
  line-height: 1;
  border: 2px solid #fff;
  border-radius: 30px;
  line-height: 1;
  padding: 10px 35px 12px;
  display: inline-block;
}
.we-are-differnent .rit-text a:hover {
  background-color: #fff;
  color: rgb(17, 26, 68);
}
.three-m-s.on-m-hmp::after {
  background-color: rgb(17, 26, 68);
  background-image: url(../images/full_overlay.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
  -webkit-background-blend-mode: hard-light;
  -moz-background-blend-mode: hard-light;
  -ms-background-blend-mode: hard-light;
  background-blend-mode: hard-light;
  top: 0;
  left: 0;
  z-index: -1;
}
/* .three-m-s.on-m-hmp::before{ background-image:url(../images/back_bg.png); background-position:0 0;background-repeat: no-repeat;position:absolute; content:"";height:400px;width:400px;left:0;top:auto;bottom:-50px;background-blend-mode: overlay;background-color: rgb(17,26,68);z-index:-1;background-size:100%;} */
/* .three-m-s.on-m-hmp::before{background-color:rgb(17,26,68); background-image:url(../images/overlay_01.png); background-position:0 0; background-repeat:no-repeat; width:480px; height:550px; left:0; top:0;} */
.cob-bcm-digital {
  padding: 70px 0;
  background-color: #34adff;
  background-image: -webkit-linear-gradient(180deg, #f2f2f2 50%, #0f1740 50%);
  background-image: gradient(180deg, #f2f2f2 50%, #0f1740 50%);
}
.cob-bcm-digital .sw-bx {
  width: 48%;
}
.cob-bcm-digital .sw-bx small {
  font-size: 12px;
}
.cob-bcm-digital .sw-bx h2 {
  margin: 20px 0;
  letter-spacing: 3px;
  font-size: 22px;
}
.cob-bcm-digital .sw-bx p {
  font-size: 14px;
  line-height: 26px;
  margin: 0 0 30px;
}
.cob-bcm-digital .rit-bx {
  padding: 0 0 0 50px;
}
.cob-bcm-digital .rit-bx small {
  color: #66667e;
}
.cob-bcm-digital .rit-bx p {
  color: #66667e;
}
.cob-bcm-digital .rit-bx h2 {
  color: #111a44;
}
.cob-bcm-digital .lft-bx {
  padding: 0 100px 0 0;
}
.cob-bcm-digital .lft-bx small {
  color: #d8d8d8;
}
.cob-bcm-digital .lft-bx p {
  color: #d8d8d8;
}
/* .cob-bcm-digital .lft-bx a {
  box-shadow: 0 0 30px rgba(240, 81, 57, 1);
}
.cob-bcm-digital .rit-bx a {
  box-shadow: 0 0 30px rgba(240, 81, 57, 0.5);
} */
.cob-bcm-digital .lft-bx a,
.cob-bcm-digital .rit-bx a {
  line-height: 1;
  color: #fff;
  border-radius: 30px;
  line-height: 1;
  padding: 10px 35px 12px;
  display: inline-block;
  background: linear-gradient(
    180deg,
    rgba(240, 81, 57, 1) 0%,
    rgba(240, 134, 57, 1) 100%
  );
}
.cob-bcm-digital .lft-bx a:hover,
.cob-bcm-digital .rit-bx a:hover {
  background: linear-gradient(
    180deg,
    rgba(240, 134, 57, 1) 0%,
    rgba(240, 81, 57, 1) 100%
  );
}
.comb-se .apply-accelerated.contact-us-bg {
  padding: 50px 0;
}
.advantage-over.apply-accelerated.contact-us-bg {
  background: #091b3e;
}
.comb-se .apply-accelerated.contact-us-bg .btn-apply-now {
  padding: 10px 20px 12px 24px;
  display: inline-block;
  line-height: 1;
  background: rgb(240, 81, 57);
  background: linear-gradient(
    180deg,
    rgba(240, 81, 57, 1) 0%,
    rgba(240, 134, 57, 1) 100%
  );
  color: #fff;
  border-radius: 25px;
  border: none;
  letter-spacing: 0;
}
.comb-se .apply-accelerated.contact-us-bg .btn-apply-now:hover {
  background: rgb(240, 134, 57);
  background: linear-gradient(
    180deg,
    rgba(240, 134, 57, 1) 0%,
    rgba(240, 81, 57, 1) 100%
  );
}
.comb-se .apply-accelerated.contact-us-bg .learn-more {
  border: 2px solid #fff;
  color: #fff;
  line-height: 1;
  border-radius: 20px;
  padding: 8px 30px 10px;
  font-size: 12px;
  display: inline-block;
}
.comb-se .apply-accelerated.contact-us-bg .learn-more:hover {
  background-color: rgba(240, 81, 57, 1);
  border-color: rgba(240, 81, 57, 1);
}
.comb-se .card {
  background-color: transparent;
  border: none;
}
.comb-se .card-body {
  padding: 0;
}
.comb-se .card-header .btn {
  padding: 0;
}
.comb-se .card-header {
  background-color: transparent;
  border: none;
}
.comb-se .x-tock.active-acc .blue-lg {
  display: none;
}
.comb-se .x-tock.active-acc .white-lg {
  display: block;
}
.comb-se .equity-tocke {
  margin-left: 45px;
}
.comb-se .btn-apply-now {
  padding: 10px 20px 12px 24px;
  line-height: 1;
  background-color: transparent;
  color: #fff;
  border-radius: 25px;
  border: 1px solid #fff;
}
.comb-se .btn-apply-now:hover {
  background: rgb(240, 134, 57);
  background: linear-gradient(
    180deg,
    rgba(240, 134, 57, 1) 0%,
    rgba(240, 81, 57, 1) 100%
  );
  border-color: rgb(240, 134, 57);
}
.comb-se .btn-apply-now .ic-rig8-arrow {
  height: 12px;
  width: 12px;
  background-position: -161px -2px;
  top: 2px;
  margin-left: 10px;
}
.morinfo-ab-coint .sw-p {
  width: 48%;
}
.morinfo-ab-coint .bellow-text-part p {
  width: 100%;
  margin: 0;
}
.morinfo-ab-coint .bellow-text-part p + p {
  margin-top: 20px;
}
.morinfo-ab-coint .bellow-text-part .t-svg-img {
  width: 75px;
}
.morinfo-ab-coint .bellow-text-part .txt-p {
  width: calc(100% - 75px);
  padding-left: 10px;
}

/* .comb-se .x-tock .blue-lg{display:block;} */
/* .comb-se .x-tock .white-lg{display:none;} */
.comb-se .current-scenario .current-se-box {
  padding: 0;
}
/* .comb-se .equity-tocke.active-acc .blue-lg{display:none;} */
/* .comb-se .equity-tocke.active-acc .white-lg{display:block;} */
/* .comb-se .equity-tocke .blue-lg{display:block;} */
/* .comb-se .equity-tocke .white-lg{display:none;} */

.current-indus-solu {
  padding: 40px 0;
  overflow: hidden;
}
.current-indus-solu::after {
  background-color: rgb(17, 26, 68);
  background-image: url(../images/full_overlay.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: auto;
  -webkit-background-blend-mode: color-dodge;
  -ms-background-blend-mode: color-dodge;
  -moz-background-blend-mode: color-dodge;
  background-blend-mode: color-dodge;
  top: 0;
  left: 0;
  z-index: -1;
}
.current-indus-solu::before {
  background-image: url(../images/back_bg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  height: 270px;
  width: 300px;
  left: 0;
  top: auto;
  bottom: 0;
  -webkit-background-blend-mode: soft-light;
  -moz-background-blend-mode: soft-light;
  -ms-background-blend-mode: soft-light;
  background-blend-mode: soft-light;
  background-color: rgb(17, 26, 68);
  background-size: 100%;
}
.current-indus-solu h2 {
  font-size: 24px;
  letter-spacing: 5px;
  line-height: 1.5;
  margin: 0 0 30px;
}
.current-indus-solu .inner-tx {
  max-width: 700px;
  width: 100%;
  margin: 0 0 40px;
}
.current-indus-solu .inner-tx p {
  color: #d8d8d8;
  font-size: 14px;
  line-height: 26px;
}
.current-indus-solu .com-thn {
  letter-spacing: 3px;
  font-size: 12px;
}
.current-indus-solu .comparetable-table tbody tr td.bnone {
  border: none;
}
.current-indus-solu .comparetable-table tbody tr th {
  line-height: 2;
  padding: 5px;
}
.current-indus-solu .comparetable-table tbody tr th.for-widht {
  width: 220px;
}
.current-indus-solu .comparetable-table tbody tr td {
  padding: 15px 15px 18px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
}
.current-indus-solu .comparetable-table tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.15);
}
.current-indus-solu .comparetable-table tbody tr.bg-none {
  background-color: transparent;
}
.current-indus-solu .comparetable-table tbody tr td.g-bg-col {
  background: linear-gradient(
    180deg,
    rgba(240, 134, 57, 1) 0%,
    rgba(240, 81, 57, 1) 100%
  );
}
.current-indus-solu .card {
  background-color: rgba(0, 0, 0, 0.2);
}
.current-indus-solu .card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.only-img-sec {
  background-image: url(../images/only_img.png);
  background-color: rgb(17, 26, 68);
  -webkit-background-blend-mode: lighten;
  -moz-background-blend-mode: lighten;
  -ms-background-blend-mode: lighten;
  -o-background-blend-mode: lighten;
  background-blend-mode: lighten;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 720px;
  padding: 80px 0 0 0;
}
.only-img-sec .white-bar::after {
  position: absolute;
  content: '';
  top: auto;
  bottom: 0;
  height: 60px;
  max-width: 600px;
  background-color: #fff;
  width: 100%;
}
.current-scenario.cust-part {
  padding: 50px 0;
}
.current-scenario .current-se-box .left-se {
  width: 400px;
}
.current-scenario .current-se-box .right-se {
  width: calc(100% - 400px);
  padding-left: 30px;
}
.dot-img::after {
  background: linear-gradient(
      90deg,
      rgba(17, 26, 68, 1) 0%,
      rgba(1, 7, 38, 1) 100%
    ),
    url('../images/full_overlay.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  -webkit-background-blend-mode: soft-light;
  -ms-background-blend-mode: soft-light;
  -o-background-blend-mode: soft-light;
  background-blend-mode: soft-light;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.current-scenario .current-se-box p {
  color: #66667e;
  font-size: 10px;
  margin: 0 0 15px;
  letter-spacing: 2px;
}
.current-scenario .current-se-box h2 {
  color: #111a44;
  font-size: 22px;
  letter-spacing: 5px;
}
.current-scenario .current-se-box .inner-contain p {
  margin: 0;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
}
.current-scenario.advantage-over {
  padding: 0;
}
.current-scenario.advantage-over .three-points {
  padding: 20px 0;
}
.current-scenario.advantage-over .same-box h3 {
  margin: 0 0 10px;
  font-size: 22px;
}
.current-scenario.advantage-over .same-box p {
  color: #fff;
}
.current-scenario .three-points {
  padding: 50px 0;
}
.current-scenario .three-points .same-box {
  padding: 25px 50px;
  width: 33%;
}
.current-scenario .same-box .ic-se {
  height: 70px;
  width: 70px;
  display: inline-block;
  margin: 0 0 25px;
}
.current-scenario .same-box .ic-money {
  background-position: -305px 0;
}
.current-scenario .same-box h3 {
  margin: 0 0 20px;
  font-size: 24px;
}
.current-scenario .same-box p {
  color: #d8d8d8;
  font-size: 14px;
  line-height: 26px;
}
.advantage-over {
  padding: 50px 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(240, 134, 57, 1) 0%,
    rgba(240, 81, 57, 1) 100%
  );
}
.advantage-over .btn-g {
  margin-top: 20px;
}
.advantage-over .btn-g a {
  line-height: 1;
  border: 2px solid #fff;
  border-radius: 30px;
  line-height: 1;
  padding: 10px 35px 12px;
  display: inline-block;
}
.advantage-over .btn-g a:hover {
  background-color: #fff;
  color: rgb(17, 26, 68);
}
.over-lay-05::before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(
      180deg,
      rgba(240, 134, 57, 1) 0%,
      rgba(240, 81, 57, 1) 100%
    ),
    url('../images/overlay_05.png');
  -webkit-background-blend-mode: lighten;
  -ms-background-blend-mode: lighten;
  -moz-background-blend-mode: lighten;
  -o-background-blend-mode: lighten;
  background-blend-mode: lighten;
  background-size: cover;
  background-repeat: no-repeat;
}
.advantage-over::after {
  content: '';
  height: 100%;
  width: 100%;
  max-width: 900px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(
      180deg,
      rgba(240, 134, 57, 1) 0%,
      rgba(240, 81, 57, 1) 100%
    ),
    url('../images/back_bg.png');
  -webkit-background-blend-mode: overlay;
  -moz-background-blend-mode: overlay;
  -ms-background-blend-mode: overlay;
  -o-background-blend-mode: overlay;
  background-blend-mode: overlay;
  background-size: auto;
  background-size: 100%;
  background-repeat: no-repeat;
}
.advantage-over.becom-our::after {
  display: none;
}
.advantage-over.becom-our .inner-text {
  max-width: 100%;
}
.btn-job-opning:hover {
  background-color: #fff;
  color: #f05139;
}
.advantage-over.becom-our .inner-text p {
  width: calc(100% - 150px);
}
/* .advantage-over.whowe-are-bg::after{display:none;} */
/* .advantage-over.whowe-are-bg::before{content:""; height:100%; width:100%; max-width:100%; position:absolute; left:0; top:0; z-index:-1; background:linear-gradient(180deg, rgba(240,134,57,1) 0%, rgba(240,81,57,1) 100%), url('../images/only_img.png');background-blend-mode: overlay;background-size:auto; background-size:100%;background-repeat: no-repeat; background-position:center center;} */
.advantage-over .s-w {
  width: 48%;
}
/* .advantage-over .imagese img + img{margin-left:30px;} */
.advantage-over .inner-text {
  max-width: 740px;
  width: 100%;
}
.advantage-over .inner-text.w-1 {
  max-width: 100%;
}
.advantage-over .inner-text h2 {
  margin: 0 0 30px;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 4px;
}
.advantage-over .inner-text p {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1.5px;
}
.advantage-over .inner-text p + p {
  margin-top: 20px;
}
.our-technology.on-hmp-man {
  padding: 0 0 80px;
}
.our-technology {
  padding: 0;
}
.our-technology .sm-w {
  width: 48%;
}
.our-technology .img-p img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.our-technology .for-bg::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  max-width: 580px;
  background-image: url(../images/back_bg.png);
  background-color: rgb(17, 26, 68);
  background-size: 100%;
  -webkit-background-blend-mode: overlay;
  -moz-background-blend-mode: overlay;
  -ms-background-blend-mode: overlay;
  -o-background-blend-mode: overlay;
  background-blend-mode: overlay;
  z-index: -1;
  top: 0;
}
.our-technology .contain-p small {
  color: #d8d8d8;
  font-size: 10px;
  letter-spacing: 1px;
}
.our-technology .contain-p h2 {
  font-size: 22px;
  line-height: 28px;
  margin: 20px 0 30px;
  letter-spacing: 4px;
}
.our-technology .contain-p p {
  color: #d8d8d8;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1.3px;
}
.our-technology .contain-p .line-btn {
  color: #fff;
  padding: 10px 30px 12px;
  border-radius: 25px;
  border: 1px solid #fff;
  line-height: 1;
  margin: 20px 0 0 0;
}
.our-technology .contain-p .line-btn:hover {
  background-color: #f06f39;
  border-color: #f06f39;
}

.eco-system-se.our-team.who-bg::before {
  background: url(../images/team_bg.png) 0 0 no-repeat;
  background-size: cover;
}
.eco-system-se.asia-blc::after,
.eco-system-se.who-bg::after {
  display: none;
}
.eco-system-se.asia-blc::before,
.eco-system-se.who-bg::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../images/asia_hero.png) 0 0 no-repeat;
  background-size: cover;
  top: 0;
  z-index: -1;
}
.eco-system-se.our-so-new-pg .some-str-change {
  left: auto;
  right: 0;
}
.eco-system-se.our-so-new-pg .some-str-change .text-contain {
  padding: 0 70px 0 0;
}
.eco-system-se.our-so-new-pg {
  height: 700px;
  padding: 50px 0;
}
.eco-system-se.our-so-new-pg::before {
  width: 100%;
  background: url(../images/our_solution_new.jpg) 0 0 no-repeat;
  background-size: cover;
  top: 0;
  z-index: -1;
  display: block;
  animation: none;
  background-position: center center;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.eco-system-se.events-bg::before {
  height: 100%;
  width: 100%;
  background: url(../images/event_bg.png) 0 0 no-repeat;
  background-size: cover;
  top: 0;
  z-index: -1;
}
.eco-system-se.asia-blc .main-title h2 {
  letter-spacing: normal;
  font-size: 22px;
  line-height: 28px;
  margin-left: 20px;
}
.eco-system-se.asia-blc .main-title h1 {
  font-size: 120px;
  line-height: 1;
}
.eco-system-se .follow-us-socil {
  margin: 30px 0 0;
}
.eco-system-se .follow-us-socil .btn-apply-now {
  padding: 14px 45px;
  display: inline-block;
  line-height: 1;
  background: rgb(240, 81, 57);
  background: linear-gradient(
    180deg,
    rgba(240, 81, 57, 1) 0%,
    rgba(240, 134, 57, 1) 100%
  );
  color: #fff;
  border-radius: 25px;
}
.eco-system-se .follow-us-socil .btn-apply-now:hover {
  background: rgb(240, 134, 57);
  background: linear-gradient(
    180deg,
    rgba(240, 134, 57, 1) 0%,
    rgba(240, 81, 57, 1) 100%
  );
}
.eco-system-se .follow-us-socil .follow {
  margin-left: 30px;
}
.eco-system-se .follow-us-socil .follow p {
  margin-bottom: 5px;
}
.eco-system-se .follow-us-socil .social .ic-so {
  height: 16px;
  width: 16px;
  display: inline-block;
}
.eco-system-se .follow-us-socil .social .ic-so + .ic-so {
  margin-left: 4px;
}
.eco-system-se .follow-us-socil .social .ic-link {
  background-position: -124px -34px;
}
.eco-system-se .follow-us-socil .social .ic-link:hover {
  background-position: -124px -17px;
}
.eco-system-se .follow-us-socil .social .ic-fb {
  background-position: -56px -34px;
}
.eco-system-se .follow-us-socil .social .ic-fb:hover {
  background-position: -56px -17px;
}
.eco-system-se .follow-us-socil .social .ic-tw {
  background-position: -73px -34px;
}
.eco-system-se .follow-us-socil .social .ic-tw:hover {
  background-position: -73px -17px;
}
.eco-system-se .follow-us-socil .social .ic-inst {
  background-position: -90px -34px;
}
.eco-system-se .follow-us-socil .social .ic-inst:hover {
  background-position: -90px -17px;
}
.eco-system-se .follow-us-socil .social .ic-you {
  background-position: -107px -34px;
}
.eco-system-se .follow-us-socil .social .ic-you:hover {
  background-position: -107px -17px;
}
.three-m-s {
  padding: 60px 0;
  overflow: hidden;
}
.three-m-s .inn-bx {
  width: 100%;
  max-width: 500px;
}
.three-m-s.in-who-we-are .inn-bx {
  max-width: 750px;
}
.three-m-s .inn-bx small {
  font-size: 11px;
  letter-spacing: 1px;
  color: #66667e;
  line-height: 1;
}
.three-m-s .inn-bx h3 {
  font-size: 24px;
  letter-spacing: 5px;
  line-height: 1.5;
  margin: 0 0 30px;
}
.three-m-s .inn-bx p {
  color: #66667e;
  font-size: 14px;
  line-height: 26px;
}
.three-m-s .inn-bx p + p {
  margin-top: 20px;
}
.advantage-over.rules-who-aply::after {
  display: none;
}
.advantage-over.rules-who-aply {
  padding: 65px 0;
}
.advantage-over.rules-who-aply .into-two {
  width: 48%;
  padding: 0 50px 0 0;
  position: relative;
}
.advantage-over.rules-who-aply .into-two::after {
  left: auto;
  right: 0;
  content: '';
  height: calc(100% + 130px);
  top: -65px;
  width: 1px;
  background-color: #fff;
  position: absolute;
}
.advantage-over.rules-who-aply .into-two + .into-two::after {
  display: none;
}
.advantage-over.rules-who-aply .into-two h4 {
  font-size: 16px;
  letter-spacing: 3px;
  margin: 0 0 25px 0;
}
.advantage-over.rules-who-aply .into-two ul li {
  font-size: 12px;
  line-height: 1.3;
  position: relative;
  padding: 0 0 0 15px;
}
.advantage-over.rules-who-aply .into-two ul li::after {
  position: absolute;
  content: '';
  height: 6px;
  width: 6px;
  left: 0;
  top: 6px;
  border-radius: 50%;
  background-color: #fff;
}
.advantage-over.rules-who-aply .into-two ul li + li {
  margin-top: 15px;
}
.apply-accelerated.contact-us-bg {
  padding: 30px 0 60px;
}
.apply-accelerated.contact-us-bg .form-section {
  margin: 70px 0 0 0;
  padding: 0;
}
.apply-accelerated {
  padding: 60px 0;
}
.apply-accelerated::after {
  background-image: url(../images/overlay_03.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 664px;
  height: 710px;
  background-size: 100%;
  top: auto;
  bottom: -80px;
  left: -250px;
}
.apply-accelerated::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../images/asia_bottom.png) 0 0 no-repeat;
  background-size: cover;
  top: 0;
  z-index: -1;
}
.apply-accelerated.ambass-bg::before {
  background: url(../images/test2.jpg) 0 0 no-repeat;
  background-size: cover;
}
.apply-accelerated .left-title {
  width: 320px;
}
.apply-accelerated .left-title small {
  color: #d8d8d8;
}
.apply-accelerated .form-section {
  width: calc(100% - 320px);
  padding: 0 0 0 40px;
}
.apply-accelerated .awd-txt-im {
  margin: 15px 0;
}
.apply-accelerated .awd-txt-im .awd-img {
  width: 70px;
  height: 61px;
}
.apply-accelerated .awd-txt-im .awd-img img {
  max-width: 100%;
}
.apply-accelerated .awd-txt-im h4 {
  letter-spacing: 3px;
  font-size: 22px;
}
.apply-accelerated .left-title p {
  color: #d8d8d8;
  font-size: 14px;
  line-height: 26px;
}
.apply-accelerated .form-section .helf-width {
  width: 49%;
}
.apply-accelerated .form-section .full-width {
  width: 100%;
}
.apply-accelerated .form-section .top-s + .top-s {
  margin-top: 50px;
}
.apply-accelerated .form-section .float-label-field {
  border: none;
  outline: none;
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
  box-sizing: border-box;
}
.apply-accelerated .form-section .float-label-field input {
  border: none;
  outline: none;
  padding: 15px 5px 15px 0px;
  width: 100%;
  font-size: 14px;
  border-bottom: solid 1px #66667e;
  background-color: transparent;
  color: #fff;
  font-family: 'muliregular';
}
.apply-accelerated .form-section .float-label-field label {
  position: absolute;
  top: 10px;
  left: 0px;
  transition: all 0.2s ease;
  font-size: 14px;
  color: #8e8ea5;
}
.apply-accelerated .form-section .float-label-field.focus label {
  color: #f05139;
}
.apply-accelerated .form-section .float-label-field.focus input {
  border-bottom: solid 1px #f05139;
}
.apply-accelerated .form-section .float-label-field.float label {
  opacity: 1;
  top: -8px;
  font-size: 80%;
  transition: all 0.2s ease;
}
.apply-accelerated .form-section .float-label-field textarea {
  background-color: transparent;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #66667e;
  resize: none;
  padding: 15px 5px 15px 0px;
  width: 100%;
  font-size: 15px;
  color: #fff;
}
.apply-accelerated .form-section .float-label-field textarea:focus {
  border-bottom: solid 1px #f05139;
}
.apply-accelerated .form-section .file-upload {
  position: relative;
  color: #fff;
  font-size: 0;
  white-space: nowrap;
}
.apply-accelerated .form-section .file-upload .file-name {
  width: calc(100% - 190px);
  background-color: transparent;
  border-bottom: 1px solid #66667e;
  font-size: 14px;
  color: #8e8ea5;
  padding: 15px 5px 15px 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.apply-accelerated .form-section .file-upload .customUpload-btn {
  padding: 10px 45px;
  border-radius: 40px;
  border: 1px solid #fff;
  font-size: 12px;
}
.apply-accelerated
  .form-section
  .file-upload
  .upload-btn:hover
  + .customUpload-btn {
  background: linear-gradient(
    180deg,
    rgba(240, 81, 57, 1) 0%,
    rgba(240, 134, 57, 1) 100%
  );
  border-color: #f05139;
}
.apply-accelerated .form-section .file-upload .upload-btn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 100%;
  text-align: center;
  z-index: 2;
}
.apply-accelerated .form-section .tems-policy a {
  font-size: 10px;
  color: #d8d8d8;
}
.apply-accelerated .form-section .tems-policy a:hover {
  color: #f05139;
}
.apply-accelerated .form-section .tems-policy span {
  margin: 0 5px;
}
.apply-accelerated .form-section .float-label-field .chek-box label {
  position: relative;
  margin: 0;
  top: 0;
  color: #e5e5e5;
  font-size: 14px;
}
.apply-accelerated .form-section .form-group {
  display: block;
  margin-bottom: 15px;
}
.apply-accelerated .form-section .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.apply-accelerated .form-section .form-group label {
  position: relative;
  cursor: pointer;
}
.apply-accelerated .form-section .form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #66667e;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.apply-accelerated .form-section .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.apply-accelerated .btn-action {
  margin-bottom: 50px;
}
.apply-accelerated .btn-action .btn {
  border-radius: 40px;
  line-height: 1;
  font-size: 14px;
  padding: 12px 40px;
  color: #fff;
  border-width: 1px;
  border-style: solid;
}
.apply-accelerated .btn-action .btn + .btn {
  margin-left: 30px;
}
.apply-accelerated .btn-action .btn-submit {
  background: rgb(240, 81, 57);
  background: linear-gradient(
    90deg,
    rgba(240, 81, 57, 1) 0%,
    rgba(240, 134, 57, 1) 100%
  );
  border-color: transparent;
}
.apply-accelerated .btn-action .btn-submit:hover {
  background: rgb(240, 134, 57);
  background: linear-gradient(
    90deg,
    rgba(240, 134, 57, 1) 0%,
    rgba(240, 81, 57, 1) 100%
  );
}
.apply-accelerated .btn-action .btn-reset {
  border-color: #fff;
}
.apply-accelerated .btn-action .btn-reset:hover {
  background: rgb(240, 81, 57);
  background: linear-gradient(
    90deg,
    rgba(240, 81, 57, 1) 0%,
    rgba(240, 134, 57, 1) 100%
  );
  border-color: transparent;
}
.apply-accelerated .form-section ::-webkit-input-placeholder {
  font-size: 14px;
  color: #8e8ea5;
}
.apply-accelerated .form-section ::-moz-placeholder {
  font-size: 14px;
  color: #8e8ea5;
}
.apply-accelerated .form-section :-ms-input-placeholder {
  font-size: 14px;
  color: #8e8ea5;
}
.apply-accelerated .form-section :-moz-placeholder {
  font-size: 14px;
  color: #8e8ea5;
}

.main-team-section::after {
  position: absolute;
  content: '';
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 8px;
  z-index: -1;
  height: 100%;
  width: calc(100% - 130px);
}
/* .main-team-section::after{position:absolute; content:""; background-color:#fff; top:35px; left:0; right:0; margin:auto; border-radius:8px 8px 0 0; z-index:-1; height:calc(100% - 35px); width:calc(100% - 130px);} */
.min-tm-container {
  margin-left: -15px;
  margin-right: -15px;
}
.one-row + .one-row {
  margin-top: 60px;
}
.team-m-box {
  width: calc((100% / 6) - 30px);
  position: relative;
  margin: 25px 15px;
}
.team-m-box .team-photo {
  margin: 0 0 30px;
}
.team-m-box .team-photo2 {
  margin: 0 0 30px;
}
.team-m-box .team-photo img {
  width: 155px;
  height: 155px;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid rgb(17, 26, 68);
  display: block;
  margin: 0 auto;
}
.team-m-box .team-photo2 img {
  max-width: 155px;
  max-height: 155px;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid rgb(17, 26, 68);
  display: block;
  margin: 0 auto;
}
.team-m-box .team-m-name {
  background-color: #0f1740;
  width: 130px;
  margin: 0 auto;
  left: 0;
  bottom: -20px;
  top: auto;
  right: 0;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 50px;
}
.team-m-box .team-m-name h2 {
  font-size: 11px;
  color: #fff;
  line-height: 1;
}
.team-m-box .team-m-deg h3 {
  font-size: 11px;
  color: #404040;
}
.team-m-box .team-m-deg h4 {
  font-size: 12px;
  color: #66667e;
}
.team-m-box .team-m-deg .intex {
  margin-right: 10px;
  width: calc(100% - 30px);
}
.team-m-box .team-m-deg .ic-link {
  height: 15px;
  width: 16px;
  background-position: -125px 0;
  display: inline-block;
}
.team-m-box .team-m-deg .ic-link:hover {
  background-position: -143px 0;
}

.main-team-section {
  margin: 100px 0 0 0;
}
.main-team-section .tab-content {
  padding: 0;
  margin: 0 0 30px;
}
.main-team-section .card-body {
  padding: 0;
}
.main-team-section .card {
  border: none;
  padding: 0;
  border-radius: 0;
}
.main-team-section .nav-tabs {
  height: auto;
  padding: 0;
  position: relative;
  border: none;
}
.main-team-section .nav-tabs .nav-item {
  margin: 0;
}
.main-team-section .nav-tabs .nav-item + .nav-item {
  margin-left: 15px;
}
.main-team-section .nav-tabs .nav-item a {
  color: #fff;
  padding: 10px 5px;
  min-width: 150px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  border: none;
  background: rgb(240, 81, 57);
  background: linear-gradient(
    180deg,
    rgba(240, 81, 57, 1) 40%,
    rgba(240, 134, 57, 1) 100%
  );
  font-size: 10px;
  letter-spacing: 1px;
}
.main-team-section .nav-tabs .nav-item.overflow-tab {
  background-color: white;
  display: none;
  position: absolute;
  right: 0;
  width: 150px;
  z-index: 1;
}
.main-team-section .nav-tabs .nav-item.overflow-tab-action a {
  min-width: inherit;
  padding-left: 15px;
  padding-right: 15px;
}
.main-team-section .nav-tabs .nav-item.overflow-tab a {
  border: 1px solid lightgray;
  border-radius: 0;
  padding: 6px 10px;
}
.main-team-section .nav-tabs .nav-item.overflow-tab a:hover,
.main-team-section .nav-tabs .nav-item.overflow-tab a:focus,
.main-team-section .nav-tabs .nav-item.overflow-tab a:active,
.main-team-section .nav-tabs .nav-item.overflow-tab a.active {
  background-color: lightgray;
}
.main-team-section .nav-tabs .nav-item.overflow-tab:last-child {
  border-radius: 0 0 0 4px;
}
.main-team-section .nav-tabs .nav-item.overflow-tab-action {
  position: absolute;
  right: 0;
}
.btn-job-opning {
  border-radius: 50px;
  border: 1px solid #fff;
  line-height: 1;
  padding: 9px 20px 11px;
  margin-left: 10px;
}

.for-same-bg::after {
  background: linear-gradient(
      90deg,
      rgba(17, 26, 68, 1) 0%,
      rgba(1, 7, 38, 1) 100%
    ),
    url('../images/partner-bg.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-background-blend-mode: difference;
  -moz-background-blend-mode: difference;
  -ms-background-blend-mode: difference;
  background-blend-mode: difference;
}
.list-of-con-map-img {
  padding: 50px 0;
}
.list-of-con-map-img::after {
  background: linear-gradient(
      90deg,
      rgba(17, 26, 68, 1) 0%,
      rgba(1, 7, 38, 1) 100%
    ),
    url('../images/full_overlay.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  -webkit-background-blend-mode: soft-light;
  -ms-background-blend-mode: soft-light;
  -moz-background-blend-mode: soft-light;
  -o-background-blend-mode: soft-light;
  background-blend-mode: soft-light;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.list-of-con-map-img .world-map img {
  width: 100%;
}
.list-of-con-map-img .partners-c-type p {
  margin-left: -5px;
  margin-right: -5px;
}
.list-of-con-map-img .partners-c-type h4 {
  color: #f05139;
  font-size: 15px;
  margin: 0 0 10px 0;
}
.list-of-con-map-img .partners-c-type p {
  padding: 8px 5px;
}
.list-of-con-map-img .type-of-partners {
  margin: 40px 0 0;
}
.list-of-con-map-img .type-of-partners p {
  width: calc(100% / 4);
}
.list-of-con-map-img .partners-c-type span {
  color: #d8d8d8;
  font-size: 14px;
}
.list-of-con-map-img .partners-c-type p:hover span {
  color: #f05139;
}
.list-of-con-map-img .all-country {
  margin: 70px 0 0 0;
}
.list-of-con-map-img .all-country p {
  width: calc(100% / 8);
}
.list-of-parters-s {
  padding: 30px 0;
  background: linear-gradient(
    90deg,
    rgba(17, 26, 68, 1) 0%,
    rgba(1, 7, 38, 1) 100%
  );
}
.list-of-parters-s .logo-box {
  margin: 30px 0;
}
.list-of-parters-s .logo-box img {
  max-width: 100%;
  width: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
.list-of-parters-s.be-orignal .logo-box img {
  filter: none;
}

.partner-multi-logo {
  padding: 20px 0 0 0;
}
.become-p-bl-div {
  padding: 40px 0;
  display: block;
}
.partner-multi-logo h2 {
  font-size: 24px;
  letter-spacing: 5px;
  line-height: 1.5;
  color: #0f1740;
}
.partner-multi-logo .part-lgo-bx {
  width: calc(20% - 30px);
  min-height: 120px;
  margin: 0 15px 15px;
  text-align: center;
}
.partner-multi-logo .part-lgo-bx a img {
  max-width: 80%;
  width: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  opacity: 1;
}
.partner-multi-logo .part-lgo-bx.og-lg img {
  filter: inherit;
}
.partner-multi-logo .part-lgo-bx a:hover img,
.partner-multi-logo .part-lgo-bx a:hover {
  opacity: 1;
}
.partner-multi-logo.be-or-lg .part-lgo-bx a img {
  filter: none;
}
.faqs-main-que {
  padding: 30px 0 70px;
}
.faqs-main-que .card {
  border: 0;
  margin: 15px 0;
  display: block;
  background-color: transparent;
}
.faqs-main-que .card .card-body p + p {
  margin-top: 15px;
}
.faqs-main-que .card .card-body p {
  line-height: 26px;
}
.faqs-main-que .card .card-body p a {
  color: #f05139;
}
.faqs-main-que .card .card-body p a:hover {
  text-decoration: underline;
}
.faqs-main-que .card .card-header {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  padding: 0;
}
.faqs-main-que .card .card-header .btn-header-link {
  border-radius: 12px 12px 0 0;
  border: none;
  color: #fff;
  display: block;
  text-align: left;
  background-color: #111a44;
  padding: 20px 80px 20px 20px;
  font-size: 14px;
}
.faqs-main-que .card .card-header .btn-header-link:after {
  height: 100%;
  width: 70px;
  background-position: 0 -100px;
  background-color: transparent;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.faqs-main-que .card .card-header .btn-header-link.collapsed {
  border-radius: 12px;
  background: rgb(240, 134, 57);
  background: linear-gradient(
    180deg,
    rgba(240, 134, 57, 1) 0%,
    rgba(240, 81, 57, 1) 100%
  );
  color: #fff;
}
.faqs-main-que .card .card-header .btn-header-link.collapsed:after {
  background-position: -70px -100px;
  background: rgba(0, 0, 0, 0.2) url(../images/plus-sign.svg) no-repeat center
    center;
}
.faqs-main-que .card .collapsing {
  background-color: #111a44;
  line-height: 30px;
  color: #d8d8d8;
}
.faqs-main-que .card .collapse {
  border: 0;
}
.faqs-main-que .card .collapse.show {
  background-color: #111a44;
  border-radius: 0 0 12px 12px;
  line-height: 30px;
  color: #d8d8d8;
}

.title-brd {
  padding: 30px 0 0;
}
.title-brd .breadcrumbs-div {
  margin-bottom: 10px;
}
.title-brd .breadcrumbs-div li,
.title-brd .breadcrumbs-div li a {
  color: #66667e;
}
.gp-tpus {
  padding: 10px 0 50px;
}
.gp-tpus::after {
  top: auto;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-color: rgb(17, 26, 68);
}
.gp-tpus .block + .block {
  margin-top: 30px;
}
.gp-tpus .block h2 {
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 10px;
  letter-spacing: 4px;
  color: #0f1740;
}
.gp-tpus .block p {
  color: #66667e;
  font-size: 14px;
  line-height: 20px;
}
.gp-tpus .block ul {
  margin: 10px 0 0;
  color: #66667e;
  font-size: 14px;
  line-height: 22px;
}
.gp-tpus .block a {
  color: rgba(240, 81, 57, 1);
}
.gp-tpus .block a:hover {
  text-decoration: underline;
}
.gp-tpus .block ul li + li {
  margin-top: 10px;
}
.gp-tpus .block ul li span + span {
  margin-top: 10px;
}
.gp-tpus .block .wi-dots li {
  padding: 0 0 0 25px;
}
.gp-tpus .block .wi-dots li + li {
  margin-top: 5px;
}
.gp-tpus .block .wi-dots li::after {
  height: 10px;
  width: 10px;
  left: 0;
  top: 9px;
  border-radius: 100%;
  background: linear-gradient(
    180deg,
    rgba(240, 81, 57, 1) 0%,
    rgba(240, 134, 57, 1) 100%
  );
}
.gp-tpus .block .step-inner {
  margin: 10px 0;
}
.gp-tpus .block .step-inner li::after {
  background: none;
  border: 1px solid rgba(240, 81, 57, 1);
}
.gp-tpus .block .step-inner li + li {
  margin-top: 5px;
}
.gp-tpus .block .inner-ul {
  padding: 0 0 0 30px;
}

footer {
  padding: 40px 0 20px;
  background-color: #fcfcfc;
  margin-bottom: 15px;
  z-index: 4;
}
footer .f-notes {
  font-size: 13px;
  width: 100%;
  max-width: 770px;
  font-family: 'mulibold';
  color: #fff;
  margin: 0 auto;
  position: relative;
  padding: 15px 0;
}
footer .og-bges::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(240, 134, 57, 1) 0%,
    rgba(240, 81, 57, 1) 100%
  );
  top: 0;
  right: 0;
  z-index: -1;
}
/* footer .f-notes::after{content:""; position: absolute; height:100%; width:100%; left:0; background: linear-gradient(180deg, rgba(240,134,57,1) 0%, rgba(240,81,57,1) 100%); top:0; right:0; z-index:-1;} */
footer .about-edge {
  width: 280px;
}
footer .about-edge .footer-logo {
  margin: 0 0 15px 0;
}
footer .about-edge h3 {
  color: #404040;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 15px;
}
footer .about-edge p {
  color: #66667e;
  font-size: 14px;
  line-height: 26px;
}
footer .footer-nav-social .navi-g {
  width: 200px;
  padding: 0 35px;
}
footer .footer-nav-social .mail-links {
  padding: 0 35px;
  width: 200px;
}
footer .footer-nav-social .mail-links::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  background-color: #f0f0f0;
  top: 0;
}

footer .footer-nav-social .mail-links::before {
  left: auto;
  right: 0;
}
footer .footer-nav-social .quick-link p {
  color: #404040;
  margin: 0 0 8px;
}
footer .footer-nav-social .quick-link ul li {
  padding: 6px 0;
}
footer .footer-nav-social .quick-link ul li a {
  color: #404040;
  font-size: 14px;
}
footer .footer-nav-social .quick-link p a:hover {
  color: #ea3318;
}
footer .footer-nav-social .quick-link ul li a:hover {
  color: #ea3318;
}
footer .footer-nav-social .last-s {
  padding: 0 0 0 35px;
  width: 240px;
}
footer .footer-nav-social .last-s .tit p {
  color: #404040;
  margin: 0 0 10px;
}
footer .footer-nav-social .last-s .tit + .tit {
  margin-top: 30px;
}
footer .footer-nav-social .last-s .social {
  margin-left: -5px;
  margin-right: -5px;
  padding-right: 35px;
}
footer .footer-nav-social .last-s .social .ic-so {
  height: 24px;
  width: 24px;
  display: inline-block;
  margin: 1px 5px;
  opacity: 0.8;
}
footer .footer-nav-social .last-s .social .ic-so:hover {
  opacity: 1;
}
/* footer .footer-nav-social .last-s .social .ic-so + .ic-so{margin-left:4px;} */
footer .footer-nav-social .last-s .social .ic-fb {
  background-position: -303px -118px;
}
footer .footer-nav-social .last-s .social .ic-fb:hover {
  background-position: -303px -142px;
}
footer .footer-nav-social .last-s .social .ic-tw {
  background-position: -327px -118px;
}
footer .footer-nav-social .last-s .social .ic-tw:hover {
  background-position: -327px -142px;
}
footer .footer-nav-social .last-s .social .ic-inst {
  background-position: -351px -118px;
}
footer .footer-nav-social .last-s .social .ic-inst:hover {
  background-position: -351px -142px;
}
footer .footer-nav-social .last-s .social .ic-you {
  background-position: -279px -70px;
}
footer .footer-nav-social .last-s .social .ic-you:hover {
  background-position: -279px -94px;
}
footer .footer-nav-social .last-s .social .ic-te {
  background-position: -327px -70px;
}
footer .footer-nav-social .last-s .social .ic-te:hover {
  background-position: -327px -94px;
}
footer .footer-nav-social .last-s .social .ic-lik {
  background-position: -303px -70px;
}
footer .footer-nav-social .last-s .social .ic-lik:hover {
  background-position: -303px -94px;
}
footer .footer-nav-social .last-s .social .ic-whap {
  background-position: -351px -70px;
}
footer .footer-nav-social .last-s .social .ic-whap:hover {
  background-position: -351px -94px;
}
footer .footer-nav-social .last-s .social .ic-medium {
  background-position: -279px -118px;
}
footer .footer-nav-social .last-s .social .ic-medium:hover {
  background-position: -279px -142px;
}

footer .footer-nav-social .last-s .cont-us a {
  color: #404040;
}
footer .footer-nav-social .last-s .cont-us a:hover {
  color: #ea3318;
}
footer .copy-right {
  margin: 25px 0 0 0;
}
footer .copy-right p {
  font-size: 10px;
  color: #66667e;
}
footer .copy-right .some-links a {
  margin: 0 10px;
  font-size: 10px;
}
footer .copy-right .some-links a:hover {
  color: #ea3318;
}

@media (min-width: 1551px) {
  .three-m-s .inn-bx h3 {
    font-size: 35px;
  }
  .main-title-s h1,
  .asia-blc .main-title h1,
  .main-title h1 {
    font-size: 150px;
  }
  .main-title-s h2 {
    font-size: 30px;
    letter-spacing: 40px;
  }

  .our-so-new-pg.ad .text-contain {
    max-width: 500px;
  }
  .our-so-new-pg.ad .main-title-s h1 {
    font-size: 90px;
  }
  .our-so-new-pg.ad .main-title-s h2 {
    font-size: 15px;
    letter-spacing: 25px;
  }
  .our-so-new-pg.ad .text-contain p {
    font-size: 20px;
    line-height: 28px;
  }
  .eco-system-se.our-so-new-pg .some-str-change .text-contain {
    padding: 0;
  }
  .eco-system-se.our-so-new-pg {
    height: 750px;
  }

  .text-contain p {
    font-size: 22px;
    line-height: 35px;
  }
  .main-hop .lining-to a {
    font-size: 18px;
  }
  .main-hop.eco-system-se .follow-us-socil .btn-apply-now {
    padding: 21px 60px 23px;
    font-size: 20px;
    border-radius: 60px;
    top: 5px;
  }
  .main-hop.eco-system-se .follow-us-socil .line-btn {
    padding: 21px 60px 23px;
    border-radius: 60px;
    font-size: 20px;
  }
  .only-img-sec .white-bar::after {
    max-width: 1110px;
  }
  .text-contain,
  .current-scenario .current-se-box,
  .three-m-s.in-who-we-are .inn-bx,
  .advantage-over .inner-text,
  .current-scenario .current-se-box .inner-contain,
  .three-m-s .inn-bx {
    max-width: 100%;
  }
  .three-m-s .inn-bx p,
  .advantage-over .inner-text p,
  .advantageses-over p,
  .four-m-bxes .txt-se p,
  .we-are-differnent .rit-text p,
  .cob-bcm-digital .lft-bx p,
  .advantage-over.rules-who-aply .into-two h4,
  .cob-bcm-digital .rit-bx p,
  .current-scenario .current-se-box .inner-contain p,
  .our-technology .contain-p p {
    font-size: 20px;
    line-height: 36px;
  }
  .our-technology .contain-p small,
  .three-m-s .inn-bx small,
  .current-scenario .current-se-box p,
  .advantage-over.rules-who-aply .into-two ul li,
  .cob-bcm-digital .lft-bx small {
    font-size: 14px;
  }
  .our-technology .contain-p h2,
  .current-scenario .current-se-box h2,
  .four-m-bxes .txt-se h3,
  .we-are-differnent .rit-text h2,
  .cob-bcm-digital .sw-bx h2,
  .advantageses-over h3 {
    font-size: 30px;
    line-height: 34px;
  }
  .advantage-over .inner-text h2 {
    font-size: 24px;
  }
  .advantage-over.rules-who-aply .into-two ul li {
    line-height: 24px;
    padding: 0 0 0 30px;
  }
  .advantage-over.rules-who-aply .into-two ul li::after {
    height: 10px;
    width: 10px;
    top: 8px;
  }
  nav.side-menu .menu li a,
  nav.side-menu .menu li {
    font-size: 14px;
  }
  nav.side-menu .menu li + li {
    margin-top: 30px;
  }
  nav.side-menu .menu li ul li + li {
    margin-top: 20px;
  }
  nav.side-menu .menu li:last-child {
    margin-bottom: 30px;
  }
}

@media (min-width: 1450px) {
  header .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
  .eco-system-se::after {
    -webkit-animation: slide 10s linear infinite;
    animation: slide 10s linear infinite;
  }
}
@media (min-width: 1368px) and (max-width: 1450px) {
  header .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1551px) and (min-width: 1200px) {
  .three-m-s.in-who-we-are .inn-bx,
  .advantage-over .inner-text,
  .three-m-s .inn-bx {
    margin-left: 15%;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .three-m-s.in-who-we-are .inn-bx,
  .advantage-over .inner-text,
  .three-m-s .inn-bx {
    margin-left: 2%;
  }
}

@media (min-width: 1368px) {
  .txt-part-se,
  .breadcrumbs-div {
    margin-left: 10%;
  }
  .title-brd .breadcrumbs-div {
    margin: 0;
  }
}

@media (max-width: 1280px) {
  .main-team-section::after {
    width: calc(100% - 40px);
  }
}

@media (max-width: 1199px) {
  .flex-wrap-1199 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .about-edge {
    width: 100%;
    margin: 0 0 30px;
  }
  footer .footer-nav-social .mail-links:first-child {
    padding-left: 0;
  }
  footer .about-edge .footer-logo {
    width: 150px;
  }
  .body-scroll-dis {
    padding: 0;
  }
  .main-team-section::after {
    width: calc(100% - 100px);
  }
  .team-m-box {
    width: calc((100% / 5) - 30px);
  }
  .our-team.eco-system-se .txt-part-se {
    margin-top: 100px;
  }
  .our-so-new-pg.ad .text-contain {
    max-width: 420px;
  }
}

@media (max-width: 1079px) {
  .main-team-section::after {
    width: calc(100% - 40px);
  }
}
@media (max-width: 1024px) {
  .our-technology .for-bg::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .d-none-991 {
    display: none;
  }
  .d-block-991 {
    display: block;
  }
  .flex-wrap-991 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .d-flex-991 {
    display: -ms-flexbox;
    display: flex;
  }
  .w-100-991 {
    width: 100%;
  }
  .three-m-s.on-m-hmp .for-shape::before {
    display: none;
  }
  .justify-content-center-991 {
    -ms-flex-pack: center;
    justify-content: center;
  }
  header .letest-news {
    margin-right: 20px;
  }
  .current-scenario .three-points .same-box {
    width: 100%;
    padding: 0;
    text-align: left;
  }
  .current-scenario .three-points .same-box + .same-box {
    margin-top: 30px;
  }
  .current-scenario .same-box .ic-se {
    margin: 0;
  }
  footer .footer-nav-social .navi-g {
    padding: 0;
  }
  .eco-system-se .main-link-here .full-bg-left::after {
    display: none;
  }
  /* .eco-system-se .main-link-here .rig-link{margin:15px 0 0 0;}
  .eco-system-se .left-link .sub-link{padding:0 30px;}
  .eco-system-se .left-link .sub-link + .sub-link{padding:0 30px;}
  .eco-system-se .main-link-here .rig-link a{border-radius:10px; padding:25px 50px;}   */
  .main-link-here .rig-link a {
    padding: 15px 20px;
    display: inline-block;
    line-height: 1;
    background: rgb(240, 81, 57);
    background: linear-gradient(
      180deg,
      rgba(240, 81, 57, 1) 0%,
      rgba(240, 134, 57, 1) 100%
    );
    color: #fff;
    border-radius: 0 25px 0 0;
    position: fixed;
    left: 0;
    top: auto;
    bottom: 0;
    z-index: 9;
  }
  .main-link-here .rig-link a:hover {
    background: rgb(240, 134, 57);
    background: linear-gradient(
      180deg,
      rgba(240, 134, 57, 1) 0%,
      rgba(240, 81, 57, 1) 100%
    );
  }
  .asia-blc.eco-system-se .for-shape::after {
    display: none;
  }
  .asia-blc.eco-system-se .for-shape::before {
    display: block;
    top: 0;
    right: 0;
    background-size: 100%;
    width: 130px;
  }
  .apply-accelerated .form-section .helf-width {
    width: 100%;
  }
  .apply-accelerated
    .form-section
    .helf-width.float-label-field
    + .helf-width.float-label-field {
    margin-top: 35px;
  }
  .apply-accelerated .form-section .top-s + .top-s {
    margin-top: 35px;
  }
  .apply-accelerated .left-title {
    width: 250px;
  }
  .apply-accelerated .awd-txt-im h4 {
    font-size: 22px;
  }
  .apply-accelerated .form-section {
    width: calc(100% - 250px);
  }
  .eco-system-se {
    height: auto;
    overflow: inherit;
    padding: 80px 0;
  }
  .eco-system-se .for-shape::after {
    top: 0;
    width: 100px;
    background-size: 80px;
    height: 240px;
  }
  .eco-system-se .for-shape::before {
    top: 0;
    background-size: 150px;
    width: 140px;
    height: 230px;
  }
  .txt-part-se {
    margin: 30px auto 0;
  }
  .eco-system-se.our-so-new-pg .some-str-change .txt-part-se {
    margin: 0;
  }
  .eco-system-se.our-so-new-pg .some-str-change .text-contain {
    padding: 0;
  }
  .eco-system-se.our-so-new-pg::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.55);
    filter: none;
    z-index: -1;
    top: 0;
    left: 0;
  }
  .eco-system-se.our-so-new-pg {
    height: 500px;
  }
  .asia-blc.eco-system-se .txt-part-se {
    margin: 30px 0 0 0;
  }
  .team-m-box {
    width: calc((100% / 3) - 30px);
  }
  .our-team.eco-system-se .txt-part-se {
    margin-top: 50px;
  }
  .main-title-s h1 {
    font-size: 60px;
  }
  .cob-bcm-digital .lft-bx {
    padding: 0;
  }
  .cob-bcm-digital .rit-bx {
    padding: 0 20px;
  }
  .three-m-s .inn-bx h3 {
    font-size: 20px;
  }
  .we-are-differnent .for-cross-sign::before {
    transform: rotate(-30deg);
  }
  .we-are-differnent .for-cross-sign::after {
    transform: rotate(30deg);
  }
  .token-tabs-se .tab-swap .txt-part h2 {
    font-size: 44px;
  }
  .token-tabs-se .edge-smal {
    width: 50px;
  }
  footer .footer-nav-social .mail-links {
    padding: 0 15px;
  }
  footer .footer-nav-social .last-s {
    padding: 0 15px;
    width: 200px;
  }
  footer .footer-nav-social .mail-links {
    width: 170px;
  }
  .advantage-over .inner-text {
    max-width: 100%;
  }
  .btn-gp .btn-apply-now {
    margin: 35px auto 0;
  }
  .current-scenario .current-se-box .left-se {
    width: 100%;
  }
  .current-scenario .current-se-box .right-se {
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
  }
  .advantage-over .s-w {
    width: 100%;
  }
  .advantage-over .s-w + .s-w {
    margin-top: 30px;
  }
  .partner-multi-logo .part-lgo-bx {
    width: calc(25% - 30px);
  }
  .current-indus-solu .comparetable-table tbody tr th.for-widht {
    width: 155px;
  }
  .we-hve-featu .iiner-cont {
    padding: 0 0 30px;
  }
  .we-hve-featu .rt-t {
    padding: 0;
  }
  .token-tabs-se .nav-tabs {
    margin: 0 -10px;
  }
  .token-tabs-se .nav-tabs .nav-item + .nav-item {
    margin-left: 10px;
  }
  .token-tabs-se .nav-tabs .nav-item {
    margin: 10px;
  }
}

@media (min-width: 768px) {
  .token-tabs-se .nav-tabs {
    display: flex;
  }
  .token-tabs-se .card {
    border: none;
  }
  .token-tabs-se .card .card-header {
    display: none;
  }
  .token-tabs-se .card .collapse {
    display: block;
  }
  .faqs-main-que .into-two-p {
    width: 49.3%;
  }
}

@media (max-width: 767px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .d-block-767 {
    display: block;
  }
  .flex-wrap-767 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .d-flex-767 {
    display: -ms-flexbox;
    display: flex;
  }
  .justify-content-between-767 {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .w-100-767 {
    width: 100%;
  }
  .d-none-767 {
    display: none;
  }
  .order-1-767 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-2-767 {
    -ms-flex-order: 2;
    order: 2;
  }
  .eco-system-se .for-shape::after,
  .main-hop.eco-system-se .for-shape::after,
  .eco-system-se.partners-shapes .for-shape::before,
  .eco-system-se .for-shape::before,
  .apply-accelerated .fr-shapre::before,
  .main-hop.eco-system-se .for-shape::before,
  .three-m-s.on-m-hmp .for-shape::before {
    display: none;
  }
  .eco-system-se.our-so-new-pg .some-str-change {
    left: 25px;
    right: 25px;
  }
  footer .footer-nav-social .navi-g {
    width: 48%;
  }
  footer .footer-nav-social .mail-links {
    width: 48%;
    padding: 0;
  }
  footer .footer-nav-social .mail-links::after,
  footer .footer-nav-social .mail-links::before {
    display: none;
  }
  footer .footer-nav-social .last-s {
    padding: 0;
  }
  footer .footer-nav-social .last-s .tit {
    width: 48%;
  }
  footer .footer-nav-social .last-s .tit + .tit {
    margin-top: 0;
  }
  footer .copy-right {
    margin: 30px 0;
  }
  footer .copy-right .some-links {
    margin: 0 0 30px;
  }
  footer .copy-right .some-links a {
    margin: 0;
  }
  footer .copy-right .some-links a + a {
    margin-left: 50px;
  }
  .our-technology .for-bg::before {
    max-width: 460px;
  }
  .white-bar {
    display: none;
  }
  .current-scenario .current-se-box {
    width: 100%;
    max-width: 100%;
    padding: 40px;
  }
  .current-scenario.cust-part .current-se-box {
    padding: 0;
  }
  .our-technology .sm-w {
    width: 100%;
  }
  .only-img-sec {
    height: 390px;
  }
  .eco-system-se .for-shape::after {
    top: -90px;
    width: 130px;
    background-size: 80px;
    height: 240px;
  }
  .eco-system-se .for-shape::before {
    top: 240px;
    background-size: 130px;
    width: 110px;
    height: 220px;
  }
  .main-title h1 {
    font-size: 80px;
  }
  .main-title h2 {
    font-size: 12px;
    letter-spacing: 20px;
  }
  .text-contain {
    margin: 30px 0 0;
  }
  .eco-system-se .left-link .sub-link {
    width: 48%;
  }
  .eco-system-se .main-link-here .left-link {
    padding: 20px;
  }
  .eco-system-se .left-link .sub-link + .sub-link {
    padding: 15px 0;
  }
  .eco-system-se .left-link .sub-link + .sub-link::after {
    display: none;
  }
  .eco-system-se .left-link .sub-link {
    padding: 15px 0;
  }
  .asia-blc.eco-system-se {
    margin: 0;
    padding: 50px 0;
  }
  .advantage-over.rules-who-aply .into-two {
    width: 100%;
    padding: 0;
  }
  .advantage-over.rules-who-aply .into-two + .into-two {
    margin-top: 60px;
    padding-top: 60px;
  }
  .advantage-over.rules-who-aply .into-two::after {
    display: none;
  }
  .advantage-over.rules-who-aply .into-two + .into-two::before {
    left: auto;
    right: 0;
    content: '';
    height: 1px;
    top: 0px;
    width: 100%;
    background-color: #fff;
    position: absolute;
  }
  .apply-accelerated .left-title {
    width: 100%;
  }
  .apply-accelerated .form-section {
    width: 100%;
    padding: 0;
    margin: 30px 0 0;
  }
  .main-team-section::after {
    display: none;
  }
  .main-team-section .card-body {
    padding: 0 30px;
    border-radius: 0;
  }
  .team-m-box {
    width: calc((100% / 2) - 30px);
  }
  .advantage-over.becom-our .inner-text p {
    width: 100%;
  }
  .btn-job-opning {
    margin: 15px 0 0 0;
  }
  .token-tabs-se .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }
  .cob-bcm-digital .sw-bx {
    width: 100%;
  }
  .cob-bcm-digital .lft-bx {
    padding: 50px 0 30px;
  }
  .cob-bcm-digital .rit-bx {
    padding: 50px 0 20px;
  }
  .cob-bcm-digital {
    background-color: #34adff;
    background-image: -webkit-linear-gradient(90deg, #f2f2f2 50%, #0f1740 50%);
    background-image: gradient(90deg, #f2f2f2 50%, #0f1740 50%);
    padding: 0;
  }
  .main-title-s h2 {
    font-size: 8px;
  }
  .four-m-bxes .sm-w-bx {
    width: 100%;
    position: relative;
  }
  .four-m-bxes .sm-w-bx + .sm-w-bx {
    margin-top: 30px;
    padding-top: 30px;
  }
  .four-m-bxes .sm-w-bx + .sm-w-bx::after {
    width: 100%;
    top: 0;
    position: absolute;
    content: '';
    height: 1px;
    background-color: #282896;
  }
  .four-m-bxes .for-bm-p {
    padding: 0;
  }
  .four-m-bxes .for-tp-p {
    padding: 0;
  }
  .for-plus-sign::before,
  .for-plus-sign::after {
    display: none;
  }
  .we-are-differnent .into-two-part {
    width: 100%;
    padding: 0;
  }
  .advantage-over.we-are-differnent {
    padding: 30px 0;
  }
  .we-are-differnent .for-cross-sign::after,
  .we-are-differnent .for-cross-sign::before {
    display: none;
  }
  .we-are-differnent .into-two-part {
    min-height: inherit;
  }
  .we-are-differnent .lft-tit h3 {
    font-size: 50px;
  }
  .we-hve-featu .lft-t {
    width: 100%;
  }
  .we-hve-featu .rt-t {
    width: 100%;
    padding: 15px 0 0 0;
  }
  .we-hve-featu .lft-t h3 {
    font-size: 18px;
  }
  .token-tabs-se .edge-smal {
    display: none;
  }
  .token-tabs-se .tab-swap .img-part {
    width: 100%;
    margin-top: 20px;
  }
  .token-tabs-se .card-header {
    border-bottom: none;
  }
  .token-tabs-se .tab-swap .txt-part {
    width: 100%;
    padding: 0;
  }
  .token-tabs-se .card-body {
    padding: 20px;
  }
  .token-tabs-se {
    padding: 30px 0;
  }
  .token-tabs-se .tab-swap .txt-part .iner-pt {
    max-width: inherit;
  }
  .token-tabs-se .card-header {
    padding: 0;
  }
  .token-tabs-se .card-header a {
    display: block;
    padding: 15px;
    line-height: 1;
  }
  .token-tabs-se .tab-content > .tab-pane + .tab-pane {
    margin-top: 20px;
  }
  .apply-accelerated::after {
    display: none;
  }
  .navigation-dots-container {
    display: none;
  }
  .eco-system-se {
    padding: 50px 0;
  }
  footer .footer-nav-social .last-s {
    width: 48%;
  }
  footer .footer-nav-social .last-s .tit {
    width: 100%;
  }
  .b-s-20-767 {
    height: 20px;
  }
  .faqs-main-que .into-two-p {
    width: 100%;
    margin: 0;
  }
  .faqs-main-que .into-two-p + .into-two-p {
    margin-top: 20px;
  }
  .faqs-main-que .card {
    margin: 0;
  }
  .faqs-main-que .card + .card {
    margin-top: 20px;
  }
  footer .footer-nav-social .last-s .social {
    padding-right: 0;
  }
  .partner-multi-logo .part-lgo-bx {
    width: calc(33% - 30px);
  }
  .cust-zo-contact-form .half-width-3 {
    width: 100%;
  }
  .cust-zo-contact-form .half-width {
    width: 100%;
  }
  .cust-zo-contact-form {
    max-width: 520px;
  }
  .cust-zo-contact-form .zcwf_title h1 {
    font-size: 25px;
  }
  .bellow-text-part p {
    width: 100%;
    margin: 0;
  }
  .bellow-text-part p + p {
    margin-top: 20px;
  }
  .our-technology.on-hmp-man {
    padding: 40px 0;
  }
  .our-technology.on-hmp-man::after,
  .our-technology .for-bg::before,
  .apply-accelerated.ambass-bg::before,
  .current-indus-solu::before {
    display: none;
  }
  .current-indus-solu .card-header {
    pointer-events: none;
  }
  .our-technology.oslu {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .token-tabs-se .active-acce h5 {
    background: linear-gradient(
      180deg,
      rgba(240, 134, 57, 1) 0%,
      rgba(240, 81, 57, 1) 100%
    );
    color: #fff;
  }
  .morinfo-ab-coint .sw-p {
    width: 100%;
  }
  .token-tabs-se .tab-swap .txt-part h2 {
    font-size: 34px;
  }
  .morinfo-ab-coint .small-conn .sw-p {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .flex-wrap-575 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .eco-system-se.asia-blc .main-title h1 {
    width: 100%;
    font-size: 120px;
  }
  .eco-system-se.asia-blc .main-title h2 {
    margin: 10px 0 0 0;
  }
}

@media (max-width: 479px) {
  .flex-wrap-479 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .copy-right .some-links a + a {
    margin-left: 20px;
  }
  .our-technology .for-bg::before {
    max-width: 270px;
  }
  .main-title h1 {
    font-size: 60px;
  }
  .only-img-sec {
    height: 200px;
  }
  .main-title h2 {
    letter-spacing: 15px;
  }
  nav.side-menu .menu {
    width: 280px;
  }
  .eco-system-se .for-shape::after {
    display: none;
  }
  .three-m-s {
    padding: 30px 0;
  }
  .three-m-s .inn-bx h3 {
    font-size: 15px;
  }
  .main-hop.eco-system-se {
    padding: 30px 0;
  }
  .main-hop.eco-system-se .for-shape::before {
    display: none;
  }
  .main-title-s h1 {
    font-size: 48px;
  }
  .main-title-s h2 {
    letter-spacing: 10px;
  }
  .we-are-differnent .lft-tit h3 {
    font-size: 30px;
  }
  .we-are-differnent .rit-text h2 {
    font-size: 22px;
  }
  .asia-blc.eco-system-se .for-shape::before {
    display: none;
  }
  .our-technology .contain-p h2,
  .cust-zo-contact-form h2,
  .partner-multi-logo h2,
  .current-indus-solu h2,
  .advantageses-over h3 {
    font-size: 20px;
  }
  .partner-multi-logo .part-lgo-bx {
    width: calc(50% - 30px);
  }
  .morinfo-ab-coint .bellow-text-part .txt-p {
    width: 100%;
    padding: 0;
    margin: 15px 0 0 0;
  }
}

@media (max-width: 430px) {
  .flex-wrap-430 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .w-100-430 {
    width: 100%;
  }
  .main-hop.eco-system-se .follow-us-socil .line-btn {
    padding: 10px 40px 12px;
    margin: 20px 0 0 0;
  }
  .team-m-box {
    width: calc((100% / 1) - 30px);
  }
  .breadcrumbs-div {
    display: none !important;
  }
  footer .footer-nav-social .mail-links {
    width: 100%;
  }
  .b-s-20-430 {
    height: 20px;
  }
  .advantage-over .imagese img {
    max-width: 120px;
  }
  footer .footer-nav-social .last-s {
    width: 100%;
  }
  footer .footer-nav-social .last-s .social .ic-so {
    margin: 1px 3px;
  }
  header .logo {
    max-width: 170px;
  }
}

.past-partners {
  float: right;
}

.accordion2 {
  background-color: #fff;
}
.accordion2 .card {
  background-color: #fff;
  border: none;
}
.accordion2 .card-header {
  background-color: #fff;
  border: none;
}

.filler {
  height: 13px;
  background-color: #fff;
}
