@media screen and (min-width:1920px) {
  .container {
    max-width: 1440px;
  }
} 

@media screen and (max-width:1199px) {
  .heading-wrap:before {
    top: 1.1em;
  }
  .heading-wrap .wrap-content p {
    font-size: 1.1em;
 }

.ebi-solution-main .small-cube-row .column {
  max-width: 100%;
  height: 180px;
  width: 180px;
}
}

@media screen and (max-width:991px) {
/* ---------- Start of header --------- */
.navbar-collapse {
    background: var(--bs-primary);
}
header .navbar-nav .nav-item .nav-link {
  display: revert;
}
header .navbar-nav .sub-menu {
  position: revert;
  display: block;
  border: none;
  padding: 0 10px;
}
header .navbar #menu-header-menu .menu-item-has-children > .nav-link:after {
  background: url(../images/menu-arrow-b.png) no-repeat;
  right: -0.8em;
  top: 0.7em;
  transform: rotate(180deg);
  content: '';
  position: absolute;
  height: 1em;
  transition: 0.2s all;
  width: 1em;
  background-size: 14px;
}
header .navbar #menu-header-menu .menu-item-has-children:after{
  display: none;
}
header .navbar-nav .sub-menu li:not(:last-child) {
  margin-bottom: 0;
}
header .navbar-nav .sub-menu li a {
  font-size: 0.9em;
}
header .navbar #menu-header-menu .menu-item-has-children {
  padding-right: 0;
}
/* ---------- End of header --------- */

.heading-wrap:before, 
.our-mision .heading-wrap:before {
  border-width: 0.3em;
  top: 0.8em;
}
.heading-wrap .fs-3 {
  font-size: 1.2em !important;
}
.our-team .card img {
  width: 8em;
}

/* ---------- Start of footer --------- */
footer .footer-logo {
  padding-right: 0.7em;
}
footer .footer-menu {
  border-left: 0;
}
/* ---------- End of footer --------- */

.ebi-solution-main .column-8, .ebi-solution-main .column-6 {
  left: 0;
}
.ebi-solution-main .column-4, .ebi-solution-main .column-2 {
  right: 0;
}

.ebi-solution-main .arrow-row .arrow-col-3 {
  right: 5rem;
  width: 40px;
  top: 53%;
}
.ebi-solution-main .arrow-row .arrow-col-7 {
  left: 4rem;
  
  top: 50%;
  width: 40px;
}
.ebi-solutions-in .center-img {
  max-width: 280px;
}

}

@media screen and (max-width:767px) {
  header .navbar .navbar-nav > .nav-item > .nav-link {
    font-size: 1.2em;
  }
  header .navbar #menu-header-menu .menu-item-has-children:after {
    right: 9.5em;
  }

  /* ---------- Start of footer --------- */
footer .contact-info {
    padding-left: 1em;
}
    footer ul li a, footer address, footer p {
      font-size: revert;
    }
    footer .contact-info .info a {
      word-break: break-word;
  }
  /* ---------- End of footer --------- */  
  .ebi-solution-main .small-cube-row .column {
    position: relative;
    transform: translate(0, 0);
    top: inherit;
    left: inherit;
    bottom: inherit;
    right: inherit;
}
.small-cube-row {
  position: static;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  top: 0;
  left: 0;
  display: none;
}
.small-cube-row.small-cube-row-open{
  display: flex;
}

.ebi-solution-main .cubes-column .center-img-replace {
  padding: 0;
  margin-bottom: 2rem;
}
.ebi-solution-main .cubes-column {
  padding: 0;
}
.ebi-solution-main .small-cube-row .column {
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.ebi-solution-main .over-hover-block {
  position: static;
  transform: inherit;
  
}
.ebi-solution-main .arrow-row.arrow-row-open{
  display: none;
}
.ebi-solution-main .center-img:not(.center-img-replace) figure {
  max-width: 210px;
  height: auto;
  background: transparent;
  border-radius: 50%;
  padding: 0;
  box-shadow: inherit;
}
.ebi-solutions-in .center-img {
  margin: 0 auto;
  margin-bottom: 30px;
  display: block;
}
.ebi-solutions-in .cus-center-block .center-img {
  display: none;
}

.ebi-solutions-in .center-top .column {
  margin-bottom: 1.5rem;
}
.ebi-solutions-in .cus-center-block .center-left {
  order: 2;
  flex-direction: column-reverse;
  display: flex;
  flex-wrap: wrap;
}
.ebi-solutions-in .center-right {
  margin-bottom: 1.5rem;
}
.ebi-solutions-in .cus-center-block {
  column-gap: 1rem;
}
.ebi-solutions-in .center-bottom .column {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.ebi-solutions-in .column {
  max-width: 280px;
  border-radius: 0;
  background: white;
  padding: 20px;
  width: 100%;
}
.ebi-solutions-in .cus-center-block .center-left .column:first-child {
  margin-bottom: 0;
}

.ebi-solutions-in .cus-center-block .center-left .column:last-child {
  margin-bottom: 1.5rem;
}
  }

@media screen and (max-width:575px) {
  header .navbar #menu-header-menu .menu-item-has-children:after {
    right: 18vw;
  }
  .banner img {
    min-height: 330px;
  }
	.banner .play-btn img {
    min-height: auto;
}

/* ---------- start of footer --------- */
footer .footer-menu, 
footer .contact-info {
  padding: 0 1em;
}
/* ---------- End of footer --------- */
}