.logo-home img{
    width: 40%;
}

.logo-homee{
    position: relative; top:200px; 
}

.logo-footer img{
    width: 70%;
    margin-top: -40px;
    opacity: 14%;
    -webkit-filter: invert(1);
   filter: invert(1);
}

.whatsApp{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:black;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.my-whatsApp{
    margin-top:16px;
}

.navbar-footer{
    position: absolute;
    right: 0;
}

.navbar-footer ul li a{
    font-size: 18px;
    font-weight: 300;
}

.social-icon a{
    margin-left: auto;
    text-align: left;
}

.social-icon a:hover {
    
  }

.social-icon svg{
    margin-left: auto;
    margin-top: auto;
    text-align: left;
    width: 60%;
}

.footer-area .fasvg{
}

.footer-area .fasvg svg{
    width: 10%;
}

.footer-copyright{
    position: absolute;
    margin: auto;
    bottom: 0;
}

.product{
    
}

.overflow-string {
    /* display: inline-block; */
    /* width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

.blog-info{
    /* border: 2px solid black; */
}

.prod-gallery{
    display: none;
}

.about-us-bg{
        /* background: url("./img/about/banner.jpg") no-repeat fixed center; */
        background: url("./img/about/banner.jpg") no-repeat scroll center center / cover;
}

.contact-bg{
    background: url("./img/contact/banner.jpg") no-repeat scroll center center / cover;
}

.product-bg{
    background: url("./img/product/banner.jpg") no-repeat scroll center center / cover;
}

.blog-thumb{
    display: flex;
    /* border-radius: 8%; */

}

.blog-thumb img{
    width: 22%;
    /* border-radius: 8%; */
    padding: 0.25rem;
}

.blog-img img{
    /* border-radius: 3%; */
    padding: 0.25rem;
    padding-right: 0;
}

.img-about img{
width: 32%;
margin: auto;
}

.img-about{
    margin:auto
}

.about-row {
    width: 85%;
    margin: auto;
}

.prod-row {
    width: 80%;
    margin: auto;
}

.blog-thumb{
    overflow: auto;
    white-space: nowrap;
}

.about-minimal>p{
}
