/* ------------- Start of header ------------- */
header .navbar #menu-header-menu .menu-item-has-children:after {
  content: '';
  position: absolute;
  right: 0;
  top: 1.1em;
  padding-right: 1em;
  background: url(../images/menu-arrow.png) no-repeat;
  background-size: auto;
  background-position: right center;
  height: 1em;
  transition: 0.2s all;
}

header .navbar #menu-header-menu .menu-item-has-children {
  padding-right: 1em;
}
header .navbar .navbar-nav > .nav-item.current-menu-item:before {
  content: '';
  border-bottom: 0.1em solid var(--bs-black);
  width: 100%;
  bottom: 0.3em;
  position: absolute;
}
header .navbar #menu-header-menu .menu-item-has-children:hover:after {
  transform: rotate(180deg);
}
header .navbar .navbar-nav > .nav-item > .nav-link {
  padding: 0.8em 0.5em !important;
}
header .navbar-nav .nav-item .nav-link {
  color: var(--bs-black);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
header .navbar-nav .contact-nav .nav-link:hover {
  background: var(--bs-gold);
  color: var(--bs-navy-blue) !important;
}
header .navbar-nav .nav-item .dropdown-toggle::after {
  display: none;
}
header .navbar-nav .sub-menu {
  position: absolute;
  top: 2.8em;
  left: 0;
  background: var(--bs-primary);
  padding: 0.5em;
  border-left: 0.1em solid var(--bs-black);
  border-bottom: 0.1em solid var(--bs-black);
  display: none;
  z-index: 111;
  margin: 0;
}
header .navbar #menu-header-menu .menu-item-has-children:last-child .sub-menu, 
header .navbar #menu-header-menu .menu-item-has-children:nth-child(2) .sub-menu {
  left: auto;
  right: 0;
}
header .navbar-nav .nav-item:hover .sub-menu {
  display: block;
}
header .navbar-nav .sub-menu li a {
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
header .navbar-nav .sub-menu li:not(:last-child) {
  margin-bottom: 0.5em;
}
header .navbar-nav .sub-menu li a:hover, header .navbar-nav .sub-menu .current-menu-item a {
  border-color: var(--bs-gold);
}
header .navbar-nav .sub-menu li {
  list-style: none !important;
}
header .navbar-nav .nav-item:hover .sub-menu {
  list-style: none !important;
}

/* ------------- End of header ------------- */

/* ------------- Start of common ------------- */
.banner:before {
  content: '';
  width: 12.5vw;
  height: 10.5vw;
  background: url(../images/banner-dots.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 5em;
  bottom: 0;
}
.heading-wrap:before {
  content: '';
  width: 100%;
  position: absolute;
  border-width: 1em;
  border-top: 0.5em solid var(--bs-primary);
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 1.5em;
  z-index: 0;
}
.border-hidden:before {
  display: none !important;
}
.heading-wrap .wrap-content p {
  font-size: 1.5em;
  font-weight: 600;
}
/* ------------- End of common ------------- */

/* ------------- Start of home page ------------- */

.banner .video-box{
position:relative;
}

.banner .video-box video{
width:100%;
height:100%;
object-fit:cover;
}

.banne .video-box{
position:relative;
}

.banne .play-btn{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
width:90px;
height:90px;
border-radius:50%;
border:none;
cursor:pointer;
z-index:2;
	    background: transparent;
    border: 0;
}

.video-box{
position:relative;
}
button#playBtn {
    background: transparent;
    border: 0;
}
.banne .play-btn img{
	width:100%;
}


/* .banner .ratio {
  max-width: 950px;
  margin: 0 auto;
} */
.collaborators .heading-wrap:before {
  display: none;
}
.our-mision .heading-wrap:before {
  border-top: 0.5em solid var(--bs-gray-blue);
}
.collaborators:before {
  content: '';
  width: 24vw;
  height: 24vw;
  background: url(../images/dots-bg.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 3em;
  z-index: -1;
}
.collaborators figure {
  min-height: 130px;
}
/* ------------- End of home page ------------- */

/* ------------- Start of data dashboard page ------------- */
.meilleuritech figure {
  border: 0.5em solid var(--bs-navy-blue-light);
}
/* ------------- End of data dashboard page ------------- */

/* ------------- Start of help & resources page ------------- */
.minerva-bioplatform .btn {
  width: 3em;
  height: 3em;
  margin-bottom: -1.5em;
}
.additional a {
  word-break: break-all;
}
/* ------------- End of help & resources page ------------- */

/* ------------- Start of our team page ------------- */
.our-team .card img {
  width: 14em;
}
/* ------------- End of our team page ------------- */

/*------- Start of footer -------*/
footer {
  border-top: 0.5em solid var(--bs-primary);
}
footer:before {
  content: '';
  width: 11.5vw;
  height: 11.5vw;
  background: url(../images/dots-bg.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
footer .footer-logo {
  padding-right: 6em;
}
footer .footer-social img {
  height: 2.5em;
}
footer .footer-menu {
  border-left: 1px solid var(--bs-gray-slate);
  border-right: 1px solid var(--bs-gray-slate);
}
footer .footer-menu ul li a:hover {
  color: var(--bs-primary);
}

footer ul li a {
  color: var(--bs-white);
}
footer .title:before {
  content: '';
  border-bottom: 0.2em solid var(--bs-primary);
  left: 0;
  width: 1.5em;
  bottom: 0;
  position: absolute;
}
footer .contact-info .info {
  width: calc(100% - 1em);
}
footer .contact-info i {
  width: 1em;
}
footer ul li a, footer address, footer p {
  font-size: 0.9em;
}
/*------- End of footer -------*/
.ebi-solution-main .center-img {
  max-width: 7em;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  z-index: 9;
  position: relative;
}
/* .ebi-solution-main .cubes-column .center-img-replace {
  padding: 14rem 0;
} */
.ebi-solution-main .center-img figure {
  max-width: 210px;
  margin: 0 auto;
}
.ebi-solution-main .center-img figure .img-replace {
  display: none;
}

.ebi-solution-main .center-img.center-img-replace figure .img-replace img {
  display: none;
}

.ebi-solution-main .center-img.center-img-replace figure .img-replace {
  display: block;
}

.ebi-solution-main .center-img.center-img-replace figure img {
  display: none;
}


.ebi-solution-main .center-img:not(.center-img-replace) {
    max-width: 38rem;
}

.ebi-solution-main .center-img:not(.center-img-replace) figure {
  max-width: 520px;
  height: 520px;
  background: #5a6776;
  border-radius: 50%;
  padding: 120px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.ebi-solution-main .center-img:not(.center-img-replace) figure img {
  max-width: 90%;
}
.ebi-solution-main {
  font-size: 20px;

}
.ebi-solution-main .cubes-column {
  position: relative;
  max-width: 790px;
  margin: 0 auto;
}

.ebi-solution-main .small-cube-row .column .small-title {
  font-size: 16px  !important;
}
.ebi-solution-main .cubes-column-open {
  padding: 12rem 0;
}
.ebi-solution-main .small-cube-row .column {
  max-width: 8rem;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  height: auto;
  width: 200px;
  display: grid;
  place-content: center;
  padding: 20px;
  cursor: pointer;
  transition: transform 0.9s ease;
}
.small-cube-row {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  visibility: hidden;
}
.small-cube-row.small-cube-row-open{
visibility: visible;
}
.small-cube-row.zoom-in-out {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.9s;
}

.ebi-solution-main .zoom-in {
  transform: scale(1.1);
}

.ebi-solution-main .cubes {
  max-width: 60px;
  margin: 0 auto;
}
.ebi-solution-main .over-hover-block {
  display: none;
  position: absolute;
  left: 50%;
  top: 90%;
  background: #0a001e;
  z-index: 1;
  border-radius: 8px;
  color: white;
  padding: 12px 10px;
  font-size: 15px;
  transform: translateX(-50%);
  width: 220px;
}

.ebi-solution-main .over-hover-block h6 {
  margin: 0;
}
.ebi-solution-main .small-cube-row .column:hover .over-hover-block {
  display: block;
}


.ebi-solution-main .column-1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.ebi-solution-main .column-2 {
  right: 5rem;
  top: 4.5rem;
  z-index: 2;
}
/* .ebi-solution-main .small-cube-row .column > h6 {
  color: #fff;
} */

.ebi-solution-main .column-3 {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.ebi-solution-main .column-4 {
  right: 5rem;
  bottom: 4.5em;
}

.ebi-solution-main .column-8 {
  left: 4rem;
  top: 4.5rem;
}

.ebi-solution-main .column-7 {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ebi-solution-main .column-6 {
  left: 5rem;
  bottom: 4.5em;
}

.ebi-solution-main .column-5 {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}



.ebi-solution-main .arrow-row {
  position: absolute;
  width: 390px;
  height: 450px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.ebi-solution-main .arrow-row.arrow-row-open{
  display: block;
}

.ebi-solution-main .arrow-row .arrow-col {
  position: absolute;
  width: 60px;
}

.ebi-solution-main .arrow-row .arrow-col-1 {
  left: 44%;
  top: 2rem;
  transform: rotate(-90deg) translateX(-50%);
}

.ebi-solution-main .arrow-row .arrow-col-2 {
  right: 7%;
  top: 4rem;
  transform: rotate(-50deg) translateX(-50%);
}

.ebi-solution-main .arrow-row .arrow-col-3 {
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}


.ebi-solution-main .arrow-row .arrow-col-4 {
  bottom: 5rem;
  right: 2rem;
  transform: rotate(45deg);
}

.ebi-solution-main .arrow-row .arrow-col-5 {
  left: 44%;
  bottom: 2rem;
  transform: rotate(90deg) translateX(-50%);
}

.ebi-solution-main .arrow-row .arrow-col-6 {
  bottom: 4rem;
  left: 3rem;
  transform: rotate(135deg);
}

.ebi-solution-main .arrow-row .arrow-col-7 {
  left: 0rem;
  top: 48%;
  transform: rotate(-180deg) translateX(-50%);
}

.ebi-solution-main .arrow-row .arrow-col-8 {
  left: 7%;
  top: 4rem;
  transform: rotate(-136deg) translateX(-50%);
}




/* ==========Our Plarform Page Css */


.ebi-solutions-in .column figure {
  max-width: 50px;
  margin: 0 auto;
}

.ebi-solutions-in .column {
  max-width: 9rem;
  text-align: center;
  border-radius: 50%;
  transition: transform 0.9s ease;
  margin: 0 auto;
}

.ebi-solutions-in .column .small-title {
  font-size: 16px !important;
}

.ebi-solutions-in .over-hover-block {
  background: #87b398;
  border-radius: 8px;
  color: white;
  padding: 12px 10px;
  font-size: 15px;
}

.ebi-solutions-in .over-hover-block h6 {
  margin: 0;
}

.ebi-solutions-in .center-img {
  max-width: 380px;
  text-align: center;
  cursor: pointer;
  width: 100%;
  display: none;
}
.ebi-solutions-in .cus-center-block .center-img{
  display: block;
}

.ebi-solutions-in .cus-center-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.ebi-solutions-in .center-img figure {
  max-width: 140px;
  margin: 0 auto;
}

.ebi-solutions-in .center-img .maincenter-title {
  font-weight: bold;
}

.ebi-solutions-in :is(.center-left, .center-right) .column:not(:last-child) {
  margin-bottom: 1.5rem;
}

.ebi-solutions-in :is(.center-top, .center-bottom) {
  text-align: center;
  width: 100%;
}

.ebi-solutions-in .center-top .column {
  margin-bottom: -3rem;
}

.ebi-solutions-in .center-bottom .column {
  margin-top: -3rem;
}
/* ==========End Plarform Page Css */


.help-resources .heading-wrap::before{
  display: none;
}
.additional .heading-wrap {
  position: relative;
}



.form-column .wpcf7-spinner {
    margin: 0 !important;
    position: absolute;
    inset: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.contact-us-sec .wpcf7 {
    position: relative;
    z-index: 11;
}
.contact-us-sec .form-column {
    background: #5a6776;
    padding: 40px 50px;
    margin-bottom: 0;
    position: relative;
    border-radius: 10px;
    border: 5px solid #fede67;
}

.form-column:before {
    content: '';
    width: 11.5vw;
    height: 11.5vw;
    background: url(../images/dots-bg.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.contact-us-sec .form-column .title {
    color: white;
}
.contact-us-sec .form-column form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.contact-us-sec .form-column form input:not(.btn), .contact-us-sec .form-column form textarea {
    border-radius: 0;
    border: 1px solid white;
    background: transparent;
    color: white;
}
.contact-us-sec .form-column form input:not(.btn)::placeholder, 
.contact-us-sec .form-column form textarea::placeholder {
	color:white
}


.contact-us-sec .form-column form input {
    height: 2.5rem;
}

.contact-us-sec .info-column i {
    font-size: 1.4rem;
}
.contact-us-sec .form-column form input.btn-primary {
    color: black;
}

.contact-us-sec .info-column .info {display: flex;align-items: center;}