body {
  font-family: 'poppins';
  scroll-padding-top: 10rem;

}


html {
  scroll-behavior: smooth;
}

p {
  font-size: 20px;
  font-weight: 500;
}

.header-banner .container {
  z-index: 2;
  position: relative;
}

.header-banner {
  background: url(../img/home-background.png) no-repeat center top;
  background: linear-gradient(26deg, #0065ff -70%, #000518 19%, #000519 65%, #0065ff 109%);
  height: 46rem !important;
  align-content: center;
  padding-top: 7rem;
  position: relative;
}

.header-banner::after {
  filter: opacity(100%);
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/neon-background.png) no-repeat;
  background-size: cover;
  bottom: 0px;
  background-position: 100% 50%;
  left: 0px;
  position: absolute;
  display: inline-block;
  z-index: 1;
  opacity: 1;
}

/* main header nav css start*/
#mainNav:has(.show) {
  .navbar-toggler-icon {
    background: url(../images/menu-close.svg) 0 0 !important;
    background-size: 100% 100% !important;
  }
}

#navbarResponsive {
  justify-content: flex-end;
}

#navbarResponsive .main-menu {
  border-radius: 50px;
  border: 2px solid #fff;
  padding: 0px 7px;
  display: flex;
  align-items: center;
}

/* #mainNav .container{ padding-top: 20px;} */
/* #mainNav .navbar-nav .nav-item  {

   
  } */
.logomob {
  display: none;
}

@media (min-width: 992px) {
  #mainNav {
    box-shadow: none;
    /* background-color: rgb(2 4 25, 0); */
  }

  #mainNav .navbar-brand {
    margin-right: 50px;
    color: rgba(0, 0, 255, 0.7);
    padding: 0;
  }

  #mainNav .navbar-brand img {
    max-width: 300px;
    width: 100%;
  }

  #mainNav .navbar-brand:hover {
    color: #fff;
  }

  #mainNav .navbar-nav .nav-item .nav-link {
    color: rgba(255, 255, 255, 1);
    padding: 0rem;
    position: relative;
    color: #fff;
    padding: 15px 0;
    margin: 0 20px;
  }

  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
  }

  #mainNav .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
  }

  #mainNav.navbar-shrink {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    /* background: linear-gradient(26deg, #0065ff -70%, #000518 19%, #000519 65%, #0065ff 109%); */
    background: url(../img/neon-background.png);
    background-size: 200%;
  }

  #mainNav.navbar-shrink .navbar-brand {
    color: #212529;
  }

  #mainNav.navbar-shrink .navbar-brand:hover {
    color: #f4623a;
  }

  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
    color: #fff;
    padding: 15px 0;
    margin: 0 20px;
  }

  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
  }


  #mainNav .navbar-nav .nav-item .nav-link:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 10px;
    content: "";
    display: block;
    height: 2px;
    margin-left: 0;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }

  #mainNav .navbar-nav .nav-item .nav-link:hover:after {
    width: 100%;
    left: 0;
  }

  #mainNav .navbar-nav .nav-item .nav-link.active:after {
    background: none repeat scroll 0 0 transparent;
    bottom: -5px;
    content: "";
    display: block;
    height: 2px;
    margin-left: 0;
    left: 50%;
    position: absolute;
    background: #f4623a;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }

  #mainNav .navbar-nav .nav-item .nav-link.active:after {
    width: 100%;
    left: 0;
  }

  @media screen and (max-height: 300px) {
    ul {

      border-radius: 4px !important;
    }
  }




}

.contactbtn {
  /* background-color: #E17523; */
  border: 2px solid #ffffff;
  border-radius: 50px;
  margin-left: 14px;
  color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 17px;
  font-weight: 500;
  justify-content: center;
}

.outlinebtn {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50px;
  margin-left: 14px;
  color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 17px;
  font-weight: 500;
  white-space: nowrap;
}

.contactbtn:hover,
.contactbtn:focus-visible,
.contactbtn:focus-visible,
.outlinebtn:hover,
.outlinebtn:focus-visible,
.outlinebtn:focus-visible {
  background: #E17523;
  border: 2px solid #E17523;
  border-radius: 50px;
  color: #fff;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  background: #E17523;
  border: 2px solid #E17523;
  border-radius: 50px;
  color: #fff;
}



.dropdown-toggle::after {
  border: 0;
}

.navbar-nav li:hover>ul.dropdown-menu {
  display: block;
  top: 54px;
  padding: 0 0px;
  min-width: 250px;
  border-radius: 0 0px 10px 10px !important;
  left: 15px !important
}

.navbar-nav li:hover>ul.dropdown-menu.show {
  display: block;
  top: 54px;
  padding: 0 0px;
  min-width: 250px !important;
  border-radius: 0 0px 10px 10px !important;
  left: 0px !important
}


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 30px !important;
  left: 100%;
  margin-top: -6px;
}


#mainNav .dropdown-menu li {
  border-bottom: 1px solid #ededed;
  padding: 0px 0px;
}

#mainNav .dropdown-menu li a {
  border-bottom: 1px solid #ededed;
  padding: 8px 10px;
}

#mainNav .dropdown-menu li a:last-child {
  border: none;
}

#mainNav .dropdown-menu li:hover {
  background: #E17523;
}

#mainNav .dropdown-menu li:last-child {
  border-radius: 0px 0px 4px 4px;
}

#mainNav .dropdown-menu li:hover a {
  background: none;
  color: #fff;
}

#mainNav .dropdown-menu li:last-child {
  border: none;
}

#mainNav .dropdown-menu li.active {
  background: #E17523;
  padding: 0;
}

#mainNav .dropdown-menu li a.active {
  color: #fff !important;
  background: #E17523;
}



/* rotate caret on hover */
.dropdown-menu>li>a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}

/* main header nav css end */




/* Header Banner  css staret */
.header-banner p {
  font-size: 20px;
  color: #ff66c4;
  margin-top: 4rem;
}

header.formidium-banner-fundadimn {
  padding-top: 10.5rem;
  position: relative;
  padding-bottom: calc(10.5rem - 4.5rem);
  background: linear-gradient(180deg, rgba(1, 103, 255, 1) -40%, rgba(1, 6, 27, 1), rgba(0, 5, 23, 1), rgba(1, 103, 255, 1));
  /* background: linear-gradient(180deg, rgba(1, 103, 255, 1) 0%, rgba(1, 6, 27, 1) 35%, rgba(1, 103, 255, 1) 100%), ; */
  margin-bottom: 70px;
}

header.formidium-banner-fundadimn .container-fluid {
  position: relative;
  z-index: 2;
}

header.formidium-banner-fundadimn::after {
  filter: opacity(100%);
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/admin-wave-01.svg) no-repeat;
  background-size: cover;
  bottom: -35px;
  left: 0px;
  position: absolute;
  display: inline-block;
  z-index: 1;
  opacity: 0.2;
}


.formidium-banner-log {
  right: 0;
  bottom: 50px;
  max-width: 100%;
  max-width: 34rem;
  padding-right: 0.5rem;
}

/* header.masthead::after{content: ""; width: 20px; height: 200px; display: inline-block;
 position: absolute;right: 0; top: 20%; background: url(../images/bannerimg.svg) no-repeat } */
header.formidium-banner-fundadimn h1 {
  font-size: 3.5rem;
  font-weight: bold;
  text-align: left;
  padding: 80px 0rem 80px 10rem
}

/* Header Banner  css end */


/* inner pages css start */
h2 {
  font-size: 44px;
  color: #1154d2;
  font-weight: bold;
  margin-bottom: 30px;
  font-weight: 700;
}

.formidium-section-gap {
  margin-bottom: 100px;
}

.formidium-section-gap p {
  margin-bottom: 0;
  color: #000;
  font-size: 20px;
  text-align: center;
}

#formidium-Pioneering {
  background: #F4F7FE;
  padding: 70px 0;
}

#formidium-Pioneering .seamless {
  background: #fff;
  border-radius: 50px;
  margin: 50px 0 30px 0;
  padding: 70px 50px;
}

.seamless-img {
  display: flex;
  justify-content: center;
}

#formidium-Pioneering .seamless img {
  max-width: 250px;
  width: 100%;
}

.formidium-rmbtn {
  display: flex;
  align-items: flex-end;
  padding-bottom: 50px;
}

.formidium-readmorebtn {
  background-color: #fff;
  border: 2px solid #E17523;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 500;
  color: #000;
}

.formidium-readmorebtn:hover {
  background-color: #E17523;
  color: #fff;
}

.contactbtn:hover {
  background: rgb(225 117 35 / 95%);
  border: 2px solid #E17523;
  border-radius: 50px;
  color: #fff;
}

.tm {
  top: -.3em;
  margin-left: -3px;
}

.formidium-fundac {
  background: #F4F7FE;
  border-radius: 50px;
  min-height: 440px;
  padding: 50px;
  position: relative;
}

.formidium-fundac::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -110px;
  width: 145px;
  height: 100%;
  background: #f4f7fe;
  border-radius: 0px 50px 50px 0px;
  z-index: -1;

}

.formidium-fundac ul {
  margin: 0;
  padding: 0;
}

.formidium-fundac ul li {
  margin: 10px 0;
  padding: 0 0px 0 20px;
  list-style: none;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.formidium-fundac ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  width: 8px;
  height: 8px;
  background: #E17523;
  border-radius: 100%;
}

.fundavtar {
  background: #0167FF;
  border-radius: 50px 0px 0px 50px;
}

.fundavtar-inner {
  background: #0167FF;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px 0px 0px 50px;
}


.formidium-fundac2 {
  background: #F4F7FE;
  border-radius: 50px;
  padding: 50px;
  position: relative;
}

.fundavtar-inner2::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -110px;
  width: 145px;
  height: 100%;
  background: #000000;
  border-radius: 0px 50px 50px 0px;
  z-index: -1;

}

.formidium-fundac2 ul {
  margin: 0;
  padding: 0;
}

.formidium-fundac2 ul li {
  margin: 10px 0;
  padding: 0 0px 0 20px;
  list-style: none;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.formidium-fundac2 ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  width: 8px;
  height: 8px;
  background: #E17523;
  border-radius: 100%;
}

.fundavtar2 {
  background: #F4F7FE;
  border-radius: 50px 0px 0px 50px;
}

.fundavtar-inner2 {
  position: relative;
  background: #000000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 0px 0px 50px;
}

.mt100px {
  margin-top: 100px;
}

.min-h {
  min-height: 550px;
  display: flex;
  align-items: center;
}

#we-meet {
  background: #F4F7FE;
  padding: 50px 0;
  margin-bottom: 0
}

h3 {
  font-size: 24px;
  font-weight: bold;
}

.needs {
  margin: 50px 0 50px 0;
}

.meet-box {
  min-height: 270px;
  height: 100%;
  position: relative;
  border: 1px solid #0167FF;
  padding: 100px 30px 30px 30px;
  border-radius: 20px;
  background: #fff;
}

.meet-boxbdr {
  border-color: #E17523;
}

.meet-box img {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 70px;
}

.h550 {
  min-height: 550px;
}









.fpricing {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  margin-top: 30px;
  display: block;
}

footer::after {

  width: 100%;
  opacity: 0.1;
}

.footer-nav {
  display: grid;
  grid-template-columns: auto auto auto auto 15%;
  column-gap: 30px;
  position: relative;
  z-index: 1;
}

footer .f-heading h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}

footer ul.f-link {
  margin: 0px;
  padding: 0;
}

footer ul.f-link li {
  margin: 8px 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

footer ul.f-link li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
}

footer .subscribesbtn {
  cursor: pointer;
  background-color: #E17523;
  text-decoration: none;
  border: 1px solid #E17523;
  border-radius: 50px;
  padding: 8px 40px;
  height: 40px;
  line-height: 24px;
  color: #fff;
  width: 100%;
}

footer .subscribesbtn:hover {
  background-color: #E17523;
  color: #fff;
}

footer .newsletter p {
  font-size: 14px;
  color: #fff;
}


footer .newsletter .lconnect {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}

.footer-Subscribes {
  /* margin-bottom: 40px;
  margin-top: 24px; */
  margin: 4rem 0 3rem;
  border-bottom: 1px solid #D9D9D9;
}

.formidiumpolicy {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.medialinks {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.medialinks img {
  margin-left: 24px;
}

.f-corp {
  font-size: 18px;
  color: #fff;
}

.f-corp a {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}

.privacy-policy a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  padding-left: 10px;
}

.footer2 {
  margin-top: 50px;
}

/* footer css end --- */





/* technology */

header.formidium-banner-technology {
  /* background: linear-gradient(180deg, rgba(0, 18, 76, 1) -40%, rgba(0, 10, 43, 1), rgba(0, 2, 11, 1), rgba(0, 0, 0, 1)); */
  /* padding-top: 10.5rem;
  padding-bottom: calc(10.5rem - 4.5rem);
  background: url(../images/banner-gradient.svg) center top;
  background-position: bottom;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  position: relative;
  margin-bottom: 70px;
  height: 100vh; */
}

/* header.formidium-banner-finalytic{
  padding-top: 10.5rem;
  padding-bottom: calc(10.5rem - 4.5rem);
  background: url(../images/banner-gradient.svg) center top;
  background-position: bottom;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  position: relative;
  margin-bottom: 70px;
  height: 100vh;
} */


.banerleft-img img {
  max-width: 100%;
}

header .container {
  position: relative;
  z-index: 9;
}


/* header.formidium-banner-technology:after {
  content: "";
  width: 90%;
  height: 190px;
  background: url("../images/graphics-dots.svg") no-repeat ;
  background-blend-mode: soft-light;
background-size: cover;
  bottom: 0px;
  left: -225px;
  position: absolute;
  display: inline-block;
  z-index: 0;
  opacity: 0.5;
  mix-blend-mode: color-dodge;
  }  */
/* header.masthead::after{content: ""; width: 20px; height: 200px; display: inline-block;
 position: absolute;right: 0; top: 20%; background: url(../images/bannerimg.svg) no-repeat }
 */
header h1 {
  font-size: 3.5rem;
  font-weight: bold;
  text-align: left;
  padding: 80px 0
}




#NextGentechnologies {
  margin-top: 100px;
}

.seamlessimg {
  border-radius: 40px;
  border: 1px solid #0167FF;
  display: flex;
  align-items: center;
}

.seamlesstext {
  padding: 50px 15% 50px 20%
}

.seamlessimg img {
  max-width: 100%;
}

.mt100 {
  margin-top: 100px;
}

#csd {
  background: #000;
  padding: 70px 0;
}

.csdtext {
  padding: 50px 25% 50px 15%;
}

.csdtext p {
  color: #fff;
}

.meet-box-center {
  padding: 40px 20px 40px 20px;
  text-align: center;
  height: 100%;
  min-height: 300px;
}

.meet-box-center img {
  position: static;
}

.meet-box-center .offers-icon {
  margin: 0px 0 20px 0;
}

.banerleft-img {
  display: flex;
}

.banerleft-img img {
  max-width: 100%;
}

.mt40 {
  margin-top: 40px;
}

.bdr-dard {
  border-bottom: 2px solid #bcbcbc !important;
}



/* marketplace css / */

.header-banner h1 {
  font-size: 52px;
  font-weight: bold;
  text-align: left;
  padding: 40px 0;
  position: relative;
}

.header-banner h1::after {
  background-image: linear-gradient(to right, #176feb, #0083f3, #0096f7, #00a7f9, #0fb7f8);
  content: "";
  width: 52%;
  height: 4px;
  background-size: cover;
  bottom: -16px;
  left: 0px;
  position: absolute;
  opacity: 1;
}



.mp-header-banner img {
  max-width: 100%;
}

header.mp-header-banner .container {
  position: relative;
  z-index: 9;
}

.marketplace-Serve {
  background: #F4F7FE;
  padding: 100px 0;
}

.mb80 {
  margin-bottom: 80px;
}

.mp-header-banner .mb100 {
  margin-bottom: 100px;
}

.who-we-service-img {
  position: relative;
}

.who-we-service-text {
  padding-left: 3rem;
}

.who-we-service-img .investors {
  position: absolute;
  top: -30px;
  left: calc(50% - 35px);
  line-height: 16px;
  font-weight: 500;
}

.who-we-service-img .fm {
  width: 80px;
  text-align: center;
  position: absolute;
  bottom: -40px;
  left: 10px;
  line-height: 16px;
  font-weight: 500;
}

.who-we-service-img .sp {
  width: 80px;
  text-align: center;
  position: absolute;
  bottom: -40px;
  right: 10px;
  line-height: 16px;
  font-weight: 500;
}

.mp-investors .meet-box-center {
  min-height: 290px;
  height: 100%;
}

.mp-investors .meet-box-center .offers-icon {
  margin: 30px 0;
}


#fund-manager {
  background: #F4F7FE;
  padding: 50px 0;
  margin-bottom: 0
}

.fund-manager .meet-box-center {
  min-height: 280px;
  height: 100%;
}

.fund-manager.meet-box-center .offers-icon {
  margin: 30px 0;
}


.mp-serviceporvider {
  padding: 50px 0;
  margin-bottom: 0
}

.mp-serviceporvider .meet-box-center {
  min-height: unset;
  height: 100%;
}

.mp-serviceporvider .meet-box-center h5 {
  margin: 30px 0 0px 0;
  ;
  font-size: 18px;
  font-weight: bold;
}

.latest-updates {
  background: #F4F7FE;
  padding: 50px 0;
  margin-bottom: 0
}

.latest-updates .view-allbtn {
  background: #0167FF;
  border-radius: 44px;
  padding: 10px 26px;

  height: 40px;
  color: #fff;
}

.latest-updates .viewall-btn {
  text-align: right;
}

.latest-updates .lastupdate-img img {
  max-width: 100%;
}

.latest-updates .news-text {
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 20px 4px 30px 40px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.latest-updates .news-text p {
  font-size: 18px;
  color: #252424;
}

.latest-updates .news-text p span {
  font-size: 20;
  color: #0167FF;
  font-weight: 600;
  margin-right: 20px;
}

.latest-updates .news-text h5 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-right: 20px;
  margin-top: 15px;
  margin-bottom: 0;
}



/* .mp-footer {
  background: #000;
  background-image: none;
  position: relative;
  padding-top: 100px;
} */

/* .mp-footer:after {
  background: url(../images/footer-graphic.svg) top left no-repeat;
  background-size: cover;
  width: 30%;

  height: 390px;
  content: "";
  position: absolute;
  opacity: 0.9;
  left: 0;
  top: 0;
  z-index: 0;
} */

.mp-footer .footer-form {
  background: #fff;
  border-radius: 30px;
  padding: 40px 30px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.mp-footer .footer-form h4 {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

.mp-footer .footer-form label {
  font-weight: 600;
  font-size: 14px;
}

.mp-footer .footer-form input {
  border-radius: 18px;
  border-color: #DDDDDD;
  background: #F6F6F6;
}

.mp-footer .footer-form textarea {
  border-radius: 10px;
  border-color: #DDDDDD;
  background: #F6F6F6
}

.mp-footer .footer-form .submintbtn {
  background: #E17523;
  font-size: 14px;
  padding: 8px 25px;
  margin-top: 10px;
  color: #fff;
  font-weight: 400;
  border-radius: 40px;
}

.contact-right-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.mp-footer .footer-form input::placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.mp-footer .footer-form textarea::placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.mp-footer .footer-contact .contact-text {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.contact-right-section .contact-text a {
  color: #fff !important;
  text-decoration: none;
}

.mp-footer .footer-contact .contact-text {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.footer-contact h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  font-size: 34px;
}

.mp-footer .mp-medialinks {
  margin-left: -15px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
  text-align: right;
  padding: 20px 0;
}

.mp-footer .mp-medialinks a {
  margin-left: 15px;
}

.mp-footer .mp-medialinks a img {
  width: 25px;
}

/* .mp-footer .mp-medialinks::after{ width: 50px; content: ""; position: absolute; bottom: -1px; left: -50px; height: 1px; background: #D9D9D9;} */
.pr0 {
  padding-right: 0;
}

.pl0 {
  padding-left: 0;
}

.formidium-color-orange {
  color: #E17523;
  text-decoration: none;
}

.formidium-color-blue {
  color: #176FEB;
  text-decoration: none;
}

.rowdiv {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}


header.formidium-taxplex-banner {
  padding-top: 4rem;
  padding-bottom: calc(5rem - 4.5rem);
  background: linear-gradient(204deg, rgba(2, 50, 121, 1) 15%, rgba(3, 4, 4, 1) 30%, rgba(1, 103, 255, 1) 150%);
  position: relative;

}

header.formidium-taxplex-banner:after {

  filter: opacity(100%);
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/taxplex-graphic.svg") no-repeat;
  /* background-blend-mode: soft-light; */
  background-size: cover;
  bottom: 20px;
  left: 0px;
  position: absolute;
  display: inline-block;
  z-index: 1;
  opacity: 1;
}

header.formidium-taxplex-banner h1 {
  font-size: 3.5rem;
  font-weight: bold;
  text-align: left;
  padding: 80px 0
}

header.formidium-taxplex-banner .container {
  z-index: 2;
  position: relative;
}


.funds-entities {
  background: #09152B;
  padding: 100px 0;
  margin-bottom: 0;
  position: relative;
}

.funds-entities::before {
  transform: rotate(182deg);
  filter: opacity(100%);
  content: "";
  width: 221px;
  height: 192px;
  background: url("../images/tabs-graphic.svg") no-repeat;
  background-size: cover;
  top: -48px;
  left: -88px;
  position: absolute;
  display: inline-block;
  z-index: 1;
  opacity: 1;
}

.funds-entities::after {
  filter: opacity(100%);
  content: "";
  width: 10%;
  height: 34%;
  background: url(../images/tabs-graphic.svg) no-repeat;
  background-size: cover;
  bottom: -44px;
  right: 0px;
  position: absolute;
  display: inline-block;
  z-index: 1;
  opacity: 1;
}

.funds-entities ul.funds-entities-content {
  padding: 50px 40px 30px 40px;
  border-radius: 0px 0 25px 25px;
  margin: -20px 0 0 0;
  border: 2px solid #0167FF;
  border-top: none;
}

.funds-entities ul.funds-entities-content li {
  position: relative;
  font-size: 16px;
  color: #fff;
  list-style: none;
  padding: 8px 0px 8px 15px;
}

.funds-entities ul.funds-entities-content li::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #E17523;
  border-radius: 100%;
  top: 15px;
  left: 0px;
  position: absolute;
}

.funds-entities .tablist {
  border: 2px solid #0167FF;
  margin-bottom: 0;
  border-radius: 15px;
}

.funds-entities .tablist li button#formidium-us {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  height: 60px;
  color: #fff;
  border-radius: 10px 0 0px 10px;
}

.funds-entities .tablist li button#formidium-nonus {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  height: 60px;
  color: #fff;
  border-radius: 0px 10px 10px 0px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 30px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(1);
}



.our-Clients {
  background: #F4F7FE;
  padding: 50px 0 100px 0;
  margin-bottom: 0
}

.testimonil-img img {
  width: 100%;
}

.ironbase-banner {}

header.ironbase-banner {
  padding-top: 10.5rem;
  padding-bottom: calc(10.5rem - 4.5rem);
  /* background: linear-gradient(204deg, rgba(2, 50, 121, 1) 15%, rgba(3, 4, 4, 1) 30%, rgba(1, 103, 255, 1) 150%); */
  background: linear-gradient(92deg, rgba(2, 50, 121, 1) -70%, rgba(3, 4, 4, 1) 101%, rgba(3, 19, 42, 1) 0), rgba(1, 103, 255, 1);
  background-position: left top;
  /* background-repeat: no-repeat; */
  position: relative;
  margin-bottom: 70px;
}

.mp-serviceporvider {
  padding: 0px 0 50px 0;
  margin-bottom: 0
}


.ironbase-banner::after {
  filter: opacity(100%);
  content: "";
  width: 15%;
  height: 25%;
  ;
  background: url(../images/union.svg) no-repeat;
  background-size: cover;
  bottom: 0px;
  left: 0px;
  position: absolute;
  display: inline-block;
  z-index: 1;
  opacity: 1;
}


.ironbase-service-list {
  background: #09152B;
  padding: 50px 40px 30px 40px;
  border-radius: 25px;
  border-top: none;
}

.ironbase-service-list h2 {
  color: #fff;
}

.ironbase-service-list ul {
  padding: 0;
}

.ironbase-service-list ul li {
  position: relative;
  font-size: 16px;
  color: #fff;
  list-style: none;
  padding: 8px 0px 8px 15px;
}

.ironbase-service-list ul li::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #E17523;
  border-radius: 100%;
  top: 15px;
  left: 0px;
  position: absolute;
}

.iron-service-images {
  background: url(../images/service-pattern.png);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  height: 100%;
}

.iron-service-images .serviceicon {
  height: 330px;
  width: 330px;
  border-radius: 20px;
  padding: 50px;
  background: #fff;
  border: 1px;
  border: 1px solid #0167FF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iron-service-images .serviceicon img {
  max-width: 100%;
}

.factcbg {
  background: url(../images/pattrn2.png);
}

.blue-sky {
  background: url(../images/service-pattern3.png);
}




header.formidium-team-banner {
  padding-top: 10.5rem;
  position: relative;
  padding-bottom: calc(10.5rem - 4.5rem);
  background: linear-gradient(180deg, rgba(1, 103, 255, 1) -40%, rgba(1, 6, 27, 1), rgba(0, 5, 23, 1), rgba(1, 103, 255, 1));
  margin-bottom: 70px;
}

header.formidium-team-banner .container {
  position: relative;
  z-index: 2;
}

header.formidium-team-banner::after {
  filter: opacity(100%);
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/admin-wave-01.svg) no-repeat;
  background-size: cover;
  bottom: -35px;
  left: 0px;
  position: absolute;
  display: inline-block;
  z-index: 1;
  opacity: 0.2;
}

header.formidium-team-banner h1 {
  font-size: 3.5rem;
  font-weight: bold;
  text-align: left;
  padding: 5rem 0rem 4rem 0rem
}

header.formidium-team-banner p {
  padding: 0px 0rem 5rem 0rem
}

.formidium-member {
  background: #fff;
  border-radius: 20px;
}

.formidium-member img {
  border-radius: 5px;
  width: 100%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.formidium-member img:hover {
  width: 102%;
}

.formidium-teams .member-name {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  position: relative;
  cursor: pointer;
}

.formidium-teams .member-name::after {
  position: absolute;
  content: "";
  width: 0;
  right: 0;
  top: 13px;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #0167FF;
}

.formidium-teams .member-name[aria-expanded="true"]:after {
  transform: rotate(180deg);
  transition: all 0.25s 0.10s;
}

.formidium-teams .member-position {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

.formidium-teams .member-details {
  font-size: 16px;
  color: #000;
  text-align: justify;
  margin-top: 10px;
}

.teams-row .col-lg-3 {
  margin-bottom: 3rem;
}

.teams-row .col-lg-3:nth-child(even) hr {
  margin: 30px 0 20px 0;
  padding: 0 0;
  height: 2px;
  background: #E17523 !important;
  opacity: 1;
  border: none
}

.teams-row .col-lg-3:nth-child(odd) hr {
  margin: 30px 0 20px 0;
  padding: 0 0;
  height: 2px;
  background: #0167FF;
  opacity: 1;
  border: none
}


.view-morebtn {
  background: #E17523;
  border-radius: 40px;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 30px;
}

.meet-teem {
  background: #F4F7FE;
  padding: 150px 0;
  margin-bottom: 0;
  position: relative;
}

.meet-teem h2 {
  font-size: 56px;
}

.meet-teem::after {
  filter: opacity(100%);
  content: "";
  width: 100%;
  max-width: 300px;
  height: 100%;
  background: url(../images/meet-teem-img.png) no-repeat;
  background-size: cover;
  top: 0;
  bottom: 0;
  bottom: 0px;
  right: 10%;
  position: absolute;
  display: inline-block;
  z-index: 1;
  opacity: 0.9;
}






.formidium-faq-banner {
  background: linear-gradient(71deg, rgba(0, 0, 142, 1) 30%, rgba(15, 15, 43, 1)97%);

  padding-top: 9rem;
  padding-bottom: calc(9rem - 2rem);

  position: relative;
  margin-bottom: 70px;
}

/* faq start  */

.faq_tabs li button {
  background: white;
  background: white;
  color: black;
  border: 1px solid #0167FF;
  margin-left: 8px;
  border-radius: 20px !important;

  font-size: 16px;
}

.faq_tabs li button.active {
  background: #0167FF;
  color: white !important;
  border-radius: 20px !important;
  background-color: #0167FF !important;
  border-color: #0167FF !important;
}

#amlRole .accordion-item,
#fatcacrs-Filing .accordion-item,
#blue-sky-filing .accordion-item {
  margin-bottom: .75rem;
  box-shadow: 0px 1px 15px 1px rgba(230, 234, 236, 0.35);
  border-radius: 30px;
  padding: 10px;
  border: 1px solid #dee2e6;
  background-color: white;
}

#amlRole .accordion-item .accordion-body,
#fatcacrs-Filing .accordion-item .accordion-body,
#blue-sky-filing .accordion-item .accordion-body {
  font-size: 18px;
  padding-top: 20px;
}

#amlRole .accordion-item .accordion-button,
#fatcacrs-Filing .accordion-item .accordion-button,
#blue-sky-filing .accordion-item .accordion-button {
  border-radius: 30px;
  background: #fff;
  box-shadow: none;
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 1.4rem;
  color: black;
  padding: 20px;
}


h2 .accordion-header button[aria-expanded="true"]::after {
  flex-shrink: 0;
  background-image: url(../images/close-icon.svg);
  ;
}



.accordion-button:not(.collapsed)::after {
  flex-shrink: 0;
  background-image: url(../images/close-icon.svg);
}



/* faq end */




.pb100 {
  padding-bottom: 100px;
}

.ultimate-plateform .box {
  position: relative;
  min-height: 298px;
  height: 100%;
  background-color: #fefefe;
  display: flex;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #0167FF;

}

.ultimate-plateform .box .content {
  display: flex;
  justify-content: center;
  flex-flow: column;
  padding: 40px 20px 40px 20px;
}

.boximg {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0 15px 0;
}

.ultimate-plateform .box .content img {
  width: 60px;
  margin: auto;
}

.ultimate-plateform .box .content p {
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: -2em;
}

.ultimate-plateform .formidium-pad-top-16px {
  font-size: 1.4rem;
  font-weight: 600;
  padding-bottom: 15px;
}

.ultimate-plateform .box .content-hover2 {
  transform: scale(0, 0);
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #E17523;
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  flex-flow: column;
  padding: 2em 2em;
}

.ultimate-plateform .box .content-hover2 p,
.ultimate-plateform .box .content-hover p {
  font-size: 18px;
}

.ultimate-plateform .box .content-hover2 h1 {
  color: #ffffff;
  font-size: 1.5em;
  text-transform: uppercase;

}

.ultimate-plateform .box .content-hover2 p {
  color: #ffffff;
}

.ultimate-plateform .box .content-hover {
  transform: scale(0, 0);
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #252525;
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  flex-flow: column;
  padding: 2em 2em;
}

.ultimate-plateform .box .content-hover .headin-onhover,
.content-hover2 .headin-onhover {
  color: #ffffff;
  font-size: 1.5em;
  font-size: 1.5em;
  line-height: 30px;
  padding-bottom: 20px;
  font-weight: 600;
}


.ultimate-plateform .box .content-hover p {
  color: #ffffff;
}


.ultimate-plateform .box:hover>.content-hover,
.ultimate-plateform .box:hover>.content-hover2 {
  transform: scale(1, 1);
  cursor: pointer;
}

.ultimate-plateform .box-tech {
  position: relative;
  max-height: 255px;
  height: 255px;
  background-color: #eeeeee;
  display: flex;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  padding: 2em;
}

.ultimate-plateform .box-tech .content {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-flow: column;
  padding-top: 5em;
  transition: all 0.2s ease-in-out;
}

.ultimate-plateform .box-tech .content img {
  width: 140px;
  transition: all 0.2s ease-in-out;
  filter: grayscale(100%) brightness(75%);
}

.ultimate-plateform .box-tech .content p {
  font-size: 1.2em;
  font-weight: 700;
  color: #8e8e8e;
  text-transform: uppercase;
  margin-top: 0em;
  transition: all 0.2s ease-in-out;
}

.ultimate-plateform .box-tech .content .desc {
  transform: scale(0, 0);
  transition: all 0.2s ease-in-out;
}

.ultimate-plateform .box-tech .content .desc .line {
  border-top: 1px solid #000000;
  width: 0px;
  margin-top: 0em;
  margin-bottom: 1em;
  transition: all 0.2s ease-in-out;
}

.ultimate-plateform .box-tech .content .desc p {
  font-size: 1em !important;
  font-weight: 600;
  text-transform: none;
  margin-top: 0em;
}

.ultimate-plateform .box-tech:hover .content {
  padding-top: 0em;
  cursor: pointer;
}

.ultimate-plateform .box-tech:hover .content img {
  width: 60px;
  filter: none;
}

.ultimate-plateform .box-tech:hover .content p {
  color: #111111;
}

.ultimate-plateform .box-tech:hover .content .desc {
  display: block !important;
  transform: scale(1, 1);
}

.ultimate-plateform .box-tech:hover .content .desc .line {
  width: 50px;
}

.pt100px {
  padding-top: 100px;
}



section#features-Overview .meet-box.meet-box-center {
  box-shadow: 0px 4px 20.3px 1px #0000001a;
  min-height: 0px;
  border-radius: 5px;
  padding: 15px 0px 15px 0px;
  border: none;
  background-color: #fff;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  transition-duration: 1s;

}

section#features-Overview .meet-box.meet-box-center:hover {
  /* border-top: 2px solid transparent;
  border-image: linear-gradient(-90deg, #9852F4,  #1b71f0) 1;
  border-left: 2px solid transparent;
  border-image: linear-gradient(-90deg,  #9852F4,  #1b71f0) 1; */


  transform: scale(1.1);

  border: 2px solid #0000;
  border-right: none;
  border-bottom: none;
  border-radius: 5px;
  background:
    linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) padding-box,
    linear-gradient(#9852F4, #1b71f0) border-box;

}

.main-menu ul:has(.home-icon) li,
.main-menu ul:has(.home-icon) li:first-child {
  display: flex;
  align-items: center;
}

.home-icon img {
  width: 24px;

  margin-left: 15px;
  margin-right: 10px;
}



.learnmore-white {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50px;
  margin-left: 14px;
  color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  padding: 8px 3rem;
  margin-top: 15px;
  white-space: nowrap;
}

.cursor-pointer {
  cursor: pointer;
}

.learnmore-white:hover {
  background-color: #fff;
  color: #E17523;
}




/* section .card-design {
  background-color: #fff;
  box-shadow: 0px 4px 20.3px 0px #00000026;
  align-items: center;
  padding: 1rem 4rem;
  border-radius: 50px;
  padding: 4rem 4rem 4rem 4rem;
  z-index: 99;
} */

.card-design h3 {
  font-size: 34px;
}

section#online-payments {
  background-image: url(../images/Untitled-back-1.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;

}

#online-payments h2,
#other-features h2,
#powerful-Business h2 {
  color: #000;
}

section#tokenization .one img {
  max-width: 36rem;
}

.footer-contact .d-flex {
  align-items: center;
}

.payment-portant {
  padding: 0 0 0 23px;
}

.payment-portant li {
  font-size: 20px;
  color: #000;
  position: relative;
  list-style: disc;
}

.payment-portant li::marker {
  list-style: none;
  font-size: 22px;
  color: #ccc;
  left: 0;
  top: 10px;
  position: absolute;
  width: 5px;
  height: 5px;
  background: #000;
  color: #000;

}

.business-insight {
  margin: 0;
  padding: 0px 0 0 20px;
}

.hbspt-form {
  background: #fff;
  position: relative;
  z-index: 2;
  border-radius: 20px;
  padding: 30px;
  min-height: 25rem;
  align-content: center;
}

.hbspt-form .input {
  width: 100%;
  margin-right: 0;
}

.form-columns-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
}

.form-columns-2 div {
  width: 100% !important;
}

.hbspt-form .input input,
.hbspt-form .input .hs-fieldtype-textarea,
.hbspt-form .input select {
  width: 100% !important;
  min-height: 42px;
  background: #f8f9f9;
  border-radius: 50px;
  border: 1px solid #68737d2b;
  box-shadow: none;
  color: #000;
  font: 16px / 1 "poppins";
  height: 52px;
  padding: 10px 15px;
  resize: none;
}

/* .hubspotform{
  display: flex;
} */
ul.inputs-list li.hs-form-booleancheckbox input[type="checkbox"] {
  height: 20px;
  width: 8% !important;
  min-height: 22px;
  margin-right: 10px;
  margin-top: 2px;
  outline: none !important;
}

.hbspt-form .inputs-list a {
  color: #212529;
}

.hbspt-form .actions {
  display: flex;
  justify-content: center;
}

.hbspt-form .actions .large:focus {
  border-radius: 20px !important;
  border: none !important;
  outline: none;
}

label.hs-error-msg.hs-main-font-element {
  font-size: 14px;
  color: red;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left: 0px !important;
}

.hbspt-form ul.no-list.hs-error-msgs.inputs-list {
  padding-left: 15px !important;
}

.hs-fieldtype-textarea {
  border-radius: 30px !important;
  min-height: 80px !important;
}

.hs-dependent-field .input ul.inputs-list {
  padding: 0;
}

.legal-consent-container {
  margin-top: 0px;
}

ul li {
  list-style: none;
}

.hs-form-booleancheckbox label {
  display: flex;
  align-items: flex-start;
}

.hs-form-booleancheckbox label input.hs-input {
  height: 20px;
  width: 40% !important;
}

.grecaptcha-badge {
  box-shadow: none;
}

.rc-anchor-light.rc-anchor-normal {
  width: 100% !important;
}

.hs_recaptcha {
  display: none;
}

.rc-anchor-light.rc-anchor-normal,
.rc-anchor-light.rc-anchor-compact {
  border: 1px solid #d3d3d3;
  width: 100%;
}

.hs-button {
  background: #e17523;
  color: #fff;
  font-size: 17px;
  padding: 5px 30px;
  border: none;
  border-radius: 30px;
  margin-left: 0px;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  justify-content: center;
  min-width: 9rem;
}

.carousel-indicators button.active {
  width: 150px !important;
  background: linear-gradient(to center, #E17523 50%, #f8dac3 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 1s ease-out;

}

.indexpagebg {
  position: absolute;
  right: 0px;
  bottom: 0px;
  max-width: 550px;
}

.indexpagebg img {
  width: 100%;
}

.firstvideo {
  border: 10px solid #ccc;
  border-radius: 5px;
  max-width: 80%;
  margin: 20px 0px;
}

.view_all_button {
  background-color: #E17523;
  border: 2px solid #E17523;
  border-radius: 50px;
  margin-left: 14px;
  color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 17px;
  font-weight: 500;
  justify-content: center;
}

.ultimate-plateform .box.uboxorange:hover {
  border: 1px solid #E17523;
}

.ultimate-plateform .box.uboxblack:hover {
  border: 1px solid #000;
}

ul.business-insight li {
  list-style: disc;
}

ul.aboutlist {
  padding-left: 1.2rem;
}

ul.aboutlist li {
  list-style-type: disc;
  font-size: 19px;
  font-weight: 500;
}


input:focus,
textarea:focus,
select:focus-visible {
  outline: 1px solid #1154d2;
  border-radius: 3px;
}




.hbspt-form fieldset.form-columns-1 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  /* linear-gradient(to right, #ccc, #ccc); */
  background-position:
    calc(100% - 20px) calc(1em + 7px),
    calc(100% - 15px) calc(1em + 7px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}



.pricing-tabel {


  border: 1px solid #0167FF;
  border-radius: 20px;
  /* box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px; */
}

.pricing-tabel h3 {
  font-size: 30px;
  margin-bottom: 0;
  font-weight: 800;
  line-height: 32px;
}

.price-plan {
  grid-column: 1 / 2;
  grid-row: 1;
}

.price-col {
  border-left: 1px solid #CECECE;
  padding: 30px 0px 0px 0px;
  text-align: center;
}

.price-col:first-child {
  border: none;
}

.plan-name {
  border-bottom: 1px solid #ccc;
  min-height: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-plan .plan-name {
  font-weight: 400;
}


.get-startbtn {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-col>p {
  color: #1b71f0;
  font-size: 22px;
}

.pricing-tabel hr {
  border-top: #0167FF 2px solid;
  opacity: 1;
  margin: 0;
}

.get-startbtn .contactbtn {
  margin: 20px 0 10px 0px !important;
  max-width: 150px;
  margin-top: 20px;
  white-space: nowrap;
}

.price-col span {
  margin-bottom: 10px;
  display: block;
  color: #1154d2;
}

.price-plan:first-child h3 {
  padding: 59.5px 0;
}

.pricing-tabel .table>:not(caption)>*>* {
  padding: 0rem 1.5rem;
}

.pricing-tabel .table tbody tr th .plan-name {
  justify-content: flex-start;
  text-align: left;
}

.hs_error_rollup {
  display: none;
}

.no-list.hs-error-msgs.inputs-list {
  margin-bottom: 0;
}

.no-list.hs-error-msgs.inputs-list label {
  font-size: 11px;
  margin-bottom: 0;
  padding: 0;
  line-height: 12px;
  margin-top: 5px;
}


#label-email-104cd1b8-a886-4930-8628-8d7ea02233dc,
#label-firstname-104cd1b8-a886-4930-8628-8d7ea02233dc,
#label-firstname-104cd1b8-a886-4930-8628-8d7ea02233dc,
#label-lastname-104cd1b8-a886-4930-8628-8d7ea02233dc,
#label-company-104cd1b8-a886-4930-8628-8d7ea02233dc,
#label-title-104cd1b8-a886-4930-8628-8d7ea02233dc,
#label-phone-104cd1b8-a886-4930-8628-8d7ea02233dc,
#label-message-104cd1b8-a886-4930-8628-8d7ea02233dc,
#label-how_did_you_hear_about_us_-104cd1b8-a886-4930-8628-8d7ea02233dc,
#label-which_sector_of_the_investment_industry_are_you_associated_with_-104cd1b8-a886-4930-8628-8d7ea02233dc {
  display: none;
}

.hs_how_did_you_hear_about_us_ {
  margin-top: -7px;
}


.hubspotform fieldset {
  max-width: 100% !important;
  margin-bottom: 20px !important;
}

.videoCoverImage {
  border: 10px solid #ccc;
  height: calc(100% - 6px);
}

.mnh-height {
  min-height: 38rem;
  align-content: center;
}

#company {
  scroll-margin-top: 5.5rem;
}

#NewsAndPressRelease {
  scroll-margin-top: 5rem;
}

#features-Overview {
  scroll-margin-top: 5rem;
}

#powerful-Business {
  scroll-margin-top: 3rem;
}

#online-payments {
  scroll-margin-top: 3rem;
}

#other-features {
  scroll-margin-top: 8rem;
}

.retrunbtn {
  background-color: white;
  margin-left: 10px;
  border: 1px solid #0167ff;
  border-radius: 30px;
  width: 140px;
  padding: 5px 30px;

  outline: solid 1px #0167ff;
  font-size: 20px;
  text-decoration: none;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.retrunbtn img {
  width: 20px;
  margin-left: 10px;
}

.slide_right_bottom p {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
}

.slide_right_bottom p+a,
.slide_right_bottom a span {
  font-size: 16px;
  text-decoration: none !important;
  font-weight: bold;
}


.hubspotform select:required:invalid {
  color: #757575;
}

.banner-innerpage {
  width: 315px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.freesign-btn:focus:active {
  background: #0167ff;
  border: 1px solid #176FEB;
  border-radius: 0.5rem;
}

.formidium-video {
  width: 80%;
  background: #ccc;
  cursor: pointer;
  position: relative;
  border: 8px solid #ccc;
  border-radius: 2px;
  z-index: 2;
}

.formidium-video::after {
  content: "";
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  z-index: 1;
  height: 50px;
  width: 50px;
  background: url(../images/play-button.svg) no-repeat;
  background-size: cover;

}



/* font-weight */

.f-w100 {
  font-weight: 100;
}

.f-w200 {
  font-weight: 200;
}

.f-w300 {
  font-weight: 300;
}

.f-w400 {
  font-weight: 400;
}

.f-w500 {
  font-weight: 500;
}

.f-w600 {
  font-weight: 600;
}

.f-w700 {
  font-weight: 700;
}

/* FONT END */

/* END Optional styles */

/* END Optional styles */
.video-container {
  width: 100%;
  border-radius: 4px;
  margin: 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);
}

.video-container video {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}



/* 
.st0{fill:#E17523;fill-opacity:0.9;}
.st1{fill:#FFFFFF;} */

/* 
video player css ********************************************************** */


.playbtbcontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
}

.playbtbcontainer .button {
  display: inline-block;
  position: relative;
}

.playbtbcontainer .button.is-play {
  background-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.playbtbcontainer .button.is-play .button-outer-circle {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.playbtbcontainer .button.is-play .button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}

.playbtbcontainer .button.is-play .button-icon .triangle {
  -webkit-animation: fadeIn 7s ease;
  animation: fadeIn 7s ease;
}

.playbtbcontainer .button.is-play .button-icon .path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  -webkit-animation: triangleStroke 3s;
  animation: triangleStroke 3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

.has-scale-animation {
  -webkit-animation: smallScale 3s infinite;
  animation: smallScale 3s infinite;
}

.has-delay-short {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(1.5);
    opacity: 0;
  }
}


.video-container {
  position: relative;

}

.video-player {
  width: 100%;
  position: relative;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  display: block;
}




.containerbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
}

.button {
  display: inline-block;
  position: relative;
}

.button.is-play {
  background-color: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.button.is-play .button-outer-circle {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.button.is-play .button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}

.button.is-play .button-icon .triangle {
  -webkit-animation: fadeIn 7s ease;
  animation: fadeIn 7s ease;
}

.button.is-play .button-icon .path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  -webkit-animation: triangleStroke 3s;
  animation: triangleStroke 3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

.has-scale-animation {
  -webkit-animation: smallScale 3s infinite;
  animation: smallScale 3s infinite;
}

.has-delay-short {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(1.5);
    opacity: 0;
  }
}


/* .footor2-topgap {
  padding-top: 2rem;
} */


.footer-fluid {
  padding: 0rem 0 3rem 0;
  /* background: url(../images/footer-bg.svg) no-repeat -20px 0px, linear-gradient(180deg, #000000 -51.3%, #000308 -3.32%, #09152B 84.45%, #000000 135.18%); */
  /* background-blend-mode: soft-light;
  background-size: 130% 110%; */
}




.submitted-message span {
  font-size: 1.3rem;
}

a.btn.px-4.contactbtn.text-white {
  margin-left: 0px;
  width: 370px;
  font-size: 22px;
  text-align: center;
  height: 56px;
}

@media (max-width: 1399.98px) {
  section#future-token .upper-box .plex-box {
    width: 100% !important;
    overflow: hidden !important;
    height: max-content !important;
  }

  section#future-token .feature-card-body-background {
    display: none;
  }

  section#future-token .upper-box .plex-box {
    width: 100% !important;
    overflow: hidden !important;
    max-height: 24rem !important;
    height: 100% !important;
  }
}

@media (min-width:992px) and (max-width:1399.9px) {
  .header-banner::after {
    background: url(../img/neon-background.png) no-repeat;
    background-size: cover;
    background-position: 0% 100%;
  }

  .header-banner {
    padding-top: 5rem;
  }

  section#special-plexponent .plex-box h3 {
    font-size: 24px !important;
  }

  section#special-plexponent .plex-box p {
    font-size: 16px;
  }
}

@media (min-width:992px) and (max-width:1199.9px) {
  section#special-plexponent .plex-box {
    height: 32rem !important;
  }
}

@media (max-width: 991.98px) {
  .footer-Subscribes {
    margin: 3rem 0 3rem !important;
  }

  .mp-footer {
    padding-top: 0rem !important;
  }

  .col-lg-6.form-box {
    justify-items: center;
    order: 2;
    padding-bottom: 0rem;
  }

  .mp-footer::before {
    opacity: 0.4 !important;
    z-index: 0 !important;
  }

  .mp-footer {
    padding-top: 2rem;
  }

  .formidiumpolicy {
    justify-self: center;
  }

  section#benefits .detail-box .inner-box .col-lg-4:first-child {
    border-radius: 20px 20px 0px 0px !important;
  }

  .shadowed-box {
    width: 100%;
  }

  .animatedLine:nth-child(1) {
    display: none;
  }

  .animatedLine:nth-child(2) {
    display: none;
  }

  .feature-line._2nd,
  .feature-line._1st,
  .feature-line._3rd {
    display: none;
  }

  section#benefits .detail-box .inner-box .col-lg-4:nth-child(6) {
    border-radius: 0px 0px 20px 20px !important;
  }

  section#benefits .detail-box .inner-box .col-lg-4:nth-child(3),
  section#benefits .detail-box .inner-box .col-lg-4:nth-child(4) {
    border-radius: 0px 0px 0px 0px !important;
  }

  section#benefits .detail-box .inner-box .col-lg-4 {
    border: 1px solid #13aeee;
  }

  section#special-plexponent .plex-box {
    margin-top: 1em;
  }

  .row.column.two {
    padding-top: 0 !important;
  }

  section#special-plexponent .plex-box p {
    font-size: 16px !important;
  }

  section#special-plexponent .plex-box h3 {
    font-size: 26px !important;
  }

  section#special-plexponent .col-lg-4:hover .feature-card-body-background {
    display: none;
  }
}

@media (min-width:768px) and (max-width:991.9px) {
  .header-banner {
    background: linear-gradient(26deg, #0065ff -70%, #000518 19%, #000519 65%, #0065ff 109%);
    height: 36rem !important;
    padding-top: 5rem;
    position: relative;

  }

  .header-banner::after {
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 44%);
  }

  a.btn.px-4.contactbtn.text-white {
    font-size: 20px;
  }

  section#tokenization .one img {
    margin-top: 2rem;
  }

  .col-lg-6.one.text-end.align-self-center {
    text-align: center !important;
  }

  section#future-token .feature-card-body-background {
    display: none;
  }

  section#future-token .upper-box .plex-box {
    margin-top: 1rem;
  }

  section#future-token .row.column.three,
  section#future-token .row.column.two {
    padding-top: 0px !important;
  }
}

@media (max-width: 767.98px) {
  section#future-token .feature-card-body-background {
    display: none;
  }

  section#special-plexponent .plex-box img.plex-box-img {
    max-width: 50px;
  }

  .navbar-nav li>ul.dropdown-menu {
    display: block;
    background: transparent;
    padding-left: 10px;
  }

  #mainNav .dropdown-menu li a {
    color: #fff;
    font-size: 14px;
  }

  #mainNav .dropdown-menu li {
    border-bottom: 1px solid #3f3e3e;

  }

  #navbarResponsive .main-menu {
    margin: 0 !important;
  }

  a.btn.px-4.contactbtn.text-white {
    margin-left: 0px;
    width: auto;
    font-size: 16px;
    text-align: center;
    height: 46px;
  }

  .header-banner::after {
    background-size: cover;
    background-position: left;
  }

  section#tokenization .one img {
    max-width: 36rem;
    width: 100%;
    margin-top: 2rem;
  }

  section#future-token .upper-box .plex-box {
    width: 100% !important;
    overflow: hidden !important;
    height: 19rem !important;
    padding: 2rem 1rem !important;
    margin-top: 1rem;
  }

  section#future-token .row.column.three,
  section#future-token .row.column.two {
    padding-top: 0px !important;
  }


  section#tokenization {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 576) and (max-width: 991.9px) {
  section#special-plexponent .plex-box {
    height: 24rem;
  }
}

@media (max-width: 575.9px) {
  section#special-plexponent .plex-box {
    height: 100% !important;
    max-height: 32rem;
  }

  section#benefits .detail-box .inner-box .col-lg-4 {
    padding: 2rem 2rem !important;
  }
}