@import url('https://fonts.googleapis.com/css?family=Mukta');

.carousel-item {
  height: 100vh;
  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*/
.bg-property{
  opacity: 0.8;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 25vh;
  width: 100%;
}
.productservice{
  background-image: url(../image/services.jpg);
}
.partner{
  background-image: url(../image/customer.jpg);
}
.achievement{
  background-image: url(../image/achievementbg.jpg);
}

.news{
  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%;
}
#news{
  display: none;
}
.getintouch{
  background-image: url(../image/getintouch.jpg);
}

.bg-property-page {
  opacity: 0.8;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
}
.career{
  background-image: url(../image/career.jpg);
}
.telco{
  background-image: url(../image/telco.png);
}
.satellite{
  background-image: url(../image/vsat10.jpg);
}
.ec{
  background-image: url(../image/cme2.jpg);
}

.og{
  background-image: url(../image/og2.jpg);
}

.aboutus{
  background-image: url(../image/building.jpeg);
}

.textover{
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Mukta, Arial, sans-serif;
  font-weight: bolder;
  color: black;
  text-shadow: 1px 1px 4px white;
  letter-spacing: 2px;
  font-size: 5vw;
}
@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 screen and (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, .aboutus, .achievement{
    height: 200px;
  }
  .textover{
    font-size: 30px;
  }
  .carousel-text-responsive{
    font-size: 20px;
    
  }
}
@media screen and (max-width: 768px){
  .img-responsive{
    height: 400px;
  }
  .img-responsive2{
    width: 350px;
  }
}
.bg-footer{
  background-color: #0f574e;
}
.txt-justify{
  text-align: justify;
  text-justify: inter-word;
}
.page-bg{
  background-image: url(../image/bg4.jpg);
  background-size: cover;
}

.carousel-hover-prev:hover {
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,.8), rgba(0,0,0,0));
  transition: 0.9 ease-in-out;
}

.carousel-hover-next:hover {
  background: rgb(0,0,0);
  background: linear-gradient(270deg, rgba(0,0,0,.8), rgba(0,0,0,0));
}

.image-holder {
  width: 100%;
}

.image-holder:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.4);
}
.centered{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}