body {padding-top:39px;}

.header .header-up .left p,
.header .header-up .right p {
    font-size: 13px;
    font-weight: 300;
    color: #393132;
    margin: 0;
    padding: 0 5px;
}

.header .logo { display: flex; align-content: center; justify-content: center; align-items: center;}
.header .logo a {display:inline-block; padding:0 !important;}


.footer .logo a img {-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.footer .social { padding:20px 0; }
.footer .social ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 10px; }
.footer .social ul li a { display: block; -webkit-transition: .4s; transition: .4s; -webkit-transform: translateY(0); transform: translateY(0);}
.footer .social ul li a:hover { -webkit-transform: translateY(-6px); transform: translateY(-6px);}
.footer .social ul li a img { width: 32px; height: 32px; }

.whatsapplink {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #25d366;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 50%;
    padding:12px;
    transition: all 0.4s ease;
}
.whatsapplink img {
    width:36px; height:36px; vertical-align: top;
}
@media only screen and (max-width: 991px) {
    .whatsapplink {
        bottom: 15px;
        right: 15px;
        width:50px;
        height:50px;
        padding:10px;
    }
    .whatsapplink img {
        width:30px; height:30px;
    }
}
.abouts.about-1 {padding:100px 0; margin:0;}
@media (max-width: 480px){
    .abouts.about-1{padding: 40px 0; }
}
.abouts.about-1.withimage.firstrow {padding-top:0; margin-top:-80px;}
.contimgs {margin-top:25px; margin-bottom:10px;}
.contimgs a {display:inline-block; vertical-align: top; margin:0 15px 15px 0;}


.products .abouts.about-1 {padding-top:0;}
.products .abouts.about-1.withimage.firstrow {margin-top:0;}
.products .abouts.about-1.withoutimage .col.col-12.col-md-12 {padding:12px; min-height:300px; background-color: #fff;}