@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Roboto:wght@300;400;500&display=swap');

/* Common Styles */
html,body {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    background: url(../images/bg.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    background-size: cover;
}
a,button {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn {
	font: 16px 'Roboto',sans-serif;
	letter-spacing: 1px;
}
.no-padding {
	padding: 0;
}
.no-margin {
	margin: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto', sans-serif;
}
p,table,li {
	font-family: 'Roboto',sans-serif;
	font-size: 16px;
	line-height: 26px;
}
p:last-child {
	margin-bottom: 0;
}
ul,ol {
    list-style: none;
}

#wrapper {
	width: 75%;
	margin: 0 auto;
	overflow: hidden;
}

/* Top Styles */
.logo img {
	width: 230px;
}

/* Caption & Header */
.cap-banner-wrap {
	margin-top: 30px;
}
.caption h1 {
	font-family: 'Courgette',sans-serif;
	font-size: 4.5vmin;
	color: #fff;
}
.caption h1 span {
	color: #FFD920;
}
.banner {
	border: 5px solid #fff;
	position: relative;
}
.pic-link {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.pic-link a {
	text-decoration: none;
	color: #fff;
	background: rgba(0,0,0,.8);
	display: block;
	text-align: center;
	font-size: 20px;
	padding: 10px 100px;
}
.pic-link a:hover {
	background: rgba(255,217,32,.8);
	color: #333;
}

/* Welcome */
.welcome {
	position: relative;
}
.welcome p {
	color: #fff;
}

.pic-btn {
	position: relative;
}
.pic-btn-link {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.pic-btn-link a {
	text-decoration: none;
	color: #fff;
	background: rgba(0,0,0,.7);
	display: block;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pic-btn-link a:hover {
	background: rgba(255,217,32,.7);
	color: #333;
}

.dropdown {
	/*position: relative;
	display: inline-block;*/
}

.dropdown-link {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 100%;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-link a {
	/*background: rgb(106,170,22);
	background: -webkit-linear-gradient(rgba(106,170,22,1) 0%, rgba(152,201,50,1) 100%);
	background: -o-linear-gradient(rgba(106,170,22,1) 0%, rgba(152,201,50,1) 100%);
	background: linear-gradient(rgba(106,170,22,1) 0%, rgba(152,201,50,1) 100%);*/
	background: #fff;
	display: block;
	padding: 10px;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	text-align: center;
}

.dropdown-link a:hover {
	background: rgba(106,170,22,1);
	color: #fff;
}

.dropdown:hover .dropdown-link {
	display: block;
}

/* Home Products */
.prdt-title h4 {
	background: #FFD920;
	font-size: 20px;
	font-weight: 500;
	padding: 10px 20px;
	margin-bottom: 20px;
}
.prdt-box {
	background: #fff;
	padding: 20px;
	margin-bottom: 2rem;
}
.prdt-box img {
	max-width: 100%;
	margin-bottom: 20px;
}
.prdt-box h6, .prdt-box p {
	font-size: 14px;
}
.prdt-box h6 {
	margin-bottom: 1.25rem;
}
.prdt-box p {
	line-height: 20px;
	margin-bottom: 1.25rem;
}
.btn-prdt {
	background: #2196cd;
	border-radius: 20px;
	font-size: 14px;
	border: none;
	padding: 9px 30px;
	letter-spacing: normal;
}

/* Footer */
footer {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #66a710;
}
.footer-menu ul {
	padding-left: 0;
	margin-bottom: 0;
	text-align: center;
}
.footer-menu ul li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
.footer-menu ul li a {
	color: #fff;
}
.footer-contact {
	text-align: center;
	margin-top: 20px;
}
.footer-contact p {
	color: #fff !important;
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 0;
}
.footer-contact a {
	color: #fff !important;
}
.footer-social {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
.footer-social img {
	width: 35px;
}
.copyright p {
	font-size: 14px;
	color: #a7e753;
	margin-bottom: 0;
}

/* Inner style */
.side-menu ul {
	padding-left: 0;
}
.side-menu ul li {
	width: 100%
}
.side-menu ul li a {
	background: rgb(106,170,22);
	background: -webkit-linear-gradient(rgba(106,170,22,1) 0%, rgba(152,201,50,1) 100%);
	background: -o-linear-gradient(rgba(106,170,22,1) 0%, rgba(152,201,50,1) 100%);
	background: linear-gradient(rgba(106,170,22,1) 0%, rgba(152,201,50,1) 100%);
	display: block;
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.side-menu ul li a:hover, .side-menu ul li a.active {
	background: rgb(33,151,212);
	background: -webkit-linear-gradient(rgba(33,151,212,1) 0%, rgba(41,74,153,1) 100%);
	background: -o-linear-gradient(rgba(33,151,212,1) 0%, rgba(41,74,153,1) 100%);
	background: linear-gradient(rgba(33,151,212,1) 0%, rgba(41,74,153,1) 100%);
}

.inner-title h4 {
	background: #FFD920;
	font-size: 20px;
	font-weight: 500;
	padding: 10px 20px;
	margin-bottom: 0px;
	color: #333;
}
.inner-text {
	background: #fff;
	padding: 20px;
}
.inner-text h5 {
	font-size: 18px;
}

.inner-bullets ul {
	list-style: disc;
}

.team-social img {
	width: 30px;
}

.logo-box img {
	width: 100%;
}

.inner-prdt-pic img {
	max-width: 100%;
}
.inner-prdt-text p {
	font-size: 14px;
	line-height: 22px;
}

/* Contact Form */
.form-control {
	box-shadow: none;
	border-radius: 0;
	font: 14px 'Roboto', sans-serif;
	color: #555;
	margin-bottom: 5px;
}
.contact-form-btn {
	font: 16px 'Roboto',sans-serif;
	color: #fff;
	border: none;
	border-radius: 2px;
	text-shadow: none;
	padding: 12px 20px;
	margin-bottom: 10px;
}
#msgSubmit {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	text-align: left;
}

/* Modals */
