.carousel-item img {
  height: 95vh;
}
.banner {
  position: relative;
  top: 90px;
}
/* services */
.SERVICES {
  position: relative;
  top: 200px;
}
/* Qualitech Metal Industries (QMI) */
.QMI {
  font-family: "Roboto", sans-serif;
  position: relative;
  top: 100px;
}
/* 	Qualitech Solutions and Services (QSS)
 */
.QSS {
  font-family: "Roboto", sans-serif;
  position: relative;
  top: 120px;
}
/* 	Qualitech Arts and Crafts (QAnC)
 */
.QANC {
  font-family: "Roboto", sans-serif;
  position: relative;
  top: 140px;
}
/* Qualitech e-Services (QeS)
 */
.QES {
  font-family: "Roboto", sans-serif;
  position: relative;
  top: 160px;
}
.TMM {
  font-family: "Roboto", sans-serif;
  position: relative;
  top: 160px;
}
.TIMELINE {
  position: relative;
  top: 220px;
  overflow: scroll;
}
/* about us */
.ABOUTUS {
  font-family: "Roboto", sans-serif;
  position: relative;
  top: 180px;
}
/* section 3 css start shere management section */
.management-team {
  font-family: "Roboto", sans-serif;
  position: relative;
  top: 200px;
}
/* mission */
.MISSION {
  position: relative;
  top: 240px;
  font-family: "Roboto", sans-serif;
}
.card-text {
  font-size: 13px;
}
.card-img-top {
  filter: grayscale(100%);
}
.card-img-top:hover {
  filter: grayscale(0%);
  transition: 0.2s;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 40%;
}
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/* social media icons */
.social-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.social-buttons__button {
  margin: 10px 5px 0;
}
.social-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
.social-button__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 50%;
  background: #fff;
  text-align: center;
}
.social-button i,
.social-button svg {
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.social-button i {
  font-size: 28px;
}
.social-button svg {
  height: 20%;
  width: 20%;
}
.social-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transition: 0.3s;
}
.social-button:focus,
.social-button:hover {
  color: #fff;
}
.social-button:focus::after,
.social-button:hover::after {
  width: 100%;
  height: 100%;
  margin-left: -50%;
}
.social-button--linkedin {
  color: #0077b5;
}
.social-button--linkedin::after {
  background: #0077b5;
}
.COMPANIES {
  position: relative;
  top: 240px;
}

/* carousel */

.gallery-cell {
  width: 18%;
  margin: 0px 10px 0px 0px;
  height: 150px;
  margin-right: 10px;
}

.gallery-cell.is-selected {
}
.flickity-page-dots .dot.is-selected {
  background: rgb(99, 188, 70);
}

/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  line-height: 100px;
  font-size: 80px;
  color: white;
}

/* carousel css */
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 400px;
  height: 250px;
}

@media screen and (min-width: 768px) {
  /* half-width cells for larger devices */
  .carousel-cell {
    width: 50%;
  }
}
