/**
** addmystyle.css
*/

*{
	border-radius: 0 !important; 
}

body {
	 font-family: "Poppins", sans-serif;
	padding-top: 0px;
	overflow-x: hidden;
}

section{padding:40px 0;}

#topintro::after {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	position: absolute;
	content: "";
	height: 100%;	
	width: 100%;
	z-index: -1;
	left: 0;
	top: 0;
}

#topcontent{padding:220px 0;}

.normal {
	background-color:transparent !important;
	border-color:transparent;
	background-image:none;
	box-shadow:none;
}

.myactive{
    background-color: #006633 !important;;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
}

.normal .navbar-nav {
	padding-bottom: 18px;
    padding-top: 18px;
	transition: all 0.3s;
}

.normal .navbar-brand {
	color:#fff; 
	font-size: 20px;
	font-weight: bold;
	height: auto;   
	margin:20px 0;
	transition: all 0.3s;
}

.myactive .navbar-brand {
	margin:0px 0;
	transition: all 0.3s;
}

.myactive .navbar-nav {
	padding-bottom: 1px;
    padding-top: 1px;
	transition: all 0.3s;
}

.navbar-custom {
    background-color: #229922;
    color:#ffffff;
    border-radius:0;
	transition: all 0.3s;
	 text-transform: uppercase;
}

.navbar-custom .navbar-nav > li > a {
    color:#fff;
}

.navbar-custom .navbar-nav > .active > a {   
    background-color:transparent;
	color: #ffffff;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus,
.navbar-custom .navbar-nav > .open >a {
    text-decoration: none;
    background-color: #808000;
}

.navbar-custom .navbar-brand {
    color:#eeeeee;
}
.navbar-custom .navbar-toggle {
    background-color:#eeeeee;
}
.navbar-custom .icon-bar {
    background-color: #006633;
}

.stepdown{
	text-align: center;
}
.stepdown a i{
	position: absolute;
	bottom: 15px;
	color: #fff;
}
.scrolltotop {
	position:fixed;
	z-index: 9999;
	text-align: center;
	line-height: 10px;
	right: 20px;
	bottom: 20px;	
	display:none
}

.scrolltotop a {
	color: #fff;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #000;
	outline: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.scrolltotop a:hover {
	background: #f00;
}

.domyh2{
	color: #FF8000;
}

.myiconcol{
	color: #841839;
}

#beforefooter{
	background-color: #FFCC99;
	color: #2C1B01;
}

#myfooter{
	background-color: #006633;
}

#myfooter .docopy{
	color: #fff;
	padding: 5px 0 !important;
	margin: 0; 
}

@media screen and (max-width: 767px) {
	.normal {
		 background-color: #006633 !important;
		 padding-bottom: 1px;
		 padding-top: 1px;
	}
	.normal .navbar-brand {
 		margin:0px 0;
	}
}