@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,900');

.navbar {
	background: #e2e2e2!important;
	width: 100%;
	z-index: 10;
}

.menu-bar {
	color: rgb(107, 45, 146)!important;
}

.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;
}

.welcomeparaghraph {
	font-weight: 500;
	color: #2b302c!important;
	font-family:'Raleway';
	font: bolder;
}

.footercontrol {
	color: #02731d!important;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 1rem;
}

.specialmessage {
	font-weight: 500;
	color: #fff;
	background-color: #38903e;  
	border-radius: 0.3125rem; 
	border: 0.0625rem #0576a7;  
	padding: 1rem;
	text-align: center;
	font-size: 16px;
	margin-bottom: 0rem;

}

a[href^="tel"] {
  color: inherit; 
  text-decoration: none; 
}
.specialmessagebtn {
	margin-bottom: -1rem;
}
.to-top { 	
	position: fixed; 
	bottom: 20px; 
	right: 20px; 
	text-decoration: none; 
	color: #fff; 
	background: #151f28; 
	padding: 10px 20px; 
	display: none;
}
.to-top:hover{ 
	color: #151f28; 
	background: #fff; 
}

.logo {
	width: 100%;
}

@media screen and (max-width: 1600px)
and (min-width: 992px)  {
	.logo {
		width: 100%;
	}
}

.maintitle {
	font-size: 24px;
	font-family:'Raleway';
	color:#02731d;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: .5rem;
	text-align: center;
}

.mainwelcome {
	font-family:'Raleway';
	color:#02731d;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: .5rem;
	font-size: 32.5px;
	text-align: center;
	margin-top: 1rem;
}

.bulletlist {
	color: #2b302c;
	font-weight: 500;
}

@media screen 
and (max-device-width: 991px) /*this number and down */
{ 

	.mainwelcome {
		font-size: 33px;
	} 
}
@media screen 
and (max-device-width: 767px) /*this number and down */
{ 

	.mainwelcome {
		font-size: 25px;
	} 
}
@media screen 
and (max-device-width: 508px) /*this number and down */
{ 
	.mainwelcome {
		font-size: 23px;
	}
}

.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; 
}

.fulljustify {
	text-align:justify;
	text-align-last: left;
	color: #195558;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.applyonlinenow {
	margin-bottom: 1.2rem;
	margin-top: .5rem;
}

.carousel-inner {
	overflow: visible;
}

.scheduletour {
	margin-top: .5rem;
	margin-bottom: 1rem;
}

.table-cell {
	display: table-cell;
	margin: 0 auto;
}

.custom-links
{
	text-decoration: none; color: #2b302c;
}

.aboutme-style {
	color:rgb(0 99 45);
	text-decoration: none;
}

html{scroll-behavior:smooth}
