body {
	font-family: 'Lato', sans-serif;
}

a, button, input[type=submit], input[type=button], button[type=submit], button[type=button] {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    outline:none;
}

a {
	color: #90c649;
}

a:hover {
	color: #658b34;
	text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

header .header-bottom {
	border-bottom: 1px solid rgba(0,0,0,0.1);	
}

.btn-theme {
	background-color: #90c649;
	border-color: #90c649;
}

.btn-theme:hover {
	background-color: #658b34;
	border-color: #658b34;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.75);
    font-weight: 700;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #90c649;
    border-bottom: 2px solid;
}

/*.carousel-banner {
	background-color: #000;
}

.carousel-banner .carousel-item img {
	opacity: 0.75;
}*/

.carousel-banner .carousel-caption {
	background-color: rgba(255,255,255,0.75);
	border-top: 5px solid #000;
	top: 50%;
	bottom: auto;
	left: 50%;
	right: auto;
	transform: translate(-50%,-50%);
	padding: 20px 30px;
	color: #000;
	font-weight: 700;
}

.theme-heading {
	font-size: 1.1rem;
}

.img-style-sectn {
	position: relative;
}

.img-style-sectn .img-style {
	background-color: #90c649;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 15px;
	right: -15px;
}

.img-style-sectn img {
	position: relative;
	z-index: 1;
}

.map-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.border-heading {
	position: relative;
}

.border-heading:after {
	content: "";
	width: 60px;
	height: 2px;
	background-color: #90c649;
	position: absolute;
	top: 100%;
	left: 0;
}

.normal-list {
	list-style: none;
}

.normal-list li {
	margin-bottom: 10px;
}

video {
  max-width: 100%;
  height: auto;
}

footer {
	border-top: 2px solid #90c649;
}

/*---@media min-width---*/
@media (min-width: 1200px) {
	.navbar-expand-xl .navbar-nav .nav-link {
	    padding-right: 1rem;
	    padding-left: 1rem;
	    padding-top: 1.25rem;
    	padding-bottom: 1.25rem;
	}
}

@media (min-width: 992px) {
		
}

@media (min-width: 768px) {

}

@media (min-width: 576px) {

}

/*---@media max-width---*/
@media (max-width: 1199.98px) {
    
}

@media (max-width: 991.98px) {

}

@media (max-width: 767.98px) {

}

@media (max-width: 575.98px) {

}