*-------- Start Reset Browser ----------*/
html,
body {
    height: 100%;
	color: #212121;
}
*, html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	vertical-align: top;
	font-family:"Raleway",arial,sans-serif;
	font-style: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-rendering: optimizelegibility;
}
h1 {
	font-size: 36px; 
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 11px;
}
img {
    max-width:100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
}
a, a:hover, a:link,  a:active, a:visited{
	outline:0px none;
	text-decoration:none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*-------- End Reset Browser ----------*/

/*-------- Start Universal Body -------------*/

section{
	overflow:hidden;
}

.wrap {
	position:relative;
	z-index:2;
    height: auto;
    margin: 0 auto;
    padding: 0 ;
	background
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}
.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}
.not-set {
    color: #c55;
    font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}
a.asc:after {
    content: /*"\e113"*/ "\e151";
}
a.desc:after {
    content: /*"\e114"*/ "\e152";
}
.sort-numerical a.asc:after {
    content: "\e153";
}
.sort-numerical a.desc:after {
    content: "\e154";
}
.sort-ordinal a.asc:after {
    content: "\e155";
}
.sort-ordinal a.desc:after {
    content: "\e156";
}
.grid-view th {
    white-space: nowrap;
}
.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}
.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.button{
	border-width:0px;
	border-bottom: 4px solid #002562 !important;
	background-color: #038 !important;
	outline:0px none !important;
	color:#fff;
	padding: 8px 25px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	margin: 10px 0px;
	text-transform: capitalize;
}
.button:hover{
	border-width:0px;
	background-color: #002159 !important;
	border-bottom: 4px solid #000 !important;
}
.page_title{
	padding: 8px 20px;
	background: #038;
	color: #fff;
	font-size: 18px;
	width:100%;
}
.page_title_fixed{
	position:fixed;
	top:0px; 
	z-index:2;
}

.site-contact{
	position:relative;
	height:100%;
}
.site-contact > .container{
	position:relative;
	width:100%;
	overflow-x:auto;
	height:100%;
	padding: 20px;
}

/*-------- End Universal Body -------------*/


/*-------- Start Main Body -------------*/
.Pages_Data{
	background: rgba(255, 255, 255, 0.8);
	position:relative;
	padding-left: 400px;
	min-height: 320px;
}
.Pages_Data > .container {
	width:100%;
	overflow:hidden;
	height:100%;
	padding: 0px;
}
/**** Quick Links ****/
.quick_links{
	 width:400px;
	 height:100%;
	 position:absolute;
	 border-right: 1px solid #8D8D8D;
	 left:0px;
	 top:0px;
	 overflow:auto;
	 background: rgba(255, 255, 255, 0.5);
	 z-index: 2;
}
.quick_links_fixed{
	 position:fixed;
	 z-index:3;
}
.quick_links h3{
	padding: 8px 20px 8px 50px;
	background: #9C9C9C;
	color: #fff;
	font-size: 18px;
}
.quick_links ul.links{
	padding:0px;
}
.quick_links ul.links li a{
	padding: 4px 20px 4px 50px;
	font-size: 15px;
	color:#212121;
	display:block;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	transition:0.4s;
}
.quick_links ul.links li a:hover{
	padding: 4px 20px 4px 60px;
	background: #003388;
	color:#fff;
}

.quick_links ul.links li a.active{
	padding: 4px 20px 4px 60px;
	background: #003388;
	color:#fff;
}

.search{
	padding: 5px 20px 0px 50px;
}
.quick_links.display.Sh .search {
	display:block !important;
}
.quick_links.display.Sh h3.ql_h3{
	display:none !important;
}
.search_form{
	width:100%;
}
.search_form tr td{
	padding: 4px 4px 4px 0px;
	font-size: 14px;
	vertical-align: middle;
	white-space: nowrap;
}
.search_form tr td input, .search_form tr td select{
	width: 100%;
	border: 1px solid #8D8D8D;
	padding: 1px 4px;
	font-size: 13px;
	min-height: 25px;
}
.search_form tr td select option{
	padding: 1px 4px;
	font-size: 13px;
}
.search_form tr td select option:hover{
	background:#003388;
}
.search_form tr td select option:hover *{
	background:#003388;
}
.search_form tr td input.half_first, .search_form tr td select.half_first{
	margin-right:2%;
	float:left;
	width:48%;
}
.search_form tr td input.half_second, .search_form tr td select.half_second{
	margin-left:2%;
	float:left;
	width:48%;
}

/**** Background ****/

/* .background-wrap{
	min-height: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 ;
	background:#212121 url('../images/back1.jpg') no-repeat;
	background-size:cover;
} */
/**** Header ****/
.header {
	display:inline-block;
	width:100%;
	position:relative;
}
.logo-info{
	float:left;
	margin-top: 35px;
	width:400px;
}
.logo{
    background: #003388;
    height: 60px;
    padding: 0px 20px 0px 50px;
    width: 100%;
}
.logo img{
    margin-top: -30px;
	width: 295px;
}
.info{
	display:none;
	padding: 25px 35px 25px 50px;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
}
.info p{
	font-size: 14px;
	font-weight: 500;
	text-align: justify;
	line-height: 1.4;
	color: #038;
}

/**** Menu ****/

.menu{
	float:right;
	margin-right:65px;
	margin-top: 33px;
}
.menu ul{
	position:relative;
}
.menu > ul > li {
	display:inline-block;
	position:relative;   
	margin-left: 20px;    
}
.menu > ul > li > a{
	display:inline-block;
	color:#fff;
	text-shadow: 1.2px 1px 1px #000;
	font-size: 22px;
	font-weight:bold;
}
.menu > ul > li > a > img{
	vertical-align: middle;
	margin-left:10px;
}
.menu > ul > li > ul{
	position: absolute;
	right: 0px;
	top: 100%;
	background: #003388;
	text-align:right;
	padding: 4px 11px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 1px 4px #000;
	-moz-box-shadow: 0px 1px 4px #000;
	box-shadow: 0px 1px 4px #000;
	margin-top: 0px;
	height:0px;
	overflow:hidden;
	opacity: 0;
	z-index: 3;
}
.menu > ul > li > ul.animated{
	height:auto;
	overflow: initial;
	margin-top: 14px;
}

.menu > ul > li > ul::before{
	font-family: 'Glyphicons Halflings';
	content: "\e253";
	font-size: 22px;
	top: -15px;
	position: absolute;
	right: 30px;
	line-height: 1;
	color: #038;
}
.menu > ul > li > ul > li > a{
	color: #fff;
	font-size: 15px;
	margin: 10px 0px;
	display: block;
	white-space: nowrap;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 5px;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	transition:0.4s; 
	text-align: left;
}
.menu > ul > li > ul > li > a:hover{
	background: rgba(255, 255, 255, 0.2);
}
.aboutus{
	display:none;
}

/**** Features ****/

.features{
	width:100%;
	position:fixed;
	bottom:50px;
	z-index:2;
	left: 0px;
}
.features ul{
	width:100%;
	max-width:1000px;
	text-align:center;
	margin:0px auto;
	font-size: 0px;
}
.features ul li{
	width:31.3%;
	display:inline-block;
	margin:0px 1%; 
}
.features ul li a{
	padding: 20px 100px 0px 20px;
	font-size: 16px;
	text-align:left;
	display:block; 
	width:100%;
	min-height:120px; 
	color:#212121; 
}
.sfcnews{
	background: rgba(255, 255, 255, 0.8) url('../images/papers.png') no-repeat 98% center;
	background-size: 100px;
}
.sfcDate{
	background: rgba(255, 255, 255, 0.8) url('../images/underC.png') no-repeat 98% center;
	background-size: 100px;
}
.sfcproject {
	background: rgba(255, 255, 255, 0.8) url('../images/building.png') no-repeat 98% center;
	background-size: 100px;
}
.features ul li p {
	font-size: 14px;
}
.project_listing {
	width:100%;
}
.project_listing h3 {
	background: rgb(0, 51, 136) none repeat scroll 0% 0%;
	padding: 5px;
	color: rgb(255, 255, 255);
	border-radius: 5px;
	font-size: 18px;
	margin: 20px 0px 10px;
}
.project_listing ul{
	display:inline-block;
	width:100%;
}
.project_listing li{
	width:31.3%;
	float:left;
	margin: 5px 1%;
}

.project_listing li a{
    background: rgba(255, 255, 255, 0.8);
	padding: 15px 10px;
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
	-webkit-transition: all 400ms ease-in-out 0ms;
	-moz-transition: all 400ms ease-in-out 0ms;
	transition: all 400ms ease-in-out 0ms;
	border: 1px solid #E3E3E3;
}
.project_listing li a:hover {
	background: rgba(141, 141, 141, 0.3);
	border: 1px solid rgba(141, 141, 141, 0.3);
}
.project_listing li a p{
	color: rgb(27, 27, 27);
	font-size: 13px;
	font-weight: 500;
	-webkit-transition: all 400ms ease-in-out 0ms;
	-moz-transition: all 400ms ease-in-out 0ms;
	transition: all 400ms ease-in-out 0ms;
}
.project_listing li a:hover p{
	color: #003388;
}
.project_listing li a img{
	height: 60px;
	margin-bottom: 5px;
	-webkit-filter: grayscale(100%);
	-ms-filter: grayscale(1);
	filter: grayscale(100%);
	-webkit-transition: all 400ms ease-in-out 0ms;
	-moz-transition: all 400ms ease-in-out 0ms;
	transition: all 400ms ease-in-out 0ms;
	width: auto;
}
.project_listing li a:hover img{
	-webkit-filter: grayscale(0%);
	-ms-filter: grayscale(0);
	filter: grayscale(0%);
}
.Equipments_listing{
	
}
.Equipments_listing .list-view{
	display:inline-block;
	width:100%;
}
.Equipments_listing .list-view div{
	width:48%;
	float:left;
	margin: 0px 1% 20px;
}
.Equipments_listing .list-view div img, .Equipments_listing .list-view div p {
	float:left;
} 
.Equipments_listing .list-view div img{
	-webkit-filter: grayscale(100%);
	-ms-filter: grayscale(1);
	filter: grayscale(100%);
	-webkit-transition: all 200ms ease-in-out 0ms;
	-moz-transition: all 200ms ease-in-out 0ms;
	transition: all 200ms ease-in-out 0ms;
	height: 80px;
	width: 100px;
} 
.Equipments_listing .list-view div a:hover img{
	-webkit-filter: grayscale(0%);
	-ms-filter: grayscale(0);
	filter: grayscale(0%);
}
.Equipments_listing .list-view div p {
	padding-left: 10px;
	color: #038;
	font-size: 13px;
	font-weight: 500;
}
.Equipments_listing .list-view div.summary, .Equipments_listing .list-view .pagination{
    width: 100%;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #003388;
    border-color: #003388;
}
/*-------- End Main Body -------------*/

/*-------- Start Footer Body -------------*/

.footer {
	display: block;
	text-align: center;
	/* position: fixed; */
	bottom: 0px;
	width: 100%;
	z-index: 2;
	left: 0px;
	right: 0px;
}
.footer p{
	display: inline-block;
	text-align: center;
	font-size: 12px;
	padding: 6px 10px 5px;
	background: rgba(255, 255, 255, 0.8);
	width:100%;
	border-top:1px solid #8D8D8D;
}

.social{
	position:fixed;
	right:0px;
	top:33%;
	width: 30px;
	z-index: 3;
}

/*-------- End Footer Body -------------*/

/*-------- start contact Body -------------*/
.contact_form label{
	width: 100%;
	padding: 3px 0px;
	font-size: 13px;
}
.contact_form .form-group {
    margin-bottom: 3px;
}
.contact_form input, .contact_form select{
	width: 100%;
	border: 1px solid #8D8D8D;
	padding: 3px 4px;
	font-size: 13px;
	height: 27px;
}
.contact_form option{
	width: 100%;
	padding: 3px 4px;
	font-size: 13px;
}
.contact_form textarea{
	width: 100%;
	border: 1px solid #8D8D8D;
	padding: 3px 4px;
	font-size: 13px;
	max-width:100%;
	min-width:100%;
	max-height: 70px;
	min-height: 70px;
	
}
.help-block {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #737373;
	font-size: 12px;
	font-weight: 500;
}
.captcha{
	width:100%;
	position: relative;
}
.captcha .image{
    position: absolute;
    display: inline-block;
    height: 100%;
	border: 1px solid #8D8D8D;
}
.captcha .image img{
    width: 100px;
    height: 100%;
}
.captcha .input input{
	font-size: 14px;
	height: 36px;
	padding-left: 105px;
}
.address h4{
	font-size: 16px;
	margin: 4px 0px;
	border-bottom: 2px solid #038;
	padding-left: 5px;
	padding-bottom: 4px;
}
.address p{
	font-size: 13px;
	padding-left: 5px;
}
/*-------- End contact Body -------------*/

.EqupDetails {
	float: left;
	margin-left: 10px;
	background: rgba(255, 255, 255, 0.76);
	padding: 8px 16px;
	font-size: 14px;
	position: absolute;
	z-index: 1;
	margin-top: 10px;
}
.EqupImage{
	position: relative;
	width: 100%;
	height: 100%;
}
.EqupImage img{
	max-height: 100%;
}
.Careers_details p{
	font-size: 13px;
	text-align: justify;
}
.Careers_form label{
	width: 100%;
	padding: 3px 0px;
	font-size: 13px;
}
.Careers_form .form-group {
    margin-bottom: 3px;
}
.Careers_form input, .Careers_form select{
	width: 100%;
	border: 1px solid #8D8D8D;
	padding: 3px 4px;
	font-size: 13px;
	height: 27px; 
}
.field-interviewee-resume .form-control, .field-interviewee-resume .input-group-btn .btn {
    width: 100%;
    border: 1px solid rgb(141, 141, 141);
    padding: 3px 4px;
    font-size: 13px;
    height: 27px;
}
.Philosophy>div{
	display:inline-block;
}
.Philosophy ul{
	list-style-type:disc;
	padding-left: 15px;
}
.Philosophy ul li{
	padding: 10px 0px 0px;
}
.Philosophy h3{
	font-size:16px;
	font-weight:bold;
	margin:15px 0px 10px;
}
.Philosophy p{
	text-align: justify;
}
.Philosophy a{
	color: rgb(0, 51, 136);
}
.Philosophy a:hover{
	color: #C1253F;
}
.Philosophy_img {
    width: 310px;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
	border-radius: 10px; 
}

/*-------- start login-form Body -------------*/
#login-form label{
	width: 100%;
	padding: 3px 0px;
	font-size: 13px;
}
#login-form .form-group {
    margin-bottom: 3px;
}
#login-form input, #login-form select, #request-password-reset-form input {
	width: 100%;
	border: 1px solid #8D8D8D;
	padding: 3px 4px;
	font-size: 13px;
	height: 27px;
}
#login-form input[type="checkbox"]{
    height: 7px;
    width: auto;
    position: relative;
    margin: 3px 0px;
}

/*-------- End login-form Body -------------*/

/*-------- Start product_details Body -------------*/

.product_details th{
	padding-right:10px;
}
.description {
	text-align:justify;
}
.description ul{
    list-style-type: square;
    padding: 8px 0px 15px 25px;
}

/*-------- End product_details Body -------------*/

/*-------- Start Structure_Table Body -------------*/
.Structure_Table{
	width: 100%;
	position: relative;
	min-height: 150px;
	margin-bottom: 20px;
	background: RGBA(0, 0, 0, 0.06);
	padding: 15px 15px 15px 150px;
	border-radius: 10px;
}
.Structure_Img {
	width: 150px;
	position: absolute;
	left: 15px;
	top: 15px;
}
.Structure_Img img {
	max-width: 100%;
	max-height: 120px;
}
.Structure_Title {
	color: #038;
	font-weight: bold;
	font-size: 16px;
}
.Structure_Description p {
	color: #3C3C3C;
	font-size: 14px;
	text-align: justify;
}
.Structure_Link{
	text-align:right;
}
.Structure_Link a {
	color: #08925E;
	font-weight: 500;
	font-size: 14px;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	transition:all 0.3s linear ;
}
.Structure_Link a:hover{
	color: #D12A2F;
	text-decoration: underline;
}
/*-------- End Structure_Table Body -------------*/

/*-------- Start News Body -------------*/
.News_Table{
	width: 100%;
	position: relative;
	min-height: 130px;
	margin-bottom: 20px;
	background: RGBA(0, 0, 0, 0.06);
	padding: 15px 15px 15px 165px;
	border-radius: 10px;
}
.News_Photo{
	width: 155px;
	padding-right: 15px;
	position: absolute;
	left: 15px;
	top: 15px;
}
.News_Photo img{
	max-width: 100%;
	max-height: 100px;
}
.News_Title h3{
	font-size: 15px;
	font-weight: bold;
}
.News_Title a{
	color: #038;
}
.News_Description{
	color: rgb(38, 38, 38);
	font-size: 14px;
}
.News_Description p{
	color: rgb(38, 38, 38);
	font-size: 14px;
	text-align: justify;
}
.connected-carousels .carousel-navigation {
    width: 100% !important;
}
.calendar {
    max-width: 100%;
}
.c-grid-title {
    background-color: rgb(0, 51, 136) !important;
}
.c-week-day {
    background-color: rgb(156, 156, 156) !important;
}
.c-event-title {
	background-color: rgb(0, 51, 136) !important;
}
.c-event {
    background-color: rgb(0, 132, 90) !important;
}
.c-today {
    background-color: #B4C8E9 !important;
}
/*-------- End News Body -------------*/

/*-------- Start Annual_Leaves Body -------------*/
.Annual_Leaves, .Driving_table, .Specialization_table, .Personal_Info_table{
	width:100%;
	border:2px solid #000;
	background: rgba(255, 255, 255, 0.8);
}
.Driving_table, .Specialization_table, .Personal_Info_table{
	margin-top:-2px;
}
.Specialization_table td, .Specialization_table th{
	text-align:center;
}
.Annual_Leaves th, .Annual_Leaves td, .Driving_table th, .Driving_table td, .Specialization_table th, .Specialization_table td, .Personal_Info_table th, .Personal_Info_table td{
	border:1px solid #000;
	padding: 10px 5px;
	font-size: 13px;
	vertical-align: middle;
}
.Annual_Leaves span , .Driving_table span, .Specialization_table span, .Personal_Info_table span{
	font-weight:bold;
	margin-right:5px;
	font-size: 13px;
}
tr.grey, td.grey{
	background-color:#CCCCCC;
}
tr.border, td.border{
	border:2px solid #000;
}
/*-------- End Annual_Leaves Body -------------*/

/*-------- Start animate Body -------------*/
.animated {
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
0% {
    opacity: 0;
	display:block;
    -webkit-transform: translate3d(0px, 10%, 0px);
    -moz-transform: translate3d(0px, 10%, 0px);
    transform: translate3d(0px, 10%, 0px);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}
}
@keyframes fadeInUp {
0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 10%, 0px);
    -moz-transform: translate3d(0px, 10%, 0px);
    transform: translate3d(0px, 10%, 0px);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


.mainclass  a { background-color:#acd6ff;}
.second_active  a { background-color:#ccffcc;}
.third_active  a{ background-color:#fff;}
.job_list { 
	width:100%; 
	background:rgba(255,255,255, 0.8); 
	padding:19px 15px; 
	border-radius:5px; 
	margin:13px 0; 
	box-shadow:0 0 2px #dbdbdb;
	transition:0.8s all;
}
.job_list:hover {
	background:rgba(255,255,255, 0.9); 
	box-shadow:0 0 3px #b1b1b1;
}
.job_list h3 { 
	color:#003388; 
	font-size:20px; 
	margin:45px 0 10px;
}
.job_list p { 
	font-size:14px; 
	line-height:24px; 
	margin:0 6px 5px 0;
}
.job_list p  span { 
	color:#c8c8c8;
	margin:0 7px;
}
.job_list p a { 
	color:#fff; color:#003388; font-style:italic; font-size:13px; float:right;
}

.com_logo img { 
	border:1px solid #edecec; 
	padding:5px;
}
.left_panel { 
	background:rgba(255,255,255, 0.9); 
	border:1px solid #ececec; 
	border-radius:7px; 
	padding-top:15px;
	padding-bottom:15px; 
}
.left_panel img {
	border:1px solid #edecec; 
	margin:0 0 15px 0; 
}
.tbold { 
	font-weight:bold;
}
.table_Rec { 
	border:0px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { 
	border:0px;
}
.right_panel p { 
	margin:0 0 8px 0; 
	text-align:justify;
}
.rec_list ul { 
	margin:0px; 
	padding:0px;
}
.rec_list ul li { 
	margin:0 0 8px 0;
}
.hrline1 { margin:0 0 5px 0;}
.apply_btn { float:left;}
.apply_btn a {  background-color: #003388;
    border-radius: 6px;
    color: #fff; font-weight:bold;
    display: inline-block;
    padding: 5px 29px;}
.apply_btn a:hover { background-color: #9c9c9c;}

/*-------- End animate Body -------------*/

/*-------- Start responsive Body -------------*/

@media screen and (max-width: 1200px) {
	.logo-info {
		width: 365px;
	}
	.logo {
		padding: 0px 20px;
	}
	.info {
		padding: 20px;
	}
	.menu {
		margin-right: 20px;
	}
	.quick_links {
		width: 365px;
	}
	.Pages_Data {
		padding-left: 365px;
	}
	.site-contact > .container {
		padding: 12px;
	}
	.project_listing li {
		width: 32.3%;
		margin: 3px 0.5%;
	}
	.quick_links h3 {
		padding: 8px 20px 8px 20px;
	}
	.quick_links ul.links li a {
		padding: 4px 20px 4px 25px;
	}
	.quick_links ul.links li a:hover {
		padding: 4px 20px 4px 35px;
	}
	.search {
		padding: 5px 20px 0px 25px;
	}
	.social {
		width: 25px;
	}
	.social a img{
		width:25px;
	}
}

@media screen and (max-width: 1024px) , screen and (max-height: 600px) {
	.features {
		bottom: initial;
		top: 92px;
	}
	.features ul {
		width: 400px;
		margin-right:65px;
		float: right;
	}
	.features ul li {
		width: 100%;
		display: block;
		margin: 4px 0px;
	}
}
@media screen and (max-width: 1024px){
	.quick_links.display {
		width: 365px !important;
		max-width: 100% !important;
		background: rgba(255, 255, 255, 0.90);
	}
	.quick_links.display.ql ul.links{
		display:block !important;
	}
	.quick_links.display.ql h3.Sh_h3{
		display:none !important;
	}
	.quick_links.display h3 {
		height: auto !important;
		font-size: 18px !important;
		background: #9C9C9C url('../images/close.png') no-repeat center right !important;
	}
	.search_form tr td {
		display: block;
	}
	.quick_links {
		width: 45px;
	}
	.Pages_Data {
		padding-left: 45px;
		border-top: 1px solid #fff;
	}
	.quick_links h3{
		height: 50%;
		font-size:0px;
	}
	.quick_links ul.links {
		display:none;
	}
	.quick_links h3.ql_h3{
		background:#9C9C9C url('../images/ql_img.jpg') no-repeat center right;
		border-bottom:1px solid #fff;
	}
	.quick_links h3.Sh_h3{
		background:#9C9C9C url('../images/Sh_img.jpg') no-repeat center right;
	}
	.search {
		display:none;
	}
}

@media screen and (max-width: 900px) , screen and (max-height: 500px) {
	.logo-info {
		width: 365px;
	}
	.logo {
		padding: 0px 20px;
	}
	.info {
		padding: 20px;
	}
	.menu {
		margin-right: 20px;
	}
	.features {
		width: auto;
		left: initial;
		right: 0px;
	}
	.features ul {
		width: 340px;
		margin-right: 20px;
	}
	.features ul li {
		background: rgba(255, 255, 255, 0.8);
	}
	.features ul li a {
		padding: 10px 15px;
		min-height: auto;
	}
	.features ul li p {
		font-size: 13px;
	}
}
@media screen and (min-height: 500px) {
	.quick_links {
		height: 100% !important;
	}

}
@media screen and (max-height: 500px) {
	 .Pages_Data {
		height: auto !important;
		min-height: 500px;
	}
	.site-contact > .container {
		height: auto !important;
	}
	.site-contact > .container {
		padding: 12px 12px 40px;
	}
}

@media screen and (max-width: 840px) {
	.features ul {
		width: 280px;
	}
}

@media screen and (max-width: 700px){
	.project_listing li {
		width: 49%;
	}
	.social{
		display:none;
	}

}
@media screen and (max-width: 685px) , screen and (max-height: 450px)  {
	.logo-info {
		width: 100%;
	}
	.logo {
		text-align: center;
	}
	.info {
		display: none !important;
	}
	.menu {
		float: left;
		margin: 3px 0px!important;
		text-align: center;
		width: 100%;
	}
	.features {
		width: 100%;
		left: initial;
		right: 0px;
		top: initial;
		bottom: 40px;
	}
	.features ul {
		width: 280px;
		margin: 0px auto;
		float: none;
	}
	.aboutus{
		display:none;
	}
	.EqupDetails {
		margin-left: 0;
		background: transparent;
		padding: 8px 0px;
		position: relative;
		margin-top: 0;
	}
}

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

	.Structure_Table {
		padding: 15px;
	}
	.Structure_Img {
		text-align: center;
		width: 100%;
		position: relative;
		top: 0px;
		left: 0px;
		margin-bottom: 10px;
	}
	.Structure_Img img {
		width: 125px;
	}
	.News_Table {
		padding: 15px;
	}
	.News_Photo {
		text-align: center;
		width: 100%;
		position: relative;
		top: 0px;
		left: 0px;
		margin-bottom: 10px;
	}
	.News_Photo img {
		width: 125px;
	}
}

@media screen and (max-width: 480px)  {
	.project_listing li {
		width: 100%;
		margin: 3px 0px;
	}
	.c-grid, .c-event-grid{
		width:100% !important;
	}
	
}
@media screen and (max-height: 400px)  {
	.features {
		display:none;
	}
	.menu > ul > li > ul {
		padding: 4px 11px;
		margin-top: 3px;
	}
	.menu > ul > li > ul::before {
		display:none;
	}
	.menu > ul > li > ul > li > a {
		font-size: 14px;
		margin: 5px 0px 0px;
	}
}

.treeContainer{
	position:relative;
	width:100%;
	height:100%;
	padding: 20px;
}
.treechild {
	text-align: center;
}
.tree ul {
	padding-top: 15px; 
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.tree li {
	float: left; 
	text-align: center;
	list-style-type: none;
	position: relative;
	padding: 15px 0px 0 0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	color:#000; 
}
.tree li a{
	font-size: 13px;
	display: block;
}

.tree li::before, .tree li::after{
	content: '';
	position: absolute; 
	top: 0; 
	right: 50%;
	border-top: 1px solid #4677bf;
	width: 50%; 
	height: 15px;
}
.tree li::after{
	right: auto; 
	left: 50%;
	border-left: 1px solid #4677bf;
}

.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}

.tree li:only-child { 
    padding-top: 0;
}

.tree li:first-child::before, .tree li:last-child::after{
	border: 0 none;
}  

.tree li:last-child::before{
	border-right: 1px solid #4677bf;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
 
.tree li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

.tree ul ul::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 1px solid #4677bf;
	width: 0px; height: 15px;
}

.tree li .anchor{
	border: 1px solid #4677bf;	
	text-decoration: none;
	color: #000;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	display: inline-table;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	 width:120px;
	margin-right: 5px;
    padding: 6px;
} 
.tree li a:hover+ul li::after, 
.tree li a:hover+ul li::before, 
.tree li a:hover+ul::before, 
.tree li a:hover+ul ul::before{
	border-color: #4677bf;
}
.treechild > ul > li{
	float: none;
    display: inline-block;
}

.popupBox{
	padding: 25px 15px;
}
.popupBox .Photo{
	float: left;
	margin-right: 5%;
	width: 45%;
}
.popupBox .Desc{
	float: left;
	width: 50%;
}
.popupBox .Desc h1{
	color: #222222;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: bold;
    border-bottom: 1px solid #bbbbbb;
    padding-bottom: 10px;
}
.popupBox .Desc h2{
	font-size: 16px;
    color: #222222;
    margin: 15px 0;
    font-weight: bold;
}
.popupBox .Desc p{
	line-height: 28px;
    color: #222222;
}
.popupBox .Desc li{
	line-height: 28px;
    color: #222222;
}
/*-------- End responsive Body -------------*/