	
	body { 
	background:#eefafa;
	background-image:url('../images/Bg-1.png');
	background-repeat: repeat-y;
	}
	
	body, p { 
	font-family: 'Rubik', sans-serif;
	color:#000;
	font-size:16px;
	line-height:22px;
	font-weight:400;
	}

	a { color:#00A85A; text-decoration:underline; }
	a:hover { text-decoration:underline; color:#00A85A; }
	
	.nounderline { text-decoration:none; }
	.nounderline:hover { text-decoration:none; }

	.padt10 { padding-top:10px; }
	.padb10 { padding-bottom:10px; }
	.padt20 { padding-top:20px; }
	.padb20 { padding-bottom:20px; }
	
	.padt40 { padding-top:40px; }
	.padb40 { padding-bottom:40px; }

	.padt50 { padding-top:50px; }
	.padb50 { padding-bottom:50px; }
	
	
	.padt100 { padding-top:50px; }
	.padb100 { padding-bottom:50px; }
	
	
	.padl100 { padding-left:50px; }
	.padr100 { padding-right:50px; }
	
	.pad20 { padding:20px; }
	.pad10 { padding:10px; }
	.pad0 { padding:0px; }
	.padr0 { padding-right:0px; }
	.padl0 { padding-left:0px; }
	.margin0 { margin:0px; }
	.marginb10 { margin-bottom:10px; }
	
	.font14 { font-size:14px; }
	.font12 { font-size:12px; }
	
	
	.borderbottom { border-bottom:1px solid #dedede; }
	
	
	.page-item.active .page-link
	{	
	background-color:#9d1215;
	border:1px solid #9d1215;
	}
	
	.page-item .page-link
	{	

	border:1px solid #9d1215;
	color:#000;
	}
	
	.bold { font-weight:700; }
	
	.white, .white:visited, .white:hover { color:#fff; }
	.black, .black:visited, .black:hover { color:#000; }
	.green { color:#00A85A; }
	
	.whitebg { background: #fff; }
	.greybg { background: #E5E5E5; }
	
	.main_header { font-size:28px; line-height:32px; font-weight:700; color:#000; }
	
	.header_text { position: relative; color:#0a552c; font-size:28px; font-weight:700; }
	
	.header_text::after {
  content: "";
  position: absolute;
  border-top: 2px solid #0a552c;
  left: 40%;
  bottom: -5px;
  width: 20%;
  height: 0px;
}

	.greenbold { font-weight:700; color:#00A85A; }
	.greenborder { border:1px solid #00A85A; }

	.nav-link { color:#969696;  font-size:14px;  font-weight:600; text-decoration:none; }
	
	#mobile_menu { transition: all 0.4s; position:fixed; display:none; width:100%; height:200%; background:#f5f4f0; z-index:20000; }
	.menu_links { text-decoration:none; }
	.menu_links2 { text-decoration:none; margin-left:15px; }
	
	.top_white_button { float:right; text-align:center; border:1px solid #046f37; background:#fff; font-weight:700; font-size:12px; color:#046f37; padding:10px 20px; transition: all 0.4s; }
	.top_white_button:hover { background:#4a4643; color:#fff; }
	
	.home_title_container { position:absolute; top:16%; left:10%; width:auto; } 
	.home_header_title1 { color:#fff; font-size:42px; font-weight:500; line-height:74px; }
	.home_header_title2 { color:#fff; font-size:24px; font-weight:400; line-height:28px; }
	.home_header_container {  margin-top:-25px; z-index:-100; }
	
	.home_about_left { padding:60px; }
	.home_about_container { float:left; padding-top:18%; font-size:18px; line-height:24px; font-color:#181818; font-weight:400; }
	.home_initiatives_container { padding:40px; }
	
	.inner_header_container {  margin-top:-25px; height:300px; background:url('../images/inner_header01.jpg'); background-position:top right; background-size:cover; }
	.inner_header_title { font-size:32px; color:#fff; font-weight:600; }

	
	
	.white_circle_button { position:relative; height:60px; font-size:12px; color:#fff; font-weight:500; }
	.white_circle_button div { position:absolute; top:16px; left:20px;  }
	.white_circle_button:hover div { left:30px;	font-weight:700; }
	
	.black_circle_button { position:relative; display:inline-flex; height:60px; font-size:12px; color:#000; font-weight:500; }
	.black_circle_button div { position:absolute; top:16px; left:20px; }
	.black_circle_button:hover div { left:30px; font-weight:700; }

	
	.red_button { width:100%; float:left; padding:20px 20px; margin:5px 0px;  border-radius:10px; background-image: linear-gradient(to bottom, #9d1215, #ad1719); font-size:14px; color:#fff; }
	.red_button:hover { color:#fff; font-weight:bold; text-decoration:none; }
	
	.table { background:#fff; }
	.table-bordered td, .table  th {  border: 1px solid #071F45  !important; }
	.table-bordered tr th {  background-color: #00A85A; color:#fff; } 	
	
	.table-striped>tbody>tr:nth-child(odd)>td, 
	.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #dbebde;
	}	
	
	
	.btn-primary { background:#00A85A; border:none; }
	
	.shadow { 
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	}
	
	.shadowhover { }
	.shadowhover:hover { 
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	
	.grecaptcha-badge { visibility:hidden; }

	.footer_links_container { float:left; width:100%; margin-bottom:10px; }
	.footer_links { color:#0c542c; font-weight:400; font-size:14px; text-decoration:none;}
	.footer_links:hover { color:#000; font-weight:400; font-size:14px; text-decoration:none; }
	
	
	
.download_button {
		background: #ffffff;
		border: solid 0px #e6e6e6;
		border-radius: 2px;
		display: inline-block;
		height: 100px;
		line-height: 100px;
		margin: 5px;
		position: relative;
		text-align: center;
		vertical-align: middle;
		width: 200px;
		float:left;
}

.download_button span {
		background: #00a85a;
		border-radius: 4px;
		color: #ffffff;
		display: inline-block;
		font-size: 11px;
		font-weight: 700;
		line-height: normal;
		padding: 5px 10px;
		position: relative;
		text-transform: uppercase;
		z-index: 1;
}

.download_button span:last-child {
		margin-left: -20px;
}

.download_button:before,
.download_button:after {
		background: #ffffff;
		border: solid 3px #9fb4cc;
		border-radius: 4px;
		content: '';
		display: block;
		height: 35px;
		left: 50%;
		margin: -17px 0 0 -12px;
		position: absolute;
		top: 50%;
		/*transform:translate(-50%,-50%);*/
		
		width: 25px;
}

.download_button:hover:before,
.download_button:hover:after {
		background: #e2e8f0;
}

.download_button:before {
		margin: -23px 0 0 -5px;
}

.download_button:hover {
		background: #e2e8f0;
		border-color: #9fb4cc;
}

.download_button:active {
		background: #dae0e8;
		box-shadow: inset 0 2px 2px rgba(0, 0, 0, .25);
}

.download_button span:first-child {
		display: none;
}

.download_button:hover span:first-child {
		display: inline-block;
}

.download_button:hover span:last-child {
		display: none;
}	
	
	
	
	
	
@media screen and (max-width:600px) {
		
	.padl100 { padding-left:10px; }
	.padr100 { padding-right:10px; }
	

	.home_about_left { padding:20px; }
	.home_about_container { padding-top:5%;  }
	.home_initiatives_container { padding:10px; }

	.home_title_container { position:absolute; top:16%; left:10%; width:auto; } 
	.home_header_title1 { color:#fff; font-size:18px; font-weight:500; line-height:22px; }
	.home_header_title2 { color:#fff; font-size:14px; font-weight:400; line-height:18px; }

	
		.inner_header_container, .home_header_container { margin-top:0px;  }
		.inner_header_title { font-size:22px; color:#fff; font-weight:600; }

	
}	
	


	
	