@charset "utf-8";

.content p {
    width: 100%;
    max-width: 800px;
    margin: 5px auto;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    font-family: "Montserrat", serif ;
    color: #7c7c7c;
  
}

.content p span.highlight {
    font-size: 45px;
    font-weight:normal;
    color: #7c7c7c;
}


.titlestyle {
    line-height: 35px;
    font-family: "Montserrat", serif ;
    color: #383838;
    font-size: 20px;
}

.titlestyle  highlight{
    font-weight: bolder;    
    font-family: "Montserrat", serif ;
    color: #383838;
}

.promotions{
    font-family: "Montserrat", serif ;
    color: #fff;
    font-weight: normal;
    font-size: 35px;
}

.footer-classic-dark-top {
    background-image: url('../images/footerbg.jpg');
    background-color: #383838; background-position: top; background-repeat: repeat-x;


}


.footer-classic-dark {
    background-image: url('../images/footerbg2.jpg');
    background-color: #383838; background-position: bottom; background-repeat: repeat-x;


}

.list-unstyled li {
        margin-bottom: 11px; /* Space between items */
    }



.logo img {
    padding-bottom: 30px;
    padding-top: 20px; 
    padding-left: 10px;
    position: relative;
    top: 35; 
}

.logo-dark {
    padding-bottom: 25px; 
}

   
.footerimg{

background-image: url('../images/bg-products.png'); 
background-repeat: repeat; /* Prevents the image from repeating */

   
}



@media only screen and (max-width: 767px) {
    .footerimg {
        background-image: none !important;
        background-color: transparent; /* Optional: fallback color */
    }

    .logo img {
        padding-bottom: 30px;
        padding-top: 20px; 
        padding-left: 10px;
        position: relative;
        top: 35; 
        max-width: 150px;
    }
    



    @media only screen and (max-width: 400px) {
        .footerimg {
            background-image: none !important;
            background-color: transparent; /* Optional: fallback color */
        }
    
        .logo img {
            padding-bottom: 30px;
            padding-top: 20px; 
            padding-left: 1px;
            position: relative;
            top: 35; 
            max-width: 150px;
        }
        












}




.aboutimg{

                background-image: url('../images/flower.png'); /* Replace with your image path */
                   background-repeat: no-repeat; /* Prevents the image from repeating */
                     background-position: left top; /* Centers the image */
}
       






.full-bg {
    background-image: url('../images/aboutusbg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 50vh; /* Full screen height */
    display: flex;
    align-items: center;
    justify-content: center;
}


@media (max-width: 768px)

{
    .full-bg
    
    {
        background-image: url('../images/aboutusbg.jpg');
        background-size: contain; /* Ensure full image is visible */
        background-position: top center;
        background-repeat: no-repeat;
       height: 10vh; /* Full screen height */
        
    }


    .aboutimg{
     background-image:none;

     }

  .aboutpadding{
    text-align: justify; padding-left:0px !important;

      }



}




.aboutpadding{
    text-align: justify; padding-left:60px;

}



 .full-bg-client {
    background-image: url('../images/Clients.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 50vh; /* Full screen height */
    display: flex;
    align-items: center;
    justify-content: center;
}




.full-bg-pro {
    background-image: url('../images/productsbg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 50vh; /* Full screen height */
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px)

{
    .full-bg-client
    
    {
        background-image: url('../images/Clients.jpg');
        background-size: contain; /* Ensure full image is visible */
        background-position: top center;
        background-repeat: no-repeat;
       height: 10vh; /* Full screen height */
        
    }




}




.full-bg-contact {
    background-image: url('../images/contactus.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 50vh; /* Full screen height */
    display: flex;
    align-items: center;
    justify-content: center;
}


@media (max-width: 768px)

{
    .full-bg-contact
    
    {
        background-image: url('../images/contactus.jpg');
        background-size: contain; /* Ensure full image is visible */
        background-position: top center;
        background-repeat: no-repeat;
       height: 10vh; /* Full screen height */
        
    }




}



#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}


.navbar-nav > li > a {
    line-height: 47px;
    padding: 5px 0;
  }