@import url('fonts.css');

@import url('reset.css');



body

{

	background: #FFF;

	margin: 0px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #333;

}



a:link

{

	color: #333;

	text-decoration: none;

}



a:visited

{

	text-decoration: none;

	color: #333;

}



a:hover

{

	text-decoration: none;

	color: #000;

}



a:active

{

	text-decoration: none;

	color: #333;

}

.nav_main ul {display: block;}

.nav_main ul li {display: inline-block; position: relative; list-style: none; color: white; padding: 0px 10px;}

.nav_main ul li a {color: white; text-decoration: none; font-size: 16px; text-transform: capitalize;}

.nav_main ul li a:hover {text-decoration: underline;}


.nav_main ul li:hover ul.drop{ display:block; }
.nav_main ul li ul.drop{ position:absolute; left:10px; top:100%; width:147px; display:none; z-index:9999; background-color: #FC5F2B; padding:-5px 0px;}
.nav_main ul li ul.drop li{ float:left; width:100%;}
.nav_main ul li ul.drop li a{ padding:10px 2px; text-decoration:none; text-transform:capitalize; font-size:14px;}


.container

{

width: 1170px;
margin:0 auto;
max-width: 100%;
}



.header_main

{

	float: left;

	width: 100%;

}



.header_main .top_bar

{

	position: absolute;

	left: 0px;

	top: 0px;

	background: url(../images/top_bg.png);

	min-height: 124px;

	box-shadow: 0px 0px 5px #666;

	float: left;

	width: 100%;

	padding: 15px 0px 0px 0px;

	z-index: 9999

}



.inner_page .header_main .top_bar

{

	position: relative;

	margin: 0px 0px 15px 0px

}



.header_main .logo { float: left; }



.header_main .logo

{

	float: left;

	width: 20%;

	text-align: center;

	margin-top: 15px;

}

.logo-text {width:79%; height:auto; float:left; text-align:center; margin-top: 40px;}

.logo-text p{ font-size:40px; margin-top:20px; color:#444;}
.logo-text p .text1{ color:#64B541;}
.logo-text p .text2{ color:#F26638;}
.logo-text img { max-width:100%;}



.header_main .header_right { float: right; }



.header_main .header_right .links { float: left; }



.header_main .header_right .links ul li

{

	float: left;

	list-style: none;

	border-right: 1px solid #666;

	padding: 0px 10px 0px 0px;

	margin: 0px 10px 0px 0px;

}

.container .main-container
{
width:100%;
float: left;
padding: 5em 0;
}

.social { float: left; }


.Details-container
{
width: 500px;
margin:0 auto;
}


.social a

{

	display: block;

	background: url(../images/social.png);

	width: 16px;

	height: 16px;

	float: left;

	margin: 0px 8px 0px 0px;

}



.social a.face { background-position: 0px 0px }



.social a.tweet { background-position: -21px 0px }



.social a.linkendin { background-position: -41px 0px }



.nav-container

{

	width: 100%;

	float: left;

	height: auto;

	background: #64B541;

	margin-top: 20px;

}



.header_main .nav_main

{

	background: none repeat scroll 0 0 #64B541;

	float: right;

	width: 100%;

}



.header_main .nav_main ul li

{

	float: left;

	list-style: none;

	margin: 0px 13px 0px 0px;

}



.header_main .nav_main ul li a

{

	display: block;

	float: left;

	padding: 11px 10px;

	font-family: 'oswaldbook';

	font-size: 16px;

	color: #fff;

	text-transform: uppercase;

}



.header_main .nav_main ul li a.active

{

	color: #fff;

	background: #FC5F2B;

}



.header_main .nav_main ul li a:hover

{

	color: #fff;

	background: #FC5F2B;

}



.banner

{

	float: left;

	width: 100%;

	overflow: hidden

}



.banner img { float: left; }



.callout

{

	float: left;

	width: 100%;

	background: #64B541;

	padding: 20px 0px;

	margin: 0px 0px 20px 0px

}



.callout ul li

{

	float: left;

	width: 33%;

	border-left: 1px solid #82cbf9;

	font-family: 'oswaldbook';

	font-size: 24px;

	color: #fff;

	text-transform: uppercase;

	list-style: none;

	padding: 0 30px 0 20px;

}



.callout ul li:first-child { border: none; }



.callout ul li p

{

	margin-top: 20px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #fff;

	text-transform: capitalize;

	line-height: 20px;

}



.callout ul li .readmore a

{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #FC5F2B;

	background: #fff;

	padding: 10px;

	border-radius: 5px;

}



.callout ul li .readmore a:hover

{

	color: #FC5F2B;

	background: #ccc;

}



.callout ul li img

{

	float: left;

	margin: 0px 10px 0px 0px;

}



.callout ul li span

{

	float: left;

	display: block;

	margin: 8px 0px 0px 0px;

}



.callout ul li a { color: #fff; }



.welcome

{

	float: left;

	width: 100%;

	background: #FFF;

	border: 1px solid #ccc;

	-moz-border-radius: 10px;

	-webkit-border-radius: 10px;

	padding: 15px;
	
	min-height:450px;

}



.welcome h1

{

	font-family: 'oswaldbook';

	font-size: 24px;

	color: #5c5c5c;

	text-transform: uppercase;

	border-bottom: 1px solid #cccccc;

	padding: 0px 0px 10px 0px;

	margin: 0px 0px 10px 0px;

}

.welcome_home

{

	float: left;

	width: 100%;

	background: #FFF;

	border: 1px solid #ccc;

	-moz-border-radius: 10px;

	-webkit-border-radius: 10px;

	padding: 15px;

}



.welcome_home h1

{

	font-family: 'oswaldbook';

	font-size: 24px;

	color: #5c5c5c;

	text-transform: uppercase;

	border-bottom: 1px solid #cccccc;

	padding: 0px 0px 10px 0px;

	margin: 0px 0px 10px 0px;

}

.welcome_left

{

	float: right;

	width: 31%;
	border: 1px solid #9e9e9e;
	border-radius: 10px;
	margin: 0 11px 10px;
	padding: 15px;
	min-height: 240px;

}


.home_right

{

	float: right;

	width: 100%;

	margin-top: 33px;

}



.home_right .block

{

	float: right;

	width: 31%;

	background: #666666;

	border: 1px solid #9e9e9e;

	border-radius: 10px;

	margin: 0 11px 10px;

	-moz-border-radius: 10px;

	-webkit-border-radius: 10px;

	padding: 15px;
	min-height: 240px;

}



.home_right .block.news h2

{

	padding: 0px 0px 5px 0px;

	margin: 0px 0px 5px 0px;

	font-family: 'oswaldbook';

	font-size: 16px;

	color: #fff;

	text-transform: uppercase;

	border-bottom: 1px solid #CCC;

	text-align: center;

}



.home_right .block.founder h2

{

	padding: 0px 0px 5px 0px;

	margin: 0px 0px 5px 0px;

	font-family: 'oswaldbook';

	font-size: 20px;

	color: #fff;

	text-transform: uppercase;

	border-bottom: 1px solid #CCC;

	text-align: center;

}



.home_right .block .founder-image

{

	width: auto;

	height: 150px;

	text-align: center;

	margin-bottom: 0px;

}



.home_right .block.founder img

{

	border: 1px solid #ccc;
	margin:auto;

}


.home_right .block.events h2

{

	padding: 0px 0px 5px 0px;

	margin: 0px 0px 5px 0px;

	font-family: 'oswaldbook';

	font-size: 20px;

	color: #fff;

	text-transform: uppercase;

	border-bottom: 1px solid #CCC;

	text-align: center;

}



.recent-project

{

	width: 100%;

	height: auto;

	float: left;

}



.recent-project h2

{

	font-family: 'oswaldbook';

	font-size: 24px;

	color: #5c5c5c;

	text-transform: uppercase;

	border-bottom: 1px solid #cccccc;

	padding: 0px 0px 10px 0px;

	margin: 20px 0px 10px 0px;

}



.recent-project ul li

{

	float: left;

	height: 185px;

	list-style: outside none none;

	margin-left: 25px;

	margin-top: 15px;

	overflow: hidden;

	width: 23%;

}



.recent-project ul li:first-child { margin-left: 0px; }



.recent-project ul li p

{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	font-weight: bold;

	color: #FC5F2B;

	text-align: center;

	margin-top: 10px;
	overflow:hidden;
	height:20px;

}



.recent-project ul li img { max-width: 100%; }



.home_right .block ul li

{

	padding: 8px 0px 0px 10px;

	border-top: none;

	margin: 0px 0px 8px 0px;

	list-style: none;

	color: #fff;

}

.home_right .block ul li .para {font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

	color: #fff;

	text-align: center;

	margin-top: 10px; }


.home_right .block ul li:first-child { border: none; }



input[type="text"], input[type="password"], input[type="email"], select

{

	border: 1px solid #dbdbdb;

	box-sizing: border-box;

	padding: 10px 10px;

	width: 100%;

}



input[type="button"], input[type="submit"]

{

	border: none;

	padding: 10px 12px;

	cursor: pointer;

	font-family: 'oswaldbook';

	font-size: 22px;

	text-transform: uppercase;

color:#font-family: 'oswaldbook';

	color: #fff;

	border-radius: 8px;

	-moz-border-radius: 8px;

	-webkit-border-radius: 8px;

}

textarea {
    
    float: left;
    width: 100%;
	background: none repeat scroll 0 0 #5f5f5f;
    border: medium none;
    color: #ccc;
    margin-bottom: 12px;
    padding: 15px 57px 15px 15px;

}

.sign_up

{

	float: left;

	width: 100%;

	background: url(../images/building.jpg) no-repeat center 0px;

	height: 432px;

	padding: 15px 0px 0px 0px;

	margin: 20px 0px 0px;

}



.sign_up h2

{

	font-family: 'oswaldbook';

	font-size: 50px;

	margin: 0px 0px 20px 0px;

	text-transform: uppercase;

	color: #0497f3;

	text-align: center

}



.sign_up .image

{

	text-align: center;

	float: left;

	width: 100%;

}



.sign_up .form

{

	text-align: center;

	float: left;

	width: 100%;

}



.sign_up .form ul li

{

	float: left;

	width: 33%;

	list-style: none;

	margin: 0px 10px 0px 0px;

}



.sign_up .form ul li.field

{

	float: left;

	width: 27%;

	list-style: none;

	margin: 0px 12px 0px 0px;

}



.sign_up .form ul li.button

{

	float: left;

	width: auto;

}



.sign_up .form ul li input[type="text"], .sign_up .form ul li input[type="email"]

{

	float: left;

	width: 100%;

	background: #0497f3;

	list-style: none;

	margin: 0px 10px 0px 0px;

	border-radius: 8px;

	-moz-border-radius: 8px;

	-webkit-border-radius: 8px;

	color: #CCC;

	padding: 15px 10px;

	border: none;

	color: #fff;

}



.sign_up .form ul li input[type="button"]

{

	float: left;

	padding: 5px 32px;

	background: #404040;

	border-radius: 8px;

	-moz-border-radius: 8px;

	-webkit-border-radius: 8px;

}



.contact_map

{

	float: left;

	width: 100%;

	position: relative;

	height: 390px;

}



.contact_map .map

{

	float: left;

	width: 100%;

	position: absolute;

	left: 0px;

	top: 0px;

}



.contact_map .container

{

	position: relative;

	z-index: 999;

}



.contact_map .address

{

	float: right;

	background: #000;

	width: 328px;

	padding: 25px 30px;

	color: #FFF;

}



.contact_map .address h2

{

	font-family: 'oswaldbook';

	font-size: 24px;

	margin: 0px 0px 20px 0px;

	text-transform: uppercase;

	color: #fff;

	text-align: center

}



.contact_map .address

{

	float: right;

	background: #111;

	width: 328px;

	padding: 25px 30px;

	color: #FFF;

}



.contact_map .address ul li

{

	float: left;

	width: 100%;

	color: #FFF;

	list-style: none;

	padding: 0px 0px 10px 25px;

	margin: 0px 0px 10px 0px;

}



.contact_map .address ul li a { color: #FFF; }



.contact_map .address ul li.pin { background: url(../images/map_pin.jpg) no-repeat 0px 0px; }



.contact_map .address ul li.phone

{

	background: url(../images/phone.jpg) no-repeat 0px 0px;

	padding: 2px 0px 10px 25px;

}



.contact_map .address ul li.mail { background: url(../images/mail.jpg) no-repeat 0px 0px; }



.footer

{

	background: #64B541;

	padding: 20px 0 10px;

	float: left;

	margin-top: 50px;

	width: 100%;

	position: relative;

}



.footer .links

{

	float: left;

	width: 70%;

	font-size: 12xp;

}



.footer .links ul li

{

	float: left;

	margin: 0px 10px 10px 0px;

	list-style: none;

}

.footer .links ul{ float:left;}

.footer .links ul li a { color: #fff; }



.footer .links ul li a:hover { color: #09F; }



.footer .copyright

{

	float: left;

	width: 50%;
	text-align:center;

	color: #fff;

}



.footer .design { float: right; color:#fff; }

.footer .design  a{ color:#fff;}



/*===========Inner pages=============*/







.program

{

	width: 100%;

	height: auto;

	float: left;

}



.program ul

{

	margin: 0px;

	padding: 0px;

}



.program ul li

{

	display: inline-block;

	float: left;

	height: auto;

	list-style-type: none;

	margin-left: 12px;

	margin-bottom: 20px;

	text-decoration: none;

	width: 32%;

}



.program ul li.gallery

{

	display: inline-block;

	float: left;

	height: 150px;

	list-style-type: none;

	margin-bottom: 20px;

	margin-left: 16px;

	text-decoration: none;

	width: 23%;

	overflow: hidden;	

}



.program ul li.gallery img {

	max-width: 100%;

	height: auto;

	width: 300px;

	height: 215px;

}





.program ul li img

{

	max-width: 100%;

	height: auto;

	width: 300px;

	height: 215px;

	overflow: hidden;

}



.program ul li h2

{

	font-family: 'oswaldbook';

	font-size: 14px;

	color: #FC5F2B;

	text-transform: uppercase;

	border-bottom: 2px solid #FC5F2B;

	padding: 0px 0px 5px 0px;

	text-align: center;

}



.program ul li h2:hover

{

	color: #5c5c5c;

	border-bottom: 2px solid #ccc;

}



.apply-form-container

{

	float: right;

	height: auto;

	width: 40%;

	margin-top: 30px;

}



.apply-form-container.contactus

{

	float: right;

	height: auto;

	width: 40%;

	margin-top: 30px;

}



.contacttext

{

	background: #E5E5E5;

	float: left;

	height: auto;

	margin-top: 30px;

	padding: 15px 5px 10px 15px;

	width: 50%;

	border: 1px solid #C4C4C4;

}



.contacttext p

{

	font-family: Tahoma, Geneva, sans-serif;

	font-size: 14px;

	font-weight: normal;

	line-height: 20px;

	color: #555;

	text-align: left;

	padding-bottom: 10px;

}



.contacttext h2

{

	font-family: 'oswaldbook';

	font-size: 20px;

	color: #FC5F2B;

	text-transform: uppercase;

	padding: 0px 0px 5px 0px;

}



.apply-form

{

	background: #ccc;

	float: left;

	padding: 10px 20px 20px;

	width: 100%;

}



.apply-form h2

{

	border: medium none;

	color: #FC5F2B;

	font-family: 'oswaldbook';

	font-size: 24px;

	text-transform: uppercase;

	font-weight: bold;

	text-align: center;

	padding: 14px 0;

}



.apply-form ul li

{

	list-style: outside none none;

	margin: 0 0 8px;

}



.apply-form input[type="text"]

{

	background: #5F5F5F;

	border: medium none;

	color: #ccc;

	margin-bottom: 12px;

	padding: 15px 57px 15px 15px;

	width: 100%;

}



.apply-form input[type="submit"], input[type="button"]

{

	background: #FC5F2B;

	border: medium none;

	color: #fff;

	cursor: pointer;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 18px;

	font-weight: 700;

	padding: 10px 136px;

	text-align: center;

	text-transform: uppercase;

}



iframe

{

	width: 100%;

	float: left;

	border: none;

	margin-top: 10px;

}



.getinvolved { width:55%; height:auto; float:left;}

.getinvolved p { 

	color: #555;

    font-family: Tahoma,Geneva,sans-serif;

    font-size: 14px;

    font-weight: normal;

    line-height: 24px;

    margin-top: 30px;

    padding-bottom: 10px;

    text-align: left;}
