@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'GOTHIC';
	src: url('http://fontsforweb.com/public/fonts/1168/GOTHIC.eot');
	src: local('GOTHIC'), url('http://fontsforweb.com/public/fonts/1168/GOTHIC.ttf') format('truetype');
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0px;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	color:#373737;}


	
body{
	margin: 0 auto;
	background:#ffffff;
	text-decoration:none;
	color:#484848;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
}


/*BANNER*/
#banner_wrapper{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
    margin:0px;
	background:#FFFFFF;
}
#banner_inner{
	width:100%;
	height:auto;
	padding:0px 0px; 
	margin:0px auto;
	background:#FFFFFF url(../images/loader.GIF) no-repeat center;
}






/*HOME  WELCOME*/
#welcome_wrapper{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
    margin:0px;
	background:#FFFFFF;
	border-top:4px solid #e1e1e1;
}
#welcome_inner{
	width:1100px;
	min-height:320px;
	height:auto;
	padding:0px; 
	padding:20px 0px;
	margin:0px auto;
}

.welcome_contentbg{
	width:55%;
	min-height:310px;
	height:auto;
	float:left;
	position:relative;
}

#welcome_inner h1{
	color:#293237;
	font-size:24px;
	text-transform:uppercase;
	font-family: 'PT Sans', sans-serif;
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/h1.jpg) no-repeat left bottom;
	padding-bottom:12px;
	margin-top:10px;
	margin-bottom:20px;
}

#welcome_inner p{
	font-size:14px;
	text-align:justify;
	margin-bottom:10px;
	line-height:23px;
}

.welcome_contentmore{
	width:97%;
	text-align:right;
	background:#ef3e36;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	padding:2px 3% 4px 0px ;
	position:absolute;
	bottom:0px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.welcome_contentmore:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098d1;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.welcome_contentmore:hover, .welcome_contentmore:focus, .welcome_contentmore:active {
  color: white;
}
.welcome_contentmore:hover:before, .welcome_contentmore:focus:before, .welcome_contentmore:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}



.welcome_careerbg{
	width:470px;
	min-height:310px;
	float:right;
}
.wel_career_ribbonbg{
	width:8px;
	height:310px;
	float:left;
	background:#FFF url(../images/ribbon.jpg) no-repeat right top;
}

.wel_career{
	width:260px;
	height:310px;
	float:left;
	background:#124f86 url(../images/vaccencybg.jpg) no-repeat bottom right;
}
#welcome_inner h2{
	color:#FFFFFF;
	font-size:18px;
	text-transform:uppercase;
	font-family: 'PT Sans', sans-serif;
	float:left;
	width:85%;
	text-align:center;
	padding:9px 0px;
	margin-top:13px;
	background:#f53d31;
}


.wel_applybg{
	width:200px;
	height:310px;
	float:left;
	background:#03c6df url(../images/applybg.jpg) no-repeat top center;
	border-left:1px solid #FFF
}

.pic {
	float: left;
	height: 310px;
	width: 200px;
	overflow: hidden;
	text-align:center;
}
 .vertpan img {  
    margin-top: 0px;  
    -webkit-transition: margin 1s ease;     
    -moz-transition: margin 1s ease;       
    -o-transition: margin 1s ease;     
     -ms-transition: margin 1s ease;
     transition: margin 1s ease; }
.vertpan img:hover {  
    margin-top: -15px;
}


.vticker{
	width:90%;
	margin:0px;
	font-size:13px;
	color:#676969;
	text-align:justify;
	margin-left:5%;
	color:#FFF;
	margin-top:15px;
	float:left;
}
.vticker ul{
	padding: 0;
	list-style:none;
	
}
.vticker li{
	line-height:20px;
	font-size:15px;
	text-align:left;
	padding-bottom:12px;
	float:left;
	background:url(../images/icon.png) no-repeat top left;
}
.et-run{
	background: red;
}

.vticker li a{
	color:#FFFFFF;
	font-size:16px;
	font-family: 'PT Sans', sans-serif;
	text-decoration:none;
	padding:3px 0px;
	float:left;
	width:80%;
	margin-left:25px;
	line-height:18px;
	text-shadow:none;
	transition: all 0.4s ease;
   		 -webkit-transition: all 0.4s ease;
   		 -moz-transition: all 0.4s ease;
  		 -o-transition: all 0.4s ease
}
.vticker li a:hover{
	text-decoration:none;
	color:#ea4031;
}
.vticker li span{
	color:#000000;
	float:left;
	font-size:12px;
	margin-left:30px;
	cursor:pointer;
}







/*HOME  PROJECT*/
#hproject_wrapper{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
    margin:0px;
	background:#FFFFFF url(../images/hprojectbg.jpg) repeat;
	border-top:2px solid #ef3e36;
}
#hproject_inner{
	width:1100px;
	min-height:310px;
	height:auto;
	padding:0px; 
	padding:20px 0px;
	margin:0px auto;
	background:url(../images/projectinnerbg.png) no-repeat center bottom;
}

#hproject_inner h1{
	color:#293237;
	font-size:24px;
	text-transform:uppercase;
	font-family: 'PT Sans', sans-serif;
	float:left;
	width:100%;
	text-align:center;
	background:url(../images/h1.jpg) no-repeat center bottom;
	padding-bottom:12px;
	margin-top:10px;
	margin-bottom:20px;
}


.home_productbg{
	overflow:hidden;
	width:95%;
	height:200px;
	float:left;
	background:#2a2623;
	text-align:center;
	color:#FFF !important;
	border:3px solid #FFF;
	transition: all 0.3s ease;
   		 -webkit-transition: all 0.3s ease;
   		 -moz-transition: all 0.3s ease;
  		 -o-transition: all 0.3s ease;	
}

.home_productbg:hover{
	background:#e74133;
	color:#FFF;
}

.home_productbg img{
	max-width:100%;
	min-width:100%;
	min-height:165px;
}

.home_productbg p{
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
	margin-top:5px;
	display:block;
	float:left;
	color:#FFF;
	font-size:13px;
	overflow:hidden;
	height:24px;
}





/*ABOUT */

#innerbanner_wrapper{
	width:100%;
	float:left;
	height:80px;
	padding:0px;
    margin:0px;
	background:#ea2d26 url(../images/about_banner.jpg) no-repeat center top;
	background-size:cover;
}

#innerbanner_wrapper h1{
	font-family: 'Alex Brush', cursive;
	color:#FFF;
	font-size:45px;
	text-shadow: 1px 1px 9px #000000;
	width:1100px;
	margin:0px auto;
	margin-top:40px;
	font-weight:normal;
}


#about_wrapper{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
    margin:0px;
	background:#eae4d6;
	border-bottom:1px solid #d2cdc2;
}
#about_inner{
	width:1100px;
	min-height:310px;
	height:auto;
	padding:20px 0px;
	margin:0px auto;
}


.about_desbg img{
	width:45%;
	float:left;
	margin-top:10px;
	margin-right:4%;
}

.about_desbg{
	width:75%;
	height:auto;
	float:left;
	margin:20px 0px;
}

#about_inner p{
	font-size:14px;
	text-align:justify;
	margin-bottom:10px;
	line-height:23px;
}

#about_inner h1{
	color:#293237;
	font-size:24px;
	text-transform:uppercase;
	font-family: 'PT Sans', sans-serif;
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/h1.jpg) no-repeat left bottom;
	padding-bottom:12px;
	margin-top:10px;
	margin-bottom:10px;
}


#overview_wrapper{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
    margin:0px;
	background:#f8f8f8;
	border-bottom:1px solid #d2cdc2;
}
#overview_inner{
	width:1100px;
	min-height:100px;
	height:auto;
	padding:25px 0px;
	margin:0px auto;
	background:url(../images/ta_bar.jpg) no-repeat center top 45px;
	background-size:100% 36px;
}
.contenttabbg{
	width:90%;
	height:auto;
	margin:0px auto;
	padding:20px 0px;
}

.about_submenubg{
	width:22%;
	height:auto;
	overflow:hidden;
	float:right;
	margin-top:85px;
	background:#343434 url(../images/menubg.jpg) repeat;
	-webkit-border-top-left-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-bottomright: 8px;
border-top-left-radius: 8px;
border-bottom-right-radius: 8px;
}

.about_submenubg a{
	color:#FFFFFF;
	padding:15px 5%;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'PT Sans', sans-serif;
	width:90%;
	float:left;
	text-decoration:none;
	border-bottom:1px solid #282828;
}

.about_submenubg img {
	margin-right:10px;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
} 

.about_submenubg a:hover{
	padding-left:10%;
	width:85%;
	background:#f23c31;
	transition: all 0.3s ease;
   		 -webkit-transition: all 0.3s ease;
   		 -moz-transition: all 0.3s ease;
  		 -o-transition: all 0.3s ease;	
}
.about_submenubg a:hover img{
	 opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}


.about_submenuactive{
	padding-left:10% !important;
	width:85%  !important;
	background:#f23c31 !important;
}

.about_submenuactive img{
	 opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}


.about_desbg ul {
    list-style-image:url(../images/icon2.png);
	margin-left:30px;
	margin-top:5px;
	line-height:22px;
	font-size:14px;
	
}
.about_desbg ul li {
	margin-bottom:8px;
}

.ul_flot{
	float:left;
	margin-right:10%;
}





/* SERVICE*/

.servicebg{
	width:100%;
	float:left;
}


.desbg_full{
	width:96%;
	height:auto;
	background:#f2f1f1;
	float:left;
	padding:2%;
	margin-bottom:20px;
	margin-top:20px;
}



.buttons .selected {
    color: #FFFFFF;
	background:#f23c31;
	position: relative; 
}
.showSingle {
    width:46%;
	float:left;
	display:block;
	cursor:pointer;
	color:#FFFFFF;
	padding:10px 2% 10px 2%;
	font-size:18px;
	background:#353535;
	text-transform:uppercase;
	font-family: 'PT Sans', sans-serif;
 } 

.buttons .selected:after { 
 	 top: 100%; 
	 left: 11%; 
	 border: solid transparent;
	 content: " "; 
	 height: 0; 
	 width: 0; 
	 position: absolute; 
	 pointer-events: none; 
	 border-color: rgba(136, 183, 213, 0); 
	 border-top-color: #f23c31; 
	 border-width: 10px; margin-left: -10px;
}


.desbg_content{
	width:46%;
	height:auto;
	float:right;
}

.desbg_full img{
	width:50%;
}

.desbg_full ul {
    list-style-image:url(../images/icon.png);
	margin-left:30px;
	line-height:22px;
	margin-bottom:15px;
	float:right;
	width:90%;
}
.desbg_full ul li {
	margin-bottom:4px;
	font-size:15px;
}
#about_inner h2{
	color:#293237;
	font-size:24px;
	text-transform:uppercase;
	font-family: 'PT Sans', sans-serif;
	float:right;
	width:100%;
	text-align:left;
	background:url(../images/h1.jpg) no-repeat left bottom;
	padding-bottom:12px;
	margin-top:10px;
	margin-bottom:10px;
}


/*PROJECT*/

#project_wrapper{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
    margin:0px;
	background:#eae4d6;
}
#project_inner{
	width:1140px;
	min-height:310px;
	height:auto;
	padding:0px 0px 20px 0px;
	margin:0px auto;
}


/* CAREER*/

.careerbg{
	width:100%;
	float:left;
}
.apply{
	float:right;
	text-decoration:none;
	font-size:13px;
	background:#f23c31;
	color:#FFF;
	text-transform:uppercase;
	font-family: 'PT Sans', sans-serif;
	padding:6px 30px;
		-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	transition: all 0.3s ease;
   		 -webkit-transition: all 0.3s ease;
   		 -moz-transition: all 0.3s ease;
  		 -o-transition: all 0.3s ease;	
}
.apply:hover{
	background-color: #343434;

}




#application_wrapper{
	width:100%;
	float:left;
	height:auto;
	padding:40px 0px;
    margin:0px;
	background:#eae4d6;
}
#application_inner{
	width:1100px;
	min-height:400px;
	height:auto;
	padding:0px 0px 0px 0px;
	margin:0px auto;
	background:url(../images/careerbg.jpg) no-repeat center right;
}
#application_inner h1{
	color:#293237;
	font-size:24px;
	text-transform:uppercase;
	font-family: 'PT Sans', sans-serif;
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/h1.jpg) no-repeat left bottom;
	padding-bottom:12px;
	margin-top:10px;
	margin-bottom:10px;
}



/*CAREER*/
.careerapp_bg{
	width:600px;
	height:auto;
	float:left;
}
.careerbg_full{
	width:100%;
	float:left;
	height:auto;
}
.careerbg_tittle{
	width:40%;
	float:left;
	height:auto;
	font-size:14px;
	color:#666666;
	color:#000;
	
}
.career_fieldbg{
	width:60%;
	float:left;
	height:auto;
	text-align:left;
}

.career_fieldbg_2{
	width:50%;
	float:right;
}
.career_fieldbg_3{
	width:60%;
	float:right;
}
.inputcc{
   	width:95%;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3a3a3a;
	background:#FFFFFF;
	border:1px solid #FFFFFF;
	padding:0% 2%;
	margin:0px 0 10px 0px;
	transition: all 0.4s ease;
   		 -webkit-transition: all 0.4s ease;
   		 -moz-transition: all 0.4s ease;
  		 -o-transition: all 0.4s ease;	
}
.inputcc:focus, .inputcc:hover{
    border-color:#666666;
}
.textarea{
   	width:96%;
	height:130px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3a3a3a;
	background:#FFFFFF;
	border:1px solid #FFFFFF;
	padding-left:10px;
	padding-top:6px;
	margin:0px 0 10px 0px;
	resize:none;
	transition: all 0.4s ease;
   		 -webkit-transition: all 0.4s ease;
   		 -moz-transition: all 0.4s ease;
  		 -o-transition: all 0.4s ease;	
}
.textarea:focus, .textarea:hover{
     border-color:#666666;
}
.input_2{
   	width:22%;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3a3a3a;
	background:#FFFFFF;
	border:1px solid #FFFFFF;
	padding:0% 2%;
	margin:0px 0 15px 0px;
	transition: all 0.4s ease;
   		 -webkit-transition: all 0.4s ease;
   		 -moz-transition: all 0.4s ease;
  		 -o-transition: all 0.4s ease;	
}
.input_2:focus, .input_2:hover{
    border-color:#666666;
}

.input_3{
   	width:40%;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3a3a3a;
	background:#FFFFFF;
	border:1px solid #FFFFFF;
	padding:0% 2%;
	margin:0px 0 15px 0px;
	transition: all 0.4s ease;
   		 -webkit-transition: all 0.4s ease;
   		 -moz-transition: all 0.4s ease;
  		 -o-transition: all 0.4s ease;	
}
.input_3:focus, .input_3:hover{
    border-color:#666666;
}
#application_inner input[type="submit"], #application_inner input[type="reset"] {
	width:120px;
	height:38px;
	float:right;
	border-style:none;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-transform:uppercase;
	text-align:center;
	margin:0px 0% 0 0px;
	cursor:pointer;
	border-radius:4px;
	   -moz-border-radius:4px;
       -webkit-border-radius:4px;
	   -o-border-radius:4px;
	transition: all 0.4s ease;
   		 -webkit-transition: all 0.4s ease;
   		 -moz-transition: all 0.4s ease;
  		 -o-transition: all 0.4s ease;
	background:#f23c31;	
}
#application_inner input[type="submit"]:hover, #application_inner input[type="reset"]:hover {
	background:#272727;
}



.input_select{
   	width:100%;
	height:32px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#3a3a3a;
	background:#FFFFFF;
	border:1px solid #FFFFFF;
	padding:0% 2%;
	margin:0px 0 15px 0px;
	transition: all 0.4s ease;
   		 -webkit-transition: all 0.4s ease;
   		 -moz-transition: all 0.4s ease;
  		 -o-transition: all 0.4s ease;	
}

.input_select_b{
	float:right;
   	width:65%;
	height:32px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#3a3a3a;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:0% 2%;
	margin:0px 0 15px 0px;
	border-radius:4px;
	   -moz-border-radius:4px;
       -webkit-border-radius:4px;
	   -o-border-radius:4px;
	transition: all 0.4s ease;
   		 -webkit-transition: all 0.4s ease;
   		 -moz-transition: all 0.4s ease;
  		 -o-transition: all 0.4s ease;	
}

.input_select_c{
   	width:35%;
	height:32px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#3a3a3a;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:0% 2%;
	margin:0px 0 15px 0px;
	border-radius:4px;
	   -moz-border-radius:4px;
       -webkit-border-radius:4px;
	   -o-border-radius:4px;
	transition: all 0.4s ease;
   		 -webkit-transition: all 0.4s ease;
   		 -moz-transition: all 0.4s ease;
  		 -o-transition: all 0.4s ease;	
}
.input_select_d{
	float:right;
   	width:50%;
	height:32px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#3a3a3a;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:0% 2%;
	margin:0px 0 15px 0px;
	border-radius:4px;
	   -moz-border-radius:4px;
       -webkit-border-radius:4px;
	   -o-border-radius:4px;
	transition: all 0.4s ease;
   		 -webkit-transition: all 0.4s ease;
   		 -moz-transition: all 0.4s ease;
  		 -o-transition: all 0.4s ease;	
}

.learnmore{
	color:#FFF;
	text-decoration:none;
	text-align:right;
	width:95%;
	float:left;
}
.learnmore:hover{
	color:#FFF;
	text-decoration:underline;
}



/*CONTACT*/
#contact_wrapper{
	width:100%;
	float:left;
	height:auto;
	padding:40px 0px;
    margin:0px;
	background:#eae4d6;
}
#contact_inner{
	width:1100px;
	min-height:400px;
	height:auto;
	padding:0px 0px 0px 0px;
	margin:0px auto;
}
#contact_inner h1{
	color:#293237;
	font-size:24px;
	text-transform:uppercase;
	font-family: 'PT Sans', sans-serif;
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/h1.jpg) no-repeat left bottom;
	padding-bottom:12px;
	margin-top:10px;
	margin-bottom:10px;
}

.contactbg_1{
	width:45%;
	float:right;
}

.addressbg{
	float:left;
	width:50%;
	margin-top:20px;
}

.contactbg_2{
	width:52%;
	float:left;
	font-size:14px;
}

.contact_formbg{
	width:100%;
	height:auto;
	float:left;
}
.form_title{
	width:100%;
	display:block;
	float:left;
	font-size:18px;
	text-transform:uppercase;
	border-bottom:1px solid #57a7ed;
	padding-bottom:5px;
	color:#0057a7;
	font-family:Arial, Helvetica, sans-serif;
}

.inner_contact_wrapper{
	width:100%;
	height:auto;
	float:left;
	text-align:left;
	color:#666666;
}

.inner_contact_input{
   	width:95.5%;
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3a3a3a;
	background:#FFFFFF;
	border:1px solid #FFFFFF;
	padding:0% 2%;
	margin:10px 0 0px 0px;
	transition: all 0.4s ease;
   		 -webkit-transition: all 0.4s ease;
   		 -moz-transition: all 0.4s ease;
  		 -o-transition: all 0.4s ease;	
}
.inner_contact_input:focus, .inner_contact_input:hover{
    border-color:#293237;
}

.inner_contact_wrapper_textarea{
   	width:98.6%;
	height:125px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3a3a3a;
	background:#FFFFFF;
	border:1px solid #FFFFFF;
	padding-left:1%;
	padding-top:6px;
	margin:10px 0 0px 0px;
	resize:none;
	transition: all 0.4s ease;
   		 -webkit-transition: all 0.4s ease;
   		 -moz-transition: all 0.4s ease;
  		 -o-transition: all 0.4s ease;	
}
.inner_contact_wrapper_textarea:focus, .inner_contact_wrapper_textarea:hover{
     border-color:#09458f;
}
.submit{
	width:120px;
	height:38px;
	float:right;
	border-style:none;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-transform:uppercase;
	text-align:center;
	margin:10px 0 0 0px;
	cursor:pointer;
	transition: all 0.4s ease;
   		 -webkit-transition: all 0.4s ease;
   		 -moz-transition: all 0.4s ease;
  		 -o-transition: all 0.4s ease;
	background:#ea2d27;
	border-radius:4px;
	   -moz-border-radius:2px;
       -webkit-border-radius:2px;
	   -o-border-radius:2px;	
}
.submit:hover {
	background:#272727;
}


#contact_inner p{
	float:left;
	font-size:13px;
}




.contactbg_mapwrapper{
	width:100%;
	float:left;
	background:url(../images/contacttop.jpg) repeat-x top left;
	margin-top:30px;
}
.mapbg{
	width:100%;
	float:left;
	height:300px;
	margin-top:30px;
}


.social_desbg{
	width:65% !important;
	
}
.social_submenubg{
	width:30% !important;
	
}








/* -------------------------------  Media Query  ------------------------------- */

@media screen and (max-width: 1280px) {
	#hproject_inner{
		width:100%;}
	#welcome_inner{	
		width:90%;}	
	#about_inner{	
		width:90%;}	
	#innerbanner_wrapper h1{
		width:90%;}	
	#overview_inner{	
		width:90%;}	
	#application_inner{	
		width:90%;}	
	#contact_inner{	
		width:90%;}	
		
}
@media screen and (max-width: 1200px) {
	.welcome_contentbg{
		width:54%;}
	#project_inner{
		width:1000px;
	}	
	
}
@media screen and (max-width: 1150px) {
	.welcome_contentbg{
		width:52%;}
	
	
}

@media screen and (max-width: 1100px) {
	.welcome_contentbg{
		width:49%;}
	.welcome_contentmore{
		float:left;position:static;	margin-top:15px;}
	#project_inner{
		width:740px;
	}	
}

@media screen and (max-width: 1050px) {
	.welcome_contentbg{
		width:47%;}
	
}
@media screen and (max-width: 1024px) {
	.welcome_contentbg{
		width:100%; min-height:100px; margin-bottom:20px;}
	.welcome_careerbg{
		width:470px;float:none;margin:0px auto;}	
		
	.about_submenubg{
		width:25%;	}
	.about_desbg{
		width:72%;}	
	
}
@media screen and (max-width: 966px) {
}

@media screen and (max-width: 850px) {
	#overview_inner{
		background-image:none;width:100%;}
		
	.about_submenubg{
		width:33%;	}
	.about_desbg{
		width:62%;}	
	.about_desbg img{
		width:100%; margin-right:0%;}	
	
	.careerapp_bg{
		width:600px;float:none;margin:0px auto;}		
				
}
@media screen and (max-width: 768px) {
	#hproject_inner h1{
		font-size:22px;}
	#about_inner h1{
		font-size:22px;}	
	#innerbanner_wrapper h1{
		font-size:45px;	}
	
	#about_inner h2{
		font-size:20px;}
	#project_inner{
		width:650px;
	}
	.careerapp_bg{
		width:90%;float:none; margin:0px auto;}
	
	.social_desbg{
	width:55% !important;}
	.social_submenubg{
		width:40% !important;}	
		
	.contactbg_1{
		width:100%;}
	.addressbg{
		width:50%;}
	.contactbg_2{
		width:100%;	float:left;	}	
			
}

@media screen and (max-width: 700px) {
	#project_inner{
		width:400px;
	}
	.social_desbg{
	width:100% !important;}
	.social_submenubg{
		width:100% !important; margin-top:0px;}	
}


@media screen and (max-width: 640px) {
	.about_submenubg{
		width:100%; margin-top:20px; height:auto;	}
	.about_desbg{
		width:100%;}	
	
	.showSingle {
    	width:96%; }
	.desbg_content{
		width:100%;}
	.desbg_full img{
		width:100%;}
}

@media screen and (max-width: 603px) {
	#about_inner h2{
		font-size:18px;}
	

}

@media screen and (max-width: 568px) {
	#hproject_inner h1{
		font-size:20px;}
	#about_inner h1{
		font-size:20px;}
	#innerbanner_wrapper h1{
		font-size:40px;	}			
	
}

@media screen and (max-width: 520px) {
	.welcome_careerbg{
		width:272px;}
	.wel_applybg{
		border-left:none;margin-left:40px;margin-top:20px;}	
	
	#application_inner{	
		background-image:none;}	
			
	.careerbg_tittle{
		width:100%;	}
	.career_fieldbg{
			width:100%;	}
	.careerapp_bg{
		width:95%;float:none; margin:0px auto;}			
	

}
@media screen and (max-width: 460px) {
	#hproject_inner h1{
		font-size:18px;}
	#about_inner h1{
		font-size:15px;width:100%;}
	#project_inner{
		width:90%;
	}	
	
	.addressbg{
		width:100%;}	
	.inner_contact_wrapper{
		width:100%; margin:0px;}
}

@media screen and (max-width: 360px) {
	#hproject_inner h1{
		font-size:15px;}
	.careerapp_bg{
		width:100%;float:left;}		
		
	
	
}

@media screen and (max-width: 320px) {
	
}

@media screen and (max-width: 240px) {
	
	
	
}