@charset "utf-8";
 
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
@import url(http://fonts.googleapis.com/css?family=PT+Serif);
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* HTML5 Events Display
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, menu {
display: block;
}
audio[controls], canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* ELEMENTS
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

html {
}
body {
	font-family: Droid Sans;
	color:#000;
	margin:0px;
	padding:0px;
	font-size:15px;
	line-height:20px;
	position:relative;
	background-color: #fff;
}
img {
	border:none;
}
h1, h2, h3, h4, h5, h6, ul, ol {
	margin: 0;
	padding: 0;
	font-weight:normal;
	font-family:Droid Sans;
}
h1 { 
	font-size:32px;
	color:#3f3f3f;  
	line-height: 36px;
	margin:10px 0 25px 0;
}
h2 { 
	font-size:28px;
	font-weight:normal;
	line-height: 32px;
	margin:10px 0 20px 0;
}
h3 {
	font-size:20px; 
	line-height: 24px;
	margin:0 0 22px 0;
	font-weight:400 !important; 
}
p + h3{
	padding: 10px 0 0 0;
}
h4 {
	font-size:16px; 
	color:#3f3f3f;
	line-height: 20px;
	margin:0 0 10px 0; 
}
h5{
	font-size:15px;
}
a, a:link { 
	text-decoration: none;
	color:#3f3f3f;
}
a:hover {
	text-decoration: none;
	color:#034ea2;
}
p {
	margin:0px 0px 10px 0px;
	color:#000;
	font-family: Droid Sans;
	font-size:15px;
	line-height: 20px;
}
.clear-fix {
	clear:both;
	display:table;
}
ul, li{
	margin:0;
	padding:0;
}
img{
	max-width:100% !important;
	height:auto !important;  
}
/**************** Header Wrapper***********************/
#wrap{
	width: 100%;
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 100; 
}
.header_container{
	width:100%;
	position: relative; 
}
.header_container  .header_wrap{
	background:url(../images/header-bg.png) repeat-x bottom center #fff;
} 
.header .logo{
	float:left;
	width: 23%; 
	padding:1% 0;
}
.header{
	max-width:1200px;
	margin:0 auto;
	width:100%;
}
.header .contact-info, .header .social_icons{
	text-align:right;
	float:right;
	width:60%;
}
.header .contact-info{  
	padding:1% 0% 0% 0;
} 
.header .social_icons{  
	padding:0% 0% 1% 0;
}
.contact-info p{
	font-family: 'PT Serif', serif;
}
.header_container .navigation{
	width:100%;
	background:url(../images/menu-bg.png) repeat !important;
	float:none;
	max-width: 1200px;
	margin: 0 auto;
}
.tinynav{ 
	display: none;
}
.navigation ul{
	list-style:none;
}
.navigation ul li{
	float:left;
	cursor:pointer;
	padding:1% 3%  1% 3%;
	position: relative;
}
ul li a:hover{
	color:#97cc51;
}
.navigation li a{
	font-family: 'PT Serif', serif;
	color:#fff;
	font-size: 15px;
}
.navigation li a:hover{
	text-decoration:none;
}
.submenu{
	display:none;
}
.submenu li a {
	color:#fff;
}
.navigation ul li:hover>.submenu {
	display:block;
	position:absolute;
	z-index:99999999999;
	padding-top: 12px;
	margin-top: 5px;
	left: 19%;
	background:url(../images/dropdown-bg.png) no-repeat top left;
	/*background:url(../images/dropdown-bg.png) no-repeat top left;*/
}
.submenu li {
	background:none !important;
	background-color:#034ea2 !important;
	width:170px;
	float:none !important;
	margin:0 !important;
	padding:5px 10px !important;
}
.submenu li a{
	font-size: 13px;
}
.fixed{ 
	position:fixed;
	z-index:9999;
	top: 0;
}
.fixed .contact-info { 
	float: left; 
	width: 78%;
	padding:10px 0 0 0;
}
.fixed .social_icons{ 
	width:85px;
	padding:10px 0 0 0;
}
.fixed .logo{ 
	width: 12%;  
	padding:10px 0;
}
.fixed+.wrapper, .fixed+.inside_wrapper{ 
	padding:147px 0 0 0;
}
.fixed .navigation ul li { 
	padding: 10px 20px; 
}
.fixed{ 
}
.wrapper, .inside_wrapper{
	float:none;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding: 0;
}
.inside_wrapper .green-bg-text{
	background:url(../images/banner-bg.png) repeat;
	padding:4%;
	margin:0;
	color:#fff; 
}
.white-bg-text ul li{
	margin: 0 0 10px 30px;  
}
.inside_wrapper .white-bg-text{
	background:url(../images/white-bg.png) repeat;
	padding:4%;
	min-height:330px;
} 
.wrapper .flexslider{
	float:left;
	width:45%;
	margin:7% 0 0 0;
	background:url(../images/banner-bg.png) repeat center center;
}
.flexslider .flex_caption{
	width:92%;
	padding:4%;
}
.flex_caption h1,.flex_caption p,.flex_caption a,.flex_caption a:hover{
	color:#fff;
	font-size:18px;
	line-height:25px;
}
.flex_caption a:hover{
	color:#034ea2;
}
.flex_caption h1{
	font-family: 'PT Serif', serif;
	font-size:60px;
	line-height:60px;
}
.flex-control-nav {
	padding-bottom: 10px !important;
}
.wrapper .content_wrapper{
	float:right;
	width:45%;
	margin:9% 0;
}
.content_wrapper .content_portion{
	background:url(../images/content-bg.png) repeat center center;
	padding:3%;
	width:94%;
	margin-bottom:3%;
}
.content_wrapper .content_portion h2{
	margin: 10px 0 7px 0 !important;
	color:#034ea2;
	font-size:30px;
	font-family: 'PT Serif', serif;
} 
.backround {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	display:block;
}
.mail_function{
	position: fixed;
	right:0;
	top:45%;
	z-index:10000;
}
.footer_wrap{
	width:100%;
	/*position:fixed;*/
	z-index:99999;
	bottom:0px;
}
.footer_wrap .footer_container{
	margin:0 auto;
	max-width: 1140px;
	width: 96%;
	padding: 0 2% 0.5% 2%;
	background:url(../images/menu-bg.png) repeat;
}
.footer_wrap .footer_container .copyright{ 
	float:left;
	padding: 15px 0 0 0px;
	color:#fff;
	margin-bottom:15px;
} 
.footer_wrap .footer_container .signup-form{ 
	text-align:right;
} 
.signup-form label{
display: inline-block;
	color: #fff;
	font-family: Droid Sans;
	font-size: 15px;
	padding: 1%;
} 
form{
	margin:0;
}
.signup-form  input[type="email"]{
	width:100%;
	max-width: 210px;
	padding: 10px 10px;
	display: inline-block;
	outline: none;
	font-family: Droid Sans;
	font-size: 15px;
	appearance:none;
	-webkit-appearance:none;
	border:none;
}
.signup-form  input[type="submit"]{
	outline:none;
	width:48px;
	height:40px;
	padding: 15px 10px;
	margin: 10px 10px 0px 10px;
	appearance:none;
	-webkit-appearance:none;
	border:none;
	display: inline-block;
	background:url(../images/nl-arrow.jpg) center center no-repeat; 
} 

/********************Contact Us Styles by prathap ********************/
#formulario{
	border:1px solid #527605;
	padding:20px;
	margin-top:10%;
}
#formulario p.success{
	color:#527605;
}
.error{
	color:#F00;
}
.inside_wrapper a:hover{
	text-decoration:none;
	color:#034ea2;
}
.inside_wrapper a{
	color:#97cc51;
}
.inside_wrapper .contact_wrapper{
	width:92%;
	padding:4%;
	background: url(../images/white-bg.png) repeat;
	
}
.inside_wrapper ol li{
	margin-left:30px;
}
.contact_wrapper .main_content{
	width:48%;
	float:left;
}
.contact_wrapper .side_bar{
	width:48%;
	float:right;
}
.main_content .contact_map{
	border:1px solid #000;
}
.main_content iframe{
	width:100%;
}
#contactform .contact-form{
	width:100%;
}
.contact-form .label{
	width:35%;
	float:left;
	padding-bottom:10px;
	font-family: Droid Sans;
	font-size: 16px;
}
.contact-form .label label{
	font-family: Droid Sans;
}
.contact-form .input{
	width: 100%;
	float: left;
	max-width: 340px;
	padding-bottom:10px;
}
#contactform .action_buttons{
	width:100%;
	float:left;
	width:50%;
	padding-left:35%;
}
input[type="file"]{
	padding: 10px;
background: #fff;
width: 71%;
border: 1px inset;
}
input[type="reset"],input[type="submit"]{
	background:#98cc52;
	padding:10px;
	border:none;
	outline:none;
	font-family: Droid Sans;
	font-size: 16px;
	color:#fff;
}
h2{
	font-family: Droid Sans !important;
}
input[type="text"],#message{
	width: 90%;
	float: left;
	max-width: 400px;
}
.white-bg-text img{
	float:right;
	padding:0 0 20px 20px;
}
.white-bg-text .featured{
	float:right;
	width:30%;
	margin-top: 78px;
padding: 20px 10px 20px 10px;
border: 1px solid #000;
}
#apply_job{
	width:66%;
}
/****************upload resume page styles***************/
.white-bg-text .j-tiltle h2{
	line-height:49px;
}
.white-bg-text .app-input{
 width:74%;
 float:right;
 margin-bottom:10px;
}
.white-bg-text .app-input p{
	line-height:15px !important;
}
.white-bg-text .app-label{
	float:left;
	width:26%;
	height:40px;
	padding-top:9px;
}
.white-bg-text .app-input textarea{
 width:71%;
 line-height:18px;
 font-size:20px;
font-family: Droid Sans;
}
.white-bg-text .app-input input[type="text"]{
 width:74%;
 height:35px;
 font-size:17px;
 padding-left:5px;
 font-family: Droid Sans;
}
.white-bg-text .app-input input[type="password"]{
 width:50%;
 height:35px;
 font-size:20px;
 padding-left:5px;
 font-family: Droid Sans;
}
.white-bg-text .app-input input[type="button"]{
background:#777;
width: 30%;
height: 40px;
border: none;
text-align: center;
font-size: 20px;
font-family: Droid Sans;
outline: none;
cursor: pointer;
color: #FFF;
}
.white-bg-text .app-input p{
 font-size:12px;
 line-height:0px;
}
.headerfix .inside_wrapper, .headerfix .wrapper{
	margin: 0 auto 2% auto;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Responsive
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media only screen and (max-width: 1200px) { 
.header_container .header_wrap {
	width: 96%;
	padding: 0 2%;
}
.wrapper, .inside_wrapper { 
	width: 96%;
	padding: 0 2% !important;
}
/*prathap styles start*/
#contactform .action_buttons {padding-left: 0% !important;}
.contact_wrapper .side_bar {
width: 40% !important;}
/*prathap styles closed*/
}

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

.fixed .logo {
	width: 15%; 
} 
.fixed .contact-info { 
	width:75%; 
} 
/*prathap styles start*/
 .contact-form .label {
width: 48% !important;
 }
.white-bg-text .app-input input[type="text"],.white-bg-text .app-input textarea {
width: 80% !important;
}
input[type="file"] {
width: 76% !important;
}
}
@media only screen and (max-width: 768px) {
	 .contact_wrapper .main_content {
width: 90% !important;
}
.contact_wrapper .side_bar {
width: 92% !important;
float:none !important
}
.contact-form .label {
width: 30% !important;
}
#contactform .action_buttons{
	padding-left:30% !important;
}
}
/*prathap styles closed*/	
@media only screen and (max-width: 768px) { 
.header .logo {
	float: left;
	width: 36%;
	padding: 3% 0;
}.fixed .logo {
	width: 30%; 
}
.fixed .social_icons { 
	padding: 25px 0 0 0;
} 
.fixed .contact-info { 
	width:50%; 
	padding: 25px 0 0 0;
}
.footer_container .copyright, .footer_container .signup-form label{
	font-size: 14px;
}

}

@media only screen and (max-width: 650px) { 
 
.wrapper .flexslider, .wrapper .content_wrapper{
	float: none;
	clear: both;
	width: 96%;
}
.wrapper .flexslider{
	margin: 7% auto 2% auto;
}
.wrapper .content_wrapper{
	margin: 0% auto 7% auto;
}

.fixed .social_icons, .fixed .contact-info {  
	padding: 15px 0 0 0;
}
.tinynav {
	background: url(../images/responsive-nav.png) no-repeat 90% 44% !important;
	border: none;
	text-align: center;
	display: block;
	padding-left: 10%;
	height: 32px;
	width: 100%;
	appearance: none !important;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
}
.navigation ul, .mail_function{
	display:none;
}
.footer_wrap .footer_container .copyright {
	float: none;
	text-align:center;
}

/*prathap styles start*/
#contactform .action_buttons{
	padding-left:0% !important;
}
.white-bg-text .featured {
float: right;
width:96%;
margin-top: 0px;
padding: 20px 10px 20px 10px;
border: 1px solid #000;
}
#apply_job {
width: 100%;
}
/*prathap styles ends*/
}
@media only screen and (max-width: 569px) { 
 
.footer_wrap .footer_container { 
	padding: 1% 2% 8% 2%;
}
.footer_wrap { 
	position: relative !important;  
}

 
}

@media only screen and (max-width: 480px) { 
.footer_container .copyright, .footer_container .signup-form{
	float:none;
	clear:both;
	width:100%; 
	text-align:center;
} 
.footer_container .signup-form label {
	width:100%; 
	float:none;
	clear:both;
	text-align:center;
}
.footer_wrap .footer_container .signup-form {
	text-align: center;
} 
.header .contact-info a{
	color:#000 !important;
}
/*prathap styles start*/
 .contact-form .label {
width: 50% !important;
 }
.white-bg-text .app-label {
float: left;
width: 100% !important;
height: 20px !important;
}
.white-bg-text .app-input {
width: 100% !important;
float: left !important;
margin-bottom: 10px;
}
.white-bg-text .app-input input[type="text"]{
	height:25px !important;
	width:70% !important;
}
input[type="file"] {
width: 66% !important;
}
.white-bg-text .app-input textarea {
width: 71% !important;
}
.white-bg-text .featured {

width: 94%;
margin-top: 0px;
padding: 20px 10px 20px 10px;
border: 1px solid #000;
}
 /*prathap styles start*/
}

@media only screen and (max-width: 350px) { 
 
.header .social_icons {
	padding: 2.5% 0% 0% 0;
	width: 30%;
}
.header .contact-info{
	float: left;
	width: 68%;
}
.header .logo {
	float: none;
	width: 55%; 
	margin: 0 auto;
} 
.fixed .social_icons {
	padding: 5.5% 0% 0% 0 !important; 
}
.fixed .contact-info {  
	display:none !important;
}
.fixed  .logo {
	float: left !important; 
} 
}

