* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 100%;
}

:root {
	--theme-color: #1f6b20;
	--theme-color-text-a: #1f6b20;
	--theme-color-two: #ffbf00;
	--theme-color-three: #d40032;
	--theme-color-four: #02c06d;
	--theme-color-five: #18bec2;
	/*-------corona-add-styles------------*/
	--theme-color-new-one: #ff452c;
	--theme-color-new-two:#5c96fa;
	/*-------corona-add-styles------------*/
	--dark-color: #302c51;
	--dark-color-two: #302c51;
	--rubik: 'Rubik', sans-serif;
	--prata: 'Prata', serif;
	--anim-menu-btn-size: 30px;
	--anim-menu-btn-icon-size: 28px;
	--anim-menu-btn-icon-stroke: 2px;
	--fs-search-btn-size: 3em;
	--fs-search-border-bottom-width: 2px;
}



body{
	font-family: Tahoma;
	background: url(../images/Background/bg.png) -867px -155px no-repeat #e3eebd;
}


.top-bar {
	background: #1f6b20;
    color: #fff;
    float: none;
    top: 0;
    width: 100%;
    z-index: 100000;

}

.nav-link{
	margin: 0;
	padding: 0;
	color: white !important;
	font-size: 15px;
	text-align: right;
}



.navbar-toggler {
	position: relative;
    float: right;
    padding: 9px 10px;
    outline: 0!important;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}



.bottom-navbar{
	background-color: white;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border:1px solid #1f6b20;
}

.logo{
	padding: 10px;
	
}

.navbar-nav .nav-item a .fab{
	font-size: 30px;
	padding: 10px;
	
}

.navbar-nav .nav-item a{
	padding: 10px;
}


body a{
	color: #1f6b20;
}



.card{
	border-radius: 30px;
	margin-bottom: 8px;
}

.card-header{
	background: #e2efbdb5;
}