*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	scroll-behavior: smooth;
}
.menu-bar
{
	min-height: 8%;
	background: #55A849;
}
.menu-bar img
{
	width: 65px;	
}
.nav-link
{
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	
}
.nav-link:hover
{
	color: #333;
}
.active
{
	color: #333 !important;
}
.navbar-toggler .fa
{
	color: #fff;	
}
.navbar-toggler .fa
{
	outline: none !important;	
}
.banner
{
	min-height: 77%;
	color: black;
}
.banner img
{
	width: 100%;
}
.info
{
	margin: 24% auto;
	
}
.info h1
{
	font-size: 30px;

}
.info a
{
	width: 135 px;
	color: white !important;
	text-decoration: none !important;
	padding: 15px 25px;
	margin: 5% 10px;
	background: #55A849;
	display: inline-block;
}
.info a:hover
{
	background: white !important;
	border: 1px solid #55A849 !important;
	color: black !important;
	transition: 0.5s;	
}
.row
{
	margin: 0 !important;
}
.social-icons 
{
	margin: 0 20px;
}
.social-icons .fa
{
	padding: 5px;
}
/*FEATURED ABOUT*/
.jumbotron{
	height: 60%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: linear-gradient(rgba(0, 0, 0, 0.627),rgba(0, 0, 0, 0.6)),  url("sheesh.png");
}
.jumbotron p{
	color: #fff;
	text-shadow: 1px 1px 4px #fff;
	text-align: center;
	margin-top: -15px;
	margin-bottom: 60px;
	text-indent: 50px;
}
.jumbotron h1{
	color: #fff;
	font-size: 80px;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 4px #fff;
	margin-top: 40px;
}
.jumbotron  a{
	border: 1px solid #fff;
	background: transparent;
	outline: none;
	padding: 8px 18px;
	color: #fff;
	border-radius: 30px;
	margin-top: -12px;
	cursor: pointer;
	font-size: 12px;
	float: right;
}
.jumbotron a:hover{
	background: #55A849;
	border: 1px solid #55A849;
	display: inline-block;
	transition: 0.5s;
	color: #fff;
}
.contact
{
	position: relative;
	min-height: 100vh;
	padding: 50px 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

}
.contact .content
{
	max-width: 800px;
	text-align: center;
}
.contact .content h2
{
	font-size: 60px;
	font-weight: bold;
	color:  #111;
	text-shadow: 1px 1px 5px #111;;
}
.contact .content p
{
	font-weight: 500;
	color:  #111;
}
.containers
{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0px;
}
.containers .contactInfo
{
	width: 50%;
	display: flex;
	flex-direction: column;
}
.containers .contactInfo .box
{
	position: relative;
	padding: 20px 0;
	display: flex;
}
.containers .contactInfo .box .icon
{
	min-width: 60px;
	height: 60px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%; 
	font-size: 22px;
}
.containers .contactInfo .box .text
{
	display: flex;
	margin-left: 20px;
	font-size: 25px;
	color: #111;
	flex-direction: column;
	font-weight: 300;
}
.containers .contactInfo .box .text h3
{
	font-weight: bold;
	color: #58DE26;
	font-size: 30px;
	text-shadow: 1px 1px 4px #111;
}
.contactForm
{
	width: 40%;
	padding: 40px;
	background: #fff;
}
.contactForm h2
{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	text-shadow: 1px 1px 4px #333;
}
.contactForm .inputBox
{
	position: relative;
	width: 100%;
	margin-top: 10px;
}
.contactForm .inputBox input,
.contactForm .inputBox textarea
{
	width: 100%;
	padding: 5px 0;
	font-size: 16px;
	margin:10px 0;
	border: none;
	border-bottom: 2px solid #333;
	outline: none;
	resize: none;
}
.contactForm .inputBox span
{
	position: absolute;
	left: 0;
	padding: 5px 0;
	font-size: 16px;
	margin:10px 0;
	pointer-events: none;
	transition: 0.5s;
	color: #666;
}
.contactForm .inputBox input:focus ~ span,
.contactForm .inputBox input:valid ~ span,
.contactForm .inputBox textarea:focus ~ span,
.contactForm .inputBox textarea:valid ~ span
{
	color: #55A849;
	font-size: 12px;
	transform: translateY(-20px);
}
.contactForm .inputBox input[type="submit"]
{
	background: #55A849;
	color:#fff;
	border:none;
	cursor: pointer;
	padding: 15px 15px;
	font-size: 15px;
	text-transform: uppercase;
}
.contactForm .inputBox input[type="submit"]:hover
{
	color:#fff;
	background: rgb(76, 99, 73);
}
@media (max-width: 991px)
{
	.contact
	{
		padding: 50px;
	}
	.container
	{
		flex-direction: column;
	}
	.container .contactInfo
	{
		margin-bottom: 40px;
	}
	.container .contactInfo
	.contactForm
	{
		width: 100%;
	}
}
section .contact{
	 display: flex;
	 flex-wrap: wrap;
	 flex-direction: column;
	 position: relative;
}
/*FOOTER*/
footer{
	position: relative;
	width: 100%;
	height: auto;
	padding: 30px 100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #55A849;
	box-sizing: border-box;
}
footer .container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
}
footer .container .sec{
	margin-right: 30px;
}
footer .container .sec.about{
	width: 40%;
}
footer .container h3{
	position: relative;
	color: #000;
	font-weight: 500;
	margin-bottom: 35px;
}
footer .container h3:before{
	content:' ';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 50px;
	height: 2px;
	background: #DFDED3;
}
footer p{
	color: #DFDED3;
}
.icon{
	margin-top: 20px;
	display: flex;
}
.icon li{
	list-style: none;
}
.icon li a{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: rgb(39, 160, 23);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	text-decoration: none;
	border-radius: 6px;
}
.icon li a:hover{
	background: rgb(76, 99, 73);
}
.icon li a .fa{
	color: #fff;
	font-size: 20px;
}
.shortlink{
	position: relative;
	width: 25%;
}
.shortlink ul li{
	list-style: none;
}
.shortlink ul li a
{
	color: #DFDED3;
	text-decoration: none;
	margin-bottom: 5px;
	display: inline-block;
}
.shortlink ul li a:hover{
	color: #555;
}
.contacts{
	width: calc(30% - 60px);
	margin-right: 0 !important;
}
.contacts .reach{
	position: relative;
}
.contacts .reach li{
	display: flex;
	margin-bottom: 15px;
}
.contacts .reach li span:nth-child(1){
	color: #fff;
	font-size: 20px;
	margin-right: 10px;
}
.contacts .reach li span{
	color: #DFDED3;
}
.contacts .reach li a{
	color: #DFDED3;
	text-decoration: none;
}
.contacts .reach li a:hover{
	color: #555;
}
.copyright{
	width: 100%;
	background: #55A849;
	color: rgb(231, 221, 221);
	padding: 1px;
}
.copyright p{
	text-align: center;
	margin: 5px 0;
}
@media (max-width: 1000px){
	footer{
		padding: 40px;
	}
	footer .container{
		flex-direction: column;
	}
	footer .container .sec{
		margin-right: 0;
		margin-bottom: 40px;
	}
	footer .container .sec.about{
		width: 100%;
	}
	footer .container .sec.contact{
		width: 100%;
	}
	footer .container .sec.shortlink{
		width: 100%;
	}
	.copyright{
		padding: 8px 20px;
	}
}
/*top button*/
.top{
	position: fixed;
	width: 30px;
	height: 30px;
	background: #3FA329;
	bottom: 30px;
	right: 30px;
	text-decoration: none;
	text-align: center;
	color: white;
	font-size: 25px;
}
.top:hover{
	color:rgb(47, 119, 33);
}
.visit h1{
	font-size: 60px;
	text-shadow: 1px 1px 3px #111;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: -30px;
}
.map{
	position: relative;
	width: 80%;
    overflow: auto;
}
.mapframe{
	position: absolute;	
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
}