
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;

}


.hslider{
margin-top: -122px;

} 

.brandlogo{

   
    width: 200px;
}
.menu{
 
  font-size: 20px;
  font-weight: 700;
}
.carousel-inner img{

    height: 100vh;
}


.carousel-caption {
    position: absolute;
      top: 60%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: rgb(255, 136, 0);
  }

  .testimonial-card {
    background-color: #f8f9fa;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .testimonial-card p {
    margin-bottom: 0;
  }
  .testimonial .picture{
height: 10vh;

  }
  .bg-image {
    min-height: 100vh;
    background-image: url(../image/garments-accessories-gum-tape-supplying-company-in-bd.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.logo-footer{
  height: 10vh;
}

.footer-links{
  text-decoration: none;
  
}
.footer-links ul{
  padding-left: 20px;
}

.fcontact ul{
  padding-left: 0px;
}
.fcontact li{
  display: block;
}
.fcontact i{
  font-size: 20px;
  padding-top: 10px;
  padding-right: 10px;
}
