.carousel-item {
  height: 70vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vertical-center {
  margin: 0;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.logo{
  width: 180px;
  height: 130px;
}

/*PARALLAX*/
.productservice{
  background-image: url(../image/services.png);
  opacity: 0.8;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  
  height: 300px;
  width: 100%;
}

.partner{
  background-image: url(../image/customer.png);
  opacity: 0.8;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  width: 100%;
}

.project{
  background-image: url(../image/project.png);
  opacity: 0.8;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  width: 100%;
}

.getintouch{
  background-image: url(../image/getintouch.png);
  opacity: 0.8;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  width: 100%;
}
.career{
  background-image: url(../image/career.png);
  opacity: 0.8;
  
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  width: 100%;
}
.telco{
  background-image: url(../image/banner1.jpg);
  opacity: 0.8;
  
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  width: 100%;
}
.cme{
  background-image: url(../image/Civil-Engineering.jpg);
  opacity: 0.8;
  
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  width: 100%;
}
.og{
  background-image: url(../image/banner3.jpg);
  opacity: 0.8;
  
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  width: 100%;
}
.fiber{
  background-image: url(../image/fiber\ optic.jpg);
  opacity: 0.8;
  
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  width: 100%;
}
.textover{
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  color: black;
  letter-spacing: 10px;
  font-size: 6vw;
}
@media only screen and (max-device-width: 1024px) {
  .parallax {
      background-attachment: scroll;
  }

}
#header{
  transition: 0.2s;
}
.bg-nav{
  background-image: url(../image/bgheader.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bg-content{
  background-image: url(../image/bg2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.center{
  display: block;
  margin-left: auto;
  margin-right: auto;
}