.banner {
  background: url(../images/bannerAboutUs.jpg);
  background-position: center;
  background-size: cover;
  height: 45vh;
  position: relative;
  color: #fff;
  z-index: 1;
  display: flex;
  align-items: center;
}
.banner::after {
  position: absolute;
  content: "";
  background: #080c2a59;
  width: 100%;
  height: 100%;
}
.banner .bannerBlock {
  position: relative;
  z-index: 2;
}
.banner h1 {
  font-weight: 500;
}

/* About */
.overview {
  padding: 60px 0;
}
.overview h3 span {
  color: #ffa000;
}
.overview .highlightPoint {
  font-family: "Poppins Semi Bold";
  font-size:24px;
}
.team1{
  padding-top: 0px !important;
}
.text1{
  padding-bottom: 15px;
}
.button2 {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color:#fff;
  padding: 0.7em 1.7em;
  font-size: 15px;
  border-radius: 0.5em;
  background: #008dd5;
  border: 1px solid #008dd5;
  /* box-shadow: 3px 4px 10px #1e2c5f, -1px -2px 12px #1e2c5f; */

}
.button2:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #d7d7d8,
             inset -4px -4px 12px #ffffff;
}
.button2:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.button2:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #d7d7d8;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.button2:hover {
  color: #008dd5;
  border: 1px solid #d7d7d8;
  box-shadow: 4px 4px 12px #d7d7d8;
}
.button2:hover:before {
  top: -35%;
  background-color: #d7d7d8;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.button2:hover:after {
  top: -45%;
  background-color: #d7d7d8;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}


/* Manufacture Capability Section 1 */
.manufacture {
  background-position: bottom;
  background-size: cover;
  padding: 60px 0;
  color: #fff;
  background-attachment: fixed;
  background-repeat: no-repeat;
  display:flex;
  background-color:#dee2e663;
}
.manufacture .cont{
background: #d7d7d8;
box-shadow: 12px 10px 18px #d7d7d8;
padding:25px;
height: 95%;
}
.manufacture h3 {
  color: #000;
  font-size: 22px;
}
.manufacture h3 span{
  color: #1e2c5f;
  font-size: 25px;
}
.manufacture h5 {
  color: #000;
  font-size: 0.975rem;
}
.manufacture p {
  color: #ddd;
  font-size: 0.975rem;
}

/* Manufacturing Capability Section 2*/
.manufacture-feat{
  margin-bottom: 50px;
  margin-top: 50px;
}
.manufacture-feat .nav-tabs {
  border: 0;
}
.manufacture-feat .nav-link {
  border: 0;
  padding: 25px 20px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0s;
  cursor: pointer;
  height: 100%;
}
.manufacture-feat .nav-link i {
  font-size: 32px;
  line-height: 0;
}
.manufacture-feat .nav-link h4 {
  font-size: 20px;
  font-family: "poppins medium";
  font-weight: 500;
  margin: 10px 0 0 0;
  color: #000;
}
.manufacture-feat .nav-link:hover {
  color: #1e2c5f;
}
.manufacture-feat .nav-link.active {
  transition: 0.3s;
  background-color:#008dd5;
}
.manufacture-feat .nav-link.active h4 {
  color: #fff;
}
.manufacture-feat .nav-link.active i {
  color: #fff !important;
}
.manufacture-feat .tab-content {
  margin-top: 30px;
}
.manufacture-feat .tab-content img{
    margin-top: 25px;
    width: 60%;
}
.manufacture-feat .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}
.manufacture-feat .tab-pane h5 {
  font-weight: 600;
  font-size: 25px;
}
.manufacture-feat .tab-pane ul {
  list-style: none;
  padding: 0;
}
.manufacture-feat .tab-pane ul li {
  padding-bottom: 10px;
}
.manufacture-feat .tab-pane ul i {
  font-size: 24px;
  margin-right: 4px;
  color: var(--color-primary);
}
.manufacture-feat .tab-pane ul img {
   width: 3%;
   margin-top: -5px;
}
.manufacture-feat .tab-pane p:last-child {
  margin-bottom: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.team{
  width:40% !important;
}

@media (max-width: 800px) {
  .team {
    flex-direction: column;
    width: 365% !important;
    align-items: center;
  }
}

@media(max-width:767px){
  .banner{
    height: 70vh;
  }
}
