/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  /*padding-top: 56px;*/
  background-color:#3c373d;
}
#background-white {
	background-color: #fff;
}

.fixed-top {
    position: inherit!important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;

}
.bg-dark {
    background-color: #fff !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
	font-size: 15px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #378744;
}
.navbar-dark .navbar-toggler-icon {

}
.fa-bars {
 color: #000;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
#wrapper {
	display: none;
}
}

/*.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}*/







#slider {
	border-top: 3px solid #328648;
	border-bottom: 3px solid #328648;
}

.section-one {
	padding-bottom: 1em;
	padding-top: 1em;
}

.section-one-about .card-text {
	text-align: justify;
	font-size: 15px;
	line-height: 25px;
}

.section-one-products {
	background-color: #328648;
	padding: 1.60rem;
}

.section-one-products p {
	color: #fff;
	font-size: 15px;
	line-height: 35px;
	margin-bottom: 0px;
}

.section-one-products p a {
	color: #fff;
	text-decoration: none;
}

.section-one-products .fas {
	margin-right: 6px;
}

.section-one-contact {
	background-color: #eee;
	padding: 1.60rem;
}

.section-one-contact p {
	color: #000;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 0px;
}

.section-one-contact p a {
	color: #000;
	text-decoration: none;
}

.section-one-contact .fas {
	margin-right: 6px;
	color: #328648;
}

.section-one-product-with-name {
	padding-bottom: 1.5em;
	padding-top: 1.5em;
}
.section-one-product-with-name h3 {
	line-height:1.5em;
}

.pro-img-name {
	text-align: center;
	border: 1px solid #ccc;
	padding-bottom: 10px;
}

.pro-img-name h4 {
	font-size: 1.1rem;
	font-weight: 600;
}

.pro-img-name .btn-primary {
	color: #fff;
	background-color: #328648;
	border-color: #328648;
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	border-radius: 0px;
}

.footer-bottom {
	background-color: #328648;
	padding-bottom:1em;
	padding-top:1em;
	border-bottom: 1em solid #fff;
}
.footer-bottom a {
	color:#fff;
	}



.products-page-section-one h4 {
	font-size: 23px;
	padding-bottom: 8px;
	color: #328648;
}
.products-page-pro-img-name {
	text-align: center;
	padding-bottom: 10px;
}
.products-page-pro-img-name p {

    text-align: center;
    color: #000;
    font-weight: 600;
    line-height: 24px;
    padding-top: 5px;
    font-size: 17px;

}
.products-page-pro-img-name img {
	border: 1px solid #ccc;
}
.products-page-pro-img-name .enquiry-text {
	text-align: center;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 5px;
	font-size: 14px;
}


.contact-page-contents h4 {
	font-size: 23px;
	padding-bottom: 8px;
	color: #328648;
}
.contact-page-contents p {
    color: #000;
    line-height: 30px;
    font-size: 15px;
}
.contact-page-contents p a {
    color: #000;
    line-height: 30px;
    font-size: 15px;
}
.contact-page-contents .fas {
	color: #328648;
	margin-right: 7px;
}