@import url('https://fonts.googleapis.com/css?family=Mukta');

.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.jpg);
  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.jpg);
  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.jpg);
  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.jpg);
  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.jpg);
  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%;
}
.satellite{
  background-image: url(../image/vsat2.png);
  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/og2.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-family: Mukta, Arial, sans-serif;
  font-weight: bold;
  color: black;
  letter-spacing: 2px;
  font-size: 4vw;
}
@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;
}

.banner-top{
  opacity: 0.8;
  
  margin-top: 30px;
  margin: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 150px;
  width: 100%;
}

@media(max-width: 700px)
{
  .banner-top{
    height: 75px;
  }
}

.aboutus{
  background-image: url(../image/building.jpeg);
  height: 400px;
}

@media(max-width: 600px){
  .logo-responsive{
    width: 150px;
    height: 100px;
  }
  .img-responsive{
    height: 200px;
  }
  .img-responsive2{
    width: 200px;
  }
  h2{
    font-size: 20px;
  }
  .productservice, .partner, .project, .getintouch, .career, .telco, .satellite, .cme, .og{
    height: 200px;
  }
  .textover{
    font-size: 30px;
  }
}
@media(max-width: 768px){
  .img-responsive{
    height: 400px;
  }
  .img-responsive2{
    width: 350px;
  }
  .productservice, .partner, .project, .getintouch, .career, .telco, .satellite, .cme, .og{
    height: 400px;
  }
}

