
    body {
      background: #060000;
      color:white;
         }
    .logo{
      width: 200px;
      height: 180px;
      margin: -1%;     
     }
     .accordion-item{
      background-color: black ;
      color: white;
     }
   h1.hero-heading {
    top: 28%;
    font-size: 4rem;
    text-align: left;
    padding: 2.5em;
}

    p.hero-description {
      width: ;
    }
     
      header.hero {
    width: 100%;
    height:90vh;
    background-image: url(../../HERO.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;

} 
header.hero1 {
    width: 100%;
    height:90vh;
    background-image: url(../../product_page.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
/*    background:linear-gradient(0deg, rgba(255, 0, 150, 0.3), rgba(255, 0, 150, 0.3)), url(../../product_page.jpg),cover;
*/

}
header.hero2 {
    width: 100%;
    height:90vh;
    background-image: url(../../blog.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
/*    background:linear-gradient(0deg, rgba(255, 0, 150, 0.3), rgba(255, 0, 150, 0.3)), url(../../product_page.jpg),cover;
*/

}
header.hero1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(gray);
}

.breadcumb-about-us {
    width: 100%;
    height:85vh;
    background-image: url(../../featured-about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.breadcumb-contact-us {
    width: 100%;
    height: 85vh;
    background-image: url(../../contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}
.sociaidimg{
  width: 58px;
  height: 58px;
  object-fit: cover;

}




    
     
  /*  .hero-content {
      position: absolute;
      width: 100%;
      height: 100%; 
      display: flex;
      justify-content: center;
      align-items: center;
    }*/
    .about-us {
      max-width: 1200px;
      min-height: 270px;
      padding: 50px 20px;
      box-sizing: border-box;
      margin: 0 auto;
    }
button.call-button{
      width: 100px;
      height: 100px;
      background: green;
      color: white;
      border: solid white 5px;
      border-radius: 50%;
      position: fixed;
      bottom: 0;
      margin-bottom: 10px;
      
    }
    button.call-button{
      animation: fade ;
    }
    .about-us h1 {
      text-align: center;
      font-style: italic;
      font-size: 45px;
      margin-bottom: 20px;
    }
    .about-us img {
    height: 80%;
    float: right;
}
    .about-us p {
    line-height: 27px;
    z-index: -111;
    font-size: 15px;
    margin: 0 auto;
    text-align: justify;

}
.team-container{
  height: 600px;
  padding: 50px;

}
.team-container img{
  border: solid white 2px;
 object-fit: cover;
}
span.price_cost {
    
    background: red;
    padding: 8px;
    border: solid;
    
}
.Heading h2{
  text-align: center;
  font-style: italic;
  font-size: 50px;
  font-weight: 50px;
}
.Heading p{
  text-align: center;
  font-style: italic;
  font-size: 29px;
  }
    .strap {
      min-height: 80px;
      background: #363636;
      color: white;
      text-align: center;
      padding: 50px 20px;
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }      
  .strap h1 {
    font-style: italic;
    font-size: 35px;
    margin: 0;
}
    
    .products {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
    }
    .products > h1 {
      text-align: center;
      font-size: 32px;
      margin-bottom: 40px;
    }
     .products {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
    }
    .products > h1 {
      text-align: center;
      font-size: 32px;
      margin-bottom: 40px;
    }
    .product-images {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 30px;
      justify-items: center;
    }
    .product-image {
    width: 100%;
    border: solid white 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
    .product-image img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
    }
    .faq-container{
      height: auto;
      padding: 100px;


    }
    img.faq-img.float-end {
    width: 500px;
    height: 300px;
    border: solid #ffffff 5px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
}
    footer{
      height: 190px;
      width: 100%;
      background: #363636;
      color: white; 
      padding: 50px;
    }
    footer h1{
      text-align: center;
      font-style: italic;
      font-size: 35px;

    }
    footer p{
       text-align: center;
      font-style: italic;
      font-size: 15px;

    }

  .nav-link {
        color: black; !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-right: 10px;
      }
.col-sm-3:hover {
    border: 2px solid #d7d7d726;
    padding: 0px;
}
//*login_page_style*//

    body {
      background-color: #f8f9fa;
    }
    .user-heading {
      margin-top: 20px;
    }
    .user_img {
      display: block;
      margin: 20px auto;
    }
    .left_side {
      padding: 30px 10px;
    }
    .right_side {
      padding: 30px;
    }
    .form-control-2 {
      width: 100%;
      padding: 10px;
      background-color: #0A6AE5;
      color: #fff;
      border: none;
      border-radius: 5px;
      margin-top: 10px;
    }
    .form-control-2:hover {
      background-color: #084bb0;
    }
    @media (max-width: 768px) {
      .left_side, .right_side {
        text-align: center;
      }
    }
