
body {
	font-family: 'Roboto', sans-serif;
}

.gallery {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-width: 33%;
  -moz-column-width: 33%;
  column-width: 33%;
}

.gallery .pics {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.gallery .animation {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}


@media (max-width: 1400px) {
	.items-center > div {
	padding:65px 79px;
}
}

@media (min-width: 1400px) {
	.items-center > div {
	padding:140px 148px;
}
}

@media (max-width: 450px) {
  .gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
  }
}

@media (max-width:750px) {
 .brand {
	    width: 40px;
    position: relative;
    top: -3px;
    left: 0px;
}
	.about-icon > div {
		padding: 0;
	}
	
}
@media (min-width:750px) {
 .brand {
	    width: 40px;
    position: absolute;
    top: 9px;
    left: -38px;
}
	
}

@media (max-width: 400px) {
  .btn.filter {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }
}


.navbar-nav a {
	
    color: #111;
    transition: 0.3s;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
   
}
.navbar-nav a.nav-link:hover {
	color: #1bbd36!important
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
	position: relative;
	
    
}
.section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: #1bbd36;
    bottom: 0;
    left: calc(50% - 25px);
}
.items-center {
	display: flex;
	align-items: center
}

.products > div {
	padding: 0;
}
footer {
	background: #1e1e1e;
	color: #fff;
	font-size: 12px;
	padding: 50px 0 0;
}
footer p {
	font-weight: 300;
	margin-bottom: 20px;
	display: block
}
footer h3{font-size:15px;
    font-weight: 500; text-transform: uppercase}

section {
	padding: 50px 0;
}
.submit {
	    background: #1bbd36;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}
header .logo a span {
    color: #1bbd36;
}
header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.product-icon{
	width: 63px;
    margin-bottom: 15px;
}
header {
	background: #fff;
}
.fa {
	margin-right:8px;
}
.text-align-justify{text-align: justify}
.about-icon img {
	width: 50px;
} 

.about-icon .card {
	justify-content: center;
    column-gap: 10px;
    flex-direction: row;
    padding: 15px;
    height: 91px;
    align-items: center;

}
.about-icon .card h3 {
	margin-bottom: 0px;
	font-size: 15px;
	text-transform: uppercase;
	color: #1bbd36;
}
.info {	
    top: 68px;
    z-index: 10;
       background:#16a74a;
    padding: 15px;
    font-size: 14px;
    margin-top: 65px;
    text-align: left;
    color: #fff;
	display: flex;column-gap: 25px;
}
.social-links a {
	color: #1bbd36;
	font-size:23px;
}

