@font-face {
	font-family: "Roboto Slab";
	src: url("/fonts/RobotoSlab/RobotoSlab-Bold.ttf") format("truetype");
	font-weight: 700;
}

@font-face {
	font-family: "Roboto Slab";
	src: url("/fonts/RobotoSlab/RobotoSlab-Regular.ttf") format("truetype");
	font-weight: 500;
}

@font-face {
	font-family: "Roboto Slab";
	src: url("/fonts/RobotoSlab/RobotoSlab-Thin.ttf") format("truetype");
	font-weight: 100;
}

.no-padding {
	padding-right: 0px;
	padding-left: 0px;
}

a,
a:hover {
	text-decoration: none;
}

h1,
h2,
h3 {
	letter-spacing: -1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Slab', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	padding: 0px;
	margin: 0px;
}

#content_wrapper,
#footer_wrapper {
	position: relative;
	float: left;
	clear: left;
	width: 100%;
}

/******************************
* PAGE HEADER
******************************/
#header_wrapper {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 132px;
	margin: 0;
	transition: top 0.2s ease-in;
	/* Transition effect when sliding down (and up) */
	background-color: #fff;
	z-index: 9;
}

.header__banner {
	height: 95px;
	border-bottom: 1px solid #f4f4f4;
}

.banner__logo a {
	margin-top: 15px;
	display: inline-block;
}

.banner__logo img {
	height: 60px;
}

.banner__logo h2 {
	font-size: 9px;
	color: black;
	text-transform: uppercase;
}

/******************************
* PAGE NAVIGATION MENU
******************************/
.navbar {
	font-family: 'Roboto Slab', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	border-bottom: 1px solid #eee;
	padding: 0px 0px;
	background: #ffffff !important;
	height: 52px;
}

.navbar .container {
	padding: 0;
}

.navbar-collapse {
	background: #fff;
	border-left: none;
	height: 51px;
}

.navbar-collapse .collapse .show>.navbar-nav .nav {
	border-bottom: 2px solid red;
}

#home__page .navbar-brand img {
	display: none;
}

.navbar-brand img {
	height: 40px;
	width: 148px;
	margin-left: 15px;
	display: none;
}

.navbar-brand h2 b {
	color: #477D0D;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	/* background: #27ae60; */
	background-color: #b8c6db;
	background-image: linear-gradient(180deg, #27ae60 0%, #22ae68 80%);
	color: #fff;
	border-left: 1px solid #27ae60;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .dropdown.show .dropdown-toggle.nav-link:hover {
	border-bottom: 1px solid #27ae60;
	border-top: 1px solid #058c40;
	background-color: #27ae60;
	border-left: 1px solid #058c40;
	color: #fff;
}

.navbar-light .navbar-nav .nav-link {
	font-family: 'Roboto Slab', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	font-size: 13px;
	padding: 0 20px;
	line-height: 51px;
	font-weight: normal;
	border-left: 1px solid #f4f4f4;
	color: #333;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	text-transform: uppercase;
}

.custom-nav {
	background-color: #fff;
}



/* Footer Style*/
#footer_wrapper {
	padding-top: 20px;
	border-top: 1px solid #f4f4f4;
	background: #fff;
}

.footer__sitemap {
	padding-top: 30px;
}

.footer__sitemap .row div {
	margin-bottom: 30px;
}

.footer__sitemap b {
	color: #222;
}

.footer__sitemap h4 {
	font-family: 'Roboto Slab', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #27ae60;
	padding-bottom: 20px;
}

.footer__sitemap ul {
	margin: 0;
	padding: 0;
}

.footer__sitemap li {
	list-style-type: none;
	border-bottom: 1px dashed #eee;
}

.footer__sitemap p {
	font-family: 'Roboto Slab', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #333;
}

.footer__sitemap li a {
	font-family: 'Roboto Slab', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #333;
	line-height: 40px;
}

.footer__sitemap li a i.fa-lg {
	color: #27ae60;
}

.footer__sitemap li a i.fa-lg:hover {
	color: #333;
}

.footer__about {
	border-top: 1px solid #eee;
	padding: 25px 0px;
}

.footer__about img {
	height: 50px;
	margin-top: 15px;
}

.footer__about p {
	line-height: 20px;
	margin-top: 15px;
	font-family: 'Roboto Slab', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #656565;
}

.footer__about h4 {
	font-family: 'Roboto Slab', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding-bottom: 20px;
}

.footer__about a {
	color: #27ae60;
	font-size: 25px;
}

.footer__copyright {
	background-color: #27ae60;
}

.footer__copyright p {
	font-family: 'Roboto Slab', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	line-height: 45px;
	margin: 0;
}

/* Universal Style */
section {
	padding-top: 80px;
	padding-bottom: 80px;
}

section h2 {
	font-size: 32px;
}

section .subtitle {
	margin-bottom: 80px;
}

.p-accent {
	background-color: #27ae60;
	padding-top: 150px;
	padding-bottom: 150px;
}

.p-accent h2 {
	color: #fff;
}

.p-accent {
	color: #fff;
}
#loader_overlay {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, 1);
	transition: 1s 0.4s;
}
#loader_progress {
	height: 3px;
	background: #27ae60;
	position: absolute;
	width: 0;
	top: 0;
}

#loader_progstat {
	font-size: 0.7em;
	letter-spacing: 3px;
	position: absolute;
	top: 20px;
	/* margin-top:-40px; */
	width: 100%;
	text-align: center;
	color: #000;
}

