/* CSS Document */
.toggle,
[id^=drop] {
	display: none;
}

#logo img{height: 68px;}

/* Giving a background-color to the nav container. */
nav { 
	margin:0;
	padding: 0; z-index:1111;
}
#logo {
	display: block;
	padding: 0 30px 0 0;
	float: left;
	font-size:20px;
	line-height: 60px;
}#logo a{padding:5px;/* background:rgba(255,255,255,0.9); */-webkit-box-shadow: 0px 34px 28px -29px rgba(0,0,0,0.6);-moz-box-shadow: 0px 34px 28px -29px rgba(0,0,0,0.6);box-shadow: 0px 34px 28px -29px rgba(0,0,0,0.6);}
/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */
nav:after {
	content:"";
	display:table;
	clear:both;
}
/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	float: right;
	top: 14px;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block; position:relative;
	float: left; text-transform:uppercase;
	}

/* Styling the links */
nav a {
	display:block;
	font-weight: 600;
	padding: 14px 8px;
	color: #000;
	/* text-shadow:1px 2px 4px rgba(0, 0, 0, 0.4); */
	font-size:15px;
	text-decoration:none;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	-webkit-backface-visibility: hidden;
}
nav ul li ul li:hover {color:#000000;}
/* Background color change on Hover */
nav a:hover{color:#dddddd;}
/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; background:rgba(255,255,255,0.9);
	/* has to be the same number as the "line-height" of "nav a" */
	top:40px;padding:5px 15px 15px 15px;-webkit-box-shadow: 0px 20px 20px -16px rgba(0,0,0,0.35);-moz-box-shadow: 0px 20px 20px -16px rgba(0,0,0,0.35);box-shadow: 0px 20px 20px -16px rgba(0,0,0,0.35);
}
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {width:200px;float:none;text-transform:none;display:list-item;position:relative;transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
     opacity: 0.9;}
nav ul ul li a{padding:13px 5px 13px 10px;color:#000;font-weight:500;border-bottom:1px solid #b6b6b6;font-size:14px;text-align:left;text-shadow: none;-webkit-font-smoothing: antialiased;
    opacity: 1;
    border-left: 5px solid transparent;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;}nav ul ul li a:hover{color:#8faa33;border-left:0px solid #00bdf2;background:#fff;}
/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after {content: '';}


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {
	nav ul li label{margin-bottom:1px;}#logo {
		display: block;width:100%;
		padding: 0;background:rgba(255,255,255,0.9);
		text-align: center;
		float: left;
	}#logo img{width:50%;display:block;margin:0px auto;/* background:rgba(255,255,255,1); */padding:5px;}
	#logo a{box-shadow:none;}.top-menu.tiny #logo a{width:100%;}.menu-body{position:relative;}
	nav {
		margin: 0;
	}
	.top-menu.tiny {
    background: rgba(0,0,0,0) !important;position:relative;
}
	nav a{background: #c84227;margin-bottom:1px;text-align:center;color: white;padding: 7px 0 0;}
	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}
nav ul ul{position: relative;
		visibility: visible;
		padding-top: 0 !important;
		opacity: 1; margin:0;
		}nav ul ul li a{background: #c84227;padding-left:20px;color:#fff;text-align:center;}nav ul ul li a:hover{color:#038a73;}.top-menu.tiny nav ul{top:3px;}
	/* Stylinf the toggle lable */.mobile-menu-toggle{text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);/* background:#00bdf2 !important; */padding:15px 12px 15px 12px !important;BORDER-BOTTOM: 1PX SOLID SILVER;}
	.toggle-btn{float:right;}
	.toggle {
		display: block;
		width:25%;
		text-align:center;
		background-color: #c84227;
		padding: 5px 20px;
		color:#FFF;
		font-size:17px;
		text-decoration:none;
		border:none;
		margin-bottom: 0px;
		}.toggle i{font-size:26px !important;}
	.toggle:hover{background-color:#20338c;cursor:pointer;}
.mobile-menu{display:block !important;background-color: #316531;width:100%;float:left;padding:2px 0;}.mobile-call{display:block !important;float:left;width:25%;}.mobile-call i{font-size:24px;}.mobile-call a{margin:0;background:none;}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}
nav ul{top:3px;}
	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100% !important;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: #20338c;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 20px;	
		color:#FFF;
		font-size:17px; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #212121; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;width:100%;
		position:static; padding:0;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}
.home-welcome-left{padding:0;}.home-welcome-left-arrow{display:none;}.home-welcome-right{padding:0;}.home-project-bg{min-height: 200px;}.home-greatliving-left{padding:0;}.home-testimonials-sec .red-box{width:100%;}.carousel-indicators{display:none;}
}
.mobile-call, .mobile-menu{display:none;}
@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
		BORDER-BOTTOM: 1PX SOLID white;
	}

}