 @font-face {
	 font-family: "HelveticaNeueLT Std Thin Cn";
	 src: url('405792237-HelveticaNeueLTStd-ThCn.eot');
	 src: url('405792237-HelveticaNeueLTStd-ThCn.eot?#iefix') format('embedded-opentype'),  
	 url('405792237-HelveticaNeueLTStd-ThCn.svg#HelveticaNeueLT Std Thin Cn') format('svg'),  
	 url('405792237-HelveticaNeueLTStd-ThCn.woff') format('woff'),  
	 url('405792237-HelveticaNeueLTStd-ThCn.ttf') format('truetype');
	 font-weight: normal;
	 font-style: normal;
}
 @font-face {
	font-family: 'Avenir LT Std 45 Book';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir LT Std 45 Book'), url('AvenirLTStd-Book.woff') format('woff');
}

body {
	margin: 0;
	padding: 0;
}
p{
	font-family:"Avenir LT Std 45 Book";
	font-size:18px;
	color:#878787;
	text-align:justify;
	line-height: 25px !important;
	}
.img-responsive {
	max-width: 100%;
	display: block;
	height: auto;
}
.img {
	border: 0;
}
.container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.container:before, .container:after {
	display: table;
	content: "";
}
.container:after {
	clear: both;
}
.header{
	width:100%;
	}
.logo{
	margin:4px 0;
	padding:0 0 0 0;
	}
.logo img{
	width:100%;}	
.social{
	margin:29px 0 0 0;
	padding:0 0 0 0;
    float: right;	
	}
.social i {
	padding: 0 0 0 12px;
	font-size: 30px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	margin: 0;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	color: #a1a1a1;
}
.social i:hover {
	font-size: 30px;
	color: #00c0fd;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	margin: 0;
	}
.phone-text{
    padding: 1px 0 0 13px;
    margin: 0 0 0 0;
    color: #a1a1a1;
    float: right;
    font-size: 22px;
	font-family:"Avenir LT Std 45 Book";
	}		
.menu-bar{
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-color:#333333;
	height:38px;
	}
/*.arro{
	margin:0 0 0 0;
	padding:0 0 0 0;
	}*/	
	
/*..............MENU START..................*/

	
	#menu:before,
	#menu:after {
		content: "";
		display: table;
	}
	
	#menu:after {
		clear: both;
	}
	
	#menu {
		zoom:1;
	}
	
	#menu li {
		float: left;
		border-right: 1px solid #222;
		-moz-box-shadow: 1px 0 0 #444;
		-webkit-box-shadow: 1px 0 0 #444;
		box-shadow: 1px 0 0 #444;
		position: relative;
	}
	
	#menu a {
		float: left;
		padding: 12px 30px;
		color: #ccc;
		text-transform: uppercase;
		font: bold 12px Arial, Helvetica;
		text-decoration: none;
		text-shadow: 0 1px 0 #000;
	}
	
	#menu li:hover > a {
		color: #fafafa;
	}
	
	*html #menu li a:hover { /* IE6 only */
		color: #fafafa;
	}
	#menu ul {
		width:133%;
		margin: 20px 0 0 0;
		_margin: 0; /*IE6 only*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 38px;
		left: 0;
		z-index: 1;    
		background: #444;
		background: -moz-linear-gradient(#444, #111);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
		background: -webkit-linear-gradient(#444, #111);    
		background: -o-linear-gradient(#444, #111);	
		background: -ms-linear-gradient(#444, #111);	
		background: linear-gradient(#444, #111);
		-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
		-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
		box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;  
	}

	#menu li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}
	
	#menu ul ul {
		top: 0;
		left: 150px;
		margin: 0 0 0 20px;
		_margin: 0; /*IE6 only*/
		-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		box-shadow: -1px 0 0 rgba(255,255,255,.3);		
	}
	
	#menu ul li {
		float: none;
		display: block;
		border: 0;
		_line-height: 0; /*IE6 only*/
		-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	}
	
	#menu ul li:last-child {   
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;    
	}
	
	#menu ul a {    
		padding: 10px;
		width: 130px;
		_height: 10px; /*IE6 only*/
		display: block;
		white-space: nowrap;
		float: none;
		text-transform: none;
	}
	
	#menu ul a:hover {
		background-color: #0186ba;
		background-image: -moz-linear-gradient(#04acec,  #0186ba);	
		background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
		background-image: -webkit-linear-gradient(#04acec, #0186ba);
		background-image: -o-linear-gradient(#04acec, #0186ba);
		background-image: -ms-linear-gradient(#04acec, #0186ba);
		background-image: linear-gradient(#04acec, #0186ba);
		width:auto !important;
	}
	
	#menu ul li:first-child > a {
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
	}
	
	#menu ul li:first-child > a:after {
		content: '';
		position: absolute;
		left: 40px;
		top: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #444;
	}
	
	#menu ul ul li:first-child a:after {
		left: -6px;
		top: 50%;
		margin-top: -6px;
		border-left: 0;	
		border-bottom: 6px solid transparent;
		border-top: 6px solid transparent;
		border-right: 6px solid #3b3b3b;
	}
	
	#menu ul li:first-child a:hover:after {
		border-bottom-color: #04acec; 
	}
	
	#menu ul ul li:first-child a:hover:after {
		border-right-color: #0299d3; 
		border-bottom-color: transparent; 	
	}
	
	#menu ul li:last-child > a {
		-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	}
	
	/* Mobile */
	#menu-trigger {
		display: none;
	}

	@media screen and (max-width: 1200px) {

		/* nav-wrap */
		#menu-wrap {
			position: relative;
		}

		#menu-wrap * {
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}

		/* menu icon */
		#menu-trigger {
			display: block; /* show menu icon */
			height: 40px;
			line-height: 40px;
			cursor: pointer;		
			padding: 0 0 0 35px;
			border: 1px solid #222;
			color: #fafafa;
			font-weight: bold;
			background-color: #111;
			background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAMAAADeWG8gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2QjAxNjRDOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2QjAxNjREOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTZCMDE2NEE5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTZCMDE2NEI5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz42AEtnAAAABlBMVEX///////9VfPVsAAAAAnRSTlP/AOW3MEoAAAAWSURBVHjaYmAgFzBiACKFho6NAAEGAD07AG1pn932AAAAAElFTkSuQmCC) no-repeat 10px center, -moz-linear-gradient(#444, #111); 
			background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAMAAADeWG8gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2QjAxNjRDOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2QjAxNjREOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTZCMDE2NEE5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTZCMDE2NEI5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz42AEtnAAAABlBMVEX///////9VfPVsAAAAAnRSTlP/AOW3MEoAAAAWSURBVHjaYmAgFzBiACKFho6NAAEGAD07AG1pn932AAAAAElFTkSuQmCC) no-repeat 10px center, -webkit-linear-gradient(#444, #111);	
			background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAMAAADeWG8gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2QjAxNjRDOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2QjAxNjREOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTZCMDE2NEE5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTZCMDE2NEI5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz42AEtnAAAABlBMVEX///////9VfPVsAAAAAnRSTlP/AOW3MEoAAAAWSURBVHjaYmAgFzBiACKFho6NAAEGAD07AG1pn932AAAAAElFTkSuQmCC) no-repeat 10px center, -o-linear-gradient(#444, #111);
			background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAMAAADeWG8gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2QjAxNjRDOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2QjAxNjREOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTZCMDE2NEE5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTZCMDE2NEI5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz42AEtnAAAABlBMVEX///////9VfPVsAAAAAnRSTlP/AOW3MEoAAAAWSURBVHjaYmAgFzBiACKFho6NAAEGAD07AG1pn932AAAAAElFTkSuQmCC) no-repeat 10px center, -ms-linear-gradient(#444, #111);
			background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAMAAADeWG8gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2QjAxNjRDOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2QjAxNjREOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTZCMDE2NEE5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTZCMDE2NEI5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz42AEtnAAAABlBMVEX///////9VfPVsAAAAAnRSTlP/AOW3MEoAAAAWSURBVHjaYmAgFzBiACKFho6NAAEGAD07AG1pn932AAAAAElFTkSuQmCC) no-repeat 10px center, linear-gradient(#444, #111);
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
			border-radius: 6px;
			-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
			-webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
			box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
		}
		
		/* main nav */
		#menu {
			margin: 0; padding: 10px;
			position: absolute;
			top: 40px;
			width: 100%;
			z-index: 1;
			background-color: #444;
			display: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;		
		}

		#menu:after {
			content: '';
			position: absolute;
			left: 25px;
			top: -8px;
			border-left: 8px solid transparent;
			border-right: 8px solid transparent;
			border-bottom: 8px solid #444;
		}	

		#menu ul {
			position: static;
			visibility: visible;
			opacity: 1;
			margin: 0;
			background: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;				
		}

		#menu ul ul {
			margin: 0 0 0 20px !important;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;		
		}

		#menu li {
			position: static;
			display: block;
			float: none;
			border: 0;
			margin: 5px;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;			
		}

		#menu ul li{
			margin-left: 20px;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;		
		}

		#menu a{
			display: block;
			float: none;
			padding: 0;
			color: #999;
		}

		#menu a:hover{
			color: #fafafa;
		}	

		#menu ul a{
			padding: 0;
			width: auto;		
		}

		#menu ul a:hover{
			background: none;	
		}

		#menu ul li:first-child a:after,
		#menu ul ul li:first-child a:after {
			border: 0;
		}		

	}

	@media screen and (min-width: 1200px) {
		#menu {
			display: block !important;
		}
	}	

	/* iPad */
	.no-transition {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		opacity: 1;
		visibility: visible;
		display: none;  		
	}

	#menu li:hover > .no-transition {
		display: block;
	}


*/
ul#css3menu1,ul#css3menu1 ul{
	margin:0;list-style:none;padding:0;background-color:#000;}
ul#css3menu1 ul{
	display:none;position:absolute;left:0;top:100%;-moz-box-shadow:0.7px 0.7px 1px #777777;-webkit-box-shadow:0.7px 0.7px 1px #777777;box-shadow:0.7px 0.7px 1px #777777;background-color:#333;background-image:none;border-width:1px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border-style:solid;border-color:#5A5E60;padding:0 9px 9px;}
ul#css3menu1 li:hover>*{
	display:block;}
ul#css3menu1 li{
	position:relative;display:block;white-space:nowrap;font-size:0;float:left;}
ul#css3menu1 li:hover{
	z-index:1;}
ul#css3menu1{
	font-size:0;z-index:999;position:relative;display:inline-block;zoom:1;padding:1px 1px 1px 0;
	*display:inline;}
* html ul#css3menu1 li a{
	display:inline-block;
	height:50px;
	}
ul#css3menu1>li{
	margin:0 0 0 38px;}
ul#css3menu1 ul>li{
	margin:1px 0 0;}
ul#css3menu1 a:active, ul#css3menu1 a:focus{
	outline-style:none;}
ul#css3menu1 a{
	display:block;vertical-align:middle;text-align:left;text-decoration:none;font:bold 12px Arial;color:#cccccc;cursor:default;padding:10px;background-color:#333;background-image:url("mainbk.png");background-repeat:repeat;background-position:0 200px;border-width:0px;border-style:none;border-color:;}
ul#css3menu1 ul li{
	float:none;margin:9px 0 0;}
ul#css3menu1 ul a{
	text-align:left;padding:8px 0 0 0;background-color:#333;background-image:none;border-width:1px 0 0 0;border-style:solid;border-color:#262626;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;font:13px Arial;color:#cccccc;text-decoration:none;}
ul#css3menu1 li:hover>a,ul#css3menu1 li a.pressed{
	background-color:#00c4ff;border-style:none;color:#ffffff;background-image:url("mainbk.png");background-position:0 100px;}
ul#css3menu1 span{
	display:block;overflow:visible;background-position:right center;background-repeat:no-repeat;padding-right:0px;}
ul#css3menu1 > li.switch{
	display:none;cursor:pointer;width:25px;height:20px;padding:10px;}
ul#css3menu1 > li.switch:before{
	content:"";position:absolute;display:block;height:4px;width:25px;border-radius:4px;background:#cccccc;-moz-box-shadow:0 8px #cccccc, 0 16px #cccccc;-webkit-box-shadow:0 8px #cccccc, 0 16px #cccccc;box-shadow:0 8px #cccccc, 0 16px #cccccc;}
ul#css3menu1 > li.switch:hover:before{
	background:#ffffff;-moz-box-shadow:0 8px #ffffff, 0 16px #ffffff;-webkit-box-shadow:0 8px #ffffff, 0 16px #ffffff;box-shadow:0 8px #ffffff, 0 16px #ffffff;}
.c3m-switch-input{
	display:none;}
ul#css3menu1 li:hover>a,ul#css3menu1 li > a.pressed{
	background-color:#00c4ff;background-image:url("mainbk.png");background-position:0 100px;border-style:none;color:#ffffff;text-decoration:none;}
ul#css3menu1 ul li:hover>a,ul#css3menu1 ul li > a.pressed{
	background-color:#333;background-image:none;border-style:solid;border-color:#262626;color:#00c4ff;text-decoration:none;}
ul#css3menu1 li.topfirst>a{
	border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;-webkit-border-radius:4px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;text-shadow:#000000 0px -1px 1px;}
ul#css3menu1 li.topfirst:hover>a,ul#css3menu1 li.topfirst > a.pressed{
	text-shadow:#3d3d3d 0px -1px 1px;}
ul#css3menu1 li.topmenu>a{
	text-shadow:#000000 0px -1px 1px;}
ul#css3menu1 li.topmenu:hover>a,ul#css3menu1 li.topmenu > a.pressed{
	text-shadow:#3d3d3d 0px -1px 1px;}
ul#css3menu1 li.toplast>a{
	border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;-webkit-border-radius:0;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;text-shadow:#000000 0px -1px 1px;}
ul#css3menu1 li.toplast:hover>a,ul#css3menu1 li.toplast > a.pressed{
	text-shadow:#3d3d3d 0px -1px 1px;}
ul#css3menu1 _>li>a{
	padding:0;}
ul#css3menu1 li.subfirst>a{
	border-width:0;border-style:none;padding:0;}
ul#css3menu1 li.subfirst:hover>a,ul#css3menu1 li.subfirst > a.pressed{
	border-style:none;}
@media screen and (max-width: 780px) {
	ul#css3menu1 > li {
		position: initial;}
	ul#css3menu1 ul .submenu,ul#css3menu1 li > ul {
		left: 0; right:auto; top: 100%;}
	ul#css3menu1 .submenu,ul#css3menu1 ul,ul#css3menu1 .column {
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;padding-right: 0;width: 100% !important;}
}
@media screen and (max-width: 779px) {
	ul#css3menu1 {
		width: 100%;}
	ul#css3menu1 > li {
		display: none;		position: relative;		width: 100% !important;}
	ul#css3menu1 > li.switch,.c3m-switch-input:checked + ul#css3menu1 > li + li {
		display: block;}
	ul#css3menu1 > li.switch > label {		position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;}}

/*...............MENU END...................*/

.banner{
	margin:0 0 0 0;
	padding:0 0 0 0;
	position:relative;
	}
.banner-text{
	width:50%;
	margin:0;
    padding: 7px 5px;
	background:rgba(0, 0, 0, 0.63);;
	position:absolute;
	bottom:21px;
	left:563px;
	z-index:100;
	font-family:"Avenir LT Std 45 Book", "Avenir LT Std 65 Medium";
	color:#fff;
	text-align:center;
	font-size:19px;
	}	
	
	
.header-pnl{
	width:100%;
	margin:0 0 0 0;
	padding:3% 0;
    background-image: url(../images/wlcome.jpg);
    background-attachment: fixed;
    background-size: cover;
	}	
.first-pnl{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: #a2b03f;
    width: 100%;
    float: left;
	}
.first-pnl i {
padding: 3% 2%;
font-size: 30px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
margin: 3% 41%;
display: inline-block;
color: #FFFFFF;
border: 2px #fff solid;
border-radius: 50%;
}	
.second-pnl{
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-color:#b7295b;
	    width: 100%;
    float: left;
	}
.second-pnl i {
padding: 3% 2%;
font-size: 30px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
margin: 3% 41%;
display: inline-block;
color: #FFFFFF;
border: 2px #fff solid;
border-radius: 50%;
}
.header-sub-pnl-left{
    margin: 2%;
    padding: 0 0 0 0;
    float: left;
    width: 21%;
	}
	.header-sub-pnl-left img{
		border:#fff solid 2px;
	}
.header-sub-pnl-right{
margin: 7% 0 0 0;
    padding: 0 0 0 0;
    float: right;
    width: 75%;
    font-size: xx-large;
    color: #fff;
	}	

.third-pnl{
	margin:10% 0 0 0;
	padding:0 0 0 0;
	background-color:#f2af00;
	}
.third-pnl i {
padding: 3% 2%;
font-size: 30px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
margin: 3% 41%;
display: inline-block;
color: #FFFFFF;
border: 2px #fff solid;
border-radius: 50%;
}
.pnl{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.pnl h3{
	color:#ffffff;
	text-align:center;
}
.first-pnl-textbox {
    margin: 19% 0 0 0;
    padding: 15px;
    font-size: 14px;
    color: #878787;
    border: 1px #a2b03f solid;
    text-align: justify;
    background-color: #ffffff;
    font-family:"Avenir LT Std 45 Book";
    line-height: 21px;
	}
	.second-pnl-textbox {
margin: 19% 0 0 0;
padding: 15px;
font-size: 14px;
color: #878787;
border: 1px #b7295b solid;
text-align: justify;
background-color: #ffffff;
font-family:"Avenir LT Std 45 Book";
line-height: 21px;
	}
	.third-pnl-textbox {
margin: 0 0 0 0;
padding: 15px;
font-size: 14px;
color: #878787;
border: 1px #f2af00 solid;
text-align: justify;
background-color: #ffffff;
font-family:"Avenir LT Std 45 Book";
line-height: 21px;
	}
.welcome{
	width:100%;
	margin:2% 0;
	}
.welcome-header-text{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:"Avenir LT Std 45 Book";
	text-align:center;
	font-size:28px;
	text-transform:uppercase;
	}	
	
.welcome-header h2{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:"Avenir LT Std 45 Book";
	text-transform:uppercase;
	}		
.myButton {
background-color: #FFF;
border: 2px solid #97c50a;
display: inline-block;
cursor: pointer;
color: #97c50a;
font-family: Arial;
font-size: 17px;
padding: 6px 11px;
text-decoration: none;
margin: 2% 0 0 46%;
}

.myButton:hover {
	background-color:#97c50a;
	text-decoration:none;
	color:#fff;
}	
.team{
    width: 100%;
    margin: 7px 0 0 0;
    padding: 1% 0 3px 0;

	}
.team-heading{
    margin: 0 0 0 0;
    padding: 0 0;
	font-family:"Avenir LT Std 45 Book";
	text-align:center;
	font-size:28px;
	text-transform:uppercase;
	}
	.team-item-details{
	margin:2% 0 0 0;
	padding:0 0 0 0;
	width:100%;
	background-color:#f3f3f3;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	float:left;
	}
.team-item{
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
	width:13%;
}

.team-item img{
    border: 6px #fff solid;
    margin: 6%;
	}	
	.team-item-main {
    margin: 7% 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
	float:left;
    background-color: #f3f3f3;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.team-item-main img{
    border: 6px #fff solid;
    margin: 6%;
	}
.team-item-textarea{
	color:#5f5f5f;
	text-align:center;
	padding: 0 0 2% 0;
	float:left;
    width: 84%;
    margin: 29px 0 0 3%;
	background-color:#f3f3f3;

	
	}
	
.gallery{
	margin:2% 0 0 0;
	padding:0 0 0 0;
	width:100%;
	}
.gallery-heading{
    margin: 0 0 0 0;
    padding: 0 0;
	font-family:"Avenir LT Std 45 Book";
	text-align:center;
	font-size:28px;
	text-transform:uppercase;
	}	
.gallery-item{
	margin:15px 0 0 0;
	padding:0 0 0 0;
	width:100%;
	}
	
	/**********************GALLERY START**************/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    background:none;
    top: -5% !important;
    border-radius: 5px;
	display:none;
}
.nbs-flexisel-nav-left {
	left:91%;
}
.nbs-flexisel-nav-right {
	right: 1.2%;
    background:none;
}
/*--//flexisel--*/
.view {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.view .mask, .view .content {
	width: 100%;
    height: 100%;
}
.view .mask, .view .content {
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
/* SECOND EFFECTS */

.second-effect .mask {
   opacity: 0;
   overflow:visible;
   border:0px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -o-box-sizing:border-box;
   -ms-box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   text-align:center;
}
.second-effect:hover .mask {
	opacity: 1;
    border: 95px solid rgba(255, 255, 255, 0.7);
    background: rgba(0, 0, 0, 0.45);
}
.second-effect .mask p {
    font-size: 1.5em;
    color: #fff;
    text-transform: uppercase;
    padding: 1em 0 0;
	display: inline-block;
}

.wthree_gallery_grid{
	margin:0 0 7% 0;
	padding:0 0 0 0;
	width:100%;}
/*-- //gallery --*/







	
	/**************GALLERY END************************/
	
.galary-video{
	width:100%;
	margin:2% 0 0 0;
	padding:0 0 00 ;}		
.line{
margin: 0 0 2% 34%;
padding: 0 0 0 0;
width: 50%;
	}
.line img{
	max-width:100%;
	}
.gallery-line{
    margin: 0 0 1% 573px;
    padding: 0 0 0 0;
    width: 31%;
	}		
.notice{
	margin:2% 0 0 0;
	padding:0 0 0 0;
	width:100%;
	}	
.notice-heading{
	 margin: 0 0 0 0;
    padding: 0 0;
	font-family:"Avenir LT Std 45 Book";
	text-align:center;
	font-size:28px;
	text-transform:uppercase;
	}	
.notice-slid{
	margin:0 15%;
	padding:0 0 0 0;
	width:70%;
	height:auto !important;}
.footer{
	margin:2% 0 0 0;
	padding:10px 0 0 0;
	width:100%;
	background-image:url(../images/footer.jpg);
    background-attachment: fixed;
    background-size: cover;
	}
.footer-pnl-header{	
    margin: 0 0 0 0;
    padding: 0 0;
	font-family:"Avenir LT Std 45 Book";
	text-align:left;
	font-size:28px;
	text-transform:uppercase;
	}	
.add-icon{
	margin:16px 0 0 0;
	padding:0 0 0 0;
	width:8%;
	color:#fff;
	float:left;
	font-size:22px;
	}
.add-text{
	margin:16px 0 0 0;
	padding:0 0 0 0;
	width:92%;
	color:#fff;
	float:right;
	font-family:"Avenir LT Std 45 Book";
		}	
.contact{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:100%;
	}
.mob-mail{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:48%;
	float:left;
	}	
.mail-mob{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:48%;
	float:right;
	}		
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
  padding: 0 0 0 0;
  margin: 5% 0 0 0;

}


fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #fff;
  background:transparent;
  margin: 0 0 5px;
  padding: 10px;
  color:#fff;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #FFF;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  border: none;
  background:transparent;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
    border: 1px solid #ccc;
}

#contact button[type="submit"]:hover {
  background:transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  color:#b1eb00;
  border: 1px solid #b1eb00;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #FFF;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}	
.map{
	margin:5% 0 0 0;
	padding:0 0 0 0;
	width:100%;}		
	

.copyright{
margin: 0 0 0 0;
padding: 6px 0 0 0;
width: 100%;
background-color: #000000;
font-family: "Avenir LT Std 35 Light", "Avenir LT Std 45 Book", "Avenir LT Std 55 Roman", "Avenir LT Std 65 Medium";
font-size: 14px;
color: #909090;
height: 35px;
}


<!--.................. RESPONSIVE .......................-->

@media (min-width:1200px){
	.container{
		width:1170px;
	}

}
	
@media (max-width:1199px) and (min-width:992px){
	.container{
		width:970px;
          }
    .banner-text {
    bottom: 27px;
    left: 414px;
    z-index: 100;
    width: 57%;
      }
	.line {
    margin: 0 0 1% 31%;
    width: 50%;
}
.contact-page-titel {
	position:absolute;
	bottom:21px!important;
	left:358px !important;
	z-index:100;
	}
			.fac-heading{
    position: absolute;
    bottom: 21px !important;
    left: 391px !important;
    z-index: 100;
	}
		ul#css3menu1 {
		width: 100%;}
	ul#css3menu1 > li {
		display: none;		position: relative;		width: 100% !important;}
	ul#css3menu1 > li.switch,.c3m-switch-input:checked + ul#css3menu1 > li + li {
		display: block;}
	ul#css3menu1 > li.switch > label {	
		position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;
		}
		.gallery-line {
    margin: 0 0 1% 385px;
    padding: 0 0 0 0;
    width: 31%;
}
.second-effect .mask p {
    font-size: 22px;
    padding: 22px 0 0 0 !important;

}
					.pic-gal-line{	
    margin: 0 0 1% 343px !important;
    padding: 0 0 0 0;
    width: 40% !important;
		}
}

@media (max-width:991px) and (min-width:768px){
	.container{
		width:750px;
	}
.social {
    margin: 16px 0 12px 0;
    padding: 0 0 0 0;
    float: left;
}
    .banner-text {
    bottom: 26px;
    left: 223px;
    z-index: 100;
    width: 68%;
      }
    	.line{
    margin:0 0 1% 25%;
    width:50%;
}   	
	ul#css3menu1 {
		width: 100%;}
	ul#css3menu1 > li {
		display: none;		position: relative;		width: 100% !important;}
	ul#css3menu1 > li.switch,.c3m-switch-input:checked + ul#css3menu1 > li + li {
		display: block;}
	ul#css3menu1 > li.switch > label {	
		position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;
		}
	
.contact-page-titel {
	position:absolute;
	bottom:21px!important;
	left:245px !important;
	z-index:100;
	}
				.fac-heading{
    position: absolute;
    bottom: 21px !important;
    left: 243px !important;
    z-index: 100;
	}
		.gallery-line {
    margin: 0 0 1% 276px;
    padding: 0 0 0 0;
    width: 31%;
}
.second-effect .mask p {
    font-size: 22px;
    padding: 42px 0 0 0 !important;

}
					.pic-gal-line{	
    margin: 0 0 1% 228px !important;
    padding: 0 0 0 0;
    width: 40% !important;
		}

}

@media (max-width:767px) and (min-width:481px){

.container{
		width:90%;
	}
    .banner-text {
    bottom: 30px;
    left: 54px;
    z-index: 100;
    width: 83%;
	position:absolute;
	bottom:21px;
	left:563px;
	z-index:100;
      }
        	.line{
    margin:0 0 1% 22%;
    width:78%;
}     	
.contact-page-titel {
	position:absolute;
	bottom:21px!important;
	left:123px !important;
	z-index:100;
	font-size:25px !important;
	}
.fac-heading{
    position: absolute;
    bottom: 21px !important;
    left: 109px !important;
    z-index: 100;
	font-size:25px !important;
	}
			.gallery-line {
    margin: 0 0 1% 134px;
    padding: 0 0 0 0;
    width: 47%;
}
	.second-effect .mask p {
    font-size: 22px;
    padding: 26px 0 0 0 !important;

}
					.pic-gal-line{	
    margin: 0 0 1% 90px !important;
    padding: 0 0 0 0;
    width: 63% !important;
		}
	
}
@media (max-width:480px){
	.container{
		width:92%;
	}
	    .banner-text {
    bottom: 30px;
    left: 37px;
    z-index: 100;
    width: 83%;
      }
	  
.gallery-line {
    margin: 0 0 1% 63px;
    padding: 0 0 0 0;
    width: 65%;
}
	.second-effect .mask p {
    font-size: 22px;
    padding: 20px 0 0 0 !important;

}

.second-effect:hover .mask {
    border: 73px !important solid rgba(255, 255, 255, 0.7);
}
	
	}
		
	
.contact-page{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:100%;
	}	
.contact-page-titel{
	color:#fff;
	font-size:30px;
	margin: 0 0 0 0;
	text-align:center;
	font-family:"Avenir LT Std 45 Book";
	position:absolute;
	bottom:21px;
	left:563px;
	z-index:100;
	}
.location-agileinfo,.call-agileits,.mail-wthree,.social-w3l{
	position:relative;
    background: rgb(58, 58, 58);
	padding:30px;
	width:100%;
	margin-bottom:12%;
	float:left;
	    height: 243px;
}
.icon-w3 {
    position: absolute;
    top: -24px;
    left: 39%;
    padding: 14px;
   background: #97c50a;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
.icon-w3 .glyphicon{
	color:#eee;
	font-size:20px;
}
.location-agileinfo h3,.call-agileits h3,.mail-wthree h3,.social-w3l h3{
	font-size:1.5em;
	color:#97c50a;
	margin-bottom:15px;
}
.location-agileinfo h4,.call-agileits h4,.mail-wthree h4 a,.social-w3l li{
    font-size: 14px;
    color: #fff;
    line-height: 35px;
}
.call-agileits{
	margin:0% 2.5%;
}
.mail-wthree{
	margin-right:2.6%;
}
.social-w3l ul li {
    background-color: #3b5998;
	list-style:none;
	width:75%;
}
.social-w3l ul li .fa{
	background:#2E4A84;
	padding:10px 16px;
}
.social-w3l ul li.twt {
    background-color: #55acee;
	margin:10px 0;
	color:#fff;
}
.social-w3l ul li.twt .fa{
	background:#4D9CD8;
	padding:10px 13px;	
}
.social-w3l ul li.ggp {
    background-color:#dc4e41;
}
.social-w3l ul li.ggp .fa {
	background:#D64639;
	padding:10px;	
}
.social-w3l ul li a {
    display: block;
	color:#fff;
}
.social-w3l ul li  .fa{
	color:#fff;
	font-size:16px;
}
li.twt {
    margin: 0 2px;
}
.social-icons ul li a span {
    vertical-align: middle;
    color: #fff;
    font-size:1em;
}
.social-w3l ul li a span.text {
    padding-left: 1em;
}
.social-w3l ul li a:hover span.icons {
    transform: rotatey(360deg);
    -webkit-transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
    transition: .5s all;
}
.contact-agile input[type="text"]{
    font-size: 14px;
    background: rgba(28, 160, 222, 0.15);
    border: none;
    outline: none;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
}
.contact-agile input[type="email"] {
    font-size: 14px;
    background: rgba(28, 160, 222, 0.15);
    border: none;
    outline: none;
    padding: 10px;
    width: 100%!important;
    margin-bottom: 15px;
}
.contact-agile textarea {
    width: 100%;
    padding: 10px;
    outline: none;
    resize: none;
    height: 150px;
    background: rgba(28, 160, 222, 0.15);
    border: none;
    font-size: 14px;
}
.contact-agile input[type="text"]:nth-child(1), input[type="email"] {
    margin-right: 2.7%;
}
.contact-agile input[type="submit"] {
   background: #fff;
   border:2px solid #97c50a !important;
    color: #97c50a;
    padding: 8px 15px;
	font-size: 15px;
    margin-top: 8px;
    margin-left: 16px;
    border: none;
    outline: none;
	 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.contact-agile input[type="submit"]:hover{
	background: #97c50a;
	color:#fff;
	 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.map-w3-agileits iframe {
    border: none;
    width: 100%;
    height: 320px;
}	

.contact-bg{
    margin: 0 0 4% 0;
    padding: 0 0;
	position:relative;
	}
	.contact-map{
	margin:2% 0 0 0;
	padding:0 0 0 0;
	width:100%;
	}	
.course-apply{
	margin:2% 0;
	padding:0 0 0 0;
	width:100%;
	font-family:"Avenir LT Std 35 Light", "Avenir LT Std 45 Book", "Avenir LT Std 55 Roman", "Avenir LT Std 65 Medium";
	font-size:28px;
	float:left;
	color:#97c50a;
	
	}
	.stff-details{
    margin: 12% 0 2% 0;
	padding:0 0 0 0;
	width:100%;
	font-family:"Avenir LT Std 35 Light", "Avenir LT Std 45 Book", "Avenir LT Std 55 Roman", "Avenir LT Std 65 Medium";
	font-size:14px;
	text-transform:uppercase;
	float:left;
	text-align:left;
		}
	.stff-inentity{
    margin: 7% 0 0 0;;
	padding:0 0 0 0;
	width:100%;
	font-family:"Avenir LT Std 35 Light", "Avenir LT Std 45 Book", "Avenir LT Std 55 Roman", "Avenir LT Std 65 Medium";
	font-size:14px;
	text-transform:uppercase;
	float:left;
	text-align:left;	
	    }
	.acadimic-qua{
	margin: 0 0 2% 0;
	padding:0 0 0 0;
	width:100%;
	font-family:"Avenir LT Std 35 Light", "Avenir LT Std 45 Book", "Avenir LT Std 55 Roman", "Avenir LT Std 65 Medium";
	font-size:14px;
	text-transform:uppercase;
	float:left;
		}
		.sub-mark{
	margin: 0 0 0 12%;
	padding:0 0 0 0;
	width:100%;
	float:left;
			}
	.sub{
	margin: 0 0 0 0;
	padding:0 0 0 0;
	width:100%;
	font-family:"Avenir LT Std 35 Light", "Avenir LT Std 45 Book", "Avenir LT Std 55 Roman", "Avenir LT Std 65 Medium";
	font-size:14px;
	text-transform:uppercase;
		}	
		.stff-mark{
	margin: 0 0 0 0;
	padding:0 0 0 0;
	width:100%;
	font-family:"Avenir LT Std 35 Light", "Avenir LT Std 45 Book", "Avenir LT Std 55 Roman", "Avenir LT Std 65 Medium";
	font-size:14px;
	text-transform:uppercase;
		}	
	.con-social{
		margin:0 0 0 0;
		padding:0 0 0 0;
		width:100%;
		}	
	.icon-fb-bg{
		margin:0 0 0 0;
		padding:0 0 0 0;
		width:100%;
		background-color:#3b5998;
		float:left;
		}
			.icon-fb-bg p{
		margin:0 0 0 0;
		padding:6px 0;
	  color:#FFF !important;
		}
			.icon-yt-bg{
		margin:41px 0 0 0;
		padding:0 0 0 0;
		width:100%;
		background-color:#ce332d;
		float:left;
		}
		.icon-yt-bg p{
		margin:0 0 0 0;
		padding:6px 0;
	    color:#FFF !important;
		}
		.infrastucture{
		 width: 100%;
         margin: 7px 0 0 0;
         padding: 1% 0 3px 0;
		}
			
		.infrastucture-heading {
        margin: 0 0 0 0;
        padding: 0 0;
        font-family: "Avenir LT Std 45 Book";
        text-align: center;
        font-size: 28px;
        text-transform: uppercase;
        }
		.infrastucture-details{
		 width: 100%;
         margin: 0 0 0 0;
         padding: 0 0 0 0;
		}
		.infrastucture-sub-heading{
    margin: 2% 0;
    padding: 0 0 0 0;
    width: 100%;
    font-family: "Avenir LT Std 35 Light", "Avenir LT Std 45 Book", "Avenir LT Std 55 Roman", "Avenir LT Std 65 Medium";
    font-size: 28px;
    float: left;
    color: #97c50a;
		}
	.building-pnl-left{
		width:50%;
		background-color:#f0f0f0;
		margin:0 0 0 0;
		padding:0 0 0 0;
		height:50px;
		}	
	.building-pnl-right{
		width:25%;
		background-color:#f0f0f0;
		margin:0 0 0 0;
		padding:0 0 0 0;
		height:50px;
		}
	.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 7px solid #fff !important;
    /* margin: 7%; */
}				
.teaching-bg{
    margin: 0 0 1% 0;
    padding: 0 0;
	position:relative;
	}	
	.fac-heading{
	color: #fff;
    font-size: 30px;
    margin: 0 0 0 0;
    text-align: center;
    font-family: "Avenir LT Std 45 Book";
    position: absolute;
    bottom: 21px;
    left: 563px;
    z-index: 100;
	text-transform:uppercase;
	}
.gallery-folder-name{
	color:#97c50a;
	font-family:"Avenir LT Std 35 Light", "Avenir LT Std 45 Book", "Avenir LT Std 55 Roman", "Avenir LT Std 65 Medium";
	font-size:16px;
	    font-size: 16px;
    text-align: center;
	}
.mandatory-sub-heading{
    margin: 2% 0 7px 4px;
    padding: 0 0 0 0;
    width: 100%;
    font-family: "Avenir LT Std 35 Light", "Avenir LT Std 45 Book", "Avenir LT Std 55 Roman", "Avenir LT Std 65 Medium";
    font-size: 25px;
    float: left;
    color: #97c50a;
		}
			.pic-gal-line{	
    margin: 0 0 1% 532px;
    padding: 0 0 0 0;
    width: 40% ;
		}
	.date-pnl{
    margin: 2% 0 0 0;
    padding: 0 0 0 0;
    float: left;}		
	.date{
		margin:0 0 0 0;
		padding:6%;
		background-color:#efefef;
		font-family:"Avenir LT Std 35 Light", "Avenir LT Std 45 Book", "Avenir LT Std 55 Roman", "Avenir LT Std 65 Medium";
		font-weight:bold;
		text-align:center;
		border:2px #fff solid;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		}	