@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,900');

.navbar {
	background: #e2e2e2!important; 
	width: 100%;
	z-index: 10;
}

.property-color {
	padding: 5px;
	background-color: rgba(0, 255, 72, 0.44);
	position: absolute;
	z-index: 100;
	width: 100%;
	color: rgba(0, 255, 72, 0.64);
}


.navbar-light .navbar-toggler {
	border-color: transparent;
}

.carousel {
	width: 100%;
}

.carousel-indicators li {
	display: none;
}

body {
	background-color: #e2e2e2!important;
	margin: 0!important;
}

button.navbar-toggler {
	background-color:#38903e; 
}
#newd {
	text-align: center;
}

.navbar-light .navbar-nav .nav-link {
	color: 	#4b7631; 
	font-size: 16px;
	font-weight: 700;
	font-family:'Raleway';
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: #2b302c; 
}

.footercontrol {
	color: #02731d!important;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 1rem;
}

.to-top { 	
	position: fixed; 
	bottom: 20px; 
	right: 20px; 
	text-decoration: none; 
	color: #fff; 
	background: #151f28; 
	padding: 10px 20px; 
	/*border-radius: 50%;*/
	display: none;
}
.to-top:hover{ 
	color: #151f28; 
	background: #fff; 
}


.mainwelcome {
	font-family:'Raleway';
	color: #02731d;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: .5rem;
	font-size: 24px;
	text-align: center;
	margin-top: 1rem;
}
.btn-primary {
	color: #fff; 
	background-color: #38903e;
	border-color: #38903e;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	background-color: #43de56;
	border-color: #43de56;
}

.carousel-inner {
	overflow: visible;
}

.aboutme-style {
	color:rgb(0 99 45);
	text-decoration: none;
}

.below-signin {
	padding-bottom: 0px!important;
}

.form-signin input[type="password"] {
	    margin-bottom: 0!important;
	    margin-right: -1px;
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    margin-right: -1px;
    }



.col-auto {

	padding-right: 0px!important;
	padding-left: 0px!important;
}

.input-group-text {
    margin-right: 1px!important;
}

.fa-eye-slash:before {
    margin-right: -2px!important;
}

html{scroll-behavior:smooth}
